Call a BOF service with a caller record
PA-22040759-0
6,194
If you need to call a Business Operations Framework (BOF) service with a caller record, like you'd often do for a RunBase job, you must create a custom SysOperationServiceController to get the record argument passes from the service controller to an applicable data contract.
A good example from standard AX can found in the PurchFinalizeServiceController class.
Another example can be found here: http://www.artofcreation.be/2011/08/23/ax2012-sysoperation-part-2-sysoperationservicecontroller/
A good example from standard AX can found in the PurchFinalizeServiceController class.
Another example can be found here: http://www.artofcreation.be/2011/08/23/ax2012-sysoperation-part-2-sysoperationservicecontroller/
*This post is locked for comments