Friday, 18 September 2020

How to run D365 FO runnable classes from web browser

You can execute the runnable classes from web browser instead of running it from using visual studio. You need to copy the below url and replace it with your D365Fo url, company it and runnable class name.
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>

1 comment:

D365FO Entity insert/update issue Update not allowed for field ‘Entity.FieldName’.

Step 1: Make sure fields properties allow edit is yes in Data entity level(In Table level Allow edit is No). Change to Yes in entity fields ...