Posts

Showing posts from July, 2024

How To check the error detail in dynamic 365 E-commerce on event Handler

Image
Error: Now Follow the Steps what actually error: 1.       Search Event viewer On Windows search bar 2.       Go to Application and services logs > Microsoft > commerce - retail Server > Operational 2.       Scroll Down to find Commerce-retail Server:  Here is the error.

Consuming OData data entities of D365F&O using OData connected service in .Net Framework Console Application

Image
  Prerequisite: First off, all you need to register an App on   portal.azure.com . Steps 1: Create a .Net Framework Library project. Step 2: Now, go to Extensions and then manage Extensions. Install OData-connected service. Note: For installation, you need to close your visual studio once. The VSIX installer wizard opens for installation. Step 3: We need to add a connected service to the UilityOData library project.   Follow the steps as shown to configure it. In the address bar, paste the link of your finance and operations cloud-hosted environment URI which you inserted in the Azure portal while registering the app in step 1.  Also, add “/data” at the end of your address to point to the Odata data entities of Dynamics 365 F&O Click Next and a list of data entities will be shown to you. It will take time depending on the number of data entities. You can select any data entities from the list. For demo purposes, I selected “CustomerGroups” only. Click Next, an...