Getting Lookup Fields from Dynamics 365 Web API URL
In Dynamics 365, we can use the Web API to return records through a web browser URL. In this post, we will look at how to get the lookup field data. Let’s use Accounts as an example. We can access the API through the address https://yourorg.api.crm.dynamics.com/api/data/v9.1/: We can then get accounts using https://yourorg.api.crm.dynamics.com/api/data/v9.1/accounts: Now, accounts have a lookup field for Currency: We can select the currency field through the Web … Continue reading Getting Lookup Fields from Dynamics 365 Web API URL