Skip to content

Commit 30ef94b

Browse files
authored
Merge pull request MicrosoftDocs#4603 from mspilde/patch-22
Update form-onsave.md
2 parents aaa6411 + 22c60f4 commit 30ef94b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +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.
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`.
6868
6969
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.
7070

0 commit comments

Comments
 (0)