| Name |
A name for the action item. You can have multiple action items with the same name. Make sure you choose a name that is easily identifiable. |
| Description |
More information to help you identify the action item. |
| Type |
The kind of action item. Choose from the following:
- New
- Update
- Delete
- Script
- MultiStep. For more information, see Configure action steps within an action item.
Different fields appear on the action item form depending on the type of action you select. |
| Use current record as a condition |
Whether you want a separate set of query conditions for the action item. If selected, the Query conditions field is disabled. For update or delete actions, you must define the record you are updating or
deleting by providing a Sys ID. Marking Use current record as condition as true allows you to do this without creating a parameter. |
| Execution script |
The script executed by the action. This field only appears if you select Script as the type. For more information, see the example below.
To make use of an input from an input form screen in your scripts,
use parm_input.<InputName>
To make use of a variable from an input form screen in your
scripts, use parm_variable.<VariableName>. |
| Data |
The table the action item applies to. For example, Incident. |
| Field Values |
Determine the field values for an action. For example, if you want to create an action that updates an incident with a state of Resolved, use the field values State = Resolved. You can also create
parametrized items to pass into the field value. |
| Input form screen |
Select an input form screen to use for this action item. See Configure an input form screen. |
| Data parameters |
Determines the information you are passing into the action to ensure you are changing the correct record and to enforce required fields as needed. |
| Action item step |
Allows an action item to perform multiple processes.
For more information, see Configure action steps within an action item. |