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

Forum Posts

I need a simple explanation of some terminology

Basically, I’m studying for the CSA exam, and really need assistance. But if you could please simplify, because I still don’t understand someone else’s explanation to my query. Basically, I’m confused with what is meant by accessing fields on related...

Resolved! addEncodedQuery is not returning desired list

Hi All,I am trying to write a JS script that will query a job title, value, sequence from the job titles dictionary in the sys_user table and insert them to a u_job_titles user-defined table in ServiceNow. The script should pull only job titles updat...

Kamva by Giga Guru
  • 1006 Views
  • 12 replies
  • 0 helpfuls

I’m confused with some of the terminology

Basically, I’m studying for the ServiceNow CSA exam. I’m new, but I’ve come so far considering I’ve learnt a lot of stuff my self. But, no man is an island, and I’m only one person. It would be great if I have some assistance. Like, I don’t understan...

Feeling Depressed

I know this is not really a place for venting. But I’m three months or so into this site, and don’t know where else to post this. Basically, it would be good to know that I have assistance, because no man is an island. Even though I have a very good ...

Send JSON Payload through flow designer

Hi Team, Working on one Integration to send JSON payload to 3rd Party tool through flow designer. I have created an action comprising of Inputs and Output parameters with script to call REST message. But, the input parameters mentioned in flow design...

Shalaka by Tera Contributor
  • 2416 Views
  • 4 replies
  • 0 helpfuls

How to run User Criteria on the basis of URL

I just want to restrict the visibility of catalog item on the basis of URL, so for that I wrote one Not Available User Criteria Script which is not working. Below is the script var url = top.location.href; if (url.indexOf('now/hr/agent') > -1){answer...

Harsh Ahuja by Tera Contributor
  • 270 Views
  • 1 replies
  • 0 helpfuls