I want to edit the close code field on my change request form if user have only the ITIL role.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 10:27 AM
Hi Experts
I want to edit the close code field on my change request form if user have only the ITIL role and change request state is closed.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 11:07 AM
Hello @dhineshkumar
Do you want to make close code field editable or you want to do auto filled these fields using Business Rule ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 11:12 AM
@dhineshkumar You can choose to create a field level write ACL on Change request table as follows.
This will only allow ITIL users to update close codes when the state is closed.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 11:53 AM
@Sandeep Rajput
Thanks let me work on this.