MAP-PAY-ERP-SUPPLIER · version 1
ERP Supplier Payment → Payment
Direct · Business object
Source
ERP · erp_supplier_payment
Field mappings
| Source field | Canonical field | Contribution | Survivorship |
|---|---|---|---|
| amount | amount | Direct | |
| supplier_id | counterparty_entity_id | Direct | |
| currency_code | currency_code | Direct | |
| payment_no | display_key | Direct | |
| payment_date | payment_date | Direct | |
| (constant) | payment_kind | Constant | |
| status_code | status | Direct |
Canonical records produced (6)
- SPAY-2026-000001 Payment · trace
- SPAY-2026-000002 Payment · trace
- SPAY-2026-000003 Payment · trace
- SPAY-2026-000004 Payment · trace
- SPAY-2026-000005 Payment · trace
- SPAY-2026-000006 Payment · trace
Rule definition
{
"subtype": {
"table": "canonical.payment",
"fields": {
"amount": {
"from": "amount",
"kind": "numeric"
},
"payment_date": {
"from": "payment_date",
"kind": "date"
},
"payment_kind": {
"kind": "text",
"const": "SUPPLIER_PAYMENT"
},
"currency_code": {
"from": "currency_code",
"kind": "text"
}
},
"entity_references": {
"counterparty_entity_id": {
"source_field": "supplier_id",
"target_object": "erp_supplier",
"target_system": "ERP"
}
}
},
"attributes": {
"status": {
"from": [
"status_code"
],
"classification": "INTERNAL"
},
"display_key": {
"from": [
"payment_no"
],
"classification": "INTERNAL"
}
},
"business_key": "payment_no"
}