I need to create a multilevel Approval Workflow for following scenario:
- Workflow starts once item is created employee (Say in a ProductList) for certain Amount.
- Manager Approves the workflow.
- If Amount is < $5000, email goes to Employee as approved.
- If Amount is > $5000, further approval is required. Item goes for further approval to VP and then CEO.
I am getting many examples on workflow, most of the examples are sending just an email based on condition. I need sending for further approval based on condition.
a. Product Name (Text box)
b. Price(Text box)
c. Mgr approval (choice)
d. Final approval(Choice)
a. Amount >5000
b. Mgrapproval (c) status is approved
You can use simple JavaScript if the mgrapprover and final approver does not change. If these values are dynamic it is better to create a webpart for generating JavaScript by checking the login user group.