@@ -91,12 +91,13 @@ These entities are primarily used by the Employee Return to the Workplace canvas
91
91
| ** Entity Name** | ** Information in the Table** |
92
92
| --------------------------| ---------------------------------------------------------------------------------------------------------------|
93
93
| Area | Contains a list of physically or logically segmented spaces. |
94
+ | Floor | Contains a list of physically segmented spaces associated to a single facility and multiple areas. |
95
+ | Daily Occupancy | Daily occupancy indicates the capacity and occupancy for an area on a certain day. |
94
96
| Employee Attestation | Contains associations of people to their attestations. |
95
97
| Employee Booking | Contains associations of people and specific areas, floors, and facilities for a given time period. |
96
98
| Employee Facility Search | Contains a list of most recently used employee app facility results associated with system users. |
97
99
| Employee Sentiment | Contains associations of people and information relevant to their recorded sentiment. |
98
100
| Employee Visit | Contains associations of people and facilities for a given time period representing a physical entry and exit.|
99
- | Floor | Contains a list of physically segmented spaces associated to a single facility and multiple areas. |
100
101
101
102
## Workplace Care Management
102
103
@@ -166,6 +167,16 @@ and the areas of the solution where they are used. System generated attributes
166
167
| Name | Text | User-friendly name of the country. | Model-driven app |
167
168
| ISO Short Code | Text | ISO identifier of the country. | Model-driven app |
168
169
170
+ ### Daily Occupancy
171
+
172
+ | Display Name | Data Type | Description | Platform Use |
173
+ | ------------------| --------------| ------------------------------------------------------------------------------------| ------------------------------|
174
+ | Area ID | Lookup | Used to associate a area to the daily occupancy. | Model-driven app; Canvas app |
175
+ | Facility ID | Lookup | Used to associate a facility to the daily occupancy. | Model-driven app; Canvas app |
176
+ | Capacity | Whole Number | Total capacity for that area. | Model-driven app; Canvas app |
177
+ | Occupancy | Whole Number | Occupied spaces for an area. | Model-driven app; Canvas app |
178
+ | Date | Date | The date for which the occupancy and capacity are tracked. | Model-driven app; Canvas app |
179
+
169
180
### Employee (Contact)
170
181
171
182
| Display Name | Data Type | Description | Platform Use |
0 commit comments