Skip to content
Personal D365 blog
Menu
  • About
Menu

Category: D365

D365 unit of measurement conversion x++

Posted on 2022-12-062022-12-06 by jdekker

https://learn.microsoft.com/en-us/dynamics365/supply-chain/pim/tasks/manage-unit-measure Unit of measurement conversion X++ code example. Convert 1 kg to lbs, unit conversion must be known in the system.

Continue reading

Chain of Command Next() placement

Posted on 2022-10-11 by jdekker

When using chain of command (code extension of a class / table or form) you need to use the next keyword to execute the original code before or after your code. If statements around a next keyword are not allowed.

Continue reading

D365 FO deploy SSRS reports

Posted on 2022-09-30 by jdekker

My AOS resides on the K:\ drive this can differ. Deploying a specific report. If you for example want to deploy all “WMS” reports, you can use the following command. If you want to deploy all reports use the following command.

Continue reading

Execute runnable class

Posted on 2022-06-142022-06-14 by jdekker

Following URL shows you how to execute a runnable class. https://<D365URL> /?cmp=<YourCompanyName>&mi=SysClassRunner&cls=<YourRunnableClassName>

Continue reading

Details master form – override creatRecord

Posted on 2022-02-202022-02-20 by jdekker

When creating a details master form and your creating a record in the normal grid not all mandatory fields are visible. To switch to the details form view you can override the function createRecord.

Continue reading
© 2023 Personal D365 blog | Powered by Minimalist Blog WordPress Theme