Click here to Skip to main content
15,890,282 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In Sharepoint 2010,

Is it possible to one can add item in list and is automatically added in another task/list.

If Yes, pl give me solution.
Posted

1 solution

You have couple of options to do this based on the requirements you have:

First, you can create a Event Listener and based on the event perform an appropriate action.

Look here for further details:

http://msdn.microsoft.com/en-us/library/office/gg252010(v=office.14).aspx[^]

http://msdn.microsoft.com/en-us/library/ff398052.aspx[^]

You could also use a workflow and be more playful there:

http://technet.microsoft.com/en-us/library/cc263148(v=office.14).aspx[^]
 
Share this answer
 
Comments
sumit wagh 19-Nov-14 7:12am    
Thanks...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900