Skip to content

Commit 3396cf4

Browse files
committed
More tweaks
1 parent a92eb6d commit 3396cf4

10 files changed

+26
-30
lines changed

powerapps-docs/sample-apps/return-to-workplace/app-for-health-and-safety-lead.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The Workplace Care Management app has the following components:
4949
Lists all the cases that have been created.
5050

5151
> [!div class="mx-imgBorder"]
52-
> ![Employee cases](media/health-safety-employee-cases.png "Employee cases")
52+
> ![List of Employee cases](media/health-safety-employee-cases.png "List of Employee cases")
5353
5454
In the Employee Cases component, we have three views with different filters:
5555

@@ -108,7 +108,7 @@ You can create a new employee contact if the contact doesn't exist.
108108
| Preferred Method of Contact | Select the method of contact the employee prefers from the drop-down list. |
109109

110110
> [!div class="mx-imgBorder"]
111-
> ![Create a contact](media/health-safety-employee-new2.png "Create a contact")
111+
> ![Create a contact details](media/health-safety-employee-new2.png "Create a contact details")
112112
113113
3. Select **Save & Close**. The newly created record is available in the
114114
**Active Contacts** view.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ To edit the record, select it, update the values, and then select **Save & Close
174174
1. Select the **Readiness Factors** tab.
175175

176176
> [!div class="mx-imgBorder"]
177-
> ![Readiness factors](media/solution-admin-reopen-phase-view-readiness-factors.png "Readiness factors")
177+
> ![Readiness factors for a phase](media/solution-admin-reopen-phase-view-readiness-factors.png "Readiness factors for a phase")
178178
179179
2. Select **Add Existing Readiness Factor**.
180180

powerapps-docs/sample-apps/return-to-workplace/dashboard-case-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Use the Case Management dashboard
3-
description: Provides an overview of insights through dashboards.
3+
description: Provides an overview of case management dashboards.
44
author: wbakker-11
55
ms.service: powerapps
66
ms.topic: conceptual

powerapps-docs/sample-apps/return-to-workplace/dashboard-for-executive-leadership.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The Occupancy section provides metrics regarding facility capacity and usage, su
105105
- Average daily occupancy, shown as a black bar. Capacity is represented by the green zone. Facilities with black bars in the red zone are over-capacity.
106106

107107
> [!div class="mx-imgBorder"]
108-
> ![Readiness Checklist](media/pbi-dash-report-facility-at-a-glance-occupancy.png "Readiness Checklist")
108+
> ![Readiness Checklist Occupancy](media/pbi-dash-report-facility-at-a-glance-occupancy.png "Readiness Checklist occupancy")
109109
110110
## Employee Activity
111111

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: wbakker-11
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 07/21/2020
8+
ms.date: 08/21/2020
99
ms.author: garybird
1010
ms.reviewer: kvivek
1111
---
@@ -169,20 +169,20 @@ The facility manager Power BI dashboard is used in the model-driven app. Because
169169
2. From the list of entities, select **Facility (msft_facility)** > **select components**, under the **Forms** tab, select **Main - Information Form**, and then select **Add** to finish the process.
170170

171171
> [!div class="mx-imgBorder"]
172-
> ![Enable Power BI](media/deploy-settings-report1.png "Step1")
172+
> ![Enable Power BI](media/deploy-settings-report1.png "Enable Power BI")
173173
174174
3. Within the newly created solution, select **Export** . On the right side of your browser a window pops up, select **Publish**, select **Run** to check whether the solution has any issues or dependencies, and then select **Next**. With the **Version number** and **Unmanaged** option selected, select **Export**.
175175

176176
4. In the **Download** dialog box, select **Save**, and in the **Download complete** dialog box, select **Open Folder**. Right-click to select the compressed .zip file that you downloaded, and then select **Extract All**. Select a ___location to extract the files to, and then select **Extract**. The customizations.xml file is the file that you'll edit.
177177

178178
5. Open the customization.xml file,, look for the section similar to the XML code specified in this example: https://docs.microsoft.com/powerapps/maker/model-driven-apps/embed-powerbi-report-in-system-form#embed-without-contextual-filtering
179179

180-
In this XML file you need to update the **PowerBIGroupID**, **PowerBIReportID** and **TileURL** according to your PowerBI workspace and report. You can find this information by opening the Facility Manager report in PowerBI and examine the URL: https://...powerbi.com/groups/PowerBIGroupID/reports/PowerBIReportID/ReportSection
180+
In this XML file you need to update the **PowerBIGroupID**, **PowerBIReportID** and **TileURL** according to your PowerBI workspace and report. You can find this information by opening the Facility Manager report in PowerBI and examine the URL: https://powerbi.com/groups/PowerBIGroupID/reports/PowerBIReportID/ReportSection
181181

182182
The `TileURL` can be found within the PowerBI report. You can find it at the following destination **... (ellipsis)** > **Embed** > **Website or portal**.
183183

184184
> [!div class="mx-imgBorder"]
185-
> ![Enable Power BI](media/deploy-settings-report2.png "Step1")
185+
> ![Power BI TileURL](media/deploy-settings-report2.png "Power BI TileURL")
186186
187187
From the displayed `Secure embed code` window, capture the content of the link in the first field up to the end of the `PowerBIReportID` (as shown in the example code).
188188

@@ -206,7 +206,7 @@ You can change the look and feel of the app by applying themes to match your com
206206
1. Open the **Facility Safety Management** app or the **Workplace Care Management** app, in the top right select the gear icon and select **Advanced Settings**.
207207

208208
> [!div class="mx-imgBorder"]
209-
> ![Customizations](media/deploy-advanced-settings.png "Advanced Settings")
209+
> ![Advanced Settings](media/deploy-advanced-settings.png "Advanced Settings")
210210
211211
2. Go to **Settings** > **Customizations**.
212212

@@ -263,7 +263,7 @@ In the Return to the Workplace solution, the following security roles are define
263263
1. Open the **Facility Safety Management** app or the **Workplace Care Management** app, in the top right select the gear icon and then select **Advanced Settings**.
264264

265265
> [!div class="mx-imgBorder"]
266-
> ![Customizations](media/deploy-advanced-settings.png "Advanced Settings")
266+
> ![Customizations Advance Settings](media/deploy-advanced-settings.png " Customizations Advanced Settings")
267267
268268
2. Go to **Settings** > **Security**.
269269

@@ -351,18 +351,18 @@ After extracting the .zip file, you'll see the following in the extracted folder
351351

352352
This section provides information about how GCC customers can use the **Return to the Workplace - Location Readiness** and **Return to the Workplace - Facility Manager** dashboard .pbit files available in the deployment package to publish the dashboards.
353353

354-
#### Prerequisites
354+
#### Prerequisites for installing Power BI
355355

356356
Install Power BI Desktop from Microsoft Store: [Power BI Desktop](https://aka.ms/pbidesktop)
357357

358358
> [!NOTE]
359359
> If you installed Power BI Desktop by downloading it directly from the Download Center page in the past, remove it and then download it from Microsoft Store. The Microsoft Store version will be updated automatically as new releases become available. If you can't install from Microsoft Store, install the latest non–Microsoft Store version from the [Download Center page](https://www.microsoft.com/download/details.aspx?id=58494).
360360
361-
#### The process
361+
**Process**
362362

363363
Follow the steps below for each .pbit file.
364364

365-
1. Run Power BI Desktop, and sign in using your account.
365+
1. Open Power BI Desktop, and sign in using your account.
366366

367367
2. Go to the ___location where you extracted the deployment package (.zip file). In the **Power BI Template** folder, you'll find the appropriate .pbit file.
368368

@@ -381,27 +381,27 @@ Follow the steps below for each .pbit file.
381381
6. After connecting to your Common Data Service environment, you'll see a series of pop-up windows to configure access to data sources. These access-level and privacy-level settings need to be configured to connect to the public data sources for the COVID-19 report data. Complete access level and privacy selections as shown in the following screenshots.
382382

383383
> [!div class="mx-imgBorder"]
384-
> ![Access Web Content level](media/deploy-access-web-content-level.png "Grant anonymous access to the Web Content level")
384+
> ![Access Web Content level](media/deploy-access-web-content-level.png "Access Web Content level")
385385
386386
> [!div class="mx-imgBorder"]
387-
> ![Access Web Content level](media/deploy-gcc-web-acesss-level-connect.png "Grant anonymous access to the Web Content")
387+
> ![Grant anonymous access to the Web Content](media/deploy-gcc-web-acesss-level-connect.png "Grant anonymous access to the Web Content")
388388
389389
> [!div class="mx-imgBorder"]
390-
> ![Access Web Content level](media/deploy-gcc-web-acesss-level.png "Grant anonymous access to the Web Content")
390+
> ![Anonymous access to the Web Content](media/deploy-gcc-web-acesss-level.png "Anonymous access to the Web Content")
391391
392392
> [!div class="mx-imgBorder"]
393-
> ![Access Web Content level](media/deploy-gcc-web-acesss-privacy-levels.png "Grant anonymous access to the Web Content")
393+
> ![Privacy level](media/deploy-gcc-web-acesss-privacy-levels.png "Privacy level")
394394
395395
> [!div class="mx-imgBorder"]
396-
> ![Access Web Content level](media/deploy-gcc-web-acesss-privacy-select-anonymous.png)
396+
> ![Anonymous privacy select](media/deploy-gcc-web-acesss-privacy-select-anonymous.png "Anonymous privacy select")
397397
398398
> [!div class="mx-imgBorder"]
399-
> ![Access Web Content level](media/deploy-gcc-web-acesss-privacy-levels-blob-storage-public.png "Grant anonymous access to the Web Content")
399+
> ![Privacy level blob storage](media/deploy-gcc-web-acesss-privacy-levels-blob-storage-public.png "Privacy level blob storage")
400400
401401
After you've configured the access and privacy levels for COVID-19 public data, you must set the privacy level for Common Data Service data to **Organizational**.
402402

403403
> [!div class="mx-imgBorder"]
404-
> ![Access Web Content level](media/deploy-gcc-web-acesss-privacy-levels-CDS.png)
404+
> ![Access Web Content level CDS](media/deploy-gcc-web-acesss-privacy-levels-CDS.png "Access Web Content level CDS")
405405
406406
7. After a connection is successfully made, the Power BI report will be displayed. You'll be prompted to apply pending changes to your query. Select **Apply changes**.
407407

-21.8 KB
Loading
-32 KB
Loading
-28.5 KB
Loading

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ The main modules of the Return to the Workplace solution include:
2626

2727
- **Employee Return to the Workplace** offers your workforce the self-service tool that they need to feel confident about returning and remain productive while onsite. They can use Employee Return to the Workplace to check in to work remotely and self-screen before entering a building.
2828

29-
30-
3129
## Licensing requirements
3230

3331
- Power Apps license

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
---
22
title: Upgrade the Return to the Workplace solution for Microsoft Power Platform | Microsoft Docs
3-
description: Provides an overview of the Return to the Workplace solution.
3+
description: Provides an overview of how to upgrade the Return to the Workplace solution.
44
author: wbakker-11
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 08/21/2020
8+
ms.date: 08/25/2020
99
ms.author: garybird
1010
ms.reviewer: kvivek
1111
---
1212
# Upgrade the Return to Work solution.
1313

14-
Follow the steps in this article to upgrade your existing installation of Return to Work solution to the latest version.
14+
This article provide step-by-step instructions on how to upgrade the existing Return to Work solution to the latest version. If you're deploying the solution for the first time, see [deploy solution](deploy.md) article.
1515

16-
If this is the first time you deploy the solution, look into Deploy Solution.
17-
18-
## Prerequisites
16+
## Prerequisites
1917

2018
- Ensure you have the Global Admin credentials and environment details where the Return to Work solution is deployed currently.
2119

22-
- Ensure all users are disconnected from your environment before you upgrade. You might have to plan the upgrade process at a time when there is minimal obstruction for your users.
20+
- Ensure all the users are disconnected from your environment before you upgrade. You might have to plan the upgrade process at a time when there is minimal obstruction for your users.
2321

2422
## Step 1: Update the Package
2523

0 commit comments

Comments
 (0)