You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/developer/model-driven-apps/clientapi/reference/events/postsave.md
+2-16Lines changed: 2 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -20,15 +20,10 @@ search.app:
20
20
21
21
PostSave event occurs after the `OnSave` event is complete. This event is used to support or execute custom logic using web resources to perform after `Save` actions when the `save` event is successful or failed due to server errors.
22
22
23
-
Use the `addOnPostSave` method to manage event handlers for this event.
23
+
Use the [addOnPostSave](../controls/addOnPostSave.md) and [removeOnPostSave](../controls/removeOnPostSave.md) methods to manage event handlers for this event.
24
24
25
25
> [!NOTE]
26
-
> This method is supported only on Unified Interface.
27
-
28
-
<!--Some of the post save events include which are used by one of the first party app Field Service.
29
-
1) When we create a work order incident, read incident type, and retrieve all incident products where incident type is equal to incident type on work order incident, then create work order products.
30
-
2) If work order incident is primary incident on work order, modifying the work order incident that is updates the primary inc
31
-
When a primary contact phone number is updated, update the same on the account phone number.-->
26
+
> This method is supported only on Unified Interface
32
27
33
28
## Syntax
34
29
@@ -43,15 +38,6 @@ When a primary contact phone number is updated, update the same on the account p
We call below method and it will display org name. For making decisions on whether the save succeeded or failed, executioncontext object will have params such as
48
-
1) getIsSaveSuccess() - use this method to know if the save operation on the entity succeeds or fails
0 commit comments