SAM Pro - Selection of Publisher is not available if any of the manufacturer core_company records has double quotes/quotation marks in its nameDescriptionSAM Pro - Selection of Publisher is not available if any of the manufacturer core_company records has double quotes/quotation marks in its name - "Steps to Reproduce On a ServiceNow Instance with Software Asset Management Professional Activated: Include double quotations in any of the manufacturer core_company records name. e.g.David "Danger" Piper & Sons, Ltd.Navigate to "Run Reconciliation" Actual:The Publishers dropdown list will not render.Expected: The Publishers dropdown list should render and should not break because of the double quotations.WorkaroundWe will address this issue in Tokyo and Utah patch releases. The workaround is to set system property glide.ui.escape_all_script=true Open System Properties (/sys_properties_list.do)Find Property name glide.ui.escape_all_script and open the recordChange the value from false to trueSave true is the recommended value of this security-related property, and the default value for newer instances. For releases prior to Tokyo, in classic UI, this is what can be done. Go to System UI > UI pages open the record with the name 'samp_run_reconciliation_by_publisher' (sys_ui_page_0074b4f33b132200e724ea2b34efc48b.xml) in the HTML section of the file, look for the line var publisherStringify = '${jvar_publishers}'; (around line 375) and replace it with var publisherStringify = '${JS_STRING:jvar_publishers}'; Update the record Related Problem: PRB1439805