Example - Configuring provider actions to automate data entry for high priority tickets
How the classic Smart IT edit incident screen looks after the provider action specified in the example is executed:
The following table describes how to configure a provider action to look like the example.
What | Where | How | Screenshot |
---|---|---|---|
Create a provider action template. | In the Mid Tier, use the SMT:SmartIT_Provider Action Template Configuration form. | Select HPD: Help Desk as Source Form and Incident as Data Source and map the following input and output fields: Input:
Output:
| |
Define the field level expresssion | Smart IT > Screen Configuration | Define the field level expressions for the Customer Phone, Site, and Contact Email widgets. | |
Configure the provider action | Smart IT > Screen Configuration > Incident View > Add/Remove Actions | Select the provider action template, select the Execute On check box, and use the following expressions: ONCHANGE($serviceType) && ISREQUIRED($phoneNumber) && ISHIDDEN($site) && ISREADONLY($contactEmail) && $priority=='High'. | |
Configure and add business logic of provider actions | In the Mid Tier | See To configure and add business logic of provider actions section in Configuring-provider-actions. |