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

ERP Sales OrderSales Order

Direct · Business object

Source

Field mappings

Source fieldCanonical fieldContributionSurvivorship
sales_order_nodisplay_keyDirect
status_codestatusDirect

Canonical records produced (10)

Rule definition
{
  "attributes": {
    "status": {
      "from": [
        "status_code"
      ],
      "classification": "INTERNAL"
    },
    "display_key": {
      "from": [
        "sales_order_no"
      ],
      "classification": "INTERNAL"
    }
  },
  "business_key": "sales_order_no",
  "object_relations": [
    {
      "from_end": "TARGET",
      "from_field": "customer_id",
      "target_kind": "ENTITY",
      "target_object": "erp_customer",
      "target_system": "ERP",
      "relationship_type": "PLACES"
    }
  ]
}