Home > Nintex Forms 2013 Help and How-to > Using the Form Designer
Inline functions usage examples


Inline function usage scenarios

The following are examples on how to toggle the appearance (visible or enabled) of a control using an expression:

  • To show or hide a control when the form is in new or edit mode: fn-Or(Is New Mode, Is Edit Mode)
  • To show or hide a control when the form is in edit mode and the user is a member of the SharePoint group named Finance: fn-And(fn-IsMemberOfGroup(Finance), Is Edit Mode)

 

Related Topics

Inserting reference fields
Inline functions

 

Inline functions usage examples