Skip to content

Commit 0b5c162

Browse files
authored
Merge pull request MicrosoftDocs#4498 from MicrosoftDocs/clientissues
Fix GitHub issues
2 parents 09f9590 + 9ecb610 commit 0b5c162

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
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

0 commit comments

Comments
 (0)