Catalog Client Script not setting the reference variable using URL parameter (value keeps reverting)
Hi team,I’m working on a Catalog Client Script (onLoad) where I need to populate a reference variable (configuration_item) based on a URL parameter ci=1.https://<instance>.service-now.com/<catalog_page>?id=sc_cat_item&sys_id=(sys id of CI)&ci=1 OnLoa...