Property in LLPG
- What is it? Some services require the property being served is within the area served by the organisation. When using address services such as SinglePoint or ESRI LocatorHub the national property database (NLPG) is searched and displayed.
This formula will check a property is within the serviced area by search for a matching UPRN record in the LLPG data imported into Jadu Central.
Setup
The formula requires the import of local LLPG address data into your system. Please speak to Jadu Support if you are unsure if you have this data imported.
Inputs
This formula requires the UPRN of the property to check is passed in to the only mapping field:
Return values
Value | Description |
---|---|
Yes | Property exists in Jadu Central LLPG data |
No | Property does not exist in Jadu Central LLPG data |
Note: return values are case sensitive
Formula Logic
-
A call is made to getLPIForUPRN using the UPRN input.
-
If a record is returned from the call in step #1, Yes is returned, otherwise No is returned.