Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Resolved! Related List on a Change Record for Requested Items

Hi,I have added the OOTB related list Requested Item->Parent to the Change Record.As an admin I can add any RITMs via the slush bucket and they get displayed on the Change record.However, when I impersonate as the Change Manager and try to add RITMs ...

Resolved! GlideQuery - Query Extended Table

With GlideRecord, there's a notation that you can use to query a field of an extended table - ref_(extended_table_name).For example:var taskGr = new GlideRecord('task'); taskGr.addQuery('ref_incident.incident_state', '1'); taskGr.query(); Is there an...

XavierCalder by Tera Contributor
  • 1381 Views
  • 6 replies
  • 3 helpfuls

Clutter in the audit logs

I wanted to share an observation for anyone who might encounter a similar issue. Recently, I discovered that some customers I’ve been working with had up to 30% of their Sys Audit (sys_audit) and Audit Deleted Records (sys_audit_delete) logs filled w...

xostmoen_0-1743104697430.png xostmoen_1-1743104697432.png
xostmoen by Tera Guru
  • 1719 Views
  • 3 replies
  • 12 helpfuls

ServiceNow ACL Admin Overrides – A Hidden Gotcha! 🔐🚀

Recently, encountered an unexpected issue where the Admin Override feature in an ACL wasn’t working as expected. Even though an admin should have had access, the restriction still applied. After digging deeper, I discovered an important detail:    If...

Tarun9 by Tera Contributor
  • 832 Views
  • 1 replies
  • 3 helpfuls

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...

Community Alums by Community Alums  
  • 940 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
  • 693 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 Expert
  • 794 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
  • 1053 Views
  • 3 replies
  • 4 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
  • 1126 Views
  • 4 replies
  • 1 helpfuls