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

Forum Posts

CMDB - Orphan Rule

As CMDB administrator, I want to define an Orphan Rule for every Principal CI Class so that CIs that should be cleaned up or have incorrect relationships are identified and can be corrected.For Server CI Class, the rule should be to mark all those se...

Check if specific date has active task

Hello, everyone. I have a catalog item that allows users to book space. And the space is reserved after a 'catalog task' created by the flow with updated u_start and u_end (datetime custom fields).For each start date/time selected by the requestor, t...

tsoct by Tera Guru
  • 217 Views
  • 1 replies
  • 0 helpfuls

Getting the error "Invoke-RestMethod : The remote server returned an error: (415) Unsupported Media Type" when trying to run powershell file in MID server

Hi,   I am trying to monitor a Windows service from the MID server and trying to run a powershell file that creates an incident in servicenow when the service fails. I have used the default code available in Servicenow REST API explorer but I am gett...

Resolved! Set Multi-Row-Variable-Set using Cart API

Hi Everyone, I'm using the cart API as follows to create some orders automatically (inside some scripted REST API) var cartId = GlideGuid.generate(null);var cart = new Cart(cartId);var item = cart.addItem('someCatalogItemId');cart.setVariable(item, "...