hide show controls based on user belogs to particular sharepoint group

  • 4 April 2016
  • 4 replies
  • 12 views

Badge +4

In nintex form is there any function that allows me to check if the user is part of a sharepoint group or not and hide show controls based on the decision.

Thanks,


4 replies

Userlevel 5
Badge +14

there in a fn-IsMemberOfGroup() inline function.

it's not directly available in rule's formula builder, however, despite of that it is usable and working there.

Member of Group and Formatting Rules

Badge +4

Thank you Marian. it worked for me.

Badge +3

I have a rule that enables/disables the controls depending on the user mentioned in the people picker control on the form. Below is the rule. If i include more than 1 user it obviously fails. Is there any function i can use to get the job done?

 

not(userEquals(Current User,PIA)) && not(userEquals(Current User,FinancialAnalyst)) && not(userEquals(Current User,POA)) 

Userlevel 5
Badge +14

unfortunately nintex doesn't provide methods/ways how get or validate single entry/option out of multivalue controls or fields.

Reply