Add a History Editor Field
The history editor is a text area which creates new history entries, if this text area contains text when the task is submitted. The history editor can include an optional submit button, which allows the creation of history entries without submitting the task.
cim1265
The history editor is a text area which creates new history entries, if this text area contains text when the task is submitted. The history editor can include an optional submit button, which allows the creation of history entries without submitting the task.
To add a history editor field to a profile screen
- Select a field to modify or add a new field.
- Select (Separator) in the Attribute Name field.Identity Managerchanges the fields that are displayed.
- Select History Editor in the Style field.
- In the Label field, enter the name of the history editor field that appears in the profile screen.
- Enter text that is attached to history log entries which describes the role of the user who created the log entry in the Stakeholder field.For example, the following description would appear in the Source column of a history display for a user with an Approver stakeholder label:User comment by SalesMgr (John Doe) acting as ApproverThis can be a string or a localization key, specified according toIdentity Managerlocalization rules. The stakeholder type is blank by default, and is optional.
- Enter the number of rows and columns for the history editor.If you do not specify a value for rows and columns, the history editor does not display properly in the profile screen.
- Select one of the following options in the History Level field:
- Task Level -- For approval tasks it is the task belonging to the event being approved. For non-approval tasks, this is the current task.
- Event Level -- For approval tasks, this is the event being approved. For non-approval tasks, this returns no results.
- Specify the text that appears on the submission button in the Add Button Label field.The text can be a string or a localization key, specified according toIdentity Managerlocalization rules. If it is blank (the default value), then the button label is "Add History Event".
- Specify the CSS class to use to for the Add button in the Add Button CSS Class field.These strings will be included in the <input> element in the profile screen, as the contents of the class and style elements respectively.
- Specify the CSS class to use to for the Add button in the Add Button CSS Style field.These strings will be included in the <input> element in the profile screen, as the contents of the ‘style’ and ‘class’ elements respectively.
- Specify whether the history editor includes its own independent Add button by checking or unchecking the Enable Add Button field.If checked, this button submits only the new history entry, not the entire task.