- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2023 03:53 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2023 04:37 AM
Hello @1dusjhyahnt,
I would use below script to achieve the requirement via ACL.
Create the "Write" ACL on target table and put below script.
answer = true;
if(gs.isMember("<Desired _group_name>")){
answer= false;
}else{
answer = true;
}
Kindly mark my answer as helpful✔️ and the solution accepted💯 if it serves the purpose.
Thanks and Regards,
Rajesh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2023 08:18 AM - edited 12-07-2023 08:19 AM
Hello @1dusjhyahnt,
As per your question, you require to set read only incident form (means all fields).
Hope you are correctly created ACL on table level.
type - record
ALC operation - write
script
*************************************************************************
Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Happy to help you in future.
Thank you,
Rajesh