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
bryan.andersonbryan.anderson 

Exporting/Importing Site with Data Services linked to an object

I have a somewhat unusual situation. I am currently developing a Siteforce site in a developer edition org with the plan to eventually export the site and then import into a production org of a client. A couple of the Siteforce pages will make use of the data services.

 

The question I have is if the object referenced exists in both the developer and production org, will the object remain linked correctly after the import or would I need to re-setup the data service elements? The setup would be quick to accomplish as it's not that complicated. I am leaning toward completing most of the development, importing the site into production, and then doing the data services part of it to avoid rework and save time.

Best Answer chosen by Admin (Salesforce Developers) 
triptimehtatriptimehta

All the data connections remain intact, but you have to enable the CRUD permissions/ FLS needed for the objects.

All Answers

triptimehtatriptimehta

All the data connections remain intact, but you have to enable the CRUD permissions/ FLS needed for the objects.

This was selected as the best answer
bryan.andersonbryan.anderson

Great, I was hoping that is how it would work.