Hi All,
I have to create a package.xml or Changeset for the roles that I renamed/created/removed under "Sales WW" along with it's sub-ordinates as highlighted. How can I create a package.xml for "Sales WW" along with it's sub-ordinates only (actually, there are about 100 roles under "Sales WW" should I include all roles)?
<types>
<members>Sales_WW</members>
<name>Role</name>
</types>
This is just pushing "Sales_WW" role without it's sub-ordinates.
-----------------------------
<types>
<members>*</members>
<name>Role</name>
</types>
This is pushing everthing in the role hierarchy which I am not allowed to.
Please advise..
Thank you
4 réponses
Check this article on how to migrate role from sandbox to Production
http://stephenscholtz.com/201201/migrating-role-hierarchy-between-environments-salesforce
Another solution I can think of, using Ant download the current metadata file from the sandbox and then you can remove the unwanted types and push the updated file to PROD