Error Message - GlideMobileExtensions is not allowed in scoped applications**Issue GlideMobileExtensions is not allowed in scoped applications" error messageReleaseAll ReleaseCauseGlideMobileExtensions is not allowed in scoped applications. The customer is using "var isMobile = GlideMobileExtensions.getDeviceType() == 'm';" to check if the transaction is from a Mobile device in the Record Producer "Create Incident". This is expected behavior since the API "GlideMobileExtensions" cannot be used in the Scoped Application.ResolutionTo resolve this issue, the customer can use "gs.isMobile()" which can be used in the Scoped Application to identify if the transaction is from a Mobile device or not. The customer may also need to use "global.JSUtil" instead of "JSUtil" line 19 in the script of "Create Incident" if they encounter the "JSUtil undefined, maybe missing global qualifier" error message after using "gs.isMobile()".Related LinksReference: GlideSystem - Scoped