You need to sign in to do that
Don't have an account?

Does deploying profile through autorabbit deploy apex class and vf page access, other object access in salesforce?
1. If I deploy a profile from autorabbit from dev to qa sandbox, will it deploy apex classes access, vf page access and other object settings in qa? Do i need to do anything manually in qa box again?
2. Is there a way to assign apex classes to a profile through data loader?
2. Is there a way to assign apex classes to a profile through data loader?
You may have to add those apex classes and Vf pages in additional to the Profiles because the profile metadata only get the basic details of the profiles. If you need any additional access like field-level permissions or Object permissions or Apex Class Access you have to add those as well in the deployment.
Regarding the second question Did you try data loading on SetUpEntityAccess object?
Let me know if you face any issues.
If this solution helps, Please mark it as best answer.
Thanks,
All Answers
You may have to add those apex classes and Vf pages in additional to the Profiles because the profile metadata only get the basic details of the profiles. If you need any additional access like field-level permissions or Object permissions or Apex Class Access you have to add those as well in the deployment.
Regarding the second question Did you try data loading on SetUpEntityAccess object?
Let me know if you face any issues.
If this solution helps, Please mark it as best answer.
Thanks,
You may have to add those apex classes and Vf pages in additional to the Profiles because the profile metadata only get the basic details of the profiles. If you need any additional access like field-level permissions or Object permissions or Apex Class Access you have to add those as well in the deployment. -- if there are 1000s of apex classes and vf pages, how is it possible to add all of them in auto rabbit? along with profile.
Yes i understand but the platform is designed as such. We have to include those .
Thanks,