Skip to main content

Bartec Collective - Valid Property

  • What is it? This formula will determine whether a particular property exists in Bartec Collective

Setup

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

Inputs

This formula requires 1 input to be passed through to it, the UPRN of the property to check. This should be mapped to the property identifier element of an address lookup question.

Return values

ValueDescription
trueIf the property exists in Collective.
falseIf the property does not exist in Collective, or an error occurred.

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. The formula calls Premises_Get, passing the UPRN.

  3. If a record is returned, the formula result is true. Otherwise, the result is false.