September 2017
Beginner to intermediate
562 pages
13h 46m
English
Data model is the process of analyzing and defining the data structures as per your solution requirement. Similar to earlier version of AX, in Dynamics 365 for Finance and Operations, Enterprise edition you can create or extend existing data model using extended data types, base enums, tables, views, and data entities. Data entities are new artifacts introduced in operations. Data entities provides abstraction from the physical implementation of database tables and hide the relational model by flattening out the schema. Either you are ISV building vertical solution or customer or partner developing custom solution, create appropriate data entities to cover your custom data model. Simply creating data entities ...