Skip to main content

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

ValueDescription
The value of the fieldIf the application exists and can be accessed
An empty stringIf the application does not exist, or can not be accessed

Note: return values are case sensitive

Formula Logic

  1. The application is retrieved using the specified application number.

  2. The result of the formula is the value of the specified field from the application.