What’s the quickest way to take a custom list and reverse engineer it in to CAML as Content Types, Columns and List Defs?
I presume it’s still to export the WSP and import it back in Visual Studio? Any quicker ways or utilities? This is on SharePoint 2013.
Thanks Qamar – I had forgotten about this. It still gives me some headache in that I have to split it up into separate files to go into VS, but it’s certainly worth knowing.Â
For those that don’t know this has the effect of spewing out the CAML for the list, like this :Â
?width=721
Simplest way
http://server/_vti_bin/owssvr.dll?Cmd=ExportList&List={ListGuid}
..presumably this is what you want !