Difference between revisions of "Microsoft Dataverse"

From Power Wiki
Jump to navigation Jump to search
m (Updated What is Microsoft Dataverse link to go to the right page (the old link went to a 404))
m (Corrected What is Microsoft Dataverse link to go to the right page (the old link went to a 404))
 
Line 31: Line 31:
 
=== Microsoft Resources ===
 
=== Microsoft Resources ===
 
* [https://techcommunity.microsoft.com/t5/microsoft-mechanics-blog/how-to-use-power-platform-s-advanced-data-backend-for-all-your/ba-p/2322992 How to use Power Platform’s advanced data backend for all your apps | Dataverse]
 
* [https://techcommunity.microsoft.com/t5/microsoft-mechanics-blog/how-to-use-power-platform-s-advanced-data-backend-for-all-your/ba-p/2322992 How to use Power Platform’s advanced data backend for all your apps | Dataverse]
* [https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/data-platform-intro/?WT.mc_id=DX-MVP-5004574 What is Microsoft Dataverse?]
+
* [https://docs.microsoft.com/en-us/power-apps/maker/data-platform/data-platform-intro?WT.mc_id=DX-MVP-5004574 What is Microsoft Dataverse?]
 
* [https://powerapps.microsoft.com/en-us/blog/new-task-based-and-overview-videos-published-for-dataverse-and-dataverse-for-teams/ New task based and overview videos published for Dataverse and Dataverse for Teams]
 
* [https://powerapps.microsoft.com/en-us/blog/new-task-based-and-overview-videos-published-for-dataverse-and-dataverse-for-teams/ New task based and overview videos published for Dataverse and Dataverse for Teams]
  

Latest revision as of 08:14, 14 June 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