web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :

Code for Resubmit workflow after rejection in Ax 2012

SANTOSH KUMAR SINGH Profile Picture SANTOSH KUMAR SINGH 1,224
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.

 Resubmit workflow after rejection in Ax 2012




































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. 

This was originally posted here.

Comments

*This post is locked for comments