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

Regex for decimal validation

I have created SingleLineText Field on Record Producer name as Temperature. I Want to achieve to validate this field from regex  which takes only integer and with 2 decimal digits. And also it takes a value within a range from  95.0 to 106.0. If the ...

LDAP ObjectSID Convert Hex

Hi Everybody, I have a question about the LDAP user import. In my Customer, the coaslesce is objectSID.  I need to convert the value on the objectSID on hex  Exemple: Base 64:  AQUAAAAAAAUVAAAAPt85e78Lxl5Dn58Z+J0AAA==  Hex: 01 05 00 00 00 00  ..........

Lylys by Giga Contributor
  • 1521 Views
  • 3 replies
  • 0 helpfuls

Resolved! Can't get g_form.setLabelOf to work

I'm trying to use g_form.setLabelOf in an onChange client script on the default Problem form. Here is my very simple code: function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newValue === '') { return; ...

Daniel103 by Giga Contributor
  • 8292 Views
  • 14 replies
  • 7 helpfuls

US State/Province choice list or reference table

I have yet another project where I need to include a field for a US State.  (Yes, a complete address - I would like to offer the users the ability to select a state from a list instead of freeform text)Is there a recommended table or choice list OOB ...

Thomas Weyer by Tera Contributor
  • 3240 Views
  • 8 replies
  • 3 helpfuls

Limitations or restrictions of using Guided Tours

I've started to explore the Guided Tours module, but I was just wondering if there were any limitations or restrictions of using Guided Tours. I need to know if there any pages or modules that don't allow Guided Tours to be created e.g knowledge, cha...