Contents Now Platform Administration Previous Topic Next Topic Journal fields Subscribe Log in to subscribe to topics and get notified when content changes. ... SAVE AS PDF Selected Topic Topic & Subtopics All Topics in Contents Share Journal fields There are three types of journal field: journal, journal_list, and journal_input. Each type of journal field behaves differently. Table 1. Journal field types Journal field types Description journal Allow and store input, and display the combined inputs below the input box. Journal fields display in the activity stream in the form and in the list view. journal_input Allow and store input, but do not display the combined inputs. Journal input fields only display with the record they are associated with, so they do not display in the activity stream on the list view. journal_list Do not allow or store input; they merely display the contents of other Journal fields upon which the journal_list field is dependent. If a journal_list field is dependent on more than one Journal field, it will chronologically interweave those fields' inputs. The journal_list field does not display content within the activity stream, but rather in a separate block. Figure 1. Journal fields examples on a form The example image contains the three available journal field types. The first is a journal field, with its inputs displayed below the field. The second is a journal input field, which does not show its previous inputs. The third is Journal list field, which is configured to show the input from the journal input field above it. Render journal field entries as HTMLJournal fields can render text enclosed within code tags as HTML.Restrict the CODE tag in journal fieldsYou can prevent journal fields from rendering HTML code by disabling support for the [code] tag. Validate HTML in journal fieldsYou can prevent users from saving invalid HTML in a journal field.System property for restricting the number of entries sent in a notificationAdministrators can control the number of journal entries notifications include with the following system property.Code for getting the contents of a journal field into an arrayTo put the contents of a journal field into an array so that you can iterate through each entry, you can use the code in this page.Journal field display limitsJournal fields can greatly increase the size of task records because they allow users to enter very large string values.Journal field script valuesThe setValue() method is not supported for journal fields. Instead, assign values in script as in the following example. On this page Send Feedback Previous Topic Next Topic
Journal fields There are three types of journal field: journal, journal_list, and journal_input. Each type of journal field behaves differently. Table 1. Journal field types Journal field types Description journal Allow and store input, and display the combined inputs below the input box. Journal fields display in the activity stream in the form and in the list view. journal_input Allow and store input, but do not display the combined inputs. Journal input fields only display with the record they are associated with, so they do not display in the activity stream on the list view. journal_list Do not allow or store input; they merely display the contents of other Journal fields upon which the journal_list field is dependent. If a journal_list field is dependent on more than one Journal field, it will chronologically interweave those fields' inputs. The journal_list field does not display content within the activity stream, but rather in a separate block. Figure 1. Journal fields examples on a form The example image contains the three available journal field types. The first is a journal field, with its inputs displayed below the field. The second is a journal input field, which does not show its previous inputs. The third is Journal list field, which is configured to show the input from the journal input field above it. Render journal field entries as HTMLJournal fields can render text enclosed within code tags as HTML.Restrict the CODE tag in journal fieldsYou can prevent journal fields from rendering HTML code by disabling support for the [code] tag. Validate HTML in journal fieldsYou can prevent users from saving invalid HTML in a journal field.System property for restricting the number of entries sent in a notificationAdministrators can control the number of journal entries notifications include with the following system property.Code for getting the contents of a journal field into an arrayTo put the contents of a journal field into an array so that you can iterate through each entry, you can use the code in this page.Journal field display limitsJournal fields can greatly increase the size of task records because they allow users to enter very large string values.Journal field script valuesThe setValue() method is not supported for journal fields. Instead, assign values in script as in the following example.
Journal fields There are three types of journal field: journal, journal_list, and journal_input. Each type of journal field behaves differently. Table 1. Journal field types Journal field types Description journal Allow and store input, and display the combined inputs below the input box. Journal fields display in the activity stream in the form and in the list view. journal_input Allow and store input, but do not display the combined inputs. Journal input fields only display with the record they are associated with, so they do not display in the activity stream on the list view. journal_list Do not allow or store input; they merely display the contents of other Journal fields upon which the journal_list field is dependent. If a journal_list field is dependent on more than one Journal field, it will chronologically interweave those fields' inputs. The journal_list field does not display content within the activity stream, but rather in a separate block. Figure 1. Journal fields examples on a form The example image contains the three available journal field types. The first is a journal field, with its inputs displayed below the field. The second is a journal input field, which does not show its previous inputs. The third is Journal list field, which is configured to show the input from the journal input field above it. Render journal field entries as HTMLJournal fields can render text enclosed within code tags as HTML.Restrict the CODE tag in journal fieldsYou can prevent journal fields from rendering HTML code by disabling support for the [code] tag. Validate HTML in journal fieldsYou can prevent users from saving invalid HTML in a journal field.System property for restricting the number of entries sent in a notificationAdministrators can control the number of journal entries notifications include with the following system property.Code for getting the contents of a journal field into an arrayTo put the contents of a journal field into an array so that you can iterate through each entry, you can use the code in this page.Journal field display limitsJournal fields can greatly increase the size of task records because they allow users to enter very large string values.Journal field script valuesThe setValue() method is not supported for journal fields. Instead, assign values in script as in the following example.