zoukankan      html  css  js  c++  java
  • Create Dynamics AX Workflows 3 Steps by Workflow for Dummies Wizard

    I have created an easy to use wizard that generates AOT objects for one Approval workflow in Dynamics AX 2009, without writing a single line of code. I have used this wizard since more than a year to develop all the workflows that I had to develop.

    I have been asked many times by Dynamics AX technical and functional consultants to share that with them. And here I am sharing it with the Dynamics AX community.

    By following three steps, Dynamics AX Workflow for Dummies simply:

    1. Adds a Workflow Template
    2. Adds a Workflow Category
    3. Adds a Workflow Approval
    4. Adds a workflow state field to the selected table
    5. Enables the workflow for the selected form
    6. Creates needed classes like the document class for the workflow document
    7. Creates a query (Workflow Document)

    Here are the steps that you have to follow: (pictures speak quietly)

    Wizard menu

    Welcoming message

    General information

    Generated AOT Objects Parameters

    Generated AOT Objects Parameters

    Generated AOT Objects Information

    After clicking Finish, you would get a Dynamics AX Project:

    Workflow Project

    Generated AOT Project

    In order to configure the generated Workflow template, go to the module that you have selected in the wizard, and open the Workflow Configuration under the Setup menu of that module. This is what you will have:

    Workflow Configuration

     

  • 相关阅读:
    贵有恒
    二叉树的中序遍历
    001.3或5的倍数
    静态成员的语法总结及应用-单例模式
    力扣42题(接雨水)
    算法笔记之二分查找
    素数筛算法之寻找每个数的最小素因子
    素数筛的算法感悟
    一维数组的逆序存放问题
    关于c++入门的几个基本代码之求和
  • 原文地址:https://www.cnblogs.com/Fandyx/p/1985995.html
Copyright © 2011-2022 走看看