Set subject in Email Layout as how we set Notification body like notification:body
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2022 12:00 PM
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..

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2022 12:26 PM
For Email layout as well you need notification mail script & so is on Notification directly if you need it in specific font & color
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2022 11:37 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2022 11:51 PM
email.getSubject(); - will this work to retrieve dynamic field values as well.
Incident created for ${caller}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2022 12:31 AM
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.