Ability to copy Territory models from one org to another
It would be great to be able to copy Territory models from one org to another, as per this request in the SFDC Community...
https://success.salesforce.com/ideaView?id=08730000000DgemAAC
-
Caroline commented
I agree. The ability to deploy Enterprise Territory Management components from one org to another would be extremely valuable.The only work around we have determined (with packageXML) is time consuming and tricky. Including a metadata type for Territory Management would make it much easier.
-
Ed commented
We really need this as a feature!
-
Kenny commented
Yes, Please! These are supported natively in SF API now as per: https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_territory.htm
Please add this component type to your list!
Thanks!
-
Nigel commented
We've been doing this with the usual migration tool (see sample packageXML for this below). Would be nice to get this is gearset as well
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<types>
<members>*</members>
<name>Territory2</name>
</types>
<types>
<members>*</members>
<name>Territory2Model</name>
</types>
<types>
<members>*</members>
<name>Territory2Rule</name>
</types>
<types>
<members>*</members>
<name>Territory2Type</name>
</types>
<version>41.0</version>
</Package>