简体   繁体   中英

AX 2012 Workflow All Information in a form

I am working on Ax2012 workflow. I need to know about the table in data dictionary where all the information of configuration of the workflow stores. I know I have to trace many tables to get all the information ie users , Final Approver , Comments , Description, User whom which workflow are assigned , Workflow Steps , Sequences of the workflowItems etc. I need to know tables from which I can get this Information. I need all the information of the workflow.

  • Workflow Assigned to the users.
  • Comments when workflow Submitted
  • Comments when some accept the workflow
  • Workflow Descriptions
  • Workflow last Approval
  • User Who submit the workflow
  • All the paths in the workflow of the configuration

like

  • 1st path(Start---->condition------>True Condition approval)

  • 2nd path(Start---->condition------>false condition approval)

Thanks For helping me out.

Here is the Tutorial of getting all possible paths of workflow configuration

https://github.com/SohaibAnwaar/Ax-2012-Tutorials/tree/master/AX/july/18%20July

将所有路径保存到Excel文件

Tutorial of getting all the information related to the workflow in the form

https://github.com/SohaibAnwaar/Ax-2012-Tutorials/tree/master/AX/july/13%20july

工作流程说明

Details of the Workflow

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM