Change value before sending an email in Microsoft Dynamic CRM
- by jk
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