Import Entitlements: Created entitlement has no part number when two part numbers exists (one is active and other is inactive)DescriptionImport Entitlements: Created entitlement has no part number when two part numbers exists (one is active and other is inactive)Steps to Reproduce 1. In the filter navigator, type software import entitlements and click on "import entitlements" 2. Import the entitlement which two recrods for pusblisher part number in samp_sw_product_definition table with one is active and other is inactive3. After selecting the file click on upload. 4. Notice the error and click on create entitlement and notice the publisher part number is empty for the recordsWorkaroundAdd below line of code to "_findReferenceValue" function (around line 1224) in SAMPEntitlementUtil script include before "reference.query();". if(reference.isValidField('active')) { reference.addQuery('active', true); } https://<instance-name>.service-now.com/sys_script_include.do?sys_id=31630b8587420300562e4127f5cb0b01&sysparm_record_target=sys_script_include&sysparm_record_row=4&sysparm_record_rows=8&sysparm_record_list=nameCONTAINSentitlement%5EORDERBYnameRelated Problem: PRB1440100