How to Configure Dynamic Approval Workflow

From ADempiere
Revision as of 11:22, 11 May 2007 by Usman88 (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.

Customize Requistion for Dynamic Workflow so that each newly created document only can be approve by user stated in Comment/Help.

The trick is using only depend on 2 field from m_requistion that is : "help" and "updatedby". Let's get it on :

1. Login as GardenAdmin and Create new users ie Felix & Sukito

01user.png


2. Create new role ie. Manager then tick Approve own documents and make sure to fill in Approval Amounts

02role.png


3. Assign Users into this role.

03role-users.png


4. Write down ad_user_id of the newly created users (we are going to use it later).

04user id.png


5. Logout and Login as System Adminstrator.

6. Goto Workflow

7. Select Process_Requisition.

05wf.png


8. Move to Node Tab, we are going to make as following node.

06node.png


9. Begin with create (SetUnApprove) node, set action to "set variable" and choose "isApprove" column then

  type "N" in Attribute box, save it.

07node-unaprv.png

10.