Skip to main content
Nintex Community Menu Bar

hide show controls based on user belogs to particular sharepoint group

  • April 4, 2016
  • 4 replies
  • 30 views

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

Forum|alt.badge.img+14
  • Scholar
  • April 4, 2016

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


Forum|alt.badge.img+4

Thank you Marian. it worked for me.


Forum|alt.badge.img+3
  • November 13, 2018

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)) 


Forum|alt.badge.img+14
  • Scholar
  • November 15, 2018

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