Skip to content

Commit ddd6038

Browse files
committed
Fixing format issues
1 parent f5249d4 commit ddd6038

25 files changed

+0
-3642
lines changed
Lines changed: 0 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,3 @@
1-
<<<<<<< HEAD
2-
---
3-
title: "Actions on dashboards (model-driven apps) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces"
4-
description: "Learn about performing actions such as create, retrieve, update, or delete, on organization-owned and user-owned dashboards." # 115-145 characters including spaces. This abstract displays in the search result."
5-
keywords: ""
6-
ms.date: 10/31/2018
7-
ms.service: powerapps
8-
ms.topic: article
9-
ms.assetid: 339eb79d-5dec-885b-496f-bfa26e9cae08
10-
author: Nkrb # GitHub ID
11-
ms.author: nabuthuk # MSFT alias of Microsoft employees only
12-
manager: shilpas # MSFT alias of manager or PM counterpart
13-
ms.reviewer:
14-
search.audienceType:
15-
- developer
16-
search.app:
17-
- PowerApps
18-
- D365CE
19-
---
20-
21-
# Actions on dashboards
22-
23-
<!-- https://docs.microsoft.com/dynamics365/customer-engagement/developer/customize-dev/actions-dashboards -->
24-
25-
You can perform actions such as create, retrieve, update, or delete, on organization-owned and user-owned dashboards.
26-
27-
## Actions on an Organization-Owned Dashboard
28-
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:
29-
30-
- 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).
31-
32-
- Set an organization-owned dashboard as the default dashboard for an organization by setting the `SystemForm.IsDefault` attribute value to `true` while creating or updating the dashboard.
33-
34-
> [!IMPORTANT]
35-
> 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.
36-
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](/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-->.
38-
39-
For a list of supported messages on the organization-owned dashboard entity, see [SystemForm Entity](../common-data-service/reference/entities/systemform.md).
40-
41-
## Actions on a User-Owned Dashboard
42-
You can perform the following actions on a user-owned dashboard (`UserForm`):
43-
44-
- Create, retrieve, update, and delete. For detailed information about creating a user-owned dashboard, see [Create a Dashboard](create-dashboard.md).
45-
46-
- Change the ownership of a user-owned dashboard by assigning it to another user or team using the <xref:Microsoft.Crm.Sdk.Messages.AssignRequest> message.
47-
48-
- Retrieve the access that the specified security principal (user or team) has to a user-owned dashboard using the <xref:Microsoft.Crm.Sdk.Messages.RetrievePrincipalAccessRequest> message. You can also retrieve all the security principals (users or teams) that have access to a user-owned dashboard, along with their access rights to the user dashboard using the <xref:Microsoft.Crm.Sdk.Messages.RetrieveSharedPrincipalsAndAccessRequest> message.
49-
50-
- Collaborate with other users and teams on specific areas by sharing a user-owned dashboard with them using the <xref:Microsoft.Crm.Sdk.Messages.GrantAccessRequest>, <xref:Microsoft.Crm.Sdk.Messages.ModifyAccessRequest>, and <xref:Microsoft.Crm.Sdk.Messages.RevokeAccessRequest> messages.
51-
52-
For a list of supported messages on the user-owned dashboard entity, see [UserForm Entity](../common-data-service/reference/entities/userform.md).
53-
54-
### See also
55-
56-
[Dashboards for Microsoft Dynamics 365](analyze-data-with-dashboards.md)
57-
[Using FormXML for Dashboards](understand-dashboards-dashboard-components-formxml.md)
58-
[Create a Dashboard](create-dashboard.md)
59-
[Sample Dashboards](sample-dashboards.md)
60-
[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-->
61-
[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-->
62-
[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-->
63-
=======
641
---
652
title: "Actions on dashboards (model-driven apps) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces"
663
description: "Learn about performing actions such as create, retrieve, update, or delete, on organization-owned and user-owned dashboards." # 115-145 characters including spaces. This abstract displays in the search result."
@@ -123,4 +60,3 @@ You can perform actions such as create, retrieve, update, or delete, on organiza
12360
[Sample Dashboards](sample-dashboards.md)
12461
[Sample: Create, Retrieve, Update and Delete (CRUD) a Dashboard](https://github.com/microsoft/PowerApps-Samples/tree/master/cds/orgsvc/C%23/CRUDOperationsDashboard)
12562
[Sample: Assign a User-Owned Dashboard to Another User](https://github.com/microsoft/PowerApps-Samples/tree/master/cds/orgsvc/C%23/AssignUserOwnedDashboardToAnother)
126-
>>>>>>> ae864535ae5aab1966c3c5bd8c4250316a788d91
Lines changed: 0 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,3 @@
1-
<<<<<<< HEAD
2-
---
3-
title: "Actions on visualizations (charts) (model-driven apps) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces"
4-
description: "Using the Common Data Service web services, you can perform the following actions on the visualization entities." # 115-145 characters including spaces. This abstract displays in the search result."
5-
keywords: ""
6-
ms.date: 10/31/2018
7-
ms.service: powerapps
8-
ms.topic: article
9-
ms.assetid: c7eb3bdf-9d6f-9bcc-8114-4c3dc5be2976
10-
author: Nkrb # GitHub ID
11-
ms.author: nabuthuk # MSFT alias of Microsoft employees only
12-
manager: shilpas # MSFT alias of manager or PM counterpart
13-
ms.reviewer:
14-
search.audienceType:
15-
- developer
16-
search.app:
17-
- PowerApps
18-
- D365CE
19-
---
20-
21-
# Actions on visualizations (charts)
22-
23-
<!-- https://docs.microsoft.com/dynamics365/customer-engagement/developer/customize-dev/actions-visualizations-charts -->
24-
25-
Using the Common Data Service Web Services, you can perform the following actions on the visualization entities.
26-
27-
## Actions on organization-owned visualizations
28-
29-
To perform actions on an organization-owned visualization (`SavedQueryVisualization`), you must have the System Administrator or the System Customizer role. You can perform the following actions on an organization-owned visualization:
30-
31-
- Create, retrieve, update, and delete an organization-owned visualization. More information: [Create a Visualization](create-visualization-chart.md)
32-
33-
> [!NOTE]
34-
> 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.
35-
36-
- 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).
37-
38-
> [!NOTE]
39-
> 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.
40-
41-
- Specify an organization-owned visualization as the default visualization for the associated entity by setting the `SavedQueryVisualization.IsDefault` attribute to `true`. When you set an organization-owned visualization as the default visualization for an entity, the visualization is displayed by default when you select to view the visualizations for this entity in Common Data Service.
42-
43-
> [!NOTE]
44-
> Using the Common Data Service Web Services, if you set an organization-owned visualization as default for an entity that already has another visualization set as default, both the visualizations are marked as default visualizations for the entity. To set a visualization as a default visualization for an entity, make sure that no other visualization is set as the default visualization for the entity.
45-
46-
For a list of supported messages on the organization-owned visualization entity, see [SavedQueryVisualization Entity](../common-data-service/reference/entities/savedqueryvisualization.md).
47-
48-
## Actions on user-owned visualizations
49-
You can perform the following actions on a user-owned visualization (`UserQueryVisualization`):
50-
51-
- Create, retrieve, update, and delete a user-owned visualization. More information: [Create a Visualization](create-visualization-chart.md)
52-
53-
- Query and retrieve all the user-owned visualizations that are attached to an entity using the `UserQueryVisualization.PrimaryEntityTypeCode` attribute. Multiple user-owned visualizations can be attached to an 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).
54-
55-
> [!NOTE]
56-
> You cannot change or update a visualization to attach it with a different entity after you have created the visualization. It implies that the `UserQueryVisualization.PrimaryEntityTypeCode` attribute is not valid for the update action on the user-owned visualization.
57-
58-
- Change the ownership of a user-owned visualization by assigning it to another user or team using <xref:Microsoft.Crm.Sdk.Messages.AssignRequest>.
59-
60-
- Retrieve the access that the specified security principal (user or team) has to a user-owned visualization using <xref:Microsoft.Crm.Sdk.Messages.RetrievePrincipalAccessRequest>. You can also retrieve all the security principals (users or teams) that have access to a user-owned visualization, along with their access rights to the user-owned visualization using the <xref:Microsoft.Crm.Sdk.Messages.RetrieveSharedPrincipalsAndAccessRequest>.
61-
62-
- Collaborate with other users and teams on specific areas by sharing a user-owned visualization with them using <xref:Microsoft.Crm.Sdk.Messages.GrantAccessRequest>, <xref:Microsoft.Crm.Sdk.Messages.ModifyAccessRequest>, and <xref:Microsoft.Crm.Sdk.Messages.RevokeAccessRequest>.
63-
64-
For a list of supported messages on the user-owned visualization entity, see [UserQueryVisualization Entity](../common-data-service/reference/entities/userqueryvisualization.md).
65-
66-
### See also
67-
[Charts](view-data-with-visualizations-charts.md)
68-
[Understanding Charts: Underlying Data and Chart Representation](understand-charts-underlying-data-chart-representation.md)
69-
[Create a Chart](create-visualization-chart.md)
70-
[Sample Charts](sample-charts.md)
71-
[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 -->
72-
[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 -->
73-
[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 -->
74-
[SavedQueryVisualization Entity](../common-data-service/reference/entities/savedqueryvisualization.md)
75-
=======
761
---
772
title: "Actions on visualizations (charts) (model-driven apps) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces"
783
description: "Using the Common Data Service web services, you can perform the following actions on the visualization entities." # 115-145 characters including spaces. This abstract displays in the search result."
@@ -148,5 +73,4 @@ To perform actions on an organization-owned visualization (`SavedQueryVisualizat
14873
[Sample: Retrieve all Charts Attached to an Entity](https://github.com/microsoft/PowerApps-Samples/tree/master/cds/orgsvc/C%23/RetrieveChartsAttachedToEntity)
14974
[Sample: Assign a Chart to Another User](https://github.com/microsoft/PowerApps-Samples/tree/master/cds/orgsvc/C%23/AssignChartToAnotherUser)
15075
[SavedQueryVisualization Entity](../common-data-service/reference/entities/savedqueryvisualization.md)
151-
>>>>>>> ae864535ae5aab1966c3c5bd8c4250316a788d91
15276
[UserQueryVisualization Entity](../common-data-service/reference/entities/userqueryvisualization.md)
Lines changed: 0 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,3 @@
1-
<<<<<<< HEAD
2-
---
3-
title: "Analyze data with dashboards (model-driven apps) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces"
4-
description: "The dashboard entities in Dynamics 365 Common Data Service enable you to present data 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." # 115-145 characters including spaces. This abstract displays in the search result."
5-
keywords: ""
6-
ms.date: 10/31/2018
7-
ms.service: powerapps
8-
ms.topic: article
9-
ms.assetid: 4b54597b-5603-2e6e-4630-bc120f711707
10-
author: Nkrb # GitHub ID
11-
ms.author: nabuthuk # MSFT alias of Microsoft employees only
12-
manager: shilpas # MSFT alias of manager or PM counterpart
13-
ms.reviewer:
14-
search.audienceType:
15-
- developer
16-
search.app:
17-
- PowerApps
18-
- D365CE
19-
---
20-
21-
# Analyze data with dashboards
22-
23-
<!-- https://docs.microsoft.com/dynamics365/customer-engagement/developer/customize-dev/analyze-data-with-dashboards -->
24-
25-
The dashboard entities in Common Data Service enable you to present data
26-
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.
27-
28-
## Types of dashboards
29-
There are two types of dashboards: organization-owned dashboards and user-owned dashboards.
30-
31-
**Organization-owned dashboard.**
32-
33-
An organization-owned dashboard is represented by the `SystemForm` entity, and can’t be assigned or shared.
34-
These dashboards are solution-aware entities.
35-
When you perform an update operation on this entity, you must publish the changes for the updates to be available across the organization.
36-
When you publish customizations using the <xref:Microsoft.Crm.Sdk.Messages.PublishAllXmlRequest> message, the newly-created organization-owned dashboards are also published and become available across the organization.
37-
Alternatively, you can publish the changes done to a specific dashboard by using the <xref:Microsoft.Crm.Sdk.Messages.PublishXmlRequest> message, and specifying the dashboard ID as the parameter in the request message.
38-
39-
**User-owned dashboard.**
40-
41-
A user-owned dashboard is represented by the `UserForm` entity, can be assigned and shared with other users, and can be viewed by other users depending on the dashboard’s access privileges.
42-
43-
> [!NOTE]
44-
> You can’t programmatically create or manage the new interactive dashboards.
45-
> 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)
46-
47-
### See also
48-
[Using FormXML for Dashboards](understand-dashboards-dashboard-components-formxml.md)
49-
[Actions on Dashboards](actions-dashboards.md)
50-
[Create a Dashboard](create-dashboard.md)
51-
[Sample Dashboards](sample-dashboards.md)
52-
[Dashboard Entities](/dynamics365/customer-engagement/developer/customize-dev/dashboard-entities) <!-- TODO: Need to find the topic in powerapps repo to link-->
53-
[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-->
54-
[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-->
55-
[Visualization data description schema](visualization-data-description-schema.md)
56-
[Customize visualizations and dashboards](customize-visualizations-dashboards.md)
57-
=======
581
---
592
title: "Analyze data with dashboards (model-driven apps) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces"
603
description: "The dashboard entities in Dynamics 365 Common Data Service enable you to present data 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." # 115-145 characters including spaces. This abstract displays in the search result."
@@ -111,4 +54,3 @@ A user-owned dashboard is represented by the `UserForm` entity, can be assigned
11154
[Sample: Assign a User-Owned Dashboard to Another User](https://github.com/microsoft/PowerApps-Samples/tree/master/cds/orgsvc/C%23/AssignUserOwnedDashboardToAnother)
11255
[Visualization data description schema](visualization-data-description-schema.md)
11356
[Customize visualizations and dashboards](customize-visualizations-dashboards.md)
114-
>>>>>>> ae864535ae5aab1966c3c5bd8c4250316a788d91

0 commit comments

Comments
 (0)