Implementing Translation for Error Messages in action chain
in Sales
Summary:
We have an error message that has been implemented from VBCS action chain. Now we got a requirement that this message should be translated in multiple other languages including Candian French, French, German, Japanese, Polish, Portuguese, Simplified Chinese and Spanish. How can we make the changes in the code to implement translation of the error message. I am pasting the code that I have for error message.
if (val.includes ('DELL SALES_USERS_JR')) {
if(event.row.MVK_OpportunityType_c === "MVK_PARTNER_LED" ||
($layout.variables.savedOpportunity Type MVK_PARTNER_LED" && restrictedTypes.includes (event.row.MVK_OpportunityType_c) )
{
previous = {
..previous,
Tagged:
0