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! Updating the child table if the parent table field changes

I have to update 3 fields on my child table if the same fields are changed on the parent. I made a business rule for the child table, but I don't know how to update the fields after query:   (function executeRule(current, previous /*null when async*/...

Resolved! How to correctly query the related list of a record?

I'm trying to iterate through each item in the related list of a record to check if a certain value is present but am getting stuck at the first hurdle I have a related list of locations on the incident table.   This table seems to use a field calle...

find_real_file.png find_real_file.png find_real_file.png
Jack Hoblyn by Tera Contributor
  • 8622 Views
  • 3 replies
  • 2 helpfuls

Limits of GlideQuery

I have been ignorant of GlideQuery and as I'm now learning about it, I wonder the limitations I see are accurate or just further evidence of my lack of knowledge.1. Select *, is there a way to select all fields or do I HAVE to specify them all indivi...

raprohaska by Kilo Guru
  • 1336 Views
  • 2 replies
  • 0 helpfuls

Consuming REST TABLE API in SSRS

Hello, I am exploring to get the data out of a Table and use SSRS to create some reports. How can I get the authentication part of the API call working from SSRS? Is it doable in SSRS? Appreciate any tips! Thanks,

Mark V1 by Kilo Contributor
  • 1467 Views
  • 2 replies
  • 1 helpfuls

Company field not getting updated in Servicenow from Azure AD

Hi Experts, Recently we have Integrated Azure AD to Servicenow for our new customer, Initially it pulled all the users from AZAD to Servicenow (transition not yet done).  Today I have deleted the company name (XYZ) in Servicenow Prod, Inorder to matc...

find_real_file.png
rin1 by Kilo Guru
  • 633 Views
  • 4 replies
  • 1 helpfuls

Resolved! How to convert array from using split() function to string

Hi, I need to refer to list collector variables from a catalog item in workflow. I have used split function to make the values comma separated and split function is returning the output in array. I need it in string type and used toString(), its not ...

redth by Giga Expert
  • 2547 Views
  • 3 replies
  • 3 helpfuls