SharePoint - list that cointains all items from one list and others -


is possible in sharepoint 2010 create list contains elements list , other items , keep both in sync?

i mean, let's have 2 lists , both have same structure:

list     list b elem 1     elem 1 elem 2     elem 2            elem 23 

my goal have every element of list in list b. means if add element in list should copied/inserted in list b

list     list b elem 1     elem 1 elem 2     elem 2 elem 4     elem 4            elem 23 


1. simplest way create ootb designer workflow in list trigger on item adding event , copy item list b.
2. if have coding background can try using event receiver option too.
3. if talking large no of data being copied list b go timer job.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -