Dear Community: Thank you very much for your ...

Dear Community: Thank you very much for your help with the following topic: I am trying to restrict the editing of a record only to its creator. Does anyone know how to do it? Thank you,

Rafael.

0 4 296
4 REPLIES 4

I am no expert here, but if you add a column to your data source with default value to be = useremail() then you could check that user email column in the editIf condition?

Not at a computer, so hoping my short description gives you some ideas

@SmartD add a [Created By] column to your table with the initial value of USEREMAIL() and you can set Show_if to FALSE if you want to hide it in the form and then you can: 1.) Slice the table with USEREMAIL() OR 2.) Set a Security Filter with USEREMAIL() OR 3.) Set each columnโ€™s Editable_if property in the tableโ€™s Column Structure to [Created By]=USEREMAIL()

Hide the action button with the condition rule [CreatedByEmail]=USEREMAIL(). It wonโ€™t show that action button if you are not the recordโ€™s creator.

@Mike_Adler

thanks for your answer. @Levent_KULACOGLU

thanks for your help @Aleksi_Alkio I follow your instructions and it works perfectly. Thanks a lot!

Top Labels in this Space