Buttons uneditable

  1. Screenshot 2023-09-16 115753.pngScreenshot 2023-09-16 120022.pngHow to make buttons uneditable or hidden from other users except the app owner?
0 5 117
5 REPLIES 5

Just add a condition expression to system Edit action like USEREMAIL()<>"account.owner@email.com"or set the whole table Read_Only or Adds_Only for other users. 

If you don't mind kindly guide me step by step.

In the table definition, use something like..

IF(USEREMAIL()="Account.Owner@email.com","ALL_CHANGES","ADDS_ONLY")

Thank you so much and very much appreciated.

You're welcome!

Top Labels in this Space