Change value before sending an email in Microsoft Dynamic CRM
Posted
by jk
on Stack Overflow
See other posts from Stack Overflow
or by jk
Published on 2010-05-06T18:00:56Z
Indexed on
2010/05/06
18:18 UTC
Read the original article
Hit count: 326
Hi
I have created one Email Template in Dynamic CRM 4. The template look like as following
Dear {!User:Full Name} you received one assignment.
output of the email as following
Dear John Smith you received one assignment.
now I need to change the value as just John. we do not have attribute like first name and last name. but when we send an email it only take first word of the string.
Can anybody please tell me how can i achieve this functionality Without writing any workflow or plug ins?
Thanks
© Stack Overflow or respective owner