You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/sample-apps/return-to-workplace/deploy.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,41 +173,41 @@ The facility manager Power BI dashboard is used in the model-driven app. Because
173
173
> [!div class="mx-imgBorder"]
174
174
> 
175
175
176
-
4. Open https://make.powerapps.com/ and select solutions in the left panel.
177
-
In the toolbar click **New Solution**. Once the new solution is created, open it. Then click **Add Existing** and select the option **Entity**. Now select **Facility (msft_facility)** and click **next**.
176
+
4. Go to [Power Apps](https://make.powerapps.com), select **Solutions** in the left pane, and create a new solution. After opening the solution, select **Add existing**, and then select **Entity**.
178
177
179
-
5.Click the **"Select Components"**link below the Facility title. On the Forms tab select the form ‘Information’ of type ‘Main’ and click on the **Add** button to finish the process.
178
+
5.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.
180
179
181
180
> [!div class="mx-imgBorder"]
182
181
> 
183
182
184
-
6. Within the newly created solution, click on **Export**in the Tool Bar. On the right side of your browser window a pane will open, select the option**"Publish"** and then click on **next**. New options will display, where you will select the **"Unmanaged"** option.
183
+
6. 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**.
185
184
186
-
7.Click on**Export** and a **Zip File**will download from your browser. Now open the downloaded Zip File and be sure to unpack it. Locate and open Customizations.XML in notepad.
185
+
7.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.
187
186
188
-
8.In the XML File you just opened, look for a section similar to the xml code in this example: https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/embed-powerbi-report-in-system-form#embed-without-contextual-filtering
187
+
8.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
189
188
190
-
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:
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
192
190
193
-
The TileURL can be found within the PowerBI Report. You can find it at the following destination: Tool Bar> "..." (ellipsis)>Embed > Website or portal.
191
+
The `TileURL` can be found within the PowerBI report. You can find it at the following destination**... (ellipsis)** > **Embed** > **Website or portal**.
194
192
195
193
> [!div class="mx-imgBorder"]
196
194
> 
197
195
198
-
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)
196
+
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).
199
197
200
-
Take a look at the next link https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/embed-powerbi-report-in-system-form#remove-unmodified-attribute-before-import and verify if those changes you just did to the XML file apply as in the example.
198
+
Take a look at the article https://docs.microsoft.com/powerapps/maker/model-driven-apps/embed-powerbi-report-in-system-form#remove-unmodified-attribute-before-import and verify if the changes that you made to the XML file apply as in the example.
201
199
202
200
9.**Save** the xml file with the modifications you made and zip the files in the folder again. Now you have a zip file with the 3 files in it, including the updated the customizations.xml file.
203
201
204
-
10. Go back to Solutions in https://make.powerapps.com/ and click on **import** in the Tool Bar. Choose the modified Zip File and select **next**. Now select the **Import** button to complete the process of embedding the report.
205
-
206
-
Open a Facility in the Facility Safety Management App and you’ll see the embedded report on the General Tab.
207
-
202
+
10. Sign in to [Power Apps](https://make.powerapps.com), and select **Solutions** from the left pane.
203
+
On the command bar, select **Import**. On the **Select Solution Package** page, select **Browse** to locate the compressed (.zip or .cab) file that contains the solution you want to import.
208
204
205
+
11. Select **Next**. On the page that displays information about the solution, select **Import**.
209
206
207
+
You might need to wait a few moments while the import is completed. View the results, and then select **Close**.
210
208
209
+
Open a facility record in the Facility Safety Management app and you’ll see the embedded report on the **General** tab.
210
+
211
211
## Step 6: Publish a theme
212
212
213
213
You can change the look and feel of the app by applying themes to match your company branding.
0 commit comments