Skip to main content
Nintex Community Menu Bar

Form expression not working

  • May 27, 2016
  • 3 replies
  • 16 views

Forum|alt.badge.img+8

Guys,

A certain field in my Nintex Form should only be enabled in new mode of the form, or when a user is member of a certain security group.

I am using the following expression: "fn-or(Is New Mode,fn-IsMemberOfGroup(<name of security group>))". But this is not working.

"Is New Mode", as well as "fn-IsMemberOfGroup(<name of security group>)" but not with the fn-Or(). I cannot seem to find a solution... Does anyone have an idea on this?

I am using Nintex Forms 2013.

Thank you,

Glenda

3 replies

Forum|alt.badge.img+7

Hi Glenda

This is the formula i used and it works. Do you have the group name in quotes?

fn-Or(Is New Mode,fn-IsMemberOfGroup("SP2013 Testing Owners"))

Let me know if this works for you

Paul


Forum|alt.badge.img+8
  • Author
  • Nintex Partner
  • May 27, 2016

It works. I am not sure what the problem was though.

I tried using no quotes, ' as well as ". I do not think that for this function it makes any difference. I exported my form, deleted it from my list and imported it back again, not working as well. Suddenly five minutes later magic happened and all my controls are perfectly working happy.png I guess some mess-up in the inline functions.

Thank you, Paul!


Forum|alt.badge.img+7

Excellent, at least its working. Can you mark as answer to help others?

Paul