Set subject in Email Layout as how we set Notification body like notification:body

Noor
Giga Contributor

Hi Folks,

Can someone let me know is it possible to set subject in Email Layout to Display all the time subject of email in a specified font and colour from layout which can be added to template to default standard Notification format.

If not possible through email layout, is it possible to do that using Notification email script.

1.>>like create a script to get subject of notification

2.>>call the email script in Notification body to show it in Body.

Thanks in advance..

4 REPLIES 4

Jaspal Singh
Mega Patron
Mega Patron

For Email layout as well you need notification mail script & so is on Notification directly if you need it in specific font & color

Is it possible to get subject of the notification in email body using email script.

I have seen email.setSubject(); which is used to set the subject, do we have anything to copy subject into Email body.

 

Noor
Giga Contributor

email.getSubject(); - will this work to retrieve dynamic field values as well.

Incident created for ${caller}

Bit confused.

You want to populate subject in body of notification?

email.getSubject(); - will this work to retrieve dynamic field values as well. -- This has to be used in email template.

Can you confirm what actually is needed.