Skip to content

Commit 22c60f4

Browse files
authored
Tweaks
1 parent f922b83 commit 22c60f4

File tree

1 file changed

+1
-3
lines changed
  • powerapps-docs/developer/model-driven-apps/clientapi/reference/events

1 file changed

+1
-3
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/reference/events/form-onsave.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ In this scenario, since there are multiple async processes and both calls return
6464
6565
### Enable Async OnSave using app setting
6666
67-
An app setting is a platform component that allows you to override a setting on an app.
68-
69-
The appsetting must have a unique name and be in this format: `solutionpublisherprefix_appname_settingname`
67+
An app setting is a platform component that allows you to override a setting on an app. App setting should have a unique name and must be in the format `solutionpublisherprefix_appname_settingname`.
7068
7169
To enable the async `OnSave` event handlers for a specific app, add the below XML in the `customization.xml` file. This should be added in the existing AppModule node in your `customization.xml` file.
7270

0 commit comments

Comments
 (0)