You need to sign in to do that
Don't have an account?

First Name and Last Name in email notification
There is requirement to send Case update notificaion to owner of the case and also to some subscribers.
These subscribers are present in Text area field.
Requirement :-
we need to send email template which will take first name and last name.
------------------------------------------------------------------------
Dear [first name] [last name],
The following case has been updated:
Case Number: [case number]
------------------------------------------------------------------------
In standard email template Is there any way to get [first name] and [last name] for subscribers ?
i know code can send it but i dont want to go by that way.
Please suggest ASAP.
Owner is easy enough ( {!Case.OwnerFullName} ), but for the subscribers I can't think of any way you're going to be able to do this without APEX code. Another consideration is, if these subscribers are being stored in a single Text Area field, where are you getting their email addresses from to send them the email in the first place?
Regards,
Satish Kumar