Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

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

Forum Posts

Resolved! How to pass dynamic sysparm_query from script to rest call?

Hello- I have use rest call to get the count of records. I can see in REST API explorer that some of the parameters are available in SNOW rest call. But I want to pass the data of those parameter bases on user entry and   pass dynamically to the rest...

abhishekte by Mega Expert
  • 10432 Views
  • 7 replies
  • 3 helpfuls

Slushbucket field class

Hi everyone,Many time I was asked to add a slushbucket field in a regular form which seems impossible because this type of field is not accessible.By checking the table sys_glide_object, I figured out there many types of field that are not visible (V...

how to generate my HI credentials to publish my app

Hi,I am new user in servicenow , i am also facing the same issue, and i am the admin of my servicenow instance.could you please help me how can i find my HI credentials , whenever i tried to publish my app, it asks the HI credentials.I tried to login...

Resolved! Reference Qualifier from field value in current record

Hello All - I am trying to create a reference qualifier that populates a choice list from a table based on the value of a field in the current record.The current record has a field called u_requested_system. In a second table, I have a field u_system...

chriscorbett by Giga Contributor
  • 10697 Views
  • 14 replies
  • 5 helpfuls

Resolved! Reuse GlideRecord in Loop? How?

I'm parsing a JSON object within a workflow that is supposed to cycle through a list of CI's and add comments to each one. The JSON object is an array of ServerName, Action, and Results for 'n' number of CIs. Parsing the JSON is good, but when I loop...

Resolved! How do I create a Catalog Task form to submit account unlock or password resets to an Active Directory server or other servers?

My task is to create a Catalog Task form, which is modified from the original out of the box catalog task form, from a Catalog Item, which will allow an employee of the company to submit a request to unlock their account or submit a password reset re...

Resolved! how do i access servicenow demo

i have been trying to access servicenow demo but it keep saying User name or password invalid does anyone know how i can access servicenow demoi

olucosta by Kilo Contributor
  • 2266 Views
  • 5 replies
  • 0 helpfuls

Flush specific caches

There are certain actions that frequently cause caching issues for some users.Examples:         1. I have a business rule that creates catalog categories and adds an m2m record to associate an existing catalog item with that category.         For som...

Stephen W_ by Giga Guru
  • 3964 Views
  • 6 replies
  • 0 helpfuls

How to get the current cart in service catalog?

Hi, I have been trying to implement a "save catalog offer" functionality and am currently thinking about one of key points:THe current cart with all contents should be saved for later checkout. This is not a problem generally, but I have one question...