Skip to main content

Jadu Connect - Is user a member of an organisation

  • What is it? This formula determines whether a signed in customer is a member of a Jadu Connect organisation.

Setup

The formula requires integration with Jadu Connect to be configured. This can be done under Settings > Integrations > Jadu Connect.

Inputs

This formula requires no inputs.

Return values

ValueDescription
YesIf the customer is signed in, ad is a member of an organisation.
n/aWhen used on an internal form.
NoOtherwise.

Note: return values are case sensitive

Formula Logic

  1. If the form is internal, the result is 'n/a'.

  2. If the customer is not signed in, the result is 'No'.

  3. If the customer is a member of an organisation, the result is 'Yes'.

  4. Otherwise, the result is 'No'