Multi-row variable set is not working after San Diego upgrade as consequence Catalog Client Scripts stop workingDescription After upgrading to San Diego, Multi-row variable set (MRVS) is not working as expected with the following error on the console: Uncaught ReferenceError: GlideServiceCatalog is not defined This causes Catalog Client scripts stop working. The issue only affects the Native UI. Service Portal continues working as expected. Steps to Reproduce 1. Create a catalog item with MRVS 2. Create a catalog client script that affects the MRVS, for example an onChange client script. 3. Create a request item form the Native UI, when selecting the MRVS, the following console error will be displayed: Uncaught ReferenceError: GlideServiceCatalog is not defined at catalog_table_variable_dialog.do:formatted:1153:52 at runBeforeRender (VM380 js_includes_doctype.jsx:457:3) at VM478 z_last_include.jsx:32:1 at VM478 z_last_include.jsx:38:3 WorkaroundThis problem is currently under review. You can contact ServiceNow Technical Support or subscribe to this Known Error article by clicking the Subscribe button at the top right of this article to be notified when more information becomes available. The below workaround is available, please note the workaround needs to be reverted when the fix is available: 1. Go to the UI Page called "catalog_table_variable_dialog" 2. In the HTML, find the following line (line number 3): <g:requires name="scripts/js_includes_catalog.js" includes="true"/> 3. Directly under it, add the following new line: <g:requires name="scripts/GlideServiceCatalog.js" includes="true"/> 4. Save the form Related Problem: PRB1564126