We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

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
  • 11177 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
  • 11946 Views
  • 22 replies
  • 7 helpfuls

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
  • 7335 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
  • 4337 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
  • 11038 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
  • 7390 Views
  • 34 replies
  • 0 helpfuls

How to create a button on record producer?

Dear Developers, I want to generate an offer letter after clicking a button on record producer as belo aNow my requirement is  11. How to create "Geneare Off Ltr" button on Record producer. 22. when i click on this button , it will download an offer ...

find_real_file.png