[SalesForce] Deploying From Sandbox (Enterprise) – loss of permissions, field security, etc

I have been reading up on this particular area of concern and from what I'm reading, it sounds like the solution I've been creating for the past two weeks is going to be a nuisance to deploy from Sandbox to Production. Mainly:

A custom object with about 60 custom fields, each with specific permissions for specific profiles.

Everything I'm reading tells me that I will have to manually configure every permission on every profile, and every field's security, after I deploy to Production (many fields are meant only to be edited by certain Profiles, etc).

Is there another way? I don't use Force.com IDE. I simply use Sandbox and Production SF.

Best Answer

When you add profiles to assign permissions in a change set, it only impacts the components of the change set. Change sets are never destructive, so they can't remove permissions you've assigned in production. You are safe to include the profiles during the change set deploy.

Related Topic