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.

ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

System Admin Activity Audit Report

I have a requirement to have a report that shows actions that system admins take on various scripts e.g. business rules, client scripts etc in production instance. The report should only contain scripts which were changed directly in production and n...

joeuser by Kilo Contributor
  • 1839 Views
  • 4 replies
  • 2 helpfuls

Resolved! Nested JSON string returns Object Object

I am having issues parsing a nest json string and keep getting a return of Object Object and was wondering if i could get some help from more skilled api developers. The Goal: Import data from a REST API that identifies a user associated with a store...

find_real_file.png find_real_file.png

I deleted RITM of service catalog along with their SCTASKS. I tried to restore them from the restore option and got a few back but the Variables are not currently showing up. Please let me know how to restore them.

Hi Guys,I deleted RITM of service catalog along with their SCTASKS. I tried to restore them from the restore option and got a few back but the Variables are not currently showing up. Please let me know how to restore them. Please help me with this ur...

utkarsha_s by Kilo Expert
  • 1337 Views
  • 6 replies
  • 1 helpfuls

Resolved! If you have two c.server.updates inside one function why does it call server at the end of function twice?

Kingston. I created a widget that calls the server twice and I noticed an unexpected result. You would think it would print out Hello World, but it prints out World World.  Can anyone explain to me why this is occurring and how it would be possible t...

Freddieoboy by Kilo Contributor
  • 3279 Views
  • 8 replies
  • 8 helpfuls

Resolved! CI Relationship related list for all rels

I want to create a related list for CI form that shows all rels where current CI is the parent or child on cmdb_rel_ci, is this possible?   https://docs.servicenow.com/bundle/madrid-platform-user-interface/page/administer/form-administration/task/t_C...

cyked by Mega Guru
  • 2248 Views
  • 4 replies
  • 0 helpfuls

Resolved! How to fetch URL details on the client side on Service Portal?

Hi,   I have written a onLoad() catalog client script to fetch a parameter from the URL. When I load the form on Service Portal, the below error is logged:   I have used below script- var cartParm = getParameterValue('cart_edit'); function getParame...

find_real_file.png
Community Alums by Community Alums  
  • 2048 Views
  • 3 replies
  • 0 helpfuls

Resolved! User Criteria and canRead

Hi! I am wondering if the "canRead()" function considers User Criteria when run on a record? eg; I am looping through knowledge articles to populate a widget and the knowledge articles have "can_read_user_criteria" set on each article. When running "...