Skip to main content

Posts

Showing posts with the label Dynamics AX 2012

Code for Resubmit workflow after rejection in Ax 2012

I am sharing here code Code for Resubmit workflow after rejection in Ax 2012. You need to write code in resubmit action manager class i.e. WFApprovalWFResubmitActionMgr. Code snippets is as below. At the end of the code you need to call _args.caller().updateWorkflowControls(); to update workflow control. In main method you need to call this method to work resubmitting functionality of workflow. 

Workflow development through wizard in ax 2012

Now in new version of Axapta which is 2012 it easy to develop workflow. There is workflow wizard facility available. To know more details you can visit this link. http://learnax.blogspot.in/2012/01/dynamics-ax-2012-workflow-development.html You can delelop workflow within 2 hours instead of 2 days. So be happy in technical development . Happy DAXING.