Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Employees

General information about a single employee

 EDM Data TypeNotes
EmployeeIdGuidGlobally-unique identifier for an employee. May be named "Employee_ObjectId" in other tables.
EmployeeNumberInt32Account-unique identifier for an employee. Presented as "External Code" in ECM.
AccountIdGuidAccount identifier
FullNameStringA free-text field for the employee's legal name. No restrictions are made about whether this contains given names, family names, initials, or any other parts of a name.
NicknameStringA free-text field for the name displayed on receipts and other places in the NorthStar system.
DisabledBooleanSet to true when the employee is terminated.
Navigation Properties
EmployeeJobRates  

 

Jobs

General information about a job

 EDM Data TypeNotes
JobIdGuidGlobally-unique identifier for a job. May be named "Job_ObjectId" in other tables.
JobNumberInt32Account-unique identifier for a job. Presented as "External Code" in ECM.
NameStringA free-text name for the job.
DescriptionStringA free-text description of the job.
Navigation Properties
EmployeeJobRates  

 

EmployeeJobRates

Information about an employee assigned to a job.

 EDM Data TypeNotes
EmployeeJobRateIdGuidGlobally-unique identifier for an employee-job assignment.
EmployeeIdGuidGlobally-unique identifier for an employee.
JobIdGuidGlobally-unique identifier for the job assigned to the employee.
RateDecimalHourly pay rate for the employee in this job.
ActivationDateDateTimeDate when the employee was assigned this job.
Navigation Properties
Employee  
Job  
  • No labels