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

Forum Posts

Resolved! Force Tabs Off for Certain Form Views

I created an onLoad client script that I thought would work and it hasn't been. The intent is to force this particular view on this particular table to have tabbed forms OFF. We want it to override preferences for users, forcing it to be untabbed for...

Force No tabs.PNG
marskh111 by Giga Contributor
  • 2988 Views
  • 14 replies
  • 3 helpfuls

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
  • 8750 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
  • 3467 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
  • 1885 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
  • 8535 Views
  • 6 replies
  • 6 helpfuls