| Name | Description | Type | Additional information |
|---|---|---|---|
| OccupancyFloorId |
Represents the PK of the Occupancy Floor combination |
globally unique identifier |
None. |
| OccupancyId |
Represents the PK of the Occupancy |
globally unique identifier |
None. |
| OccupancyName |
Represents the name of the Occupancy |
string |
None. |
| FloorId |
Represents the PK of the Floor |
globally unique identifier |
None. |
| FloorName |
Represents the name of the Floor |
string |
None. |
| Deleted |
Represents whether the Occupancy / Floor combination is deleted or not. |
boolean |
None. |
| FloorUseFlagsMask |
Represents a bitmask of how the floor is used by the Occupancy. 1 = Reception, 2 = Mail/Deliver, 4 = Office Space, 8 = Retail, 16 = Residential, 32 = Commercial/Industrial |
integer |
None. |
| FloorUses |
Represents a concatenation of the descriptions for the bitmasks set by FloorUseFlagsMask. Example "Reception, Office Space" |
string |
None. |
| IsDefaultMailFloor |
Represents whether the Occupancy / Floor combination is used as the default Mail Floor (assuming FloorUseFlagsMask contains bitmask value of 2) |
boolean |
None. |
| IsDefaultReceptionFloor |
Represents whether the Occupancy / Floor combination is used as the default Reception Floor (assuming FloorUseFlagsMask contains bitmask value of 1) |
boolean |
None. |
| IsDefaultOccupantFloor |
Represents whether the Occupancy / Floor combination is used as the default Occupancy Floor (assuming FloorUseFlagsMask contains bitmask value of 4). This is used to determine default floors of new employees amongst other things. |
boolean |
None. |