Blue Badge - Application Predefined Logic
- What is it? Given a Blue Badge application number and the application field to retrieve, this formula will return the value of this field for the application.
warning
We advise that this logic is only used on internal forms by staff with the necessary clearance to handle data of this nature.
Inputs
This formula requires 2 inputs to be passed through to it:
- the application number
- the application detail to return
Caching
When retrieved from the Blue Badge Service, the application is cached by Jadu Central for the remainder of the current page load. This means that any subsequent formulae that need to access the application will not need to retrieve it directly from the Blue Badge Service.
Return values
Value | Description |
---|---|
The value of the field | If the application exists and can be accessed |
An empty string | If the application does not exist, or can not be accessed |
Note: return values are case sensitive
Formula Logic
-
The application is retrieved using the specified application number.
-
The result of the formula is the value of the specified field from the application.