We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

Resolved! oAuth2 Script To Pull Back Token

I've created a REST Message using an oAuth profile. Using the Get OAuth Token link I am able to successfully pull back a token. Am now trying to script the same call in a business rule. I've read many articles and tried several variations but am not ...

fcaruso123 by Tera Expert
  • 2142 Views
  • 1 replies
  • 1 helpfuls

Resolved! Removing users from a watchlist

Hi people I'm looking for a way to remove a user from a field list when they are deactiveted. I've been looking at the flow designer to do this, but I can't seem to get a grip on it. Has anyone been in this or simular situation before?   BR - Thomas

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
  • 393 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...