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

Forum Posts

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
  • 1715 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, ...

Conditional default value for catalog variable

Is it possible to force default value of a catalog variable based on another variable oflike we do in ref qual ?For example, we create a variable set with 2 field   type : integer value   test : string field If type = 1   then default value for fiel...

pbo by Mega Expert
  • 3411 Views
  • 2 replies
  • 0 helpfuls

Resolved! SCCM pre-requisites and architecture

Is anyone aware about the pre-requisites for SCCM installation, its architecture and how to work on automated deployments without using any external app or plugin except SCCM Orchestration? If yes then please share the pointers.If there is any link w...

Community Alums by Community Alums  
  • 1423 Views
  • 3 replies
  • 1 helpfuls

Resolved! Choice List not populating when the dependent value changes. I have requirement to have a list of choices to appear when certain "business services" are selected on incident records. To accomplish this we have configured a set of choice that are de

I have requirement to have a list of choices to appear when certain "business services" are selected on incident records.   To accomplish this we have configured a set of choice that are dependent on the business services.   Currently the only way to...

mattyerian by Kilo Contributor
  • 3644 Views
  • 14 replies
  • 1 helpfuls

Resolved! Checking group membership via client script

Hi all,I am trying to check a user's group membership using a client script but I am not having any luck... below is a screen shot of what I have written but it is not working. Could some one please point me in the right direction to achieve this.onC...

store.PNG
YenGar by Mega Sage
  • 21822 Views
  • 9 replies
  • 3 helpfuls

Resolved! Cleaning up the CMDB

Hi,  what would be the best practice to cleanup an enitre CMDB? I've tried to do it via a script but unfortunately it didn't work out as the platform couldn't seem to process the deletion/removal for too much records at once.  Thank you in advance,  ...