B1DepartmentKey
- Composite key identifying a department by job ID, rank, and shift index.
| Property | Type | Description | Metadata |
|---|---|---|---|
| JobId | FName | Job ID that identifies the type of position in this department. | Foreign: Job.Id |
| Rank | int32 | Rank level within this department. | |
| ShiftIndex | int32 | Shift index distinguishing multiple shifts for the same job and rank. |