B1CareerSeatInfo
- Identifies a seat assignment within a company, binding a job ID and rank
* to a specific physical seat.
| Property | Type | Description | Metadata |
|---|---|---|---|
| JobId | FName | Data table ID of the job associated with this seat. | Foreign: Job.Id |
| Rank | int32 | Rank required for a member to be assigned to this seat. | |
| CareerDtId | FName | Data table ID of the career that owns this seat. Empty for legacy data. | Foreign: Career.Id |