Overview
When a conversation is handed off and a Creatio case is created, Open’s AI can automatically fill case fields based on the conversation context. This reduces manual triage work — your agents see cases that already have the right priority, category, or custom field values. For example, you can configure AI to:- Set case priority based on urgency detected in the conversation
- Categorize cases by topic (billing, technical, shipping, etc.)
- Fill custom text fields with extracted details (order numbers, product names, etc.)
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 AI to fill, you provide:
- The field name (the Creatio column name, e.g.,
PriorityId,UsrCategory) - A display title (e.g., “Priority”, “Category”)
- The field type (text or dropdown)
- An AI description explaining how to determine the value
Handoff triggers auto-fill
When the AI hands off, it reads the full conversation and uses your descriptions to determine values for each configured field.
Setting Up AI Fields
Adding a Field Mapping
You can manage AI fields via the API. Each field 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 fill this field | Set to "High" if the customer mentions data loss, security issues, or production outages. Set to "Medium" for general bugs. Set to "Low" for feature requests. |
Field Types
Text
Free-form text values. Use for fields like “Order Number”, “Product Name”, or any custom text field on the Case entity.
Dropdown
Predefined values. Use for fields like “Priority”, “Category”, or any lookup field. The AI will select the best matching value based on your description.
Writing Effective AI Descriptions
The AI description is the most important part of your field mapping. It tells the AI how to analyze the conversation and determine the right value. Good descriptions are specific, give clear criteria, and list possible values.Good Examples
Priority field
Priority field
Category field
Category field
Order Number field (text)
Order Number field (text)
Tips for Better Results
Be explicit
List every possible value and when to use it. Don’t assume the AI will infer your categories.
Give examples
Include example scenarios or keywords that map to each value.
Handle edge cases
Specify what the AI should do when the conversation is ambiguous — pick a default or leave blank.
Keep it focused
Each description should be about one field. Don’t mix instructions for multiple fields.
Managing AI Fields
Enabling/Disabling Fields
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.Updating Descriptions
You can update the AI description at any time. Changes take effect immediately for the next handoff — no restart or redeployment needed.Deleting Fields
Deleting a field mapping removes it permanently. Existing cases that were already filled are not affected.Troubleshooting
AI is not filling fields correctly
AI is not filling fields correctly
- Review your AI description — is it specific enough? Does it list all possible values?
- Check the field name matches the exact Creatio column name (case-sensitive)
- Ensure the field mapping is enabled
Fields are blank after handoff
Fields are blank after handoff
- The AI may not have found enough context in the conversation to determine a value
- Check that your AI description specifies a default value for ambiguous cases
- Verify the field type (text vs dropdown) matches the actual Creatio field
Wrong values being set
Wrong values being set
- Refine your AI description with clearer criteria and explicit examples
- For dropdown fields, make sure the values in your description match the actual Creatio lookup values exactly