Email Notification dynamic subject

xiaix
Tera Guru

I found this:   Dynamic subject in an Email notification

But no answer.

I'm trying to call a mail script because I need a dynamic subject line:

find_real_file.png

However, when the email comes in, I get this as my subject line:   ${mail_script:dynamic_subject}

Is a dynamic subject line possible?

1 ACCEPTED SOLUTION

Chuck Tomasi
Tera Patron

Hi David,



Call the dynamic_subject script from within the message body.



It should contain a line like this:



email.setSubject("This is the new subject line"); 


Scripting for Email Notifications - ServiceNow Wiki


Email Notifications - ServiceNow Wiki



View solution in original post

7 REPLIES 7

You might find episode #6 on this list helpful also.



TechNow Episode List


so the email.subject has to be in the body of the email notification right ?


The subject is the subject. The body is the body.