Setting territory

SOLVED

I must be missing something. I've got a Sage 300 system integrated with CRM. I was sure that when you set up an integration, you can set the default territory for the data coming across rom 300. I've got about 5 companies that will be integrated and each will be for a different country and I need to set the territory accordingly. I swear there was a default territory setting on the data somewhere in the integration.

Parents
  • 0

    I have had a quick look through the Integration guide for CRM 2020 and Sage 300 (I'm in the UK so only work with Sage 200) and unfortunately it seems territory is never mentioned as something you are able to configure so I think you might be out of luck. 

    I don't know if this is something that can be scripted (e.g. if Account is from Financial Company A then the company needs territory X) there is a chance you can do a table level script for it. 

  • 0 in reply to Matthew Shaw

    I've got it part way there now. I added a custom field to the integration table in CRM which is a drop down and I've added the territories to that drop down. Then, in a table script I've added a script that runs on update (long story why it isn't insert) so that when the comp_database field gets populated which is when the records are integrated, it will default the territory. It works if I hard code the territory. Getting it to work it out, I have a mistake somewhere. In reality, the integration should have a field where you set the default territory for those records but it doesn't.

Reply
  • 0 in reply to Matthew Shaw

    I've got it part way there now. I added a custom field to the integration table in CRM which is a drop down and I've added the territories to that drop down. Then, in a table script I've added a script that runs on update (long story why it isn't insert) so that when the comp_database field gets populated which is when the records are integrated, it will default the territory. It works if I hard code the territory. Getting it to work it out, I have a mistake somewhere. In reality, the integration should have a field where you set the default territory for those records but it doesn't.

Children