Skip to content

Commit 1285003

Browse files
authored
Merge pull request #3761 from MicrosoftDocs/stjanovi-patch-7
Add scenario when form onload event occurs
2 parents 9ddea79 + 4d7f008 commit 1285003

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-onload.md

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

1919

2020

21-
The form `OnLoad` event occurs after the form has loaded. It cannot prevent the window from loading. Use the `OnLoad` event to apply logic about how the form should be displayed, to set properties on fields, and interact with other page elements.
21+
The form `OnLoad` event occurs after the form has loaded. It also occurs after a record is created by selecting the **Save** button on the main form. It cannot prevent the window from loading. Use the `OnLoad` event to apply logic about how the form should be displayed, to set properties on fields, and interact with other page elements.
2222

2323
The form `OnLoad` events are synchronous. However, you should **not** make synchronous network requests in an `OnLoad` event handler. This can cause a slow save experience and an unresponsive app. Instead, you can make asynchronous network requests.
2424

0 commit comments

Comments
 (0)