disable a field when the created by is not equal to logged in user


Badge +4

Dear community,

I have a multi line text field on my form. I have added it to repeater control. I dont want other logged in user to edit the field other than created by user. I have added formatting rulerule but it does not dosable the field.

not(created by== currentuser) and disable.

Any assistance here?


3 replies

Userlevel 6
Badge +22

Hi,


 


I just tested with the formula below and it worked for me inside a repeating section.


Badge +4

Hi @SimonMuntz , I have this working. But this disables the field even when other user tries to add a row and comment. I need when other user adds a new row, this field should be able to gather comments

Userlevel 6
Badge +22
Hi,

What you are trying to do is not possible.
Try using a Multi Lines of text control with append changes enabled.
This will allow multiple entries and users cannot change previous entries.

Reply