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

Forum Posts

ServiceNow API detail for synch to ESB

Hello Experts,   I just recently jumped into ServiceNOW tool for Integration to our legacy system. Since I am very new to this platform need your expert suggestion The requirement are as below .  1. Will use both ServiceNOW and legacy ticketing tool ...

PD10 by Tera Contributor
  • 2271 Views
  • 1 replies
  • 1 helpfuls

Resolved! How do I set a date field when another field changes

Hi, i'm a new developer and need to set a variable called u_date_completed to the current time when the state is equal to completed. I tried creating an onChange client script for the state field when it changes to complete to set the date value of u...

Kaz9 by Giga Expert
  • 5883 Views
  • 5 replies
  • 6 helpfuls

Resolved! GlideSchedule Question

I have a simple script I use in a scheduled job for getting the number of days something is in a certain state on our Change Request form: var ga = new GlideRecord('metric_instance');ga.addEncodedQuery("definition=601d0029dbdd1340d8ae30ca7c961929^val...

kemmy1 by Tera Guru
  • 3734 Views
  • 8 replies
  • 7 helpfuls

Resolved! Dynamically create URL in Email Notifications

We have some users who interact with SerivceNow via a separate web portal.   Management from the other portal has requested that the notifications for companies that use the other web portal use a URL for that portal.  So we have a check box on the c...

tkh by Kilo Expert
  • 5590 Views
  • 5 replies
  • 0 helpfuls

Resolved! Incident Form - Affected Ci Update

HI,   Looking for some assistance please: On my incident form I have a custom field called Component Ci(s) (type List - referencing cmdb_rel_ci) basically this field is present so any Configuration item that has a relationship with the Technical Syst...

find_real_file.png find_real_file.png

getMessage on Service Portal

For some reason SN stopped supporting the getMessage function on the mobile or SP interface... So what's the equivalent to do this? They must have some function to do some translations on SP in client scripts, right?Client script on record producer:M...

Image 8.png Image 99.png Image 5.png Image 6.png

Resolved! How to use getMessage() in Service Portal?

I have an onSubmit script that is running a GlideAjax to enforce attachments for a record producer in Service Portal. I'm getting a warning in the console for the getMessage that synchronous use not supported in Mobile or Service Portal unless messag...

find_real_file.png

Domain Separated Reference Qualifiers

While working in our domain separated instance, I've found that one of the more frustrating features is that you can't create domain specific reference qualifiers.   For example, in the Configruation items reference field, Domain A would like to filt...

find_real_file.png
scottstahr by Giga Contributor
  • 2626 Views
  • 2 replies
  • 1 helpfuls

Convert Incident to Case and vice versa

Hello community! I came across an article on Hi about how to do a basic conversion of an Incident record to a Request record:https://hi.service-now.com/kb_view.do?sysparm_article=KB0694006 The article seems pretty straightforward. However, we have an...