Skip to content

Commit 644690d

Browse files
committed
Merge branch 'master' into pehecke-error-codes-update
2 parents 5a81fbe + 44705e7 commit 644690d

File tree

3 files changed

+4
-5
lines changed
  • powerapps-docs/developer
    • component-framework/manifest-schema-reference
    • model-driven-apps/clientapi/reference

3 files changed

+4
-5
lines changed

powerapps-docs/developer/component-framework/manifest-schema-reference/data-set.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ms.assetid: 9ffe8930-b290-4252-98d4-a1195b00205f
2727
|`description-key`|Defines the description of the property.|`string`|Optional|Model-driven apps and canvas apps (public preview)|
2828
|`display-name-key`|Defines the name of the property.|`string`|Yes|Model-driven apps and canvas apps (public preview)|
2929
|`name`|Name of the grid|`string`|Yes|Model-driven apps and canvas apps (public preview)|
30-
|`cds-data-set-options`|Displays the Commandbar, ViewSelector, QuickFindSearch if set to true |`boolean`|Yes|Model-driven apps and canvas apps (public preview)|
30+
|`cds-data-set-options`|Displays the Commandbar, ViewSelector, QuickFindSearch if set to true |`boolean`|Yes|Model-driven apps|
3131

3232
## Parent Elements
3333

@@ -46,4 +46,4 @@ ms.assetid: 9ffe8930-b290-4252-98d4-a1195b00205f
4646

4747
[Power Apps component framework manifest schema reference](index.md)<br/>
4848
[Power Apps component framework API reference](../reference/index.md)<br/>
49-
[Power Apps component framework overview](../overview.md)
49+
[Power Apps component framework overview](../overview.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ search.app:
2525
`formContext.data.entity.save(saveOption);`
2626

2727
> [!NOTE]
28-
> This method is deprecated and we recommend to use the [formContext.entity.save](../formContext-data/save.md) method.
28+
> This method is deprecated and we recommend to use the [formContext.data.save](../formContext-data/save.md) method.
2929
3030
## Parameters
3131

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ search.app:
1414
- PowerApps
1515
- D365CE
1616
---
17-
# save (Client API reference)
18-
1917

18+
# formContext.data.save (Client API reference)
2019

2120
[!INCLUDE[./includes/save-description.md](./includes/save-description.md)]
2221

0 commit comments

Comments
 (0)