Carry out the following steps in order to complete this recipe:
- Create a new Dynamics 365 for Operations project in Visual Studio.
- We will create a demo table with a few fields as follows, to use in this Data Entity:
- Add a new Data Entity in the project by right-clicking the menu as follows:
- Next you will get a wizard screen, select PacktVendTable as the Primary datasource. Entity category as Master and click on Next:
- In the next step, you have to choose all required fields from the primary dataSource table, for this ...