Skip to content

Commit ed97ed2

Browse files
authored
Live publish
2 parents 71e2fa0 + 436f8a6 commit ed97ed2

11 files changed

+12
-8
lines changed

powerapps-docs/maker/common-data-service/create-solution.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,13 @@ For example, imagine that you've created a new custom table that doesn't exist i
142142

143143
2. Select **New solution** and create a solution. Enter information in the required columns. Select **Create**.
144144

145-
3. Open the solution you created. On the command bar, select **Add Existing**, and then select **table**.
145+
3. Open the solution you created. On the command bar, select **Add Existing**, and then select **Entity**.
146146

147-
4. In the **Add existing tables** pane, select one or more tables you want to add to the solution. For example, select **Account** and **Custom table**. Select **Next**.
147+
4. In the **Add existing entities** pane, select one or more tables you want to add to the solution. For example, select **Account** and **Custom table**. Select **Next**.
148148

149-
5. In the **Select tables** pane, you can choose from the assets to include:
149+
5. In the **Select Entities** pane, you can choose from the assets to include:
150150
- **Include all components**. This option includes all components *and* metadata associated with the table. It can include other tables or table components such as business process flows, reports, connections, and queues.
151-
- **Include table metadata**. This option includes *only* the metadata associated with the table. Metadata includes the table attributes, such as auditing, duplicate detection, or change tracking.
151+
- **Include entity metadata**. This option includes *only* the metadata associated with the table. Metadata includes the table attributes, such as auditing, duplicate detection, or change tracking.
152152
- **Select components**. This option lets you individually select each component that’s associated with the table, such as columns, relationships, business rules, views, forms, and charts.
153153
- Don't include any components.
154154

@@ -181,7 +181,7 @@ Start by opening an unmanaged solution you created. Choose the **table** compone
181181

182182
![Start the wizard.](media/solution-segmentation-wizard-starts-admin.png "Start the wizard.")
183183

184-
Open the **Columns** tab and select the **Account Number** column.
184+
Open the **Fields** tab and select the **Account Number** column.
185185

186186
![Select the Account table assets.](media/solution-segmentation-select-account-assets-admin.png "Select the Account table assets.")
187187

Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

powerapps-docs/maker/portals/faq.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: sandhangitmsft
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 09/25/2020
8+
ms.date: 11/30/2020
99
ms.author: sandhan
1010
ms.reviewer: tapanm
1111
---
@@ -23,6 +23,10 @@ We've compiled a list of frequently asked questions and provided brief answers t
2323
2424
## General
2525

26+
### When I edit a page using the content editor, I don't see the expected content.
27+
28+
This can happen when you have the portal URL that exceeds **500 characters**. <br> For example, if you have a webpage with more than 500 characters in length, and you edit the page using the [content editor](https://docs.microsoft.com/dynamics365/portals/get-started-portal-content-editor), the *Language content* tab in the editor may appear blank. If you review the browser for script errors, you may notice an HTTP response with `400 Bad Request` error. When this happens, ensure you truncate the URL so that you don't exceed 500 characters maximum length.
29+
2630
### Rendering Power BI report on my portal page fails with the following error:
2731

2832
*A configuration error occurred while rendering your report.*

0 commit comments

Comments
 (0)