Thursday, 31 October 2019

How to create new entity in D365.


How to create new entity in D365.

Although this is very easy.
List to do:
1.       New table.
2.       Make entity to this new table.
3.       Make new form with simple list pattern.
4.       Make new display menu and provide the link in front end
5.       Refresh the entity so that your new entity will show.
6.       Make excel with data which you want to import in new table, entity.
7.       Make connection with source to target.
After that you will be able to see your excel data into table and form.

Step1.


Step2. Add new item in project select data entity control. Select primary table


Step3.  Create form and give database name, as we do and create form.


Step4. Create display menu and provide you form in object. And give menu name in label.



Step5. Go to workshop -> select data management ->there is framework parameter -> select entity refresh -> (it will take some min time).

Then Go to workshop -> select data management ->data entity -> there you can find your entity.
Step 6.


Click on import option as given in above image.
There you will find : need to fill entity name;
Source format : excel (in my case).
And path of source file (excel file).
Step7. make mapping with excel column to entity column.

Finally you can see you data in you form.
Output:






Thanks
Akshay