The CreatorCon Call for Content is officially open! Get started here.

How to give permissions for a particular group member's on a table to create/update records?

Community Alums
Not applicable

Hi Community,

I have a table titled as "service request' , i want a group 'Requested members' in that 5 group members are available, for that 5 members only have permissions to create/update records on that table.? How many ACL are required and what are they. need detail help. 

Thanks in advance.

Regards,

Rafmine

3 REPLIES 3

Jaspal Singh
Mega Patron
Mega Patron

Hi,

 

You need 2 ACL of type Create & Write on required table with script as below

answer=false;

if(gs.getUser().isMemberOf('pass group name here')) //pass group name accordingly

{

answer=true;

}

 

Community Alums
Not applicable

Hi Jaspal,

 

can you tell what are the two different ACL's, like table or record/read/write etc. kindly provide more information.

Regards,

Rafmine

Hi Rafmine,

These are two , write code what Jaspal has given in 'Script' section

find_real_file.png

 

 

find_real_file.png

Please hit like and mark my response as correct if that helps
Regards,
Musab