How can i formula that only admin kay update data?

Audit_CKGoC
Participant IV

0 2 103
2 REPLIES 2

Steve
Participant V

Click the flask icon:

3X_b_5_b53eebbf9943681d29e283932fa127e5430d999b.png

Then click in the expression box:

3X_7_d_7d510d3dd648d4f45d4deaf9733a98f36cec512e.png

Then enter en expression that produces the desired permission name. For instance:

IF(
  ("Admin" = USERROLE()),
  "ALL_CHANGES",
  "READ_ONLY"
)

The possible permission names are given in Expression Assistant:

3X_f_b_fb896bbcd3cb7547b646f89bcfdbeda77f0fa07b.png

See also:

thank you so much steve.

Top Labels in this Space