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
Nish321Nish321 

Deploy profiles from sandbox to production

Hi,

How can i deploy the profiles alone from sandbox to the production?  

Thanks,
Ramshah
Vivek DeshmaneVivek Deshmane
Hi,

Pushing a profile from Sandbox to Production can be done. It is not possible to push through the Deployment Manager in Salesforce. The inbound/outbound change sets is still new and fairly limited. The meta-data for Profiles can be brought in using the Salesforce IDE. It is important that you bring down all elements that are included in the profile that you are pushing.
 
Download and Install Eclipse IDE for Salesforce.
After setting up the IDE, create a "New Project" (File->New->Force.com Project
Give your project a name and description; enter your credentials to your sandbox.
When asked to select the metadata components, select the option for "Selected Metadata components" and click choose.
For ease of use, choose "Select All". This will bring down all metadata and may take some time to complete depending on the size of your org.
Click, "Ok" then "Finish"
You should now have all the elements that you need to deploy your profiles to production. You may do so by clicking on the profiles folder under the project to select it.
Once selected right click and select in the menu "Force.com->Deploy to Server"
Enter the proper credentials for your Production Environment and select the desired profiles from the menu.

Let me know if this sloves you problem,

Best Regards,
-Vivek Deshmane