Tuesday 9 October 2018

Workflow submit manager code for client and Enterprise portal (EP) in AX 2012

Today I will be sharing the code of workflow submit manager class for the client and enterprise portal.

You all have noted that whenever a workflow type is created at that time automatically its submit manager class is  generated. I have used same class and added two different methods for workflow submit manager in order to segregation for  client and EP calling. Then in main method i have called those two methods on basis of menu item condition.

You may  create a new class for submit manager or use existing generated and add following code in it.

Note: If you are creating new class for submit manager don't forget to select that class in properties of workflow type.















No comments:

Post a Comment

Note: only a member of this blog may post a comment.

Connect and upload in azure blob with azure key vault using x++

 Today, I will be sharing details about file upload in azure blob using azure vault that includes pre requisite and code snippet used to it....