Hi,
I need to create a TerritoryMapping file
Here are the columns that have to be stored in that file:
- CustomerId : the id of the customer;
- CSCAgentId : the id of the CSC agent;
- CSCAgentName : the name of the CSC agent;
- TelesalesAgentId : the id of the Telesales agent;
- TelesalesAgentName : the name of the Telesales agent;
- SubSubregionName : the name of the SubSubRegion;
The data is coming from table.
I am not sure which table I have to use. Please help with hints.
Regards,
Vinitha