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

Resolved! Resize link-button in service portal index page

Hi Community, I am trying to resize a link-button (submit ticket) to match the same as the two other buttons currently existing on the Service Portal index page. Is there a simple way to resize this to be the same size as the other two? Your help is ...

SW7 by Giga Guru
  • 2092 Views
  • 5 replies
  • 3 helpfuls

Resolved! Add category in standard change catalog

Has anyone added a new category in the standard change catalog? We just activated the plugin with the demo data but cannot add new categories. Any help or advice is greatly appreciated!

javis by Giga Expert
  • 4568 Views
  • 2 replies
  • 1 helpfuls

Resolved! Change Style on form reference field based on condition

I am trying to change the color background of a reference field on a table based on a specific value. It is a string value  I used the below style for that field but the result only affects the list and not the form. How can this be reflected also in...

Resolved! HELP! How to dynamically set recipients of an existing Scheduled Report to email addresses that are in the report's output?

I have a lot of Scheduled Reports that run a given Report whose output includes email addresses. Presently, my Scheduled Reports get emailed only to whoever I have pre-defined as the STATIC list of email addresses, per the Scheduled Reports UI (in th...

find_real_file.png find_real_file.png
scottbjorke by Tera Contributor
  • 10569 Views
  • 21 replies
  • 14 helpfuls

Resolved! How do i Empty an Array in scheduled Job

I having an array filled with Values.... I want empty the array in a schedules job.   g_form - i believe in not available for scheduled job as it gave me an error in background scripts when I tried  for (var k=0; k<array_a.length; k++) {g_form.clear...

snowymypet by Tera Contributor
  • 2095 Views
  • 1 replies
  • 0 helpfuls

Resolved! Convert String to GlideDateTime

Hi there, Trying to convert a string to a glidedatetime object. var date = '20/07/2020 8:00:10 AM'; var gdt = new GlideDateTime(); gdt.setDisplayValue(date, "DD/MM/YYYY K:mm:ss a"); var dateTimeForField = gdt.getDisplayValue(); gs.info('d: ' + dateTi...