Calling email body translations in a process
Before you call translations for an email body, perform these steps:
- Verify the locale of the recipient
See Viewing the locale of an actor.
Depending on the translation function you will use, you may want to view the actor record to ensure that the locale of the recipient that your content is translated in the correct locale.
For example, you will send a translated email to an actor called Infor whose iso locale is fr_FR for French.
- Translate the email content
See Translating a phrase.
Based on the locale of the recipient, you must configure a translation for the content of the email body.
For example, a translated phrase or content is in a translation record called Translated_Email.
- Open Infor Process Designer and create a new Infor Process File.
-
Create a Start Node and define a variable for the email body content,
emailBody.
-
Create an Assign Node and assign the value for the
emailBody.
-
Create an Email Node and call the emailBody variable.
- To translate the email content into different locales and send to different recipients, create and configure new Assign and Email nodes as needed.