File tree Expand file tree Collapse file tree 5 files changed +6
-3
lines changed
powerapps-docs/developer/model-driven-apps/clientapi/reference Expand file tree Collapse file tree 5 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,15 @@ Provides properties and methods to retrieve information specific to the record d
34
34
| Name| Description|
35
35
| ---------| -----------|
36
36
| [ addOnSave] ( formContext-data-entity/addOnSave.md ) | [ !INCLUDE[ formContext-data-entity/includes/addOnSave-description.md] ( formContext-data-entity/includes/addOnSave-description.md )] |
37
- | [ addOnPostSave] ( events/postsave .md) | This method 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. |
37
+ | [ addOnPostSave] ( formContext-data-entity/addOnPostSave .md) | [ !INCLUDE [ addonpostsave-description ] ( formContext-data-entity/includes/addonpostsave-description.md )] |
38
38
| [ getDataXml] ( formContext-data-entity/getDataXml.md ) | [ !INCLUDE[ formContext-data-entity/includes/getDataXml-description.md] ( formContext-data-entity/includes/getDataXml-description.md )] |
39
39
| [ getEntityName] ( formContext-data-entity/getEntityName.md ) | [ !INCLUDE[ formContext-data-entity/includes/getEntityName-description.md] ( formContext-data-entity/includes/getEntityName-description.md )] |
40
40
| [ getEntityReference] ( formContext-data-entity/getEntityReference.md ) | [ !INCLUDE[ formContext-data-entity/includes/getEntityReference-description.md] ( formContext-data-entity/includes/getEntityReference-description.md )] |
41
41
| [ getId] ( formContext-data-entity/getId.md ) | [ !INCLUDE[ formContext-data-entity/includes/getId-description.md] ( formContext-data-entity/includes/getId-description.md )] |
42
42
| [ getIsDirty] ( formContext-data-entity/getIsDirty.md ) | [ !INCLUDE[ formContext-data-entity/includes/getIsDirty-description.md] ( formContext-data-entity/includes/getIsDirty-description.md )] |
43
43
| [ getPrimaryAttributeValue] ( formContext-data-entity/getPrimaryAttributeValue.md ) | [ !INCLUDE[ formContext-data-entity/includes/getPrimaryAttributeValue-description.md] ( formContext-data-entity/includes/getPrimaryAttributeValue-description.md )] |
44
44
| [ isValid] ( formContext-data-entity/isValid.md ) | [ !INCLUDE[ formContext-data-entity/includes/isValid-description.md] ( formContext-data-entity/includes/isValid-description.md )] |
45
+ | [ removeOnPostSave] ( formContext-data-entity/removeOnPostSave.md ) | [ !INCLUDE [ removeonpostsave-description] ( formContext-data-entity/includes/removeonpostsave-description.md )] |
45
46
| [ removeOnSave] ( formContext-data-entity/removeOnSave.md ) | [ !INCLUDE[ formContext-data-entity/includes/removeOnSave-description.md] ( formContext-data-entity/includes/removeOnSave-description.md )] |
46
47
| [ save] ( formContext-data-entity/save.md ) | [ !INCLUDE[ formContext-data-entity/includes/save-description.md] ( formContext-data-entity/includes/save-description.md )] |
47
48
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ contributors:
18
18
---
19
19
# addOnPostSave (Client API reference)
20
20
21
- Adds an event handler to be called after the record is saved with success or failure.
21
+ [ !INCLUDE [ addonpostsave-description ] ( includes/addonpostsave-description.md )]
22
22
23
23
## Syntax
24
24
Original file line number Diff line number Diff line change
1
+ Adds an event handler to the [ PostSave Event] ( ../../events/postsave.md ) event.
Original file line number Diff line number Diff line change
1
+ Removes an event handler from the [ PostSave Event] ( ../../events/postsave.md ) event.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ contributors:
18
18
---
19
19
# removeOnPostSave (Client API reference)
20
20
21
- Removes the event handler from the [ PostSave ] ( ../events/postsave .md) event.
21
+ [ !INCLUDE [ removeonpostsave-description ] ( includes/removeonpostsave-description .md)]
22
22
23
23
## Syntax
24
24
You can’t perform that action at this time.
0 commit comments