Browser console error message g_service_catalog is not definedIssue Mandatory fields being skipped when creating a request from the application. Browser console message: Uncaught ReferenceError: g_service_catalog is not defined at h_2dcd0e79db95fb009270c148329619af (com.glideapp.servicecatalog_cat_item_view.do?v=1&sysparm_id=a71491c96f6c3240d979e081be3ee456:779)ReleaseRomeCauseThis occurs when a script it uses the following "g_service_catalog.isOrderGuide()", which its used only in Service Portal, not the platform. When the "Run scripts in UI type" is set to "ALL", this will execute both in platform & service portal, and cause an issue where "g_service_catalog" is not defined, as platform doesn't recognize it.ResolutionGo to the script using "g_service_catalog.isOrderGuide()" and either de-activate it or change "Run scripts in UI type" to "mobile/service portal" to resolve the issue.