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

Forum Posts

REST Message Pagination

Hello Everyone, I have REST Message through which code loops through all the pages available in the 3rd party app and responds back to ServiceNow. Additionally, I want to stop processing once records are over. Problem statement: The pointer loops thr...

Tejas12 by Tera Expert
  • 138 Views
  • 5 replies
  • 0 helpfuls

Add a Prompt to the Consume a Consumable UI

Hi   We have a requirement to enter extra information when we click the consume button. I would like to the add the option to the UI Page (consume_a_consumable) to enter a number and add the results to a field on the consumable I have managed to add ...

AdamWood_0-1743097636486.png
Adam Wood by Tera Contributor
  • 203 Views
  • 6 replies
  • 0 helpfuls

Onload script error:- TypeError: $ is not a function

Hi,There is onload script that is giving error on portal as "TypeError: $ is not a function". I have marked the isolate script false but still getting the same error.Here is the code for you:-function onLoad() {    var callerLabel = $('label.sc_req_i...

ChanchalG by Tera Contributor
  • 351 Views
  • 4 replies
  • 1 helpfuls

DemoHub installation in PDI

Hello Team,Is there any way to install Demo Hub in PDI (Vancouver)? If yes then how? No the why not?Thanks in advance.

asknow by Tera Contributor
  • 524 Views
  • 3 replies
  • 0 helpfuls

OOB Flow context Error Message is not working

Hello,I have created a notification on sc_req_item table. I'm have added Flow context Error Message variable in my notification body. Value is showing empty even there is an error in the flow.  all the remaning variables are poplating as expected eve...

malika123_0-1743158911448.png
malika123 by Tera Expert
  • 331 Views
  • 6 replies
  • 0 helpfuls

How to redirect from one ServiceNow instance to another?

Hi, I have a requirement is to redirect a group of users from abc.service-now.com to xyz.service-now.com when they try to login to the "abc" instance.  Currently, xyz is a clone of abc ServiceNow instance and all users are able to SSO into both abc a...

akbalFTV by Tera Contributor
  • 651 Views
  • 4 replies
  • 1 helpfuls

Report/PA: How to return a date?

In platform analytics, or for that matter in reporting, how can I show the user the datetime their import ran? I have a scheduled data import and one of the data points I want on the screen is when it last ran.