Make change task fields read only, except if assigned to is the user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2020 10:34 AM
Hi
I have created a UI Policy with the below conditions: if these conditions are true, make fields in change tasks Read-Only.
I want to add a condition, that if "Assign to" = user, user can still edit the fields.
I have thought of adding a condition "Assign to is not (dynamically) me", but ServiceNow does not provide a filter option for "is not (dynamic)".
Are there any suggestions of which route I should go for? For example to not use UI Policy and something else instead.
Thank you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2020 11:13 AM
If list view, then yes you have to write in onCellEdit. But ACL is best option.
Also, try out the solution that Mahesh suggested. Not sure if it works, but check that out.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2020 12:53 AM
If this has answered your question, kindly mark the comment as a correct answer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2020 11:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2020 01:35 AM
DId this work for you?