Restric the 'Vendor Module' to particular group member

keerthana10
Tera Contributor

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. 

21 REPLIES 21

@keerthana10 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Hi @Ankur Bawiskar 

I am created one ACL , Type - record , Operation - write , table name is Core_company .none , but still is not working.

@keerthana10 

share screenshots, what script you added?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Hi @Ankur Bawiskar 

 

This line only i am adding'  answer = gs.getUser().isMemberOf('Vendor Module Users');

 in Advance script . 

@keerthana10 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader