May I know if it is possible to create workflow in the 1st list that control items in the 2nd List?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
|
You can also have a Designer workflow which can be configured on one list so that when items are added or modified you can handle another list easily using actions "Create list item", "Update list item". |
|||
|
|
|
This can be done with help of an event receiver along with (or instead of) a workflow. You can refer to my article here http://www.dotnetcurry.com/ShowArticle.aspx?ID=649 Use the workflow to handle task/approval routing. Use event receiver to move data. In the above article I have used the event receiver to move custom content types, you could use it with modifications to deal with lists. |
|||
|
|
