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
| Value | Description |
|---|---|
| true | If the property exists in Collective. |
| false | If the property does not exist in Collective, or an error occurred. |
Note: return values are case sensitive
Formula Logic
-
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.
-
The formula calls Premises_Get, passing the UPRN.
-
If a record is returned, the formula result is true. Otherwise, the result is false.