Territory Assignment
The territory assignment transfer is a most basic example of uploading a csv file and then loading that data into the account manager territory assignment table.
Use Case: When John from sales gets promoted or leaves, and suddenly Sarah is covering a patch from Alaska to Arizona because someone thought it made sense on a map. The new territory mapping needs to be updated and replace the entire contents of the database table.
Navigate to the Admin -> Transfers page, and select "example - Territory Assignment" from the drop down menu to view the entire configuration for the upload.
The following features are configured for this transfer:
CSV file for source
Limit the file selection to .csv files
Truncate the snowflake table before loading data
Allow downloads of the uploaded files
Upload history shows files uploaded from all users
Use the Snowflake copy into command to load the table
The attached file can be used to test the upload.
Last updated