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

Help Text icon for field in form

Hi all,I need to set the help text for a field in Request form as we have more information, help text in Record producer variables.I tried to configure label added the text in help box but it is not working.Please anyone sort it out.Thanks,Subramani....

subramani by Mega Contributor
  • 8614 Views
  • 23 replies
  • 2 helpfuls

Readable Query from GlideRecord.getEncodedQuery

Hi All, In my scoped app I have a logging system for debugging etc, that regularly outputs an encoded query to say "Found x number of records matching condition y" in combination with other things. Is there a way to take arbitrary GlideRecord.getEnco...

Create a dynamic table from and array

 Hi, I need some assistance on creating a dynamic table from an array. I want the configuration item to be a fixed header and the elements to be the custom headers with the state below.   The script so far and outcome:   var arr = []; var ga = new Gl...

Ahmed15 by Tera Contributor
  • 3369 Views
  • 7 replies
  • 1 helpfuls

Resolved! Scheduled job not working for a scoped app

I have created a scheduled job which should run periodically and check the DATECLOSED time on my form. As per the requirement it should change the state to closed when the DATECLOSED is today. Given below is my script : function checkDate(){ var Toda...

AmritaT by Tera Expert
  • 1821 Views
  • 4 replies
  • 3 helpfuls

*Mobile View Developer Tip!*

When experimenting with application views in your instance, using $m.do will transform your desktop into an impersonate-able "mobile view". But, reverting back to desktop view can be rather tricky. After your main url (https://dev#####.service-now.co...

Resolved! How to wait until specific time of day?

We have a scenario where we need a workflow to pause until at or after the next occurrence of 4:00 AM. When a network account request is completed, we want to wait until after the new user record is inserted into service-now (4:00 AM) before kicking ...

SS052.bmp

Resolved! Help with Record Producer script

Hello -  I am trying to get a Service Catalog Record Producer.  I need to insert a record into 2 other tables with variables from the record producer.  I have included what I thought may work, but unfortunately is not working.  I am not sure if this ...

jlaue by Mega Sage
  • 8449 Views
  • 6 replies
  • 6 helpfuls

Resolved! reference field display on list view

i have 2 tables, person and training. the person.person field references sys_user and is the display for this table (Display is checked) the training.person field references the person table (NOT sys_user) the training rec shows the name of the perso...

ggg by Giga Guru
  • 3141 Views
  • 8 replies
  • 0 helpfuls