https://<D365URL>/?cmp=<YourCompanyName>&mi=SysClassRunner&cls=<YourRunnableClassName>
Simillarly you can do more thing like as below:
Open the table/view as well from web browser with below url:
https://<D365URL>/?mi=SysTableBrowser&tableName=<YourTableOrViewName>&cmp=<YourCompanyName>
Run a SSRS report:
https://<D365URL>/?cmp=<YourCompanyName>&mi=Output%3A<YourReportMenuItemName>
Open an Form:
https://<D365URL>/?cmp=<YourCompanyName>&mi=Display%3A<YourFormMenuItemName>
Any Url for odata and custom services.
ReplyDelete