- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2020 02:21 PM
I'm experiencing some strange UI policy behavior on change request. As an admin user, I'm not having the issue but an itil user is.
Process: create a new change request and use UI actions to update the state of the change.
The field I'm looking at is close_notes. The user has access to it while the change is New, Scheduled, Planning, In Progress. But when the UI action "Change Complete" is pushed to update the state to change complete, the close_notes field is read only. The debugger just shows "Unable to set security read-only field's mandatory state to true". But the UI policy should be making the field mandatory at this point not read only. I know it's not an ACL issue because they have access to the field until the state changes to change complete. There aren't any other UI policies on the field that would be colliding with it.
State = planning, field is editable. Same for In Progress and New
State is in progress - error in debugger
Here's the UI action that sets the state to change complete
And here's the UI policy that sets the field to mandatory
Does anyone know what would be causing this?
Solved! Go to Solution.
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2020 12:05 PM
It was the business rule "mark task closed" that was causing the record to become inactive

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2020 04:44 PM
There must be another conflicting UI Policy with a condition setting them to mandatory with "Reverse if False" checked. That's gotten me a few times.
Regards,
sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2020 06:14 AM
Wouldn't that UI policy also show in the debugger? Also, wouldn't it show up for me as an admin user too?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2020 12:07 PM
You need to add field watcher for debugging UI policies.
Please check below for UI policies debugging.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2020 06:15 AM