@@ -89,9 +89,13 @@ These tables are primarily used by the Employee Return to the Workplace canvas a
89
89
90
90
| ** Table Name** | ** Information in the Table** |
91
91
| --------------------------| ---------------------------------------------------------------------------------------------------------------|
92
+ | Area | Contains a list of physically or logically segmented spaces. |
92
93
| Employee Attestation | Contains associations of people to their attestations. |
94
+ | Employee Booking | Contains associations of people and specific areas, floors, and facilities for a given time period. |
93
95
| Employee Facility Search | Contains a list of most recently used employee app facility results associated with system users. |
94
96
| Employee Sentiment | Contains associations of people and information relevant to their recorded sentiment. |
97
+ | Employee Visit | Contains associations of people and facilities for a given time period representing a physical entry and exit. |
98
+ | Floor | Contains a list of physically segmented spaces associated to a single facility and multiple areas. |
95
99
96
100
## Workplace Care Management
97
101
@@ -126,6 +130,16 @@ This section of the document provides a list of entities, their data attributes,
126
130
and the areas of the solution where they are used. System generated attributes
127
131
(such as ** Created On** , ** Modified On** , etc.) are not displayed.
128
132
133
+ ### Area
134
+
135
+ | Display Name | Data Type | Description | Platform Use |
136
+ | -------------------------------------| ---------------| ----------------------------------------------------------------| ------------------|
137
+ | Area | Text | Primary identifier of the record. | Model-driven app; Canvas app |
138
+ | Capcity | Whole Number | Used to capture total allowable occupancy for the area. | Model-driven app; Canvas app |
139
+ | Description | Text | Used to capture additional details to describe the area. | Model-driven app; Canvas app |
140
+ | Facility | Lookup | Used to associate the parent facility. | Model-driven app; Canvas app |
141
+ | Floor | Lookup | Used to associate the parent floor. | Model-driven app; Canvas app |
142
+
129
143
### Case Contact
130
144
131
145
| Display Name | Data Type | Description | Platform Use |
@@ -167,6 +181,16 @@ and the areas of the solution where they are used. System generated attributes
167
181
| Facility | Lookup | Used to associate the facility for which the employee is attesting. | Model-driven app; Canvas app |
168
182
| Name | Text | Used to create a name for the employee attestation record. | Model-driven app |
169
183
184
+ ### Employee Booking
185
+
186
+ | Display Name | Data Type | Description | Platform Use |
187
+ | ------------------| ---------------| ---------------------------------------------------------------------| ------------------------------|
188
+ | Area | Lookup | Used to associate the ___location booked. | Model-driven app; Canvas app |
189
+ | End Arrival Time | Date and Time | Used to capture the ending point in time for the booking. | Model-driven app; Canvas app |
190
+ | Start Arrival Time | Date and Time | Used to capture the beginning point in time for the booking. | Model-driven app; Canvas app |
191
+ | Employee | Lookup | Used to associate the employee creating the booking. | Model-driven app; Canvas app |
192
+ | Name | Text | Primary identifier of the record. | Model-driven app |
193
+
170
194
### Employee Case
171
195
172
196
| Display Name | Data Type | Description | Platform Use |
@@ -197,6 +221,18 @@ and the areas of the solution where they are used. System generated attributes
197
221
| Do you feel safe returning to work | Option Set | Used to capture a response to the question: Sad, Neutral, Happy. | Model-driven app; Canvas app |
198
222
| Sentiment Date | Date and Time | Used to capture the date and time the sentiment was recorded. | Model-driven app |
199
223
224
+ ### Employee Visit
225
+
226
+ | Display Name | Data Type | Description | Platform Use |
227
+ | ------------------| ---------------| ---------------------------------------------------------------------| ------------------------------|
228
+ | Emplpoyee Attestation | Lookup | Used to associate an attestation. | Model-driven app |
229
+ | Emplpoyee Booking | Lookup | Used to associate a booking. | Model-driven app |
230
+ | Employee | Lookup | Used to associate the employee creating the visit. | Model-driven app |
231
+ | End Time | Date and Time | Used to denote the end of the visit. | Model-driven app |
232
+ | Facility | Lookup | Used to denote the facility visited. | Model-driven app |
233
+ | Name | Text | Primary identifier of the record. | Model-driven app |
234
+ | Start Time | Date and Time | Used to denote the beginning of the visit. | Model-driven app |
235
+
200
236
### Facility
201
237
202
238
| Display Name | Data Type | Description | Platform Use |
@@ -231,6 +267,16 @@ and the areas of the solution where they are used. System generated attributes
231
267
| Description | Text | Used to provide additional details about the facility type. | Model-driven app |
232
268
| Type | Text | Used to provide a name for the facility type. | Model-driven app |
233
269
270
+ ### Floor
271
+
272
+ | Display Name | Data Type | Description | Platform Use |
273
+ | -------------------------------------| ---------------| ----------------------------------------------------------------| ------------------|
274
+ | Description | Text | Used to capture additional details to describe the floor. | Model-driven app; Canvas app |
275
+ | Facility | Lookup | Used to associate the parent facility. | Model-driven app; Canvas app |
276
+ | Floor | Text | Primary identifier of the record. | Model-driven app; Canvas app |
277
+ | Floor Index | Whole Number | Used to create a structured order of floors within a facility. | Model-driven app; Canvas app |
278
+
279
+
234
280
### Goal
235
281
236
282
| Display Name | Data Type | Description | Platform Use |
0 commit comments