Dear All,
I have a form submits by the user, now his/her manager gets mail for the approval, if the manager approves, it goes to audit approver, if audit approver approves, it goes to quality dept, if quality approves, the process completes. If manager requires more info, it has to go back to the user for correction, again comes back to manager, this applies in every approval step.
How do i create a workflow to achieve this.
I have created a workflow like below but here when auditor rejects, the request goes back to the initiator, once initiator do some correction, it should directly come to auditor inbox, should not go to his manager.
Solved! Go to Solution.
Dear All,
I have done some changes to my workflow, please find the attachment. but don't know how to run different states.
Hi,
You were more on the right track on your first attempt I think.
I would do it like this.
Attached sample workflow.
Dear Simon,
sorry for the delay in response,
We have to assign a task to the manager instead of sending a mail in the first step, i see there is an email that goes to the manger in your workflow.
Regards,
Ram
if i don't configure the workflow to run if the item is updated, when manager is rejected, the email is triggering back to initiator but when author is done some correction and resubmits, again manager should get email notification for the approval which is not happening....
Dear Simon,
I am trying to send edit item url to the initiator when manager is reversed/rejected for more clarification, i have tried with below line of syntax as i have spaces in the list name - Clinical Audit Proposal Form.
{Common:WebUrl}//Lists/{Common:ListName}/Item/editifs.aspx?ID={ItemProperty:ID}
{Common:WebUrl}//Lists/fn-replace({Common:ListName}," ","%20")/Item/editifs.aspx?ID={ItemProperty:ID}
both did not work for me, please suggest me.