Hi All,
I'm building a sales order workflow in ax 2012 and havign an issue automatically refreshing the submit ribbon once submit is hit. I've used code from a sales quote workflow which simply calls args.caller().updateWorkflowsControls(); in the SubmitManger -> main method to refresh the ribbon. This code in exactly the same place in my sales order workflow throws an error:
code: FormRun object does not have method 'updateWorkflowsControls'.
Stack trace
(C)\Classes\FormRun\updateWorkflowsControls
(C)\Classes\SalesOrderSubmitManager\main - line 32
(C)\Classes\FormFunctionButtonControl\Clicked
I can't figure out why. Its as if Args is missing a parameter but not sure where this would come from. Any suggestions for me?
Thanks
David
*This post is locked for comments
I have the same question (0)