Difference between revisions of "Microsoft Dataverse"

From Power Wiki
Jump to navigation Jump to search
Line 1: Line 1:
Dataverse it is a service for storing data in the cloud. It is the back-end to [[Model-driven apps]] and by that also to some of the Dynamics apps e.g. Dynamics Sales and Dynamics Customer Service (former CRM-parts in Microsoft Dynamics CRM). Dataverse is more than just storage in the cloud. It also comes with concepts like security (configure security models for your apps), business logic and data integration.   
+
Dataverse it is a service for storing data in the cloud. It is the back-end to [[Model-driven apps]] and by that also to some of the Dynamics apps e.g. Dynamics Sales and Dynamics Customer Service (former CRM-parts in Microsoft Dynamics CRM). Dataverse is more than just a relational database and storage in the cloud. It also comes with concepts like security (configure security models for your apps), business logic and data integration.   
  
 
== General ==
 
== General ==
 
You work with Microsoft Dataverse though the [https://make.powerapps.com Maker Portal].  
 
You work with Microsoft Dataverse though the [https://make.powerapps.com Maker Portal].  
In order to get data into Microsoft Dataverse you can use one of the options described in [[Data import]].
 
  
 
{{
 
{{
Line 15: Line 14:
  
 
In November 2020 Common Data Service (CDS) was rebranded into Dataverse.
 
In November 2020 Common Data Service (CDS) was rebranded into Dataverse.
 +
 +
== Building blocks ==
 +
* [[xRM]] - i.e. the possibility to model anything relationship management!
 +
* Build relational data models
 +
* Create forms and views
 +
* Import/Export data - [[Data import]]
 +
* Business Logic - Low-Code: Calculated Columns, Business Rules, Classic Workflows. Extend with code: Plugins, Custom Workflows.
 +
* Security Model - Manage Business Units, who accesses what information etc.
 +
* Search for data - [https://docs.microsoft.com/en-us/power-apps/user/search Compare search options in Microsoft Dataverse]
  
 
== Related Content ==
 
== Related Content ==

Revision as of 19:09, 17 May 2022

Dataverse it is a service for storing data in the cloud. It is the back-end to Model-driven apps and by that also to some of the Dynamics apps e.g. Dynamics Sales and Dynamics Customer Service (former CRM-parts in Microsoft Dynamics CRM). Dataverse is more than just a relational database and storage in the cloud. It also comes with concepts like security (configure security models for your apps), business logic and data integration.

General

You work with Microsoft Dataverse though the Maker Portal.

Work in Solutions, not with the tables directly

In Maker Portal, you can get an overview of the tables under Data, but you should make it a habit not to create new tables under Data, but rather work within Solutions. It is not recommended to work within the Default Solution.

History

Microsoft Dataverse originates from Microsoft Dynamics CRM. As Microsoft's CRM/xRM platform evolved into Power Platform concepts like editing existing data models, creating new data models and managing security for your application was transformed into the Common Data Service (CDS). One explanation for the origin of CDS is that Microsoft saw similarities in their different products, AX (Finance & Operations) had something called Accounts, Dynamics CRM/365 CE had Accounts etc. and in order to make it easier to talk about and implement integration between different products the CS was introduced. It came with a pre-defined set of tables in what is called Common Data Model (CDM).

In November 2020 Common Data Service (CDS) was rebranded into Dataverse.

Building blocks

  • xRM - i.e. the possibility to model anything relationship management!
  • Build relational data models
  • Create forms and views
  • Import/Export data - Data import
  • Business Logic - Low-Code: Calculated Columns, Business Rules, Classic Workflows. Extend with code: Plugins, Custom Workflows.
  • Security Model - Manage Business Units, who accesses what information etc.
  • Search for data - Compare search options in Microsoft Dataverse

Related Content

Power Wiki

Microsoft Resources

Community Content