Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Need to set Email watermark at the bottom Email body for Replied email.

Tejasr1
Tera Contributor

Hi Team,

 

I need to set Email watermark at the bottom Email body for Replied email.
Trying below code in Email script:
Tried to Used escape character '\n' also tried to use <br/>

 

var subjectTxt = encodeURI('Re:' + current.number + ' - Escalation Request');
    var bodyTxt = 'You are requesting to escalate your ticket. Can you please...\n\n\n\n\n\n' + email.watermark;

    template.print('<a title="click here" href="mailto:itoneinfotech.service-now.com?SUBJECT=' + subjectTxt + '&amp;body=' + bodyTxt + '">Click here to escalate Ticket</a>');

 

Thanks
Tejas

1 REPLY 1

Dr Atul G- LNG
Tera Patron

I think it is OOTB and you just mention a statement, please reply above this line. 

*************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************