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-INVPOS-ERP-AR · version 1

ERP Ar Open ItemInvoice

Contribution · Business object

Source

Field mappings

Source fieldCanonical fieldContributionSurvivorship
open_amountopen_amountAggregate
open_amountposition_codeAggregate
Rule definition
{
  "position": {
    "table": "canonical.invoice",
    "group_field": "open_item_no",
    "amount_field": "open_amount"
  },
  "contributes_to_object": {
    "owners": [
      {
        "via_source_object": "erp_customer_invoice",
        "business_key_field": "invoice_no"
      },
      {
        "via_source_object": "erp_customer_credit_note",
        "business_key_field": "credit_note_no"
      }
    ],
    "match_field": "open_item_no",
    "target_type": "Invoice"
  }
}