Quantcast
Channel: ServiceNow Community - Development & Integration
Viewing all articles
Browse latest Browse all 423

Business Rule: incident autoresolve from date of incident_state change to X

$
0
0

I want to auto resolve incidents in the Awaiting User Info (AWI) state after 120 hours. That part is easy! Because we send a reminder email every 24 hours on AWI incidents, they never make it to 120 hours. How do I write a Glide record Query to find records where a specific field changed a defined period of time ago? Here is the starting point. Thanks, Bill

// This script automatically Resolves incidents that are Awaiting User Info// and haven't been updated in the specified number of hours.// This number is a property in System Properties.

read more


Viewing all articles
Browse latest Browse all 423

Trending Articles