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

Forum Posts

Unable to open ServiceNow NowLearning Portal

Anyone else facing issues with ServiceNow NowLearning portal. It's not working for me since last 16 hours. Once i enter the OTP, only  a blank page appears. Tried Incognito, Cleared Cache but nothing worked.

bhanuiprata by Tera Contributor
  • 534 Views
  • 4 replies
  • 0 helpfuls

Resolved! Scripted Rest API Help !!

I have issue with the below code in scripted rest api !!var result = [];var inc = new GlideRecord('incident');inc.addEncodedQuery('caller_id=6816f79cc0a8016401c5a33be04be441');inc.query();while (inc.next()) {var rBody = {};rBody.caller = inc.caller_i...

Reference Qualifier With Related List Query

I Found this very interesting inconsistancy over Encoded Query.     In Kingston, I have a filter on that table that's based on one of its field AND a condition on a related list. This can be accomplished just through the v3 list filter or via scripts...

Resolved! Configuring a status report on Project Workspace

Hello,When in a project record in project workspace, you have an option on the left to see status reports. The middle column then shows you existing reports. If you open a report and scroll down, you come to Current Status, which is a 5 x 3 grid show...

Cirrus by Kilo Sage
  • 769 Views
  • 2 replies
  • 0 helpfuls

ATF : Problem Task must be visible

The requirement is : When I submit the Problem ticket.Problem Task "RCA" must be visible and it's priority must be same as "Problem"  ticket.  How this field check can be done?End date is :24 days from now--How this check can be achieved? Can someone...

Sruthi_2511 by Tera Contributor
  • 675 Views
  • 6 replies
  • 0 helpfuls

VMware vSphere REST API

Hi Community!Recently was asked about vSphere integration, If its possible to get pull some information about resource pools start and end time, along with the resources under it. Was looking into querying this maybe using REST APIs, but with nothing...

LePhucTanT by Giga Expert
  • 422 Views
  • 1 replies
  • 0 helpfuls