Skip to content

Commit 8728546

Browse files
authored
Live publish
2 parents dd790b3 + e011889 commit 8728546

File tree

58 files changed

+499
-76
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+499
-76
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/developer/model-driven-apps/actions-dashboards.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ search.app:
2424
You can perform actions such as create, retrieve, update, or delete, on organization-owned and user-owned dashboards.
2525

2626
## Actions on an Organization-Owned Dashboard
27+
2728
To perform the following actions on an organization-owned dashboard (`SystemForm`), you must have the System Administrator or the System Customizer role assigned to your account in Common Data Service:
2829

2930
- Create, retrieve, update, and delete. You can create or update an organization-owned dashboard by using the Common Data Service web services or by customizing the entity form. For detailed information about creating a dashboard, see [Create a Dashboard](create-dashboard.md).
@@ -33,11 +34,12 @@ You can perform actions such as create, retrieve, update, or delete, on organiza
3334
> [!IMPORTANT]
3435
> Using the methods available in the Common Data Service Web Services, it is possible to set two dashboards as the default. Make sure that no other dashboard is the default dashboard for the organization before updating this setting programmatically.
3536
36-
After you update an organization-owned dashboard, you must publish the metadata changes to make it visible across the organization. You can use the <xref:Microsoft.Crm.Sdk.Messages.PublishAllXmlRequest> message or <xref:Microsoft.Crm.Sdk.Messages.PublishXmlRequest> message to publish the changes made for an organization-owned dashboard. For a sample code that demonstrates this, see [Sample: Create, Retrieve, Update and Delete (CRUD) a Dashboard](/dynamics365/customer-engagement/developer/customize-dev/sample-create-retrieve-update-delete-dashboard)<!-- TODO Need to update the powerapps repo's topic link. As of now not found-->.
37+
After you update an organization-owned dashboard, you must publish the metadata changes to make it visible across the organization. You can use the <xref:Microsoft.Crm.Sdk.Messages.PublishAllXmlRequest> message or <xref:Microsoft.Crm.Sdk.Messages.PublishXmlRequest> message to publish the changes made for an organization-owned dashboard. For a sample code that demonstrates this, see [Sample: Create, Retrieve, Update and Delete (CRUD) a Dashboard](https://github.com/microsoft/PowerApps-Samples/tree/master/cds/orgsvc/C%23/CRUDOperationsDashboard).
3738

3839
For a list of supported messages on the organization-owned dashboard entity, see [SystemForm Entity](../common-data-service/reference/entities/systemform.md).
3940

4041
## Actions on a User-Owned Dashboard
42+
4143
You can perform the following actions on a user-owned dashboard (`UserForm`):
4244

4345
- Create, retrieve, update, and delete. For detailed information about creating a user-owned dashboard, see [Create a Dashboard](create-dashboard.md).
@@ -57,5 +59,5 @@ You can perform actions such as create, retrieve, update, or delete, on organiza
5759
[Create a Dashboard](create-dashboard.md)
5860
[Sample Dashboards](sample-dashboards.md)
5961
[Dashboard Entities](/dynamics365/customer-engagement/developer/customize-dev/dashboard-entities) <!-- TODO Need to update the powerapps repo's topic link. As of now not found-->
60-
[Sample: Create, Retrieve, Update and Delete (CRUD) a Dashboard](/dynamics365/customer-engagement/developer/customize-dev/sample-create-retrieve-update-delete-dashboard) <!-- TODO Need to update the powerapps repo's topic link. As of now not found-->
61-
[Sample: Assign a User-Owned Dashboard to Another User](/dynamics365/customer-engagement/developer/customize-dev/sample-assign-user-owned-dashboard-another-user) <!-- TODO Need to update the powerapps repo's topic link. As of now not found-->
62+
[Sample: Create, Retrieve, Update and Delete (CRUD) a Dashboard](https://github.com/microsoft/PowerApps-Samples/tree/master/cds/orgsvc/C%23/CRUDOperationsDashboard)
63+
[Sample: Assign a User-Owned Dashboard to Another User](https://github.com/microsoft/PowerApps-Samples/tree/master/cds/orgsvc/C%23/AssignUserOwnedDashboardToAnother)

powerapps-docs/developer/model-driven-apps/actions-visualizations-charts.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To perform actions on an organization-owned visualization (`SavedQueryVisualizat
3232
> [!NOTE]
3333
> After updating an organization-owned visualization, you must publish the metadata changes to make it visible across the organization by using the <xref:Microsoft.Crm.Sdk.Messages.PublishAllXmlRequest> message. Alternatively, whenever you publish an entity, all the unpublished organization-owned visualizations that are attached to the entity are published automatically.
3434
35-
- Query and retrieve all the organization-owned visualizations that are attached to an entity using the `SavedQueryVisualization.PrimaryEntityTypeCode` attribute. Multiple organization-owned visualizations can be attached to a single entity. For a list of entities with which you can attach a visualization, see [Entities Supported for Visualizations](view-data-with-visualizations-charts.md#SupportedVisualizationEntities). For a code sample that demonstrates how to retrieve all the organization-owned visualizations attached to an entity, see [Sample: Retrieve all Charts Attached to an Entity](/dynamics365/customer-engagement/developer/customize-dev/sample-retrieve-all-charts-attached-entity).
35+
- Query and retrieve all the organization-owned visualizations that are attached to an entity using the `SavedQueryVisualization.PrimaryEntityTypeCode` attribute. Multiple organization-owned visualizations can be attached to a single entity. For a list of entities with which you can attach a visualization, see [Entities Supported for Visualizations](view-data-with-visualizations-charts.md#SupportedVisualizationEntities). For a code sample that demonstrates how to retrieve all the organization-owned visualizations attached to an entity, see [Sample: Retrieve all Charts Attached to an Entity](https://github.com/microsoft/PowerApps-Samples/tree/master/cds/orgsvc/C%23/RetrieveChartsAttachedToEntity).
3636

3737
> [!NOTE]
3838
> You cannot change or update a visualization to attach it with a different entity after you have created the visualization. It implies that the `SavedQueryVisualization.PrimaryEntityTypeCode` attribute is not valid for the update action on the organization-owned visualization.
@@ -45,6 +45,7 @@ To perform actions on an organization-owned visualization (`SavedQueryVisualizat
4545
For a list of supported messages on the organization-owned visualization entity, see [SavedQueryVisualization Entity](../common-data-service/reference/entities/savedqueryvisualization.md).
4646

4747
## Actions on user-owned visualizations
48+
4849
You can perform the following actions on a user-owned visualization (`UserQueryVisualization`):
4950

5051
- Create, retrieve, update, and delete a user-owned visualization. More information: [Create a Visualization](create-visualization-chart.md)
@@ -63,12 +64,13 @@ To perform actions on an organization-owned visualization (`SavedQueryVisualizat
6364
For a list of supported messages on the user-owned visualization entity, see [UserQueryVisualization Entity](../common-data-service/reference/entities/userqueryvisualization.md).
6465

6566
### See also
67+
6668
[Charts](view-data-with-visualizations-charts.md)
6769
[Understanding Charts: Underlying Data and Chart Representation](understand-charts-underlying-data-chart-representation.md)
6870
[Create a Chart](create-visualization-chart.md)
6971
[Sample Charts](sample-charts.md)
70-
[Sample: Create, Retrieve, Update, and Delete (CRUD) a Chart](/dynamics365/customer-engagement/developer/customize-dev/sample-create-retrieve-update-delete-chart) <!--TODO: Need to find the topic in Powerapps repo to link -->
71-
[Sample: Retrieve all Charts Attached to an Entity](/dynamics365/customer-engagement/developer/customize-dev/sample-retrieve-all-charts-attached-entity) <!--TODO: Need to find the topic in Powerapps repo to link -->
72-
[Sample: Assign a Chart to Another User](/dynamics365/customer-engagement/developer/customize-dev/sample-assign-chart-another-user) <!--TODO: Need to find the topic in Powerapps repo to link -->
72+
[Sample: Create, Retrieve, Update, and Delete (CRUD) a Chart](https://github.com/microsoft/PowerApps-Samples/tree/master/cds/orgsvc/C%23/CRUDOperationsChart)
73+
[Sample: Retrieve all Charts Attached to an Entity](https://github.com/microsoft/PowerApps-Samples/tree/master/cds/orgsvc/C%23/RetrieveChartsAttachedToEntity)
74+
[Sample: Assign a Chart to Another User](https://github.com/microsoft/PowerApps-Samples/tree/master/cds/orgsvc/C%23/AssignChartToAnotherUser)
7375
[SavedQueryVisualization Entity](../common-data-service/reference/entities/savedqueryvisualization.md)
7476
[UserQueryVisualization Entity](../common-data-service/reference/entities/userqueryvisualization.md)

powerapps-docs/developer/model-driven-apps/analyze-data-with-dashboards.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ The dashboard entities in Common Data Service enable you to present data
2525
from various charts, grids, IFRAMES, or web resources simultaneously. Dashboards allow you to compare and analyze various pieces of customer information, and give you data snapshots.
2626

2727
## Types of dashboards
28+
2829
There are two types of dashboards: organization-owned dashboards and user-owned dashboards.
2930

3031
**Organization-owned dashboard.**
@@ -44,12 +45,13 @@ A user-owned dashboard is represented by the `UserForm` entity, can be assigned
4445
> For information about working with interactive dashboards using the web client, see [Configure interactive experience dashboards](../../maker/model-driven-apps/configure-interactive-experience-dashboards.md)
4546
4647
### See also
48+
4749
[Using FormXML for Dashboards](understand-dashboards-dashboard-components-formxml.md)
4850
[Actions on Dashboards](actions-dashboards.md)
4951
[Create a Dashboard](create-dashboard.md)
5052
[Sample Dashboards](sample-dashboards.md)
5153
[Dashboard Entities](/dynamics365/customer-engagement/developer/customize-dev/dashboard-entities) <!-- TODO: Need to find the topic in powerapps repo to link-->
52-
[Sample: Create, Retrieve, Update and Delete (CRUD) a Dashboard](/dynamics365/customer-engagement/developer/customize-dev/sample-create-retrieve-update-delete-dashboard) <!-- TODO: Need to find the topic in powerapps repo to link-->
53-
[Sample: Assign a User-Owned Dashboard to Another User](/dynamics365/customer-engagement/developer/customize-dev/sample-assign-user-owned-dashboard-another-user) <!-- TODO: Need to find the topic in powerapps repo to link-->
54+
[Sample: Create, Retrieve, Update and Delete (CRUD) a Dashboard](https://github.com/microsoft/PowerApps-Samples/tree/master/cds/orgsvc/C%23/CRUDOperationsDashboard)
55+
[Sample: Assign a User-Owned Dashboard to Another User](https://github.com/microsoft/PowerApps-Samples/tree/master/cds/orgsvc/C%23/AssignUserOwnedDashboardToAnother)
5456
[Visualization data description schema](visualization-data-description-schema.md)
5557
[Customize visualizations and dashboards](customize-visualizations-dashboards.md)

powerapps-docs/developer/model-driven-apps/clientapi/reference/Xrm-Utility/getGlobalContext/organizationSettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Deprecated; use [organizationSettings.baseCurrency](#basecurrency) instead to ac
5656

5757
## baseCurrency
5858

59-
Returns a lookup object containing the ID, name, and entity type of the base currency for the current organization.
59+
Returns a lookup object containing the ID, name, and entity type of the base currency for the current organization. This method is supported only on the Unified Interface.
6060

6161
### Syntax
6262

powerapps-docs/developer/model-driven-apps/clientapi/reference/Xrm-Utility/getGlobalContext/userSettings.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ search.app:
1616
---
1717
# getGlobalContext.userSettings (Client API reference)
1818

19-
20-
2119
Returns information about the current user settings.
2220

2321
`var userSettings = Xrm.Utility.getGlobalContext().userSettings`
@@ -110,7 +108,7 @@ Returns the language ID for the current user.
110108

111109
## roles
112110

113-
Returns a collection of lookup objects containing the GUID and display name of each of the security role or teams that the user is associated with.
111+
Returns a collection of lookup objects containing the GUID and display name of each of the security role or teams that the user is associated with. This method is supported only on the Unified Interface.
114112

115113
### Syntax
116114

@@ -156,7 +154,7 @@ Deprecated; use [userSettings.roles](#roles) instead to view the display names o
156154

157155
## transactionCurrency
158156

159-
Returns a lookup object containing the ID, display name, and entity type of the transaction currency for the current user.
157+
Returns a lookup object containing the ID, display name, and entity type of the transaction currency for the current user. This method is supported only on the Unified Interface.
160158

161159
### Syntax
162160

0 commit comments

Comments
 (0)