MAP-OPP-CRM · version 1
CRM Opportunity → Opportunity
Direct · Business object
Source
CRM · opportunity
Field mappings
| Source field | Canonical field | Contribution | Survivorship |
|---|---|---|---|
| opportunity_no | display_key | Direct | |
| status | status | Direct |
Canonical records produced (6)
- OPP-2026-900001 Opportunity · trace
- OPP-2026-900002 Opportunity · trace
- OPP-2026-900003 Opportunity · trace
- OPP-2026-900004 Opportunity · trace
- OPP-2026-900005 Opportunity · trace
- OPP-2026-900006 Opportunity · trace
Rule definition
{
"attributes": {
"status": {
"from": [
"status"
],
"classification": "INTERNAL"
},
"display_key": {
"from": [
"opportunity_no"
],
"classification": "INTERNAL"
}
},
"business_key": "opportunity_no",
"object_relations": [
{
"from_end": "SELF",
"from_field": "erp_sales_order_ref",
"target_kind": "OBJECT",
"target_object": "SalesOrder",
"relationship_type": "RESULTS_IN"
}
]
}