function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SandeeshSandeesh 

Objects Related to Territory mangement

Hi,

      I have implemented the territory management feature on my production Org.

The information related to rule based territory assignment gets stored in the following Objects.

AccountTerritoryAssignmentRule
AccountTerritoryAssignmentruleItem

UserTerritory

 

 

Is there any way through which I can access(copy) these objects. i.e. through Eclipse ???

aalbertaalbert

I believe you want to migrate the data of those objects and not the metadata correct? I recommend using the free Data Loader tool as a simple way to do data migration: http://wiki.developerforce.com/index.php/Apex_Data_Loader. That tool will you let you easily extract the data from one environment and import the CSV file into another environment.