I need to attach an single Approval/Rejection workflow to InfoPath 2007 form. I am creating this in SharePoint Designer 2007. Here is my scenario:
- When a user submits InfoPath form, it gets submitted to a document library - (complete)
- Now this form needs to be routed to the Manager for approval - (complete)
- Manager gets notified via email that a task has been assigned to him/her to approve this form. (complete)
- If Manager approves the form, it sends out Approval email to the form owner and logs the status as "Approved" with Manager's comments (Need help)
- If Manager rejects the form, it sends out Rejection email to the form owner and logs the status as "Rejected" with Manager's comments (Need help)
Any ideas, tips, suggestion would help.