- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2022 10:52 AM
How can i grey out(readonly) the "state" field at RITM(requested items) level once a RITM(requested Item) record is completed. so that once it is completed, not one can change the "state" of the RITM.
in this picture, just like "stage" is greyed out, i need to grey out "state" feild once the RITM is completed.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2022 04:16 AM
Create a UI policy on Req Item table for Active = false.
Ui policy actions - State - readonly True.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2022 11:01 AM
Hi Harshil,
You can create a new field level ACL on state field with operation as write. Put the condition as state is not closed complete or closed skipped. Provide the roles as ITIL.
This will not allow users to update the state field in closed complete or closed skipped.
Regards,
Deepankar Mathur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2022 05:42 PM
Hey Deepankar, thanks for your response.
would you mind sharing your solution in the form of Steps and screenshot.
I am new to serviceNow and i've been trying to apply your solution and failed.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2022 12:37 AM
Hi Harshil,
1) You would need to elevate your roles. Click on your name and then click on Elevate role.
2) Check security_admin and click Ok
3) Open the ACL module
4) Click on new button and create the ACL record with below mentioned details.
Hope this helps.
Regards,
Deepankar Mathur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2022 08:49 AM
Thank you Deepankar, this was very helpful.