Skip to content

Commit c481117

Browse files
authored
Update extend.md
1 parent 7b59cfe commit c481117

File tree

1 file changed

+12
-1
lines changed
  • powerapps-docs/sample-apps/return-to-workplace

1 file changed

+12
-1
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,13 @@ These entities are primarily used by the Employee Return to the Workplace canvas
9191
| **Entity Name** | **Information in the Table** |
9292
|--------------------------|---------------------------------------------------------------------------------------------------------------|
9393
| 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. |
9496
| Employee Attestation | Contains associations of people to their attestations. |
9597
| Employee Booking | Contains associations of people and specific areas, floors, and facilities for a given time period. |
9698
| Employee Facility Search | Contains a list of most recently used employee app facility results associated with system users. |
9799
| Employee Sentiment | Contains associations of people and information relevant to their recorded sentiment. |
98100
| 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. |
100101

101102
## Workplace Care Management
102103

@@ -166,6 +167,16 @@ and the areas of the solution where they are used. System generated attributes
166167
| Name | Text | User-friendly name of the country. | Model-driven app |
167168
| ISO Short Code | Text | ISO identifier of the country. | Model-driven app |
168169

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+
169180
### Employee (Contact)
170181

171182
| Display Name | Data Type | Description | Platform Use |

0 commit comments

Comments
 (0)