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
Vijay ZutshiVijay Zutshi 

I have to recreate the Zip Code spreadsheet as a custom Territory object

I have to recreate the Zip Code spreadsheet. At this point it is done manually where the Account Owner field is set to sales rep user record when the Account Zip Code belongs to the sales rep. For this purpose I have already created Custom Territory Object as Territory__c. This object has following field: 
1. Territory Name - Name
2. Zip Code - Zip_Code__c(Text)
3. User - Owner__c
I am new to this  and I want to write a trigger for this purpose . I will require help from experienced people like you. Thanks
Vijay