Template choose language in field
Collapse
X
-
Template choose language in field
Dear,
it's possible we can do that :
this is what we have :
{{#each contacts}}
Name: {{name}},
Role: {{opportunityRole}},
Contact's Account Type: {{account.type}}
{{/each}}
and the feature request :
{{#each contacts}}
Name: {{name}},
Role: {{opportunityRole.en_US}},
Contact's Account Type: {{account.type.fr_FR}}
{{/each}}
or something like this..
and this for any type of template, (email, invitation for meeting or .. )
Regards
Last edited by item; 01-11-2019, 12:20 AM.Tags: None

Leave a comment: