Hi guys I created a batch job using SysOperationFramework class so what I did I created there classes
- Contract Class
- Controller Class which is extending SysOperationServiceController class.
- Service Class which is extending SysOperationServiceBase class.
As shown in the below screenshots
After I created an action menu item and give It the following properties
But wen I am running my batch job from the UI it is giving me the following error
When I am running my batch job from Visual studio by setting it as a startup object it running and working fine. I search for this problem but mostly I am getting the answers for AX 2012 which is obsolete now.