Monday 21 January 2019

Customize AX 2012 workflow to become organize-wide or company-wide

Today, I will be discussing about how to customize workflow to make it organize wide or company wide. So, lets begin with the first question how can we achieve this target? The answer is to use the association type field on Workflow type.

Let's suppose we want to customize the Purchase Requisition Review Workflow by changing it from organize wide to company wide.

Association type contain three values.

  • Organization - wide /Global : If we are selecting association type to global then our workflow can be used across all organizations. These types of workflows are used only with documents that contain organization wide data.
  • Company - wide : If we are selecting association type to company then our workflow can be used for specific organization for example particular legal entity.
  • Other 
Below are the steps required to change purchase requisition workflow.

1) Go to AOT -> Workflow-> Workflow type -> Search PurchReqReview















2) Change association property of workflow type from Global to Company.












3) In the end compile it. Don't forget to run Incremental CIL for latest changes.

Note: Workflow which was created previously will not change to new association type so we must create new workflow.


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....