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
eduardofernandeseduardofernandes 

Import profile Sandbox to Production

How do I import profiles of the Sandbox for a production environment?

 

Thx for the replies

Hugo_BHugo_B

You should create an outbound change set (under Deploy) in your sandbox and add the profiles to the change set; then deploy to production.

BA_AdminBA_Admin

The easy way is through eclipse

eduardofernandeseduardofernandes

how?

BA_AdminBA_Admin

first create 2 projects and import sandbox and prod and and migrate it from there

Rehan DawtRehan Dawt

Hi,

 

Here are steps which you can follow for deploying from Sandbox to Production:

1. Load your Sandbox Org is Eclipse.

2. While loading click on "Add/Remove Metadata component".

3.New Popup Window will be open.

4. Select "Profile" checkbox on that window.

4. Click "Ok".

5. Now Click on "Apply" Button

6. Click Ok.

7. Now you will see in your Eclipse the all your Sandbox profile is been loaded.

8. select which profile you want to send to Production Org.

9. Right Click on that and follow this : Force.com > Deploy to Server

10. New Window will Popup asking Username and Password, here provide Production Org Username and Password and select Environment as "Production/Developer".

11. Click Ok.

12. You will see 2 checkbox, in which one will be checked, just unchecked that checkbox you will see your Next button will be enable.

13. Click on Next. Now You will see Next button. Just click on that, it is your final Step for Deploying to Production.

Before you can Validate Your deployment by Clicking "Validate Deployment". This is done for checking that there is no failure in deploying.

14. Final Click on Finish. You can check in  your Production Org your Profile is been deployed.

 

Thanks,

Rehan Dawt