Skip to content

Commit e4539c6

Browse files
committed
Merge branch 'master' into edit_1810475
2 parents 7e1d03f + e011889 commit e4539c6

31 files changed

+403
-12
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/file-attributes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "File attributes (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "Learn about File attributes that store file data within the application, supporting attributes, retrieving data, and uploading file data." # 115-145 characters including spaces. This abstract displays in the search result.
44
ms.custom: ""
5-
ms.date: 05/08/2020
5+
ms.date: 06/17/2020
66
ms.reviewer: "pehecke"
77
ms.service: powerapps
88
ms.topic: "article"
@@ -63,7 +63,7 @@ Messages such as <xref:Microsoft.Xrm.Sdk.Messages.RetrieveRequest> and <xref:Mic
6363
```http
6464
GET [Organization URI]/api/data/v9.1/accounts(id)/myfileattribute/$value
6565
Headers:
66-
Range: 0-1023/8192
66+
Range: bytes=0-1023/8192
6767
```
6868

6969
**Response**
@@ -166,7 +166,7 @@ Location: api/data/v9.1/accounts(id)/myfileattribute?FileContinuationToken
166166
PATCH [Organization URI]/api/data/v9.1/accounts(id)/myfileattribute?FileContinuationToken
167167
168168
Headers:
169-
Content-Range: 0-4095/8192
169+
Content-Range: bytes 0-4095/8192
170170
Content-Type: application/octet-stream
171171
x-ms-file-name: sample.png
172172

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.

powerapps-docs/maker/TOC.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,18 @@
915915
href: ./canvas-apps/sharepoint-scenario-alerts-flow.md
916916
- name: Walk through the completed scenario
917917
href: ./canvas-apps/sharepoint-scenario-summary.md
918+
- name: SharePoint integration scenarios
919+
items:
920+
- name: SharePoint scenarios overview
921+
href: ./canvas-apps/sharepoint/scenarios-intro.md
922+
- name: How to filter a search list in an app?
923+
href: ./canvas-apps/sharepoint/scenarios-filter-search-list.md
924+
- name: How to use drop down list with choices from lookup column in a SharePoint list?
925+
href: ./canvas-apps/sharepoint/scenarios-choice-to-lookup.md
926+
- name: How to customize an app screen baed on column status inside SharePoint list?
927+
href: ./canvas-apps/sharepoint/scenarios-customize-view-based-on-column-status.md
928+
- name: How to work with permissions in a lookup list from SharePoint site?
929+
href: ./canvas-apps/sharepoint/scenarios-lookup-list-permissions.md
918930
- name: Cognitive Services
919931
href: ./canvas-apps/cognitive-services-api.md
920932
- name: Transform your InfoPath forms to Power Apps
13.2 KB
Loading
4.57 KB
Loading
15.6 KB
Loading
Loading

0 commit comments

Comments
 (0)