Developer forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Send email in BCC to multiple users

Hi,  I have a requirement to send email in BCC. I have business rule which query user table and fetch all email ID's and saved it as a comma separate text. As of now It's working fine but all email going on To.  I want to send all email in BCC instea...

nk_dubey1 by Kilo Contributor
  • 3392 Views
  • 3 replies
  • 2 helpfuls

Resolved! getrowcount for GlideRecord

Hello! The objective of my script below is to get the Description field of the SCTASK from the RITM table. If there are more than one SCTASK for the RITM, it would get the value of the ITEM field. var gr = new GlideRecord('sc_task'); gr.addQuery('req...

ceraulo by Mega Guru
  • 29325 Views
  • 5 replies
  • 1 helpfuls

Resolved! Validate IP address

Hi I have to validate IP address and format should be like this 123.23.23.34 how can I validate it by using RegEx. Thanks Saurabh

Useful JavaScript Methods

I am creating a list of useful JavaScript methods to accomplish multiple tasks in ServiceNow. Those methods that should be unforgettable and kept handy to use in any scripting area of ServiceNow.Just today while working with date fields and inbound r...

Resolved! Copy Attachment in Flow Designer

Good morning developers, I have a quick question about Flow Designer. I created a Catalog Item that once the user clicks submit, the Parent Record is created, along with two child tasks that are going to two different departments. My problem is that ...

cnharris1 by Kilo Sage
  • 9778 Views
  • 6 replies
  • 4 helpfuls

Resolved! How to Count Variables with Value in MRVS

I have kind of a tricky situation.  I have a Catalog Item that when submitted (from the Service Portal), automatically creates and pre-populates a MRVS.  Then, via the workflow, a Task is assigned to a particular team to complete the filling out of t...

jmiskey by Kilo Sage
  • 3120 Views
  • 12 replies
  • 3 helpfuls

Resolved! Tags value is not visible in report downloaded via mail

Hi All, 1)I am facing issue with Tags in a report which is scheduled for a user. Although tags value is visible when user is creating a report and running it in ServiceNow. But, when a report is scheduled and user get that report via email, if user o...

find_real_file.png
Little by Kilo Expert
  • 5232 Views
  • 17 replies
  • 12 helpfuls

Export the data to word document

Hello All, I would need your help in developing one functionality to export the data to word format.Like we have pdf and XML export,I would like to do in word. Could you please suggest if anyone has developed it before?Thanks in advance.

Kumar60 by Kilo Expert
  • 4691 Views
  • 2 replies
  • 0 helpfuls

Force update if no value change

I'm fetching custom table record using SOAP message and calling it form scheduled script. It runs every 3 days and update/insert record in custom table which is having only 100-150 records. Now most of the records don't get changed frequently is sour...

Hafsa1 by Mega Sage
  • 8433 Views
  • 8 replies
  • 1 helpfuls