Show catalog item name in the e mail subject

sreejith05
Giga Expert

Hi All,

I wanted to display the catalog item name in all the service now email alerts, how can i do the same?

Please note i wanted to add this for approval request email, request submitted email, request assigned e mail etc. (need to get the value ir respective of tables)

1 ACCEPTED SOLUTION

Gowrisankar Sat
Tera Guru

Hi Sreejith,



Make use of Mail Script setSubject function:



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



http://wiki.servicenow.com/index.php?title=Scripting_for_Email_Notifications#gsc.tab=0


View solution in original post

8 REPLIES 8

Sreejith,



Can you mark that answer as Correct, so that this post can be Closed and this can be used as Reference for others with same requirement.



Thanks,


GowriSankar S.


Hi Gauri,



I am not getting that option



On Wed, Dec 6, 2017 at 3:17 PM, gowrisankar <


Also check if this helps:



How To