field value in email notification subject line
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2024 11:24 PM
Hi,
Need to populate case record field value in sys approval email notification subject line.
email script not working in the subject of email notification.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2024 11:38 PM
Hello @vinnus ,
Can you please try giving as Number - ${sysapproval.number} in subject line.
Let me know if this works. Mark helpful if this works.
Thank you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2024 11:39 PM
Hi,
Please share what is that you have tried as a script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2024 11:39 PM
Hi @vinnus ,
Please try the below line of code in your email subject -
${sysapproval.fieldName} // Replace with correct Field name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2024 11:49 PM
Hi @vinnus,
You can populate by using this ${case record backend value}. Suppose you have incidnt table and notification is written on it and you have to populate the number in subject line like "Incident ${number} has been created". Please try this. Hope this will help.
Thanks
Jitendra