Form expression not working


Badge +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

Userlevel 4
Badge +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

Badge +8

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!

Userlevel 4
Badge +7

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

Paul

Reply