- 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.
| Trigger value | Behavior |
|---|---|
CREATION | An external ID is generated immediately when the policy is created. |
CONFIRMATION | An external ID is generated when the policy is confirmed, for New Business branches only. |
SIGNATURE | An external ID is generated when the policy is signed, for New Business branches only. |
NOTHING | No automatic generation. External IDs can be set manually via the edit-external-id endpoint (only available when this trigger is set). |
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.
