- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2017 04:47 AM
Below is the notification i need to give through mail. In this {User} i need to get only the first name . Ex: if {user} is John Cena it should display only Hi John,
Hi ${user},
A Request has been raised by ${from},.
Solved! Go to Solution.
- Labels:
-
Problem Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2017 04:50 AM
Hi Suryan,
please try with this.
Caller First name: ${caller_id.first_name}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2017 04:05 AM
Same question i want to check it for 2 recipients. I have 3 names in client owner list. I want to display first names of 3 persons.
Ex: Hi ${cl_owner}, i changed to ${cl_owner.first_name} to get the first name but it is not working.