Skip to content

Commit f922b83

Browse files
authored
Update form-onsave.md
1 parent e62be39 commit f922b83

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ 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.
68+
69+
The appsetting must have a unique name and be in this format: `solutionpublisherprefix_appname_settingname`
6870
6971
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.
7072

0 commit comments

Comments
 (0)