Posts

Showing posts from July, 2021

Batch Job stuck in "Waiting" state in D365 F&O?

Image
 My Batch job status is stuck to "waiting State" in the D365 F&O when I run the 9999 job in AX. The Solution to this question may work in this way.  Please go to the window search bar and search " Services " as shown in Figure Click on the Services then the below window is open  Please check the highlighted services are running as shown in the below figure. When these services are running then your job turned to Executing State. Please give your suggestions. If any. Thanks

The channel does not exist or was not published in D365 ?

 The channel does not exist or was not published in D365 error is due to the wrong OUN in the postman headers Params.  Please check the OUN of the channel in the BackOffice or AX side of D365 update the headers OUN param in the postman call and check the response. {      "TypeName" :  "SecurityException" ,      "Exception" :  "{\r\n  \"ErrorResourceId\":            \"Microsoft_Dynamics_Commerce_Runtime_InvalidChannel\",\r\n        \"LocalizedMessage\": \"The channel does not exist or was not published.\"\r\n}" ,      "CorrelationId" :  "7de794e2-1533-4bb8-a610-2f6d0fdf95dc" }

How to Create Commerce runtime (CRT) in Dynamics 365 ? Part 1

Image
Take the sample CRT project from the Retail SDK sample extension as shown in the figure. For Example  Extensions.StoreHoursSample Copy the above folder in the specific new folder. For Example Practice. Now Rename the folder  Extensions.StoreHoursSample  to  Extensions.Book Open the  Extensions.Book folder  in Visual Studio 2019 in the administration mode . Rename the solution and project as shown in the figure:   Right-click on the project and click on the properties. Rename the Project as shown in the Figure Now Save the project.