Creating Entity for Natural Key Error on Invent Trans
Data Entity is a new concept which has been introduced in D365FO and has major use in Data Import/Export and for Data Integration. Data entities can be regarded as an abstraction from the physical implementation of database tables. Implemented as de-normalized views (a data entity is stored as a view in SQL Server) with their own set of methods, they are now key elements in data import/export and integration scenarios. While creating entity for invent trans table, getting natural key error. Hence duplicated the invent trans and kept for build, but there are several errors. Hence created the entity with the datasource as InventTransOrigin table. 1. Create a Project Solution Explorer > Right click the Project > Click Add > New Item. 2. Select ‘Data Entity’ > Place the name for the entity(mentioned as InventTransEntity) > Click Add 3. Dat...