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.

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

Forum Posts

How to call script include in flow designer to call flow again

I have requirement to call flow inside flow and add approvalI am creating multiple RITM based on list collector field and want to add same flow on each RITM to add approval and update record.added below script include but not workingsame script if ru...

shweta14 by Tera Contributor
  • 1885 Views
  • 8 replies
  • 0 helpfuls

system notification

Hello All,We have an requirement where any emails triggered from our instance, when user receives the email then email address should be suppose XYZ. For eg : A user Adam has received an email from our servicenow instance then the send email address ...

C_S3 by Tera Contributor
  • 438 Views
  • 2 replies
  • 0 helpfuls

Resolved! Alert on Case Update

I need to display an alert (pop up message with 'OK' to acknowledge) on a case when ever it is updated but only if it is from a certain contact, I have tried the foillowing client script but does not work, any assistance please? function onChange(con...

Jason116 by Tera Contributor
  • 1611 Views
  • 10 replies
  • 0 helpfuls

Resolved! Print space before bulleted list in email script

Hello All, As shown in the screenshot below, we need to build email format. I am able to get space before the line begins, however I am getting stuck adding space before the "bulleted list". I am trying below format but it does not work.It prints as ...

akshayjadhav_1-1714415590550.png akshayjadhav_2-1714415809411.png akshayjadhav_3-1714415845559.png

Resolved! List Collector Reference qualifier

I have a list collector that is based on the CMDB_CI table.I have a need to only show CI's that are "In Production" (that's working), but I need to exclude three sys_class_xxx. IP Address, Cluster, and Application. Any assistance would be appriciated...

John H1 by Tera Guru
  • 793 Views
  • 1 replies
  • 0 helpfuls

CI Relationships (Relationship types) Defined

We are looking at setting up CI Relationships. I have tried to find a full list of the available CI relationships and a definition of each to share with our department. Can someone help point me in the right direction? Thank you.

trishlipe by Giga Expert
  • 13475 Views
  • 10 replies
  • 8 helpfuls

How to retrieve values from table into a multi text field

HI All ,I have a requirement to get all the values from a table which has an common IP address and print it in a multiline text on catalog item for that I created a client script onchange and a script include the scripts as below :  getAllUpdatedVirt...

thirumala2 by Tera Guru
  • 682 Views
  • 3 replies
  • 0 helpfuls

Resolved! Flow Designer error on save

Working with Flow Designer, everything was going fine until I wrote and assigned a function script to the Short Description field of a Create Catalog Task action. After writing the script, I clicked [Done], [Save], and [Activate] and it worked as usu...