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

ERP CustomerOrganization

Direct and normalize · Canonical entity

Source

Field mappings

Source fieldCanonical fieldContributionSurvivorship
customer_namedisplay_nameDirect
customer_namelegal_nameFallbackERP > CRM (source priority)
legal_namelegal_nameDirectERP > CRM (source priority)
customer_nametrading_nameDirectCRM > ERP (source priority)

Canonical records produced (6)

Rule definition
{
  "attributes": {
    "legal_name": {
      "from": [
        "legal_name",
        "customer_name"
      ],
      "transform": "TRIM"
    },
    "trading_name": {
      "from": [
        "customer_name"
      ],
      "transform": "TRIM"
    }
  },
  "source_role": "CUSTOMER",
  "business_key": "customer_no",
  "display_name": "customer_name",
  "resolution_rule": "RES-ORG-ERP-CUSTOMER"
}