glide.sg.universal_links.open_unsupported_links
ServiceNow property description:
When this property is set to true, all unsupported links should be sent to the native client in the 'glide.sg.universal_links.unsupported_link_default_native_client' property as browser screens with the URL. Notice that 'glide.sg.universal_links.unsupported_link_default_native_client' property stores the default native client for all unsupported links and its default value is 'agent'. The system property will drive the target destination app when the admin has the above system property set to true. All links can target Mobile Agent.
Attributes
- Sys ID: 983f4754b723201096aa25efce11a920
- Type: true | false
- Application: Global
- Default value: false

AI generated property description:
The ServiceNow property `glide.sg.universal_links.open_unsupported_links` determines how unsupported links are handled in the mobile application. When set to true, unsupported links will open in the device's default web browser instead of within the mobile app. This ensures that users can still access the content of unsupported links, even if the mobile app does not natively support them. If set to false, unsupported links will not open, potentially limiting access to certain content. This property is useful for maintaining a seamless user experience by providing an alternative method to access unsupported links.
Source