Microsoft Dataverse is a cloud-based, low-code data service and app platform, which allows you to leverage the security and connectivity of Microsoft services.
- Dataverse comes with standard tables and columns, with relationships defined between them.
- Users can also create custom tables and columns, and also define relationships between them.
- Dataverse is available globally but its deployment is based on Region/Geography for compliance reasons.
- This is not stand-alone and will need an internet connection.
- Dataverse can be used as data source for Dynamics 365, Power Apps, Power Automate, AI Builder, Portals etc.
- It used Azure Active Directory (Azure AD) to handle authentication including multi-factor authentication. Authorization is supported till row and column level.
- We can easily apply business logic on data like duplicate detection, business rules, workflows etc.
- Dataverse stores data in Azure Cloud.
- A Dataverse database stores data in a set of standard and custom tables. A table is a logical set of rows that is used to store data.
- Tables can hold millions of items. Storage in each instance of Dataverse database can be extended to 4 TB per instance.
- The structure of Dataverse database is based upon the definitions and schema in Common Data Model.
- As per Microsoft Document, Common Data Model is a logical design that includes a set of open-sourced, standardized, extensible data tables and relationships that Microsoft and its partners have published in an industry-wide initiative called the Open Data Initiative. This collection of predefined tables, columns, semantic metadata and relationships form the basis of Common Data Model.
- Types of Tables:
- Standard: Out-of-box, customizable, imported as part of managed solution
- Managed: non-customization and imported as part of managed solution
- Custom: new tables or imported from unmanaged solution
- Types of table relationships in Dataverse
- One-to-Many
- Many-to-Many
- Environments
- Each environment allows only one Dataverse database for use within that environment
- Each environment is created under Azure AD tenant and can only be accessed by users of that tenant
- All environments are bound to their respective geographic locations. Hence, the Dataverse database is created in the datacenter of that geographic location.
- We can create multiple environments for one geographic location to manage our solutions like Development Environment for development purpose, Testing Environment for testing the developed solutions and Production Environment for solutions that will be used by End Users.
- Business Rules
- Business rules apply logic at data layer and not at app layer.
- Examples of Business Rules: check empty value, show error message, validate data etc.