field value in email notification subject line

vinnus
Tera Contributor

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.

4 REPLIES 4

Sunil31
Tera Expert

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

Jaspal Singh
Mega Patron
Mega Patron

Hi,

 

Please share what is that you have tried as a script.

Anirudh Pathak
Mega Sage

Hi @vinnus ,

 Please try the below line of code in your email subject -

${sysapproval.fieldName} // Replace with correct Field name

Jitendra Diwak1
Kilo Sage

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

Please accept my solution if it works for and thumps up.