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-EVT-POS-SALE · version 1

POS Sale Status ChangeRetail Sale Completed

Event translation · Event

Source

Field mappings

Source fieldCanonical fieldContributionSurvivorship
from_statusfrom_statusDirect
sale -> OBJECT RetailTransactionsubject_idDerived
sale_status_history.sale_idsubject_idDerived

Canonical records produced (3)

Rule definition
{
  "select": {
    "field": "to_status",
    "equals": "COMPLETED"
  },
  "subject": {
    "via": [],
    "kind": "OBJECT",
    "from_field": "sale_id",
    "target_type": "RetailTransaction",
    "target_object": "sale",
    "target_system": "POS",
    "classification": "INTERNAL"
  },
  "attributes": {
    "from_status": {
      "from": [
        "from_status"
      ],
      "classification": "INTERNAL"
    }
  },
  "occurred_at": "changed_at",
  "business_key": "sale_status_history_id"
}