Skip to content

Latest commit

 

History

History
58 lines (46 loc) · 3.37 KB

File metadata and controls

58 lines (46 loc) · 3.37 KB
title description ms.custom ms.date ms.reviewer ms.suite ms.tgt_pltfrm ms.topic applies_to ms.assetid caps.latest.revision author ms.author search.audienceType
Analyze data with dashboards (Developer Guide for Dynamics 365 Customer Engagement) | MicrosoftDocs
The dashboard entities in Dynamics 365 Customer Engagement 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.
10/31/2017
pehecke
article
Dynamics 365 Customer Engagement (on-premises)
16f0dd2f-7dad-43be-86fd-f93c7905c8dd
29
KumarVivek
kvivek
developer

Analyze data with dashboards

The dashboard entities in [!INCLUDEpn_dynamics_crm] 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.

Types of dashboards

In [!INCLUDEpn_dynamics_crm], there are two types of dashboards: organization-owned dashboards and user-owned dashboards.

Organization-owned dashboard.

An organization-owned dashboard is represented by the SystemForm entity, and can’t be assigned or shared. These dashboards are solution-aware entities in [!INCLUDEpn_crm_shortest]. When you perform an update operation on this entity, you must publish the changes for the updates to be available across the organization. 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. 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.

User-owned dashboard.

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.

Note

You can’t programmatically create or manage the new interactive dashboards introduced in [!INCLUDEpn-crm-2016-shortest]. For information about working with interactive dashboards using the web client, see Configure interactive experience dashboards

See also

Using FormXML for Dashboards
Actions on Dashboards
Create a Dashboard
Sample Dashboards
Dashboard Entities
Sample: Create, Retrieve, Update and Delete (CRUD) a Dashboard
Sample: Assign a User-Owned Dashboard to Another User
Visualization data description schema
Customize visualizations and dashboards

[!INCLUDEfooter-include]