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
  • 2569 Views
  • 3 replies
  • 1 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
  • 27535 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...

Import image using mid server

Has anyone ever used a mid server to import image files from a network share?   We have employee photo images (*.jpg) stored on a network share and each image is named with the employee's #, which is stored in our ServiceNow user record table.   For ...

Rick Mann by Tera Expert
  • 2186 Views
  • 4 replies
  • 1 helpfuls

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
  • 8207 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
  • 2112 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
  • 2952 Views
  • 17 replies
  • 12 helpfuls

Resolved! How to get data from a UI Page embedded in a Record Producer

I have a record producer that creates a data_source record, but I also want to create a problem ticket under certain circumstances. I accomplished this in the Record Producer's script section. Simplified code: if(producer.u_type == 'Create Problem'){...

Luc by Tera Contributor
  • 1350 Views
  • 3 replies
  • 0 helpfuls