Skip to content

Commit 9eda0c0

Browse files
committed
Updated ERD image and extend.md to include new tables: Areas, Floors, Employee Bookings & Employee Visits
1 parent c5bafe2 commit 9eda0c0

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

powerapps-docs/sample-apps/return-to-workplace/extend.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,13 @@ These tables are primarily used by the Employee Return to the Workplace canvas a
8989

9090
| **Table Name** | **Information in the Table** |
9191
|--------------------------|---------------------------------------------------------------------------------------------------------------|
92+
| Area | Contains a list of physically or logically segmented spaces. |
9293
| 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. |
9395
| Employee Facility Search | Contains a list of most recently used employee app facility results associated with system users. |
9496
| 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. |
9599

96100
## Workplace Care Management
97101

@@ -126,6 +130,16 @@ This section of the document provides a list of entities, their data attributes,
126130
and the areas of the solution where they are used. System generated attributes
127131
(such as **Created On**, **Modified On**, etc.) are not displayed.
128132

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+
129143
### Case Contact
130144

131145
| Display Name | Data Type | Description | Platform Use |
@@ -167,6 +181,16 @@ and the areas of the solution where they are used. System generated attributes
167181
| Facility | Lookup | Used to associate the facility for which the employee is attesting. | Model-driven app; Canvas app |
168182
| Name | Text | Used to create a name for the employee attestation record. | Model-driven app |
169183

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+
170194
### Employee Case
171195

172196
| Display Name | Data Type | Description | Platform Use |
@@ -197,6 +221,18 @@ and the areas of the solution where they are used. System generated attributes
197221
| 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 |
198222
| Sentiment Date | Date and Time | Used to capture the date and time the sentiment was recorded. | Model-driven app |
199223

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+
200236
### Facility
201237

202238
| Display Name | Data Type | Description | Platform Use |
@@ -231,6 +267,16 @@ and the areas of the solution where they are used. System generated attributes
231267
| Description | Text | Used to provide additional details about the facility type. | Model-driven app |
232268
| Type | Text | Used to provide a name for the facility type. | Model-driven app |
233269

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+
234280
### Goal
235281

236282
| Display Name | Data Type | Description | Platform Use |
8.93 KB
Loading

0 commit comments

Comments
 (0)