Add a timestamp to a scheduled report

Not applicable

We have a few scheduled reports that are delivered to our service delivery manager daily, currently the subject / file name is the same everytime.

 

Is there a way to timestamp either the subject line or attachment file name?

1 ACCEPTED SOLUTION

CapaJC
ServiceNow Employee
ServiceNow Employee

When configuring a Scheduled Report, the Subject line now accepts JavaScript. e.g., the following in the Subject of a scheduled report will put the current date in the resultant email (e.g., for a report of today's problems):

javascript:"Problems created on " + gs.now();


View solution in original post

21 REPLIES 21

ni1
Kilo Explorer

hello all,

 

gs.now()

here what does gs represent. when I am adding it in my report scheduling mail subject line, I am getting gs.now only, not date.

and this scheduling should be done where in event studio or report scheduling.

ni1
Kilo Explorer

can any one share video of it.