Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

Resolved! What are "next hop routing rule" classes used for?

We were able to start discovery on 3 subnets and after doing so, we got several Next Hop Routing Rule CI's in our CMDB. The name is (empty) so I am curious what these are used for? Here is the data: Dest IP network: 0.0.0.0/24 Next hop IP address: 10...

Resolved! Can scope of record producer be changed?

Hi, Can we change the scope of the record producer? We have initially created Record producers on Incident and some Catalog items. Now we want all of them to be Changed to be Record producers on Case table. We were able to change the table name from ...

Ramya t by Mega Contributor
  • 4371 Views
  • 3 replies
  • 0 helpfuls

Resolved! How to create req,ritm and task through inbound action?

hi I am trying to create a req,ritm and task with the help of inbound action where the moment when the email is in the sn it should create req,ritm and task related to it and i got a post from where i got the script but it need to be modified as it n...

Show if a ticket has an attachment in the list view

Hello all, i am new to scripting and am learning as I go. Can someone tell me how to set up the task table to show all tasks that have attachments in the list view? Not sure what all i have to do to make this happen.  Thanks in advance for the help

Jason Guidry by Kilo Contributor
  • 2746 Views
  • 2 replies
  • 0 helpfuls

Resolved! Search on a Custom Field

I have a custom field we've added to the Incident Task form for an External Vendor Ticket #.  The client wants to be able to search on that field from the global search field in the header, just like searching for an Incident # or Task #.  Is it even...

sgmartin by Kilo Guru
  • 3785 Views
  • 10 replies
  • 2 helpfuls

Resolved! GET REST Attachment (Excel) from Third party to Service Now

Hi All,I am kind of struck in this. Any help will be appreciated!! I have REST url of a third party tool which will get me an excel sheet. I tested this URL in POSTMAN it is working fine. But how can i call this URL in ServiceNow to get the excel she...

sowmyaa by Tera Guru
  • 4769 Views
  • 9 replies
  • 1 helpfuls

Resolved! Portal Widget and DateTime Displaying UTC Instead of TimeZone

Good afternoon community, Finalizing a couple of portal pages I have been working on, and I have a question about pulling and displaying a datetime on a widget. I am displaying the escalation date as above. I added the GMT at the end, because the da...

find_real_file.png
jlaps by Kilo Sage
  • 3541 Views
  • 2 replies
  • 2 helpfuls

Resolved! How to create an array with gliderecord

Hi I am new to servicenow and wanted to create an array of sys_id with gliderecord This is my current code using a single sys_id but what if I needed to do say 10 sys_id. How would i put that into an array? What is the best way to do this?  

find_real_file.png
Jason59 by Mega Contributor
  • 6881 Views
  • 8 replies
  • 3 helpfuls

Resolved! I want to insert a record if a condition is met

Hi, I am importing some data and inserting them as rows in a table. I first query the table to see if a record already exists. If it does, then I will only update one of its fields, called 'statut', otherwise I will insert all new records (4 fields) ...

hamidouche by Mega Guru
  • 4596 Views
  • 10 replies
  • 0 helpfuls

Resolved! how to calculate percentage?

hi, I want to calculate percentage dependent on two values .eg first value as 1 and second value as also 1.then the result is 100%.how? can i use formula indicator.if yes then how the formula indicator is used in script. or there is another way to ca...