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! One to one relationship

Hi All,I'm attempting to set up the ability in ServiceNow for a "System" to auto fill the "Business Service" it's associated with when entered.   For example you could type "Kiosks" into the system field and the system will see "Kiosks" is on the dow...

Stage1.JPG Stage2.JPG
davidwood by Kilo Contributor
  • 3570 Views
  • 6 replies
  • 1 helpfuls

'glide.ui.activity_stream.multiple_inputs' not working

Have set this property to true, yet the journal fields are available only one at a time.Individual user preferences are accurately saved for this feature.I have impersonated different users, without any preferences, still I see only one journal field...

find_real_file.png find_real_file.png
snowtech1 by Tera Expert
  • 2610 Views
  • 3 replies
  • 2 helpfuls

Calculate the Display Name value on an asset

I'm trying to calculate the Display Name value on an asset, but I need it to be different based on model category.   For example:   I need the Display name to be different for the model category "vehicle", all the others can stay the same.   Right no...

booher04 by Tera Guru
  • 2556 Views
  • 6 replies
  • 2 helpfuls

How far I can go back to view transaction logs

Hi folks, Does anyone know how far I can trace back on transaction logs in the system?based on https://community.servicenow.com/thread/224188?q=transaction%20logs     is it 30 days?Thanks in advance.George

georgechen by Kilo Guru
  • 2146 Views
  • 2 replies
  • 1 helpfuls

Override Max Length

Hi All,I need to increase the length of a field in form. This one I did by increasing the max length of the field. But I created a new table extending task table and I need to increase the length of a field in the new child table. Is there any way to...

kms by Kilo Expert
  • 3266 Views
  • 4 replies
  • 1 helpfuls

Resolved! Enable "insert a new row"

Hi,I no longer see this option under lists like Incidents, Users etc. Not sure if I disabled inadvertently. How can I get the "insert a new row" option back?ThanksS

srirao by Giga Expert
  • 4263 Views
  • 4 replies
  • 9 helpfuls

Resolved! Autopopulating fields in a form built in UI Pages

Hi, I'm creating a form in a UI Page and want to pre-populate some fields from sys_user.   The issue I run into is this error message: "The value of attribute "value" associated with an element type "input" must not contain the '<' character."I've us...

yundlu316 by Kilo Guru
  • 1963 Views
  • 6 replies
  • 0 helpfuls

Resolved! Pass values into a UI Macro on a Record Producer

How do I pass variables into a UI Macro that is being used by a record producer?I have created a UI Macro that I use in UI Pages, Actions, etc... that accepts multiple parameters in order to run. I would use the following to make it work on something...

find_real_file.png

Resolved! 'Tab' in a email notification script?

Is there a way to do a TAB in an e-mail notification script?Here's my current script, but the \t isn't working:var grr=new GlideRecord('risk');grr.addQuery('task', current.project);grr.orderBy('u_number');grr.query();while(grr.next()){template.print(...

find_real_file.png
Shane J by Tera Guru
  • 2398 Views
  • 2 replies
  • 0 helpfuls

Client Script - Set Form Labels

Greetings!On our Incident Form, I am setting the labels of our ESS Form using client scripts:function onLoad() {   g_form.setLabelOf('comments', "Notes");}It works great when in all cases except when the Incident Status is "Closed".   What should I b...

Screen Shot 2016-09-22 at 9.25.46 AM.png
mauricio23 by Mega Expert
  • 2885 Views
  • 2 replies
  • 0 helpfuls