ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

GlideRecordSecure and ServiceNow API

I have created a scripted REST API. However, any user from the third party application can query this endpoint and see any incidents regardless if they are "private" or not.   I have tried using GlideRecordSecure, but it just comes back into the thir...

Creating a Table within a form

Hi,Within my change form I need to add a table, something like the below. Is this possible? and if so how can I do this?I have try to create text table but that just does not work. Your ideas and suggesstions are welcome.ThanksRiazHeader 1Header 2Hea...

Resolved! Tracking Java Batch jobs

Our system currently runs a lot of Java Batch jobs and we'd like the ability to track them in ServiceNow.  We are currently building our CMDB and relationship systems in our instance and don't see a section to enter our SQL Server Integration Servic...

squillis by Kilo Expert
  • 2348 Views
  • 2 replies
  • 1 helpfuls

Resolved! due date

I wanted to ask everyone for their advise on a requirement I am working with and I wanted to know what the best practice/method of developing this fuctionality would be.   Customer wants to have a field that will be used to display at form/list view ...

ahsan4 by Giga Contributor
  • 4080 Views
  • 6 replies
  • 2 helpfuls

CMDB & SalesForce Integration

If I were to open up a CI (lets say it's a webserver) in ServiceNow, go to the section where it lists associated cases for that CI, would I be able to click on those related cases (say they are Salesforce cases) and have Salesforce launch from Servic...

Resolved! Locations/buildings as CIs

I was reviewing this video and presentation (https://community.servicenow.com/docs/DOC-3484) and saw that this company used locations/rooms as CIs to build relationships of assets to particular locations. Is this good practice or is there a better wa...

KB15 by Giga Guru
  • 2043 Views
  • 5 replies
  • 1 helpfuls

3 Column wide layout

I am creating a Catalog Item that requires 3 fields to be separated, but on the same line (First Name, Last Name, MI).   I tried using containers as mentioned on the link below, however, the fields are not aligned when displayed.   https://community....

Data Table from Instance Definition

I see the following lines of code in Server Script code of the widget. What are available values for the view variable in this code,var widgetParams = {   table: data.table,   fields: data.field_list,   o: data.o,   d: data.d,   filter: data.filter, ...