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

Forum Posts

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
  • 2417 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
  • 271 Views
  • 1 replies
  • 0 helpfuls

Resolved! Non-ITIL users can't see email addresses

I have some catalog items that are a reference field to the sys_user table.   When I fill out the field I can see the persons name and email address.   However, non itil users type in that field they only see a persons name.   We recently had a case ...

How setForceUpdate method works?

Hi, I have gone through setForceUpdate method in product documentation and I saw that it is used to update records even if the field value does not change. So, when using this method, does any field value changes or how we can know that particular re...

Resolved! Order Guide Next Button Issue

Looking for advice. We use order guides and users typically click Next to get the variables to expand. Doing this causes an error message to display saying variables are missing data, which is a bad user experience since they have not filled out the ...

SeanBurton_1-1696533060369.png SeanBurton_4-1696533210630.png