gs.setRedirect() Is not working when submitting a catalog item from Service Portal after London upgradeDescriptionBuild information:glide-london-06-27-2018__patch6-02-06-2019Issue Description:gs.setRedirect('') Is not working when submitting a catalog item from Service Portal after London upgradeSteps to Reproduce 1. Create a Business Rule in Request [sc_request] table with the following parameters.Table: sc_requestName: redirectActive: trueAdvanced: trueWhen: after Insert: trueScript:gs.setRedirect('catalog_home.do')2. Save the business rule3. Navigate to Service Portal4. Click on Order Something5. Open any item and submit itExpected behavior: on submit of the catalog item it should be redirected to "catalog_home.do"Actual behavior: onSubmit of the catalog item it is not redirected to catalog_home.do and redirected to ordre_status pagePlease Note: This is working in Kingston version of ServiceNow and the issue is only when submitting a catalog item from Service Portal (Works in Service Catalog even in London)WorkaroundThe PRB has been closed as Working As Expected stating the below: gs.setRedirect() is not the correct way to do redirection in Service Portal.OOB widget widget-sc-cat-item-v2 will redirect to sc_request page.The suggested way is to use Page Route Map for any redirection in portalRelated Problem: PRB1336862