Skip to content

Commit 3c42d92

Browse files
committed
moved descriptions to includes
1 parent 392dd62 commit 3c42d92

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/reference/formContext-data-entity.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,15 @@ Provides properties and methods to retrieve information specific to the record d
3434
|Name|Description|
3535
|---------|-----------|
3636
|[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)]|
3838
|[getDataXml](formContext-data-entity/getDataXml.md)|[!INCLUDE[formContext-data-entity/includes/getDataXml-description.md](formContext-data-entity/includes/getDataXml-description.md)]|
3939
|[getEntityName](formContext-data-entity/getEntityName.md)|[!INCLUDE[formContext-data-entity/includes/getEntityName-description.md](formContext-data-entity/includes/getEntityName-description.md)]|
4040
|[getEntityReference](formContext-data-entity/getEntityReference.md)|[!INCLUDE[formContext-data-entity/includes/getEntityReference-description.md](formContext-data-entity/includes/getEntityReference-description.md)]|
4141
|[getId](formContext-data-entity/getId.md)|[!INCLUDE[formContext-data-entity/includes/getId-description.md](formContext-data-entity/includes/getId-description.md)]|
4242
|[getIsDirty](formContext-data-entity/getIsDirty.md)|[!INCLUDE[formContext-data-entity/includes/getIsDirty-description.md](formContext-data-entity/includes/getIsDirty-description.md)]|
4343
|[getPrimaryAttributeValue](formContext-data-entity/getPrimaryAttributeValue.md)|[!INCLUDE[formContext-data-entity/includes/getPrimaryAttributeValue-description.md](formContext-data-entity/includes/getPrimaryAttributeValue-description.md)]|
4444
|[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)]|
4546
|[removeOnSave](formContext-data-entity/removeOnSave.md)|[!INCLUDE[formContext-data-entity/includes/removeOnSave-description.md](formContext-data-entity/includes/removeOnSave-description.md)]|
4647
|[save](formContext-data-entity/save.md)|[!INCLUDE[formContext-data-entity/includes/save-description.md](formContext-data-entity/includes/save-description.md)]|
4748

powerapps-docs/developer/model-driven-apps/clientapi/reference/formContext-data-entity/addOnPostSave.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ contributors:
1818
---
1919
# addOnPostSave (Client API reference)
2020

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)]
2222

2323
## Syntax
2424

Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Adds an event handler to the [PostSave Event](../../events/postsave.md) event.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Removes an event handler from the [PostSave Event](../../events/postsave.md) event.

powerapps-docs/developer/model-driven-apps/clientapi/reference/formContext-data-entity/removeOnPostSave.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ contributors:
1818
---
1919
# removeOnPostSave (Client API reference)
2020

21-
Removes the event handler from the [PostSave](../events/postsave.md) event.
21+
[!INCLUDE [removeonpostsave-description](includes/removeonpostsave-description.md)]
2222

2323
## Syntax
2424

0 commit comments

Comments
 (0)