AI fields are filled at the time of case creation during handoff. The AI reads the full conversation transcript and uses your description of each field to determine the appropriate value.
How it works
You define field mappings
For each Creatio case field you want the AI to fill, provide the field name, a display title, the field type, and an AI description explaining how to determine the value.
Handoff triggers auto-fill
When the AI escalates, it reads the full conversation and uses your descriptions to determine a value for each configured field.
Adding a field mapping
Each mapping requires:| Property | Description | Example |
|---|---|---|
| Field Name | The Creatio entity column name | PriorityId |
| Display Title | Human-readable label | Priority |
| Field Type | text or dropdown | dropdown |
| AI Description | Instructions for the AI on how to determine the value | See examples below |
Field types
Text fields
Text fields
Free-form text values. Use for fields like order number, product name, or any custom text column on the Case entity. The AI writes a short value based on the conversation.
Dropdown fields
Dropdown fields
Predefined values. Use for fields like priority, category, or any lookup column. The AI selects the best matching value from the options you describe. List every allowed value in the AI description so the AI picks from your actual options.
Writing effective AI descriptions
The AI description is the most important part of the mapping. It tells the AI how to analyze the conversation and pick the right value. Good descriptions are specific, give clear criteria, and list every possible value.Priority (dropdown)
Priority (dropdown)
Category (dropdown)
Category (dropdown)
Order Number (text)
Order Number (text)
Good to know
Be explicit about every value
Be explicit about every value
List every possible value and when to use it. The AI does not infer your categories — it picks from what you describe.
Handle ambiguous cases
Handle ambiguous cases
Specify what the AI should do when the conversation is unclear — pick a default value or leave blank. Without guidance, the AI may skip the field.
Field names are case-sensitive
Field names are case-sensitive
The field name must match the exact Creatio column name.
PriorityId and priorityid are different. Check the column name in Creatio’s object designer.Changes take effect immediately
Changes take effect immediately
Updating an AI description applies to the next handoff. No restart or redeployment needed. Existing cases are not affected.
Managing field mappings
Each field mapping can be individually enabled or disabled. Disabled fields are not evaluated during handoff — useful for temporarily pausing a field without deleting its configuration. Deleting a field mapping removes it permanently. Existing cases that were already filled are not affected.Related Documentation
Connect Creatio
Credentials and optional routing settings.
Case Sync
Case creation, message sync, and two-way webhooks.
Creatio overview
Capabilities, supported channels, and observability.
Troubleshooting
AI fields blank, wrong values, field name mismatch.