Field Definition
The gatekeeper for the data you collect.
Last updated
The gatekeeper for the data you collect.
Last updated
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 | 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:
data format - for example, string
, integer
, iso_date
required/not required - if the data is always required, you should put required
, otherwise, left empty
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