I have a requirement to create list templates from preexisting lists in SharePoint (Wss3/MOSS2007), with content included. The problem is that these lists contain Lookup fields, and after you deploy a new list from the template they become detatched from their parent list, and you also cannot modify these fields to update where they take their information from.

Whats the best way to handle this? Its primarily for setting up development versions of already existing lists.

link|improve this question

62% accept rate
feedback

2 Answers

up vote 1 down vote accepted

It isn't exactly simple, but here is the solution.

link|improve this answer
feedback

You could probably use Content Migration Wizard from Codeplex (http://www.codeplex.com/SPDeploymentWizard) to copy both the lookup and the referencing list to your dev server.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.