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-INV-ERP-SUPPLIER · version 1

ERP Supplier InvoiceInvoice

Direct · Business object

Field mappings

Source fieldCanonical fieldContributionSurvivorship
total_amountamountDirect
supplier_idcounterparty_entity_idDirect
currency_codecurrency_codeDirect
internal_invoice_nodisplay_keyDirect
(constant)document_kindConstant
posting_dateposting_dateDirect
status_codestatusDirect

Canonical records produced (12)

Rule definition
{
  "subtype": {
    "table": "canonical.invoice",
    "fields": {
      "amount": {
        "from": "total_amount",
        "kind": "numeric"
      },
      "posting_date": {
        "from": "posting_date",
        "kind": "date"
      },
      "currency_code": {
        "from": "currency_code",
        "kind": "text"
      },
      "document_kind": {
        "kind": "text",
        "const": "SUPPLIER_INVOICE"
      }
    },
    "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": [
        "internal_invoice_no"
      ],
      "classification": "INTERNAL"
    }
  },
  "business_key": "internal_invoice_no"
}