Running class through URL in UAT and PROD in D365

 HIi Everyone ,

There are multiple ways you can run Runnable class. One way is we can attach it to Menu item and add it to any form and execute it using menu item.
Another way is set it up you project as startup object and runnable class as startup object in Visual Studio and run it from Visual studio.
Another way of running it is from your browser (IE/Chrome).
https://URL> /?cmp=&mi=SysClassRunner&cls=
Parameters:
Cmp = Your company name e.g USMF
Cls = Your Runnable class name e.g. ShowInvoicedOrderCount
Whenever you want to quickly verify anything this way is very useful and you don’t have to spent time seeing while visual studio opens diagnostic tool and load other windows.

Comments