I am trying to implement a RunBaseBatch Class on Dynamics 365 FO. I have found documentation on how to implement this for AX2012, I followed all steps and compiles but when running an clicking the menu option, it displays the run on background options on form, but when selecting run on background switch the execution does not goes to background. I have debugged the code, and everything seems to be fine... no errors, and the final method does run but as I said it does not run on background.
I found this issue discussed on an AX2012 thread and everything seems to point to change the “run on” property of the class to "CalledFrom" which is the default and also does not seem to be able to change. And the Run on property of the Menu Item Action button property to "Server", the thing is that the button does not has a "Run on" property.
Can anyone help me or point me to a DYN365 documentation on this?
Thanks in advance!