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
Chamil MadusankaChamil Madusanka 

deploy profiles from a sandbox to production

Hi All,  

What is the best way to deploy profiles from a sandbox to production, when the profiles in production changed since the last refresh & profiles in sandbox gained additional settings since the refresh?

How to 'add up' to prod without overwriting the existing settings?

Thanks in Advance

Sridhar BonagiriSridhar Bonagiri

Hi,

 

You can use change sets for deploying the contents from sandbox to production org, but if you don't want to overwrite the changes in the production org then this Change sets cannot be used. I think you need to wirte automation script using 'Selenium'.

 

Regards,

Sridhar Bonagiri