- Custom fields: custom fields adapt Korint core entities to your product.
External Policy ID Generation
Each product is configured with agenerateExternalPolicyIdTrigger that controls when an incremental external policy ID is automatically assigned to new policies. This setting works together with externalPolicyIdFormat, which defines the template used to format the generated ID.
The
externalPolicyIdFormat template supports the following variables: {incrementalPolicyId} (zero-padded to 8 digits), {incrementalPolicyIdPad4} (zero-padded to 4 digits), {incrementalPolicyIdNoPad} (no padding), {YY} (2-digit current year), {MMYY} (month and year from policy creation date), and {externalProductId}.
This section is a work in progress.
