Hire Minimum New

Prev Next

Overview

This section describes the minimum steps required to create a new employee record, contract, and allocation in the system.

Steps

  1. Create Employee

    • Method: [POST] sprEmployee
    • Fields:
      • firstName
      • surname
      • employmentDate
    • Additional Info: sprEmplPersonalInfo can be auto-inserted by the system, manually inserted with deep insert, or later with [POST].
  2. Create Contract

    • Method: [POST] sprContract
    • Fields:
      • startDate
      • contractType
  3. Create Allocation

    • Method: [POST] sprAllocation
    • Fields:
      • employeeNumber / employeeId
      • contractNumber / contractId
      • startDate, positionCode / positionId
      • emplPostGroupCode / emplPostGroupId
      • wScheduleFormulaCode / wScheduleFormulaId
    • Additional Info: sprAllocationSalary can be auto-inserted by the system, manually inserted with deep insert, or later with [POST].