...
EDM Data Type | Notes | |
---|---|---|
EmployeeId | Guid | Globally-unique identifier for an employee. May be named "Employee_ObjectId" in other tables. |
EmployeeNumber | Int32 | Account-unique Integer identifier for an employee. This is intended to be unique within each account, but may not be if the client needs duplicate users to report identically. Presented as "External Code" in ECM. |
AccountId | Guid | Account identifier |
FullName | String | A 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. |
Nickname | String | A free-text field for the name displayed on receipts and other places in the NorthStar system. |
Disabled | Boolean | Set to true when the employee is terminated. |
Navigation Properties | ||
EmployeeJobRates |
...