Skip to main content 3 月 5 日~ 6 日にサンフランシスコで開催される TDX (Salesforce+ でも配信) で「Developer Conference for the AI Agent Era (AI エージェント時代に向けた開発者向けカンファレンス)」にぜひご参加ください。お申し込みはこちら
Hi,

Iam new to the sandbox please help to move changes or code i have made in sandbox to production

Thanks & Regards

Pratyusha K
1 件の回答
  1. 2017年1月24日 6:32
    If the sandbox and production are in same instance means connected orgs, U can deploy using changesets otherwise u need to use Apache ANT tool or Eclipse Force.com IDE or aside.io tool.

    Migrating from sandbox to production, follow the steps below.

    1. In source org, select deploy.

    2. Outbound change set, enter the name and description if required.

    3. Add the components like apex classes, objects, workflows with associated components, triggers, forlders, test classes, reports, dashboards, etc  which needs to be deploy into the production.

    4. Once components are added, click on deploy and select the destination org.

    5. Better practice to move all the permissions using permission set along with the components.

    6. Once change set is uploaded in source org, it will take some time to available in destination.

    7. After few minutes of time, uploaded change set will be available to deploy.

    8. Click on validate and deploy the change set.

    9. If any components are missing or any error occurs can be checked in deploy status.

    10. If no errors change set will be deployed in destination(production) org.

    Let me know if u face any issues.
0/9000