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
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
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"))
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.