The Zurich release has arrived! Interested in new features and functionalities? Click here for more

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

Forum Posts

Sending a CSV File to Server

I am currently trying to figure out how I can automate a process that will send a CSV file/report out of ServiceNow and drop it in a specific folder on one of our servers.   I have created a scheduled report that establishes the conditions of what to...

Hi Getting Error: Table contains duplicate column names

Hi Guys,I am stuck in a scenario where i supposed to add a field called "ivr_integration" to an import set table.I created the same field in sys_user_table (ivr_integration ). Then i created the transform map with mapping assist and run the transform...

Resolved! Error in System Logs

Hello all,  I'm not sure that this is the correct categorization for this question but I would like some guidance on figuring out where these errors are coming from in our instance. The error that we keep seeing in our logs in the below:JavaScript ev...

YenGar by Mega Sage
  • 2812 Views
  • 6 replies
  • 6 helpfuls

Resolved! Updating records from arrays in workflows

I've tried this script with a list of sys_ids to test in a background script and works perfectly, but when I try to run this in a script activity or advanced script portion in a task, it doesn't work. In a task, it's telling me that splits aren't ava...

KB15 by Giga Guru
  • 1585 Views
  • 6 replies
  • 2 helpfuls

Resolved! Service Portal request/incident URL

Hello,In Service Portal, when you click on a incident/request it takes you to the new 'Ticket Form' (ticket-view)page. On this page, the right hand panel contains details of the request/incident. Currently, the incident/request number is just text an...

ticket-view.jpg full-view.jpg
VJ4 by Giga Expert
  • 3465 Views
  • 9 replies
  • 3 helpfuls

make filed Readonly in business rule

in client side we can achieve this byusing : g_form.setReadonly('impact'',true) or else UI policy action but inserver-side script   business rule   i have tried as belowcurrent.setReadonly('impact',true);but not workingcan any one have a idea?

Image Resize via HTML Editor

how can i resize the image size according to screen size by using HTML Editor?For this, i have written html code as <div class="container" style="width: auto;"><p style="width: auto;"><img style="width: 1100px; height: 130px;" title="" src="/logo_ser...

find_real_file.png find_real_file.png
aptk by Tera Contributor
  • 2327 Views
  • 5 replies
  • 0 helpfuls

Adding multiple filters to a single report

Hi AllI was wondering if anyone could help me with the following reportI would like to create an incident status report (pivot) that uses multiple filters.In addition to the normal status columns I would also like to include a "Resolved last 30 days"...

find_real_file.png

Query and update via Business Rule

I wrote the following business rule which should upon insert take the part number from the current record and search against a specific part table number, then update two fields if a match is found. This currently is not working, I'm unsure how to ca...

Tony K by Kilo Sage
  • 1504 Views
  • 6 replies
  • 0 helpfuls