We're in the midst of role permissions overhaul. ...
# administration
x
We're in the midst of role permissions overhaul. I made the changes in Sandbox and am now trying to push to production. The copy to account function doesn't work because the dependencies between environments aren't the same anymore. I tried building a Suite Bundle but can't seem to push that to production. Anyone have any other ideas?
e
You probably don't want to hear this now, but my recommendation would have been to test the major changes in Sandbox and then once you're satisfied, make all the updates manually in PROD and then refresh your sandboxes to match.
x
ha! no, it took me a week to make all of the changes in SBX! 😂
😬 1
b
you can use SDF to move the role from sb to prod
âž• 1
c
Yeah, copy to account breaks when environments drift apart. Suite Bundles can be finicky too, especially with role dependencies. Couple options; you could use SDF to deploy the roles if you have that set up. Way more reliable than bundles for permission changes. Or just bite the bullet and recreate the roles manually in production. Document the permission matrix from sandbox first so you don't miss anything.
x
Thank you! I figured out how to transfer the permission using the bundles. The updated permissions transferred over with an exception for the custom records. For some reason those didn't transfer, but was easy to update manually.