Skip to content

Instantly share code, notes, and snippets.

View traxeon's full-sized avatar

Traxeon traxeon

View GitHub Profile
@traxeon
traxeon / gist:1cc30e64c8cc979c1186693b396a89fd
Created February 20, 2025 23:11
ServiceNow Business Rule - Virtual Computer Check
/*
* Maybe move this to an event on device complete if this ends up being a perforamnce issue.
* The reason is this BR would run as long there's data in serial_number or correlation_id.
*/
(function(){
var g_disco_functions = new DiscoveryFunctions();
var fVMGr = current;
var fInstanceGr;