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
Ankita Gupta 65Ankita Gupta 65 

deploy connected app

Hi All, I want to deploy my connected app from Dev sandbox to QA and then prod. However, I'm not getting any option to add it in the change set. Can anyone help me how can I take the connected app to different orgs.
Rahul KumarRahul Kumar (Salesforce Developers) 
Hi Ankita Gupta,

You need to first connect your sandbox to production org by:
(Production Org Setup)
Setup > App Setup > Deploy > Deployment Connection > Allow Inbound Change Set.
 
(Sandbox Org Setup)
Setup > App Setup > Deploy > Outbound Change Set > Create new change set > You have to include the component manually which you want to send to production, they will not automatically get added to change set. Hope this will help.

Please mark it as best answer if the information is informative.

Thanks
Rahul Kumar

 
Prudhvi A 15Prudhvi A 15
Hi Ankita,

You can't deploy connected Apps from one sandbox(org) to another sandbox(org). Since the connected app required a unique client Id and client secret in each sandbox(org). you can't use the same client Id and client secret across the sandboxes.