About data entities

Introduction Data entities were introduced in Dynamics 365. It is an abstraction from the physical implementation of database tables. They enhance data importing/exporting services. A data entity is a de-normalized view of data that is spread across multiple...

Consume a web service in D365FO

How I started The cornerstone of my solution was this Microsoft document.https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/consume-external-web-serviceIt is a step-by-step guide to help you understand the basics of web service...