Skip to content

Commit 4b883f8

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/powerapps-docs-pr (branch live)
2 parents 2822156 + f8f6d24 commit 4b883f8

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/reference/Xrm-Utility/getEntityMainFormDescriptor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ search.app:
2222

2323
## Syntax
2424

25-
`Xrm.Utility.getEntityDefaultMainFormDescriptor(entityName, formId);`
25+
`Xrm.Utility.getEntityMainFormDescriptor(entityName, formId);`
2626

2727
## Parameters
2828

powerapps-docs/developer/model-driven-apps/clientapi/walkthrough-write-your-first-client-script.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,14 @@ That's it! You have completed the steps to configure the account form to use cus
214214

215215
![Form event handlers](../media/form-event-handlers.png "Form event handlers")
216216

217-
1. Select either `OnSave` or `OnLoad` event handlers and associate the function you want to achieve.
217+
1. Select `OnLoad` event handler and associate the function you want to achieve.
218218

219219
![Configure Form event handlers](../media/configure-events-on-from-handlers.png "Configure Form event handlers")
220220

221+
1. Select `OnSave` event handler and associate the function you want to achieve.
222+
223+
![Configure Form on save event handlers](../media/configure-events-on-save-handlers.png "Configure Form on save event handlers")
224+
221225
1. If you wish to add the event handler for the on change event, select the column and then select **Event** tab.
222226

223227
![Onchange handler](../media/onchange-event-handler.png "Onchange handler")
Loading
Loading

powerapps-docs/maker/portals/configure/entity-forms.md

Lines changed: 2 additions & 2 deletions
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: 04/21/2021
8+
ms.date: 05/11/2021
99
ms.author: sandhan
1010
ms.reviewer: tapanm
1111
contributors:
@@ -192,7 +192,7 @@ The form's map control requires additional configuration to tell it what the IDs
192192

193193
By default, request validation is enabled on portal resulting in following generic error if you enter script code without HTML encoding inside basic form fields:
194194

195-
![Request validation error](../media/request-validation-error.png)
195+
`Found field(s) submitted with potentially dangerous value(s) such as HTML, or script. Please review the field value(s) and try again.`
196196

197197
To disable request validation, follow these steps:
198198

powerapps-docs/user/add-powerbi-dashboards.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Create rich, interactive reports and real-time visualizations with [!INCLUDE[pn_
3333
>
3434
> - Enable [!INCLUDE[pn_power_bi_for_office_365_short](../includes/pn-power-bi-for-office-365-short.md)] visualizations for your organization in **Settings** > **Administration** > **System Settings** > **Reporting** tab > **Allow Power BI visualization embedding**.
3535
> - Have a [!INCLUDE[pn_power_bi_for_office_365_short](../includes/pn-power-bi-for-office-365-short.md)] account and have access to at least one [!INCLUDE[pn_power_bi_for_office_365_short](../includes/pn-power-bi-for-office-365-short.md)] dashboard.
36-
> - Avoid adding [!INCLUDE[pn_power_bi_for_office_365_short](../includes/pn-power-bi-for-office-365-short.md)] visualizations to system dashboards; it's not supported.
36+
3737

3838

3939
## Create a personal Power BI dashboard
@@ -101,4 +101,4 @@ To show the features available with a [!INCLUDE[pn_power_bi_for_office_365_short
101101

102102

103103

104-
[!INCLUDE[footer-include](../includes/footer-banner.md)]
104+
[!INCLUDE[footer-include](../includes/footer-banner.md)]

0 commit comments

Comments
 (0)