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! How can i fetch user list having a specific role.

My requirement: I have created a role, provisioning_approval. I have created few users and among them i have assigned this role to 3 of them. I have a form and there i want to list the approval names(select box). So do we have a way through client sc...

Hemant13 by Kilo Contributor
  • 8577 Views
  • 13 replies
  • 3 helpfuls

Reference field not displaying 'display' value

So I have a reference field on a catalog item and when i type ahead lets say 'foo' nothing shows up even tho foo is in the related list.   But when I select the eyeglass to search it does bring back foo in the results. I have the display value on the...

Resolved! How can I remove author name in Knowledge Article item?

I have been assigned to remove/hide author name in Knowledge article item due to many clients constantly contacting author for further question relate to article and they want to remove that to prevent contact. Where can I remove it? It seem I couldn...

bbf3562 by Kilo Guru
  • 7984 Views
  • 22 replies
  • 7 helpfuls

Resolved! background script to update a description field of a record

I am using below script to update the demand description field... var gr = new GlideRecord('test_demand'); if (gr.get('b6a1c42cdb578c503b0cf5261d96196c')){ gr.setValue('long_desc', ' .... . .. . . .  ');gr.update();gs.print('updated!');}else {gs.prin...

Recursive Scripting in ServiceNow

I'm trying to ascertain the feasibility of a recursive code script. Long story short, we are trying to link dependant tickets together using a single reference field on the Task form.  We link a task as "dependant" if we require actions from that Tas...

tahnalos by Kilo Sage
  • 5242 Views
  • 9 replies
  • 2 helpfuls

Resolved! How to call UI Scripts from Client Scripts

Hi., I want to call a global UI Script from a scoped application. But I keep getting the following error. What's wrong? function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newValue === '') { return; } var segme...

Mi4 by Tera Expert
  • 2747 Views
  • 14 replies
  • 6 helpfuls

Resolved! did not create or update incident using current Issue

hello, I have written two inbound actions on tables - incident and u_new_call Please find the script( This is same for both only written on different tables ) current.short_description = 'Callback request submitted via Voicemail';current.description ...

Nikita35 by Kilo Guru
  • 8942 Views
  • 20 replies
  • 7 helpfuls

Business Rule to retrieve value from another table.

I need a Business Rule to retrieve value from another table. The 2 tables are: [syslog_transaction] table- user_name: UserA- remote_ip: 10.1.2.3 and[sysevent] table- sys_created_by: UserA- u_ip_address_from_transaction_log: (should be auto-populated ...

find_real_file.png
Aki17 by Kilo Guru
  • 4983 Views
  • 34 replies
  • 0 helpfuls