Field Definition

The gatekeeper for the data you collect.

Similarly to the Validation Rules in Pricing Logic, which defines the validation rules for quote data, Field Definition defines all the validation rules for the policy data. If you use the Webapp Builder to configure the customer journey, you should be able to get the Field Definition from the App export and you can simply copy and paste it for setup.

Field Definition Screen Example

Field
Description

Name

This should correspond to the policy field names in the Webapp

Path

This is usually data unless you have other data structures in your webapp.

Validation

This usually include a few things:

  1. data format - for example, string , integer , iso_date

  2. required/not required - if the data is always required, you should put required , otherwise, left empty

  3. other validation rules - this can be (1) limiting the input to a list of allowed value; (2) checking the input value to be within certain range; any other validations

Last updated