function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MillbotMillbot 

CMSForce templates and pages not available for Outbound Change Sets from Sandbox to Production

I created a Force.com site using CMSForce in our Sandbox, and everything worked great. But now I need to move it to Production and while using the Outbound Change Sets under App Setup | Deploy, I cannot select any of the Templates or Pages I created using CMSForce. I can find all my assets (images, etc.) though. How do you get the Pages and Templates you created in CMSForce in the Sandbox over to Production??
David VPDavid VP

The Visualforce pages you created to set up your templates should be available via change sets.

 

Once you 'register' those in CMSForce, that registration sits as a record (= data) in Salesforce.

Also the pages and forms you then create with CMSForce are stored as data.

 

Change Sets are used to move 'configuration / setup' between sandbox and production but not data.

If you want to move the data as well, you need to use something like our dataloader for instance.

 

Hope this helps,

 

David