Inline functions usage examples

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 information

Insert reference fields

Inline functions