Restric the 'Vendor Module' to particular group member
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2025 06:24 AM
Hi Experts,
Group named "Vendor Module Users" and add members to it. . Users who are part of this group can only view and edit forms in the Vendor Module. Other users can only read and not Edit
This is my requirement , So i have done Create group and add users in that group. next i try to create ACL , but here i am stuck .
So please help me on this.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2025 08:06 PM
Then don't do anything in table.None READ ACL
AND
in table.None write ACL use this
answer = gs.getUser().isMemberOf('Vendor Module Users');
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-02-2025 11:58 PM
I am created one ACL , Type - record , Operation - write , table name is Core_company .none , but still is not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2025 12:07 AM
share screenshots, what script you added?
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-03-2025 12:09 AM
This line only i am adding' answer = gs.getUser().isMemberOf('Vendor Module Users');
in Advance script .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2025 12:31 AM
So even after adding this line the group members are unable to edit?
how is the form looking for them when they open company record?
What debugging did you perform so far?
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