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-HR-TERM · version 1

HR Employment EventEmployee Terminated

Event translation · Event

Source

Field mappings

Source fieldCanonical fieldContributionSurvivorship
employment_idemployment_idDirect
reason_codereason_codeDirect
employee -> ENTITY Workersubject_idDerived
employment.employee_idsubject_idDerived
employment_event.employment_idsubject_idDerived

Canonical records produced (2)

Rule definition
{
  "select": {
    "field": "event_type",
    "equals": "TERMINATION"
  },
  "subject": {
    "via": [
      {
        "take": "employee_id",
        "source_object": "employment",
        "source_system": "HR"
      }
    ],
    "kind": "ENTITY",
    "from_field": "employment_id",
    "target_type": "Worker",
    "target_object": "employee",
    "target_system": "HR",
    "classification": "HR_CONFIDENTIAL"
  },
  "attributes": {
    "reason_code": {
      "from": [
        "reason_code"
      ],
      "classification": "HR_CONFIDENTIAL"
    },
    "employment_id": {
      "from": [
        "employment_id"
      ],
      "classification": "HR_CONFIDENTIAL"
    }
  },
  "occurred_at": "effective_date",
  "business_key": "employment_event_id"
}