Configuring actions to autofill responses in a service request
Types of autofill actions
You can specify any of the following actions:
Action | Comment |
---|---|
Open Form action | The form is automatically filled when the user opens a new request. For example, a user opens a new request and the Provide Information form appears. An Open Form action can look up the user's login ID and automatically fill in a user's employee ID, location, and cost-center information. |
Answer Question action | The form is automatically filled when the user responds to a question in the Provide Information form, and a qualification is met. For example, an Answer Question action can automatically fill in a user's shipping address from a form record, when the user chooses the Use address on file response from a menu question. |
Restrictions for autofill actions
The following restrictions apply when you create autofill actions:
- Creating dependencies between actions — When you create multiple actions for an SRD, the actions work in parallel. You cannot create dependencies for a predictable execution sequence. For example, you cannot create a trigger qualification for one action that is based on field values that are autofilled by another action.
- Creating trigger qualifications — (Answer Question actions only) The supported question formats for trigger qualifications are Text, Radio Button, and Menu.
- Creating form qualifications — For Open Form actions, if no records match the form qualification, the mapped field values are nulled.
- autofilling based on a question response — (Answer Question actions only) To autofill a question response based on the user's response to another question, you must create a form qualification that uses the Question data type. The supported question formats for the Question data type are Text, Radio Button, and Menu. See step 4b in Configuring autofill actions.
- Mapping data to questions — You can only map data to Text, Date, Time, and Date/Time questions. You cannot map Date, Time, and Date/Time field values to Text questions.
- Mapping data to conditional questions — You cannot use an Open Form action to map data to conditional questions. You can use an Answer Question action to map data to conditional questions, but only when the trigger question and the mapped question are displayed.
Open Form actions execute when the user first opens the Provide Information form, and before the user has answered questions, you cannot create trigger qualifications for Open Form actions. However, there is a known issue in the UI where the application allows you to create them.
Configuring autofill actions
- In the SRD, click Questions & Mappings to open the Question Management window.
- Click the Actions tab.
- Under Action Details in the Action Information pane, perform the following steps:
- In the Title field, enter a title for the action.
- From the Trigger list, select Open Form or Answer Question.
(Answer Question actions only) In the Trigger Qualification Builder, create a query that defines the condition or conditions to trigger the action.
You must define a trigger qualification for an Answer Question action. For additional information about creating trigger qualifications, see Restrictions for autofill actions.The Type field is a display-only field that shows Autofill as the Action type.
- Under Autofill Details:
- From the Form Name list, select the appropriate form.
- In the Form Qualification Builder, create a query that selects the form record to use for the mapping:
- (Optional) Click ( to insert an opening parenthesis into the qualification.
- From the FIELDS list, select a field from the form.
- Select an operator, such as =, !=, >, <, >=, or <=.
Select a data type, such as Question, Text, Integer, or Keywords.
Data type
Description
1
Question (Answer Question actions only)
Specifies a question in the SRD as the data type. Select the question from the adjacent list. Use this data type to autofill the response to a question based on the user's response to another question. For example, you can create a qualification to match the response to a question (such as, What is your full name?) to data in a form (such as the value in the Full Name field on CTM:People). If there is a match, you can use the mapping you create in step 4c to pass the data from the ManagersName field in CTM:People to another question (such as, What is your manager's name?).
2
Text
Specifies Text as the data type. Enter a text value in the adjacent field.
3
Integer
Specifies Integer as the data type. Enter an integer value in the adjacent field.
4
Keywords
Specifies Keyword as the data type. Select the keyword from the adjacent drop-down list. You can specify only one keyword. For example, you can create a qualification to query the CTM:People form for the record where Remedy Login ID matches $USER$. $CUSTOMER$ is a keyword for the Requested For user's login ID.
- Specify a value for the appropriate data type.
- Click Add to insert the <field><operator><value> statement into the qualification.
- (Optional) Click (, ), AND, or OR to add parentheses and logical operators to the qualification.
- Repeat step 4b until the qualification is complete.
- In the Mappings panel, map data from fields in the selected form to questions in the SRD:
- Select the field from the Field list.
- Select the question from the Response list. For additional information about creating trigger qualifications, see Restrictions for autofill actions.
- Click Add.
- (Optional) Repeat step 4c to create additional mappings.
- Click Apply to create the action.
- (Optional) Click the plus sign (➕️) above the Actions list and repeat steps 3 through 5 to create more actions.
- Close the Question Management window.