Lock down RITM Variables
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2024 10:25 AM
Is there a way to lock down RITM variables for users that are not the requested for or Opened by user?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2024 10:34 AM
Hi @DreDay3000 you can try below solution. (I have not tested it)
- Go to "Security Rules" > "Access Control" > "Create an Access Control Rule".
- Apply the following conditions:
- Operation: Write
- Object Type: Requested Item [sc_req_item]
- Conditions: `requested_for=javascript:gs.getUserID() OR opened_by=javascript:gs.getUserID()`
Regards,
Sid