script to find out which user criteria is in use
This script identifies the areas in which user criteria is used. var userCriteriaSysId = '**************************' ; // update user criteria sys Idvar tableList = []; var referenceList = [];var grTable = new GlideRecord('sys_dictionary');grTable.a...
