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

ATF failing at submit.

Hi,So I have an ATF thats failing at the submit step. It's basically about going to the service portal, filling out a form and then submitting it. Here are steps I have for it:1) create a user (name, phone etc)2) record insert (this is done so the us...

Not equal to is not working in client script

Hi,I am trying to remove choice options from variable based on grade level is not management 18 and above. I tried using the below script and it is not working. Please help! Thanks,function updateCampus(response) { var answer = response.responseXML....

reddy8055 by Tera Contributor
  • 2328 Views
  • 10 replies
  • 1 helpfuls

Resolved! Infinite loop in background script

Hello Community. I am just wondering If it is possible to limit the execution time of the background script (.../sys.scripts.do). I see only the option to "cancel after 4 hours", but It seem to be really long when you accidentally put some infinite l...

Josef Juna by Tera Expert
  • 1544 Views
  • 2 replies
  • 1 helpfuls

Resolved! Custom Knowledge Base in Service portal global search

Hello Team,I have created a custom Knowledge Base for Service Portal and linked it to the Service Portal. But the issue is, whenever the users search for any article in SP, no article is appearing in Search results.I've already installed "Knowledge M...

SRAVANTHINALAB_0-1678180116333.png

make all fields readonly based on state

Hi  All,I have a requirement, Below are the condition:1.if user has program_manager and project_manager roles 2. and state is in progress then all the tables is read only for the above users. i have written onload client script, but it is not working...

siva62_0-1677845916059.png
VSN by Tera Expert
  • 1118 Views
  • 9 replies
  • 0 helpfuls

ATF: Inbound REST API_how to retrieve data from response body

Hi, I have 2 queries..need your help 1. I have done a inbound transaction and transaction got created in Custom table with a transaction number in response body, How to fetch tat transaction number from response body using ATF so that I can use it in...

chetanka by Tera Contributor
  • 1085 Views
  • 1 replies
  • 0 helpfuls

Resolved! Update OOB Table API

Good afternoon,Wondering if anyone can advise if this is possible, and if so how.On our sys_user table we have a custom_id field which we use as an identifier for a custom web application. We now want these users to be able to submit cases from the w...

Cirrus by Kilo Sage
  • 1101 Views
  • 5 replies
  • 1 helpfuls

Resolved! Short Descp should show in My requests

Hi Team ,  We have requirement that , as u can see in the below screenshot , In the Short Description field what ever i have given .    When i click on ' My requests ' tab , currently that is showing with catalog name as u can see in the below image ...

SunilKumarPadh_0-1678118143950.png SunilKumarPadh_1-1678118251467.png
nameisnani by Mega Sage
  • 773 Views
  • 6 replies
  • 0 helpfuls

UI Action to display pop up record producer

I have a UI Action that I need to open up a pop-up record producer in the view of a catalog item.  Using this code: function userPopup() { var dialog = new GlideDialogForm ('Create User', 'sc_cat_item_producer', createNewUser); dialog.setTitle('Cre...

find_real_file.png find_real_file.png

Add attachments for public users

Hi,We have built a record producer and published it on an external web form. The record producer is set to public and everything works fine except adding attachments.ServiceNow support just told me that attachment upload is limited to logged in users...