Requested Item - ACL Control
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2022 06:34 AM
I have the following situation: All users with a certain role can change the state of the request after it is closed.
The user double-clicks on the state when the table records are listed, as shown in the image below and changes it.
I would like to address this problem, as it generates unnecessary inconvenience to analyze a "created" problem. I thought about using the ACL but I have no idea how to fix it.
Has anyone been through a similar situation and could help me?
Thank you very much!
- Labels:
-
Request Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2022 06:42 AM
Hey,
You will need to create 3 list edit ACLs for this requirement:
- Create an ACL for the table using "sc_req_item.none" with no restriction
- Create an ACL for all fields in the table using "sc_req_item.*" with Advanced checkbox as true and in the script write - answer = false;
- Create an allow ACL for the field you want to be editable using "sc_req_item.state" and keep condition as state is not closed
Feel free to mark correct, If I answered your query.
Will be helpful for future visitors looking for similar questions 🙂
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2022 07:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2022 07:25 AM
I made a mistake!!
In the field "operation", i change for "write" and the solution proposed works perfectly!!
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2022 10:12 AM
Hey
Great the solution worked for you, feel free to mark correct.
Will be helpful for future visitors looking for similar questions 🙂
Aman Kumar