g_service_catalog API not working on platform but works on portalIssue g_service_catalog API not working on the platform but works on portal Seen on MRVS but can be seen on other variables. to test:1. open item in platform and portal2. open the browser console3. Add value to the MRVS- notice the data loads in the Portal link but not the platform.- Look at the browser console logs and see the error "g_service_catalog is not defined" Expected behavior: - for the portal and platform to work Actual behavior: - error is seen on the console for the portal"g_service_catalog is not defined" ReleaseAny CauseThe g_service_catalog is not available in platform because the property glide.sc.use_sc_form_v2 is set to false, if this value is set to true then g_service_catalog is available. ResolutionThis is expected behavior since on older g_form, these features are not available. Set value of glide.sc.use_sc_form_v2 to true