Solved
Copilot In multi-lingual regions
I'm struggling to come up with a good solution for sending copilot emails in the right language in regions where there could be several different language possibilities. The best solution I can envision so far is pulling in mailing address info from SF then taking a best guess based on the primary language of the country in question. This poses two problems:
- Data integrity from Salesforce (address is not always accurate)
- Huge power list filter (for example I would essentially have to track every country we do business with that has Spanish as a primary language and make a rule that says "IF it's country A OR it's country B OR it's country C..." I could easily see it being 50 or more countries. I'm not even sure if the engine supports that many but even if it does it seems like a mess.
Has anyone come up with a more elegant solution to a similar problem?
- Data integrity from Salesforce (address is not always accurate)
- Huge power list filter (for example I would essentially have to track every country we do business with that has Spanish as a primary language and make a rule that says "IF it's country A OR it's country B OR it's country C..." I could easily see it being 50 or more countries. I'm not even sure if the engine supports that many but even if it does it seems like a mess.
Has anyone come up with a more elegant solution to a similar problem?