Jadu Connect - Can create case for address
- What is it? This formula will determine whether a case of a particular type can be created against a particular address.
Setup
The formula requires integration with Jadu Connect to be configured. This can be done under Settings > Integrations > Jadu Connect.
Inputs
This formula requires 3 inputs to be passed through to it:
-
the Jadu Connect case type
-
the UPRN of the property to check
-
whether to run as the signed in user
This determines whether the request to Jadu Connect is sent using the signed in account, or the Jadu Connect API key permissions. The signed in account may have different permissions to the API key, causing the result of the formula to differ.
Return values
Value | Description |
---|---|
true | If the case can be created. |
false | Otherwise. |
Note: return values are case sensitive
Formula Logic
-
The formula calls the 'Can Create Case' endpoint of the Jadu Connect API, passing the provided case type and UPRN.
-
If this endpoint returns true, the result of the formula is true. Otherwise, the result is false.