uploading list between Enviorments
how can i deploy my list between Enviorments
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Roei BarPosted Aug 10, 2009, 1:29 AM
Microsoft didnt provide an Easy way todo this, its a bit tricky...
in order to move a list between Enviorments you can built it as a feature....
once you have created the List there is a tool in the Sharepoint SDK called
"SharePoint Solution Generator" use it to creata list definition, this tool will provide you with a set of XML and the List Scheme
The Feature Structure is as Following:
FeatureName -> Containing " Feature.Xml" and 2 more folders
The Feature and "ListTemplates".
ListTemplates will contain the Elements.Xml
Feature will contain all pages of the list (EditingPage, View, Add, etc...) and the Scheme
you will need to copy the Directory as it is to :
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\FEATURES
and after this minor headake you will need to activate this feature on the site you want it.
hope this makes sense
Ahmad TibiPosted Aug 10, 2009, 12:24 PM
Sanjay ChauhanPosted Aug 10, 2009, 1:28 AM
Take the reference of this article
http://stackoverflow.com/questions/577346/salesforce-how-to-deploy-between-environments-sandboxes-live-etc