In this task, we will create a data entity for our vehicle table, which we will extend in order to demonstrate how data entities can be used. We will also use this to allow us to maintain vehicle data through the Office add-in and make it a public OData entity.
Creating a data entity
Getting ready
We will just need to have a Dynamics 365 for Operations project open, and a table for which we want to create a data entity.
How to do it...
To create the data entity, follow these steps:
- In the project, add a new item. Within the Add New Item dialog, select Data Model from the left-hand list, and then Data Entity from...