Skip to main content

Jadu Connect - Address of case

  • What is it? This formula will return the primary address from the specified Jadu Connect case.

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 reference

  • the format to return (the friendly text version, or just the UPRN)

  • 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.

Caching

When retrieved from Jadu Connect, the case is cached by Jadu Central for the remainder of the current page load. This means that any subsequent formulae that need to access the case will not need to retrieve it from Jadu Connect.

Return values

ValueDescription
The primary case address, in the specified formatIf the case exists and can be accessed.
An empty stringOtherwise.

Note: return values are case sensitive

Formula Logic

  1. The case with the specified reference is obtained from Jadu Connect.

  2. If the case is accessible, the result is the primary address from this case. Otherwise the result is an empty string.