Skip to main content
Nintex Community Menu Bar

permission fields for some users with nintex forms

  • September 29, 2017
  • 2 replies
  • 17 views

Forum|alt.badge.img+2

Is it possible to use Nintex Forms to lock down a panel (group of fields) to a specific permission group so that only people in that group can add/edit those fields in the panel?  Other permission groups would have read-only 

2 replies

Forum|alt.badge.img+14
  • Scholar
  • September 29, 2017

if you mean with permission group a sharepoint group, the yes it's possible.

use fn-IsMemberOfGroup() inline function.

it's not however directly available in rule's formula builder, but you can first build formula somewhere aside where inline functions are available and then copy it over to rule's formula

see https://community.nintex.com/message/36494?commentID=36494#comment-36494 


Forum|alt.badge.img+3
  • April 20, 2018

I set this condition in the control's Settings-> Appearance->Enabled area of the and it works fine if you are making the condition based on a single role .

What if I want to enable based on if user is a member of Role A or Role B?.

It does not seem to work. I have also tried the same expression in a Format Rule.

fn-Or(fn-IsMemberOfGroup("Requirements Author"),fn-IsMemberOfGroup("Test Managers"))