We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

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

Forum Posts

isvalidfield definition

Hi All,As per documentation isValidField() method used to check whether the column present in table or not. But, this method is returning false when end user logged in but working fine for ITIL and admins.What can be the reason for this?RegardsSwamy

Venkat122 by Kilo Guru
  • 9691 Views
  • 5 replies
  • 4 helpfuls

stages in service portal

Hi All,I am trying to show request status with stage indicator in service portal as same as in normal requested items. I followed the solution provided in below thread. This is working fine for admins, but if the logged in user is non-admin then some...

Resolved! How to Insert Attachment using Binary/Base64 format

Hi All,I wanted to utilize REST Attachment API for inserting Attachment on Incident. If I try REST API Explorer using Attachment API, I need to choose file stored on my local (which is not required) and then it inserts the record in attachment.I am f...

find_real_file.png
Rohit Kumar by Giga Expert
  • 19183 Views
  • 4 replies
  • 3 helpfuls

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
  • 6038 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
  • 9527 Views
  • 10 replies
  • 5 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
  • 10576 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
  • 10171 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
  • 6661 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
  • 5505 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
  • 12457 Views
  • 12 replies
  • 0 helpfuls

addquery Glide Record with a list

I'm trying to run a query on the incident_sla view.What I'm trying to do is return all regions that match a particular value i.e Southwest.The problem is that DOT walking seems to fail me now,   where it succeeded before on reference fields that poin...

arb by Tera Contributor
  • 7695 Views
  • 5 replies
  • 1 helpfuls