Solved

Nintex form - disable editing except for certain users / group

  • 9 December 2021
  • 2 replies
  • 680 views

Badge +8

I want my Nintex form (new responsive designer) to be disabled / read-only, except for when user is a member of a specified SharePoint group, using function "isMemberOfGroup()".  I put my allowed editors users into that SharePoint group.  All other users who can access that form can view it but not edit it.

 

I found a method that works, but perhaps there is something better.

 

Here is what worked for me,

 

I added a dummy, read-only field to the form and created a rule to set it as Required when the user is not a member of a certain SharePoint group.  This causes the user to be unable to save the form using the Submit button.  I also placed a label explaining that the user should use the Close button to prevent changes to the form.

 

In this method, the read-only user can still hit the Submit button, but it will not do anything.  It will point the user to the required field, but that field is disabled, so the user will have no other option but to select Cancel.

 

Is there any method that will set the entire form to "Disabled" and make the Submit button disabled?  That would be even better, but I don't see how to do that.  Until then, this is the method that works.

icon

Best answer by plamping 7 January 2022, 17:42

View original

2 replies

Userlevel 1
Badge +6

Interesting approach. I have a similar need. I was going to hide the sections of them form that we don't want people to edit after it has been submitted except by certain groups. I was then going to show a note on the form stating "Certain sections of this form have been hidden to prevent editing after the request has been submitted. Open the form in display mode to view these sections." I like your idea, but there are some fields we want to allow to be edited and that would prevent them from doing so.


 


It would be nice if Nintex had a feature so you could create a rule to prevent editing of all fields within a group. That would make scenarios such as yours much easier especially when the form has lots of fields.

Badge +8

(I am adding my own workaround and mark it as the solution because there does not seem to be any other solution)


 


I added a dummy, read-only field to the form and created a rule to set it as Required when the user is not a member of a certain SharePoint group.  This causes the user to be unable to save the form using the Submit button.  I also placed a label explaining that the user should use the Close button to prevent changes to the form.


 


In this method, the read-only user can still hit the Submit button, but it will not do anything.  It will point the user to the required field, but that field is disabled, so the user will have no other option but to select Cancel.

Reply