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.
Widget appearance
A tooltip that contains the definition of urgency.
Current ticket urgency.
The button that allows users to change the ticket urgency.
Click Change to set a new value for the ticket urgency.
If the Very High option is selected, a warning message appears:
To place a widget on a portal page, use theWidget 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:
Navigate toPortal Structure → Widget Instances.
ClickNewto create a new widget instance record.
Fill in the fields.
Select the "View Form Urgency Field Editor" in the Widget field.
Enter the widget options in JSON in the Schema option values field.
Specify Order, select the Active and Public checkboxes.
Click Save or Save and Exitto apply the changes.
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.
To change the translations "Custom warning message for urgency widget"
To use the default message "Сontact us in any available way to confirm the information"
Example of schema option values for View Form Urgency Field Editor Widget