File tree Expand file tree Collapse file tree 8 files changed +21
-8
lines changed
powerapps-docs/developer/model-driven-apps Expand file tree Collapse file tree 8 files changed +21
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"redirections" : [
3
+ {
4
+ "source_path" : " powerapps-docs/developer/model-driven-apps/clientapi/reference/controls/removeOnPostSave.md" ,
5
+ "redirect_url" : " ../../formContext-data-entity/removeOnPostSave" ,
6
+ "redirect_document_id" : false
7
+ },
8
+ {
9
+ "source_path" : " powerapps-docs/developer/model-driven-apps/clientapi/reference/controls/addOnPostSave.md" ,
10
+ "redirect_url" : " ../../formContext-data-entity/addOnPostSave" ,
11
+ "redirect_document_id" : false
12
+ },
3
13
{
4
14
"source_path" : " powerapps-docs/developer/data-platform/org-service/metadata-retrieve-detect-changes.md" ,
5
15
"redirect_url" : " ../query-schema-definitions" ,
Original file line number Diff line number Diff line change 252
252
href : clientapi/reference/controls/addOnLookupTagClick.md
253
253
- name : addOnOutputChange
254
254
href : clientapi/reference/controls/addonoutputchange.md
255
- - name : addOnPostSave
256
- href : clientapi/reference/controls/addOnPostSave.md
257
255
- name : addOnPostSearch
258
256
href : clientapi/reference/controls/addOnPostSearch.md
259
257
- name : addOnResultOpened
322
320
href : clientapi/reference/controls/removeOnLookupTagClick.md
323
321
- name : removeOnOutputChange
324
322
href : clientapi/reference/controls/removeonoutputchange.md
325
- - name : removeOnPostSave
326
- href : clientapi/reference/controls/removeOnPostSave.md
327
323
- name : removeOnPostSearch
328
324
href : clientapi/reference/controls/removeOnPostSearch.md
329
325
- name : removeOnResultOpened
374
370
- name : formContext.data.entity
375
371
href : clientapi/reference/formContext-data-entity.md
376
372
items :
373
+ - name : addOnPostSave
374
+ href : clientapi/reference/formContext-data-entity/addOnPostSave.md
377
375
- name : addOnSave
378
376
href : clientapi/reference/formContext-data-entity/addOnSave.md
379
377
- name : getDataXml
390
388
href : clientapi/reference/formContext-data-entity/getPrimaryAttributeValue.md
391
389
- name : isValid
392
390
href : clientapi/reference/formContext-data-entity/isvalid.md
391
+ - name : removeOnPostSave
392
+ href : clientapi/reference/formContext-data-entity/removeOnPostSave.md
393
393
- name : removeOnSave
394
394
href : clientapi/reference/formContext-data-entity/removeOnSave.md
395
395
- name : save
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ PostSave event occurs after the `OnSave` event is complete. This event is used t
23
23
24
24
[ !INCLUDE [ cc_book-instead-of-save] ( ../../../../../includes/cc_book-instead-of-save.md )]
25
25
26
- Use the [ addOnPostSave] ( ../controls /addOnPostSave.md ) and [ removeOnPostSave] ( ../controls /removeOnPostSave.md ) methods to manage event handlers for this event.
26
+ Use the [ addOnPostSave] ( ../formContext-data-entity /addOnPostSave.md ) and [ removeOnPostSave] ( ../formContext-data-entity /removeOnPostSave.md ) methods to manage event handlers for this event.
27
27
28
28
> [ !NOTE]
29
29
> This method is supported only on Unified Interface
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