Day-0 Explorer
General enterprise visibility, with access to the enterprise's general document spaces. No HR or payroll compartment access.Viewing as Enterprise Reader

MAP-PAY-ERP-SUPPLIER · version 1

ERP Supplier PaymentPayment

Direct · Business object

Field mappings

Source fieldCanonical fieldContributionSurvivorship
amountamountDirect
supplier_idcounterparty_entity_idDirect
currency_codecurrency_codeDirect
payment_nodisplay_keyDirect
payment_datepayment_dateDirect
(constant)payment_kindConstant
status_codestatusDirect

Canonical records produced (6)

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"
}