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
PT_TangaTech01PT_TangaTech01 

Permission Sets with Change Sets Failing

I've created a permission set in my development sandbox and successfully deployed it to another sandbox usiing Change Sets. However none of the change set's configuration was retained in the new environment. None of the objects' checkboxes remained selected, meaning no object level or page level access for my users. How is it possible for the premission set to deploy successfully but none of its settings are retained?

Thank you!
Ashish_SFDCAshish_SFDC
Hi , 


Developers can use permission sets or profile settings to specify permissions and other access settings in a change set.

About Permission Sets and Profile Settings in Change Sets, 

https://help.salesforce.com/HTViewHelpDoc?id=changesets_perm_sets_profiles.htm&language=en_US


Regards,
Ashish

Dominic Blythe 18Dominic Blythe 18
I guess you've discovered by now that when you deploy a permission set you must also deploy every component that the permission set references.

But for future forum visitors:
The permission set itself can deploy on its own, but each individual permission only deploys if you also deploy the component that the permission is for.