Tuesday, December 30, 2014

Create List Item using SharePoint 2010 Workflow

Hi Soni, thanks for reply.


This solution for simular lists (even don't understand what's useful for), in my case, I have two different structured lists. Try to describe it, do not pay attention for syntax:



<Employee OnBoards>
<Field Name="Employee Name"></Field>
<Field Name="Employee Email"></Field>
<Field Name="Position"></Field>
<Field Name="Department"></Field>
...
</Employee OnBoards>

<Employee OnBoards Tasks>
<Field Name="Name">Lookup Column of Employee Name</Field>
<Field Name="Approver 1"></Field>
<Field Name="Approver 2"></Field>
<Field Name="Approver 3"></Field>
...
</Employee OnBoards Tasks>





No comments:

Post a Comment