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
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
Comment