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

Forum Posts

Where is the relationship for an embedded list called?

So I understand that the refineQuery(current, parent) function within a relationship sets up a query that can be used to pull records for a embedded/related list. Where exactly does this query actually get executed? .query() or .next()? I'm strugglin...

Patrick55 by Giga Expert
  • 2151 Views
  • 14 replies
  • 0 helpfuls

Resolved! Error: Cannot find function getDisplayValue in object

Hello, I'm trying to update the RITM description using the flow designer, but I'm getting the user's SYS ID rather than their name. This user name is a reference variable in a variable set, therefore I attempted using script rather than a data picker...

find_real_file.png
JRY by Mega Guru
  • 3994 Views
  • 11 replies
  • 1 helpfuls

Resolved! Report on sys_history_line table

Hi,Is there a way to create a report on the sys_history_line table?   I do not see this option in the list of tables.We have a custom table that has auditing turned on, and we'd like to have a report that shows who updated what fields on the records....

Resolved! UI Builder trigger client script upon page load

Hi, Would it be possible to trigger UI Builder Client script upon page load? Currently i'm doing a workaround to trigger it after a data resource data fetch completion.   Thanks, Tads

Tadz by Kilo Sage
  • 2654 Views
  • 1 replies
  • 1 helpfuls

Resolved! About UI actions in application scope

I know I can create a form button from a UI action in a table created in the Global scope, but can I create it in a table created in the Application scope as well? If it is possible to create a form button, please let me know how to do it.    

__ __2 by Tera Expert
  • 1946 Views
  • 5 replies
  • 0 helpfuls

Resolved! Help me with this error

i have this error in fix script: Unable to load certificate adfsec sign 2, pem: no thrown errorUnable to load certificate ADFS TokenSign cer., pem: no thrown errorUnable to load certificate adfsec sign, pem: no thrown errorEvaluator: org.mozilla.java...

REST/Table API-Session Reuse for multiple request

I am using REST/Table API for ServiceNow.To process multiple requests , I am sending request to servicenow endpoint in a for each Loop.I had a query here : In servicenow, for multiple requests, is the session maintained?or Is there a provision using ...