September 2017
Beginner to intermediate
562 pages
13h 46m
English
In Dynamics 365 for Finance and Operations, Enterprise edition, OData services are the primary integration method. The OData REST endpoint exposes all the data entities that are marked as public. The IsPublic design-level property is all that it needs to determine whether the data entity needs to be exposed as the OData endpoint.
The following screenshot shows CustCustomerEntity in Visual Studio, marked with the IsPublic property to Yes to expose the entity as the OData endpoint:

Dynamics 365 for Finance and Operations, Enterprise edition ships more than two thousand data entities out of the box, which includes more than 1,500 ...