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

Importing Permissions, PermissionSets, and XML from DEV
Lets assume that I created an object in DEV, several permissions respect to that object were set -not necessarily by me- and now this object is deployed to production. If I want to retrieve all the information like field permissions, accessibility ones, etc etc, I know that information will be in the profiles and in the permissionSets folder. What I don't know is all the xml element types used to specify this information. Does anyone know this? What could be the case for classes?
You can use below xml for permission Set for deploying
Deploying profile is complicated, This may help you :
Hope this helps !!
--
Thanks,
Swayam
To find the particular Metadata (salesforce metadata) in XML, please find below links which might be useful to let you know all the available Metadata's:
https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_types_list.htm
Thanks,
Gaurav