Posts

Showing posts from June, 2022

Import Data on D365F&O

Image
                 D365 F&O Technical Consultant How to Import data via Data entity in D365F&O: Step 1:            Create a Project in Visual Studio named as  TM_CustomerDataEntity(Example)   Create a table named as  TM_SampleTable (Example)    S et the Primary key  Add relation  Right-click on the table created by you--> click on addins--> create data entity as shown in fig 1a.  It will create a stagging table, 2 security privileges(Maintain and view), and a data entity as shown in fig 1b.                                                                         Fig 1a Fig 1b Note:  ...