Issue with getDisplayValue Method in EnhancedDiscoveryHandler script includeDescriptionIn the script inlcude EnhancedDiscoveryHandler the function getCiAssignedToUser() returns a sys_id string when the assigned_to field is populated. Downstream logic then attempts to call getDisplayValue() on the string causing the script to terminate the insertions into sn_acc_vis_content_sam_software_usage_staging table.Steps to Reproduce =>Run the sam discovery on agent and make sure the user does not match directly on the sys_user table in "userValidation" function and the else condition executes Or var a = new EnhancedDiscoveryHandler();gs.info(a.getCiAssignedToUser('<sys-id>').getDisplayValue());Expected result: Returns a glide element Actual Result :Returns the sys id in StringWorkaroundPlease use the update set attached.Related Problem: PRB1943335