Skip to main content

Northgate M3PP / Assure - Does property exist?

  • What is it? This formula will verify if a property exists in the selected M3PP / Assure instance.

Setup

The formula requires connection to a Jadu hubIS instance, which can be configured in the Integrations page. Your Jadu hubIS instance should be configured to connect to your M3PP / Assure instance. For help setting up and configuring hubIS, contact Jadu Support.

Inputs

This formula requires two inputs to be passed through to it:

  • the name of the M3PP / Assure instance as configured in Jadu hubIS
  • the UPRN of the property to check

The mapped value for the UPRN must come from an address lookup question, using the property_identifier variable option.

Return values

ValueDescription
trueIf the property exists and has assets assigned in the M3PP / Assure instance
falseIf not

Note: return values are case sensitive

Formula Logic

  1. A check is made to see if the integration has been enabled in the Settings > Integrations page. If the integration is not enabled the formula returns false.

  2. A call is made to GetAssets passing in the UPRN input. This returns all the assets set on a property. If the call fails, the result is false.

  3. The return value is true if there are assets returned, or false otherwise.