So for example I have 3 sections, and each person has a complaint box (regular text box) and a person responsible (contact selector). Now when I submit the form, how do I get each sections to email the person specified by the person responsible?
I am using Infopath 2开发者_如何学Python007 along with Sharepoint 2007.
- Make sure the texboxes are promoted to SharePoint list columns.
- Create a workflow in SharePoint Designer.
- Set the workflow to run automatically when item is added
- Add three Send Email actions to the workflow, each going to a different recipient and each containing data from a different column
精彩评论