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

Forum Posts

Resolved! OAuth Access Token Request

Hello,I believe that there is an error either in the product documentation or the OAuth implementation. Upon requesting an access token with valid credentials, I consistently receive a 401 Unauthorized message.JSON Response: {"error":"server_error","...

tjrigario by Kilo Contributor
  • 18175 Views
  • 23 replies
  • 7 helpfuls

ref_ac_columns problem in a glide list field in catalog

Hello people, do you know why by using ref_ac_columns in glide list in a requested item form we can not show different details of the searched object from backoffice? we use a glide list as a watchlist variable in catalog items, i want to show email ...

gozde1 by Kilo Contributor
  • 1353 Views
  • 2 replies
  • 0 helpfuls

setRequestBodyFromAttachment is not working (RESTMessageV2)

Hi folks! I am wondering, that there is no solution, after so many years.. If i use the given example of setRequestBodyFromAttachment, i get an empty Request-Body. Tested in background-scripts, script-includes and Xplore. Here is the example Code.. l...

SIMTEC by Kilo Contributor
  • 3516 Views
  • 5 replies
  • 1 helpfuls

Resolved! How to make variable visible only on specified task

Hello All, I have a requirement where a particular variable should only be visible on the particular task for suppose after the submission of the catalog item A task is generated once the state of task A is completed task B is generated where I need ...

Sai Akhil by Tera Contributor
  • 3008 Views
  • 3 replies
  • 1 helpfuls

Resolved! Get Column Label Names for Incident Table with Rest API

How do I query the rest API for Column Label Names?  I can query one incident to get all the columns like this. https://myDev.service-now.com/api/now/v1/table/incident?sysparm_limit=1   But I need to get all the labels for each of the columns

find_real_file.png find_real_file.png
Tim McFadden by Kilo Contributor
  • 10482 Views
  • 19 replies
  • 7 helpfuls

Resolved! JSON.stringify not working in portal client script

I have a client script running within a portal widget which calls JSON.stringify to convert a javascript array to a JSON string. When the call is finished an empty string is returned. It generates an empty JSON string of '[[]]'. Shouldn't JSON.string...