List of software vendors supported by ServiceNowIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Overview This article demonstrates How to list all the supported vendors in ServiceNow-Software Asset Management. AssetUtils.getVendors The logic of listing the vendors is determined in the following script includes: Log into the instanceNavigate >> System Definition >> Script Includes ProcSourceRequestManager.findVendors() -> ProcSourceRequestManager._getVendors() -> AssetUtils.getVendors() Script Include - ProcSourceRequestManager https://<instancename>.service-now.com/nav_to.do?uri=sys_script_include.do?sys_id=b520d0bcff0302003706ffffffffff5c Script Include - AssetUtils https://<instancename>.service-now.com/nav_to.do?uri=sys_script_include.do?sys_id=3596241c475520003ecf706eecde2726 The method in the script include takes model_id as the parameter. Gets the list of active pc_vendor_cat_item and sc_cat_item for the given model where the vendor field is not empty and vendor attribute on the core company is true. Vendor information is coming from "pc_vendor_cat_item" table or 'sc_cat_item' table. Additional Information The publisher packs contain the list of publishers and those are supported vendors, the publishers which are shipped as part of the Content are for which we have Content data like Products, Packages, Rules etc. Now whether ServiceNow supports that publisher is a much broader term which needs clarity as to what "support" constitutes. The samp_sw_publisher.list it should display all publishers in the content. the samp_sw_publisher table contains all the relevant publishers.