We have different ways to execute runnable classes in D365 FO. Below are few ways you can execute

With the utility available on my GitHub page you can run your runnable class through single UI where you can run runnable class which can be of type form or class.

Here are the steps which will help you to configure this utility in your enviornment.

  1. Download utility from  the GitHub page
  2. Import .axpp file into your enviornment and perform build and synchronization.
  3. Open System Administrator >Set up > ASP runnable objects

For should looks like below –

  • On the above form you can enter your runnable class or form name in the name field, PBI# or Story #, description about what it does and select object type whether it’s a form or class.
  • Once you are ready to run click on the execute button to execute it.

If you take a look at my below example, I create a form called ASPTable and a class ASPUpdateCustomerPaymentMode. I can run any my objects using this utility.

Once I click on execute button It opens a form like below, upon selecting a table it opens up a custom table browser. We will take a look at custom table browser in another post.