Skip to content

Commit fed0fe4

Browse files
committed
Updated branding
1 parent 554ac3b commit fed0fe4

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

powerapps-docs/developer/common-data-service/best-practices/work-with-data/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ This list below contains all of the best practices and guidance around integrati
3131
|[Service Protection API Limits (Common Data Service)](../../api-limits.md) |Understand the limits for API requests. |
3232

3333
### See Also
34-
[Work with data using code in Common Data Service (PowerApps)](../../work-with-data-cds.md)<br />
34+
[Work with data using code in Common Data Service (Power Apps)](../../work-with-data-cds.md)<br />

powerapps-docs/developer/common-data-service/org-service/web-service-error-codes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -683,9 +683,9 @@ This topic lists the error codes you might encounter when you debug your code.
683683
> |**Name**:<br />CanvasAppsExpectedFileMissing<br />**Hex**:<br />80072356<br />**Number**:<br />-2147015850|The solution specified an expected assets file but that file was missing or invalid.|
684684
> |**Name**:<br />CanvasAppsInvalidSolutionFileContent<br />**Hex**:<br />80072354<br />**Number**:<br />-2147015852|The request to import a canvas app should contain at least one asset file.|
685685
> |**Name**:<br />CanvasAppsNotEnabled<br />**Hex**:<br />80072351<br />**Number**:<br />-2147015855|Creation and editing of Canvas Apps is not enabled.|
686-
> |**Name**:<br />CanvasAppsServiceRequestClientFailure<br />**Hex**:<br />80072352<br />**Number**:<br />-2147015854|The request to the PowerApps service failed with a client failure.|
687-
> |**Name**:<br />CanvasAppsServiceRequestServerFailure<br />**Hex**:<br />80072353<br />**Number**:<br />-2147015853|The request to the PowerApps service failed with a server failure.|
688-
> |**Name**:<br />CanvasAppsUnexpectedCanvasAppId<br />**Hex**:<br />80072355<br />**Number**:<br />-2147015851|The request to the PowerApps service resulted in a new canvasappid when the previously existing value was expected.|
686+
> |**Name**:<br />CanvasAppsServiceRequestClientFailure<br />**Hex**:<br />80072352<br />**Number**:<br />-2147015854|The request to the Power Apps service failed with a client failure.|
687+
> |**Name**:<br />CanvasAppsServiceRequestServerFailure<br />**Hex**:<br />80072353<br />**Number**:<br />-2147015853|The request to the Power Apps service failed with a server failure.|
688+
> |**Name**:<br />CanvasAppsUnexpectedCanvasAppId<br />**Hex**:<br />80072355<br />**Number**:<br />-2147015851|The request to the Power Apps service resulted in a new canvasappid when the previously existing value was expected.|
689689
> |**Name**:<br />CanvasAppVersionDoesNotMatchLatestPublishedVersion<br />**Hex**:<br />80072358<br />**Number**:<br />-2147015848|The latest published version of the canvas app does not match the version known by the Dynamics service.|
690690
> |**Name**:<br />CanvasAppVersionMissingOrInvalid<br />**Hex**:<br />80072357<br />**Number**:<br />-2147015849|The app version of the canvas app was not set or was an invalid value.|
691691
> |**Name**:<br />CAPolicyValidationFailedLateBind<br />**Hex**:<br />80072561<br />**Number**:<br />-2147015327|The user is in an admin restricted ___location.|

powerapps-docs/developer/common-data-service/reference/entities/organization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3148,8 +3148,8 @@ These attributes return true for either **IsValidForCreate** or **IsValidForUpda
31483148

31493149
|Property|Value|
31503150
|--------|-----|
3151-
|Description|Indicates whether Custom Controls in canvas PowerApps feature has been enabled for the organization.|
3152-
|DisplayName|Enable Custom Controls in canvas PowerApps feature for this organization|
3151+
|Description|Indicates whether Custom Controls in canvas Power Apps feature has been enabled for the organization.|
3152+
|DisplayName|Enable Custom Controls in canvas Power Apps feature for this organization|
31533153
|IsValidForForm|False|
31543154
|IsValidForRead|True|
31553155
|LogicalName|iscustomcontrolsincanvasappsenabled|

powerapps-docs/developer/component-framework/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Power Apps component framework empowers professional developers and app makers t
2626
2727

2828
> [!IMPORTANT]
29-
> - PowerApps component framework is in public preview for canvas apps, and is generally available for model-driven apps. This implies that all the APIs that are supported for model-driven apps might not be supported on canvas apps yet.
29+
> - Power Apps component framework is in public preview for canvas apps, and is generally available for model-driven apps. This implies that all the APIs that are supported for model-driven apps might not be supported on canvas apps yet.
3030
> - By default Power Apps component framework is enabled for model-driven apps. To enable this feature for canvas apps, see [Code components for canvas apps](component-framework-for-canvas-apps.md).
3131
> - [!INCLUDE[cc_preview_features_definition](../../includes/cc-preview-features-definition.md)]
3232
> - Power Apps component framework works only on Unified Interface and not on the web client.

0 commit comments

Comments
 (0)