Planned end date and planned start date on change form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2025 03:56 AM
Hi,
I have a requirement to make planned end date and planned start date on change management form should be editable for change_manager role in all the states, i have tried scripts and UI actions but it is still not working.
Can anyone help me achieve this?
Thank You.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2025 04:02 AM
you should use field level WRITE ACL and add change_manager role
That's the easiest and best approach rather than using client scripts etc
what did you try and what debugging did you do?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2025 04:02 AM
Hi @SimranK93838843
May I know what is currently preventing them from editing those fields—ACLs, UI Policies, or Client Scripts?
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2025 04:21 AM
I have tried creating field level ACL too but that also doesn't allow change managers to be able to edit it, i am not sure on what is updating these fields as read only since i have not encountered such scripts or policies.
i have checked on one of the script which prevent itil role users to modify those fields but it also include that change_manager role users should be able to edit it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2025 04:33 AM
then some client script or UI policy is making it readonly as your ACL is allowing the edit.
Did you check that?
Since you identified that script did you try removing the role from it?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader