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

Forum Posts

Writing a script to print duplicate servers

// Define the CI classes to search for duplicatesvar ciClasses = ['cmdb_ci_win_server', 'cmdb_ci_linux_server']; // Function to find and print duplicate CIsfunction findDuplicates(ciClass) {    var gr = new GlideRecord(ciClass);    gr.addQuery('insta...

JaganR by Tera Contributor
  • 970 Views
  • 6 replies
  • 0 helpfuls

Managing attachments on tasks

I have a question about uploading attachments to tasks. There are instances where someone uploads multiple pasted images to a task, and each attachment gets uploaded with the exact same name: (see attached photo) I am wondering if it is possible to h...

Producer Object

I want to associate data in a user defined table to my record producers and then access that data, via the record producer sys_id, from the record producer script. Is there a way to access the record producer's sys_id from that script so I don't have...

raprohaska by Kilo Guru
  • 5504 Views
  • 8 replies
  • 1 helpfuls

Failing widget: 'Supplier Cases'

Hello developers, I recently ran into this issue on the Supplier Collaboration Portal and was curious if anyone knew how to resolve it:I know its saying Line number 171 but this is an OOB widget that was not customized so I'm not sure what the issue ...

charri04_0-1727388060723.png

Service Catalog Form - Submit Button & Attachments Icon

Hello community!Although I have a somewhat good knowledge of ServiceNow (no scripting experience), I still have hard time with the small things. Please review the following inquiry and let me know if you can assist. I have created a catalog item (a u...

DimitriosHatzi_0-1727370995956.png DimitriosHatzi_1-1727371080634.png

AI Search Autocomplete configuration

Hi, I have configured AI search on my instances where in autocomplete suggestion, suggested results are not showing in my prod instance however its working fine in lower instance.Auto complete is showing result from popular searches but not with any ...

Kumar116 by Tera Contributor
  • 734 Views
  • 1 replies
  • 0 helpfuls

Resolved! My event is being triggered but my email is not being sent

I created an event and a notification, and the notification is triggered from a workflow using the 'Trigger an Event' step. I configured the workflow so that Parm1 will be the Recipient of the notification. I have a flow variable that populates into ...

neil_b by Tera Guru
  • 5905 Views
  • 3 replies
  • 0 helpfuls

Resolved! Display if change has attachment(s) in CAB workbench

We have a request to indicator if attachments exist on a change request that is being displayed at CAB utilizing CAB Workbench.  Currently, CAB Workbench has no indicator if attachments exist.  After searching for like solutions and opening a case wi...