I want to restrict a table to perticular group as well as fields by using ACL

Kishore47
Tera Contributor

I want to restrict a table to perticular group as well as fields by using ACL

1 ACCEPTED SOLUTION

Danish Bhairag2
Tera Sage
Tera Sage

Hi @Kishore47 ,

 

You can create two ACLs 

  • Table.None
  • Table.*

N in the script section u can just write this

 

if(gs.getUser().isMemberOf('enter_your_group_name'){

answer = true;

}

 

Thanks,

Danish

View solution in original post

2 REPLIES 2

Danish Bhairag2
Tera Sage
Tera Sage

Hi @Kishore47 ,

 

You can create two ACLs 

  • Table.None
  • Table.*

N in the script section u can just write this

 

if(gs.getUser().isMemberOf('enter_your_group_name'){

answer = true;

}

 

Thanks,

Danish

Hi Danish

My bad its showing error can you please check this code