The CreatorCon Call for Content is officially open! Get started here.

Lock down RITM Variables

DreDay3000
Giga Guru

Is there a way to lock down RITM variables for users that are not the requested for or Opened by user?

1 REPLY 1

Sid_Takali
Kilo Patron

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