Skip to main content
Nintex Community Menu Bar

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

  • May 31, 2020
  • 3 replies
  • 118 views

Forum|alt.badge.img+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

SimonMuntz
Nintex Employee
Forum|alt.badge.img+23
  • Nintex Employee
  • May 31, 2020

Hi,

 

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


Forum|alt.badge.img+4
  • Author
  • June 1, 2020

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


SimonMuntz
Nintex Employee
Forum|alt.badge.img+23
  • Nintex Employee
  • June 1, 2020
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.