Example 8

If you configure the Description field with the setting Editable = No from the Status Dependency tab in the Request Type window, you want the Description field to become editable when the Priority field is set to "Critical".

To do this, you must configure the following rule:

Event: Apply on field change

Dependency: Priority = "Critical"

Rule logic: setFieldEditable(true)

Result Fields: Description