- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2021 05:36 PM
Please I need help on how to make all fields read only on Request Record once an item is closed. State should still be editable for admin. Client do want to use scripting to achieve this. I tried to use UI Policy and ACL but no luck. Can someone help me with the detail on how to achieve this requirement please.
Solved! Go to Solution.
- Labels:
-
Request Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2021 03:28 AM
The ability to edit all fields is different than my understanding of your original request, but that actually makes it easier. Delete the second rule on sc_request.request_state, and modify the first rule to check the Admin overrides box. Now an admin will be able to edit all fields (except Price) on open and closed Requests, and all users without the admin role will not be able to edit any fields on closed/inactive Requests.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2021 03:28 AM
The ability to edit all fields is different than my understanding of your original request, but that actually makes it easier. Delete the second rule on sc_request.request_state, and modify the first rule to check the Admin overrides box. Now an admin will be able to edit all fields (except Price) on open and closed Requests, and all users without the admin role will not be able to edit any fields on closed/inactive Requests.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2021 06:47 AM
Thanks