🧩
Product Builder Manual
  • 👋Welcome to Product Builder
  • Fundamentals
    • 🏗️Product Builder Concept
    • 🚀Create Your First Product
      • Product Basic Setup
      • Documents
      • Emails
      • Pricing Logic
      • Payment Plans
      • Webapp
      • Field Definition
    • 🎬Create Your First Integration
      • CSS
      • Google Analytics
      • Pricing Variables
  • Product Features
    • 🔖Save For Later
    • 🕵️‍♂️Manual Underwriting
    • ✏️Policy Edit
    • 🪄Mid-Term Adjustment (MTA)
  • Account Settings
    • 📫Email Accounts
    • 💳Payments
  • Shortcut
    • 📚Glossary
Powered by GitBook
On this page
  1. Fundamentals
  2. Create Your First Product

Field Definition

The gatekeeper for the data you collect.

Last updated 2 years ago

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:

  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

🚀
Field Definition Screen Example