Home

Derived Field: coll_grid_values

Back to List Edit Test
Field Details

Field Name:

coll_grid_values

Source Table:

evolved_records

Status:

Active

Expression Type:

jinja

Output Type:

JSON

Version:

v1

Used In:

Not used in summaries or templates

Display Name:

Grid Values for Template Matching

Expression:

            {
                "total_due": {{ coll_total_due|default(0) }},
                "days_overdue": {{ coll_days_overdue|default(0) }},
                "recovery_rate": {{ coll_recovery_rate|default(0) }},
                "risk_score": {{ coll_risk_score|default(50) }},
                "product_group": "{{ coll_product_group|default('UNKNOWN') }}",
                "channel_type": "{{ coll_channel_type|default('UNKNOWN') }}",
                "agent_performance": {{ coll_efficiency_score|default(50) }}
            }
            
Dependencies
Field Type Actions
coll_total_due Derived View
coll_days_overdue Derived View
coll_recovery_rate Derived View
coll_risk_score Derived View
coll_product_group Derived View
coll_channel_type Derived View
coll_efficiency_score Derived View
Joins

No joins defined

Registry Information

No registry entry found

Version History

No version history available

Field Usage

Referenced by:

Loading...