The View Form Urgency Field Editor widget is a portal widget, in which the caller can see current ticket Urgency and edit it.
The Urgency can only be changed if the ticket state is Registered, Assigned, Authorization, In Progress, Information Needed, Postponed, External Processing. |
You can specify if the phone number and the warning message should be displayed. You can also edit the texts and translations for the widget.
This widget is related to the Urgency column of the the Incidents (itsm_incident) and Requests (itsm_request) tables and the tables extended from them.
Click Change to set a new value for the ticket urgency.
If the Very High option is selected, a warning message appears:
Specify the phone number in the system property itsm.notification.contact.phone.
To place a widget on a portal page, use the Widget Instances (sys_widget_instance) table. These elements define a specific location of widgets according to the portal column specified, and customize the widget options with the option schema.
To configure widget displaying, complete the steps below:
Schema option values of View Form Urgency Field Editor widget
Option | Description | Possible values |
---|---|---|
phone | Specify if the phone number should be displayed when the Urgency is set to Very High. | true, false |
isShowWarning | Specify if the warning message should be displayed when the Urgency is set to Very High. | true, false |
sourceMessage | Specify the source message displayed in the warning message before the phone number. |
|
{"phone": "true", "isShowWarning": "true", "sourceMessage": "Custom warning message for urgency widget"} |