- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2025 05:01 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2025 07:22 AM
you should use before insert/update BR so that it works on form since you want to stop the form submission
OR Another best way
why not restrict it using ACL?
1) create list_edit ACL for that field and use advanced script and give answer=false;
2) also create field level WRITE ACL and use advanced script and give answer=false;
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
04-22-2025 07:22 AM
you should use before insert/update BR so that it works on form since you want to stop the form submission
OR Another best way
why not restrict it using ACL?
1) create list_edit ACL for that field and use advanced script and give answer=false;
2) also create field level WRITE ACL and use advanced script and give answer=false;
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
04-24-2025 01:42 AM
Thank you For Your Respnse @Ankur Bawiskar
I have tried insert?update BR it is not working status is getting updated, after that I have tried ACL like you suggested it is working fine.
Regards
Raveena
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2025 01:48 AM
Thank you for your Response @Ankur Bawiskar
I have tried insert/update BR but it is not working status is getting updated ,After that i have tried ACL like you suggested it is working fine.
Regards
Raveena