How to stop/Restrict SN table wm_task table records are updated by "Guest" user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2025 02:56 AM
HI Team,
Wm_task table records fields are updated by "Guest" user. So we need to stop/restrict the Guest updates in all the tables.
How can I achieve that??
Thanks,
Bhagya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2025 03:09 AM
ACLs (Access Control Lists) are the primary mechanism to control table-level and field-level access in ServiceNow. You can create or modify ACLs to explicitly deny write access for the Guest user.
You can create a new ACL or edit an existing one for the wm_task table.
I hope my answer helps you to resolve your issue, if yes please mark my answer helpful and correct.
thank you
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2025 03:32 AM
Hi Rajesh,
Thanks for your quick replay.
So what i understood is we do not have an OOB ACL's or scripts to restrict the quest user Updates and we need to create as per our requirements whether is is ACL or BR etc..??
Am I correct????
Thanks,
Bhagya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2025 03:44 AM
how and from where are they updating?
what's the trigger for update?
If some script using GlideRecord and updating then even ACLs won't help here as ACLs are not evaluated when you use GlideRecord
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
‎05-22-2025 04:19 AM
Hi Ankur,
Looks like updates came from integration.
Thanks,
Bhagya