Service Bridge (Legacy): Global Script Include - Manual update required for out of band releasesSteps to install Download ServiceBridgeCatalogUtil.xml to your computer. Log in to the instance as an admin.Navigate to System Definition > Scripts - Background.Run the following script to delete the old ServiceBridgeCatalogUtil. var sbcUtil = new GlideRecord('sys_script_include'); if(sbcUtil.get('81535d47c3223010f6566e18f040dd9e')) { sbcUtil.sys_policy = ''; sbcUtil.update(); sbcUtil.deleteRecord(); } Navigate to System Definition > Script Includes.From any of the list header menus select Import XML. 5. Select the file you downloaded and click Upload. 6. Navigate to System Definition > Script Includes. 7. Verify that ServiceBridgeCatalogUtil is in the list. Importing the file this way allows for ServiceNow's continued ownership and updates as needed.