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

Forum Posts

Notification not sent due to invalid entry in cmn_notif_device

Hi All,The issue is,some users are reporting that, they are not receiving response notifications from few incidents.When I have checked in the sys_email table and below is the log entry for that,It shows, notification excluded the recipient because u...

Flaka Pira issue - Copy.png
Tamil5 by Tera Expert
  • 3333 Views
  • 31 replies
  • 0 helpfuls

Resolved! Reporting on Service Catalog Variables

Hi Guys,We have a situation where our Service Catalog is not using Requested Items; instead everything is handled within a Request; i.e. Workflow is based on Request table and Catalog Tasks are directly linked to Request. To show Variables on the Req...

arnoldzwane by Kilo Contributor
  • 6419 Views
  • 10 replies
  • 5 helpfuls

Resolved! How can i bulk update date value in servicenow

Hi Experts,I want to copy some date value from another table in bulk. i want to set a   value for almost 4k records.tried with,1. rec.u_test_cancel_date = rec.u_project_id.end_date.getGlideObject();2. rec.u_test_cancel_date = rec.u_project_id.end_dat...

IamAmolB by Tera Guru
  • 4030 Views
  • 20 replies
  • 6 helpfuls

Resolved! gs.now returning yesterday's date!?

Hi folks,Just wondering if you could assist with the gs.now this time.       the published date is a date type in KB_knowlege table (knowledge base), a client has raised the published date set to yesterday's date when she created a new KB.     I was ...

find_real_file.png find_real_file.png find_real_file.png
georgechen by Kilo Guru
  • 8435 Views
  • 5 replies
  • 3 helpfuls

Resolved! Convert seconds to Duration

Hi Everyone,I have two date & time fields in form, I have used the duration calculator to find the difference between two date&time field values. The result i am getting from calcsheduleduration is in "seconds" but i have set this answer in another "...

narendrand by Giga Contributor
  • 8334 Views
  • 9 replies
  • 4 helpfuls

DOING BACKOUT OF AN UPDATE SET DELETES THE ENTIRE UPDATE SET?

I have created an update set with some customizations and loaded them into other instance too.After sometime i deleted a customization by selecting a customization it in the update set (under customer update sets), then by clicking on backout, the en...

vksnow by Mega Contributor
  • 5626 Views
  • 3 replies
  • 0 helpfuls

Resolved! System time zone and user's time zone in email

Hi,I am trying to send the SLA Time to Resolve   value in an email when an incident is opened.I am using the following email script:checkETA();function checkETA() {   var encQuery = 'slaSTARTSWITHTTR^stage=in_progress';   var eta = new GlideRecord('t...

oharel by Kilo Sage
  • 3872 Views
  • 20 replies
  • 2 helpfuls

Resolved! getGlideObject() Usage

So, this is a interesting question and I haven't noted this earlier. I was answering on one of the thread and used getGlideObject() to add few years using another field of the same table.var gr = new GlideRecord('alm_hardware');gr.query('asset_tag', ...

Resolved! getDisplayValue for Glide List is giving sys_id

Not sure why but the getDisplayValue for the Glide List is coming out as sys_ids.   This Glide List (u_linked_records) is a list of entries in the Task table.         var newLR = current.u_linked_records.toString();   //New Array of the Linked Recor...

chaslage by Kilo Guru
  • 11012 Views
  • 12 replies
  • 0 helpfuls

List calculation not working

I have a extended column of currency type   but when I try add a list calculation nothing happens.   The list calculation works on the other (non-extended) fields.   I am using Jakarta.   Any idea what I am doing wrong?