Custom Field Requirements
Custom fields must adhere to the following requirements:- Field limit: Maximum of 25 key-value pairs per claim
- Key constraints: Each key must be 50 characters or fewer
- Value types: Values must be strings only
- String values: Maximum length of 250 characters
Using Custom Fields
When creating or updating a claim, you can include custom fields in your request body. These fields can be used to:- Store internal reference IDs
- Include category or classification data
- Trigger workflow rules for automated case handling
- Store any other relevant claim metadata
Managing Custom Fields
You can create, update, and remove custom fields as needed:- Create/Update: Set a value for the field in your request
- Remove: Set the field value to
nullto completely remove the key-value pair from the claim
Example
Custom Fields with Workflow Rules
Custom fields can power Decisionly’s workflow rules, enabling automated actions based on field values. When using custom fields for workflow automation:- Maintain consistency: Use identical string values across cases (e.g., always use “high_priority” instead of mixing with “High Priority”)
- Document conventions: Maintain internal documentation of your custom field naming and value conventions