Run a Class directly from your Browser

You can call a runnable class from your browser directly instead of making it as startup object in VS. 

To do so, add the “SysClassRunner” menu item and the parameter “cls” with the class you want to call to your D365FO environment URL

Example: <RootD365FOEnvURL>/?cmp=[Company]&mi=SysClassRunner&cls=[SysClassRunnerExample]

Comments