Service Portal properties
Summarize
Summary of Service Portal properties
Service Portal properties in ServiceNow Australia release control the user experience and administrative behavior of Service Portals. These properties are primarily managed via the Service Portal properties page but some advanced settings are available through the System Properties [sysproperties] table. Adjusting these properties allows customers to customize error handling, notification behavior, content visibility, and performance optimizations within their portals.
Show less
Key Features
- Error Handling: Set a default 404 error page and enable messages for admins when browser errors occur.
- Stream Entry Limits: Control how many conversation or activity stream entries users can view to manage data volume.
- Notification Management: Configure how long informational and error messages persist before auto-dismissal, with support for sticky critical messages and accessibility considerations.
- Announcement Sorting: Define default sorting orders for banner announcements based on start or end dates, ascending or descending.
- Debug Information: Enable Angular.js debug runtime info for enhanced development insights, though disabled by default for performance.
- User Criteria Integration: Use user criteria instead of role fields for permission management on widgets, pages, and search sources, with options to bypass criteria for specific roles.
- Human Readable URLs: Enable friendly URLs for portal pages to improve usability and SEO.
- Access Control Enforcement: Always enforce read ACLs on filter queries in Simple List widget instances to secure data visibility.
- Cross-Scope Validation: Enforce privilege checks when form widgets fetch data across scopes.
- Single Sign-On (SSO) Enhancements: Configure early redirects to SSO Identity Providers and manage intermediate pages to streamline user login flows.
- Language Selector: Enable users to select their preferred language for portal content in supported portals.
- Performance Settings: Optimize SCSS handling for faster page loads and enable the Performance Analyzer for specified portals to monitor and improve portal performance.
Key Outcomes
- Improved user experience through customized error pages, notifications, and content sorting.
- Enhanced administrative control over portal behavior and user entitlements via user criteria and ACL enforcement.
- Streamlined authentication with configurable SSO redirect options, reducing user login friction.
- Better portal performance and debugging capabilities through selective enabling of debug info and performance analysis tools.
- Support for multilingual users by allowing language selection on designated portals.
Service Portal properties control aspects of the portal experience for admin and end users.
The most commonly used Service Portal properties are set on the Service Portal properties page. Some less commonly used properties are available only from the System Properties [sys_properties] table.
You can access the properties listed in the following table by navigating to .
| Property | Description |
|---|---|
Default 404 page (page ID or sp_page sys_id) for Service Portal glide.service_portal.default_404_page |
Set the default page that your users see whenever a page can’t load properly.
|
Show a message to admin users in Service Portal pages if a browser error is encountered glide.sp.show_console_error |
|
Maximum number of stream entries displayed in Service Portal (activity widget, conversation widget, and so on) glide.service_portal.stream_entry_limit |
Limit the number of entries users can see in the ticket conversation widget. Users only see the most recent entries and can’t go further back in the history than the maximum allowed amount.
|
Duration (in seconds) info and error messages persist in the Service Portal before auto-dismissal glide.service-portal.notification_timeout.seconds |
Set the duration in seconds that non-critical notifications remain on the screen before they are auto-dismissed. If set to 0, messages do not auto-dismiss and require that a user close them.
Critical notifications should be tagged with the If the glide.ui.accessibility preference is enabled, messages don’t auto-dismiss, regardless of the system property value. To set this preference, see Enabling accessibility features. |
| Default sort order for announcements glide.service_portal.announcement.default_sort_order |
Define the sort order for banner announcements.
Options include:
|
| Enable debug runtime
information glide.sp.debug |
Controls whether the Angular.js flag
$compileProvider.debugInfoEnabled is set to true or false.
This option allows debug runtime information in the compiler, such as adding binding
information and a reference to the current scope on to DOM elements. This property
is turned off by default to improve performance on the instance.
|
| Property | Description |
|---|---|
|
Enable use of User Criteria records instead of Roles fields for Service Portal entitlements glide.service_portal.user_criteria_enabled |
Define permissions for Service Portal widgets, widget instances, pages, and search sources.
|
|
List of roles (comma-separated) that bypass User Criteria validation in Service Portal glide.sp.entitlement.override |
Allow users with a specific role to see any page, widget, widget instance, or search source regardless of user criteria.
|
You can access the properties listed in the following table in the System Properties [sys_properties] table.
| Property | Description |
|---|---|
| glide.service_portal.enable_acls_for_encoded_query_in_list |
Option to always enforce read ACLs for filter conditions specified in Simple List widget instances. If false, the Enforce field-level Read ACLs on Filter query terms option in Simple List widget instances determines whether to enforce the ACLs.
|
| glide.service_portal.enable_human_readable_urls |
Option to allow configuring human readable keywords in portal page URLs for the instance.
|
| glide.service_portal.enforce_cross_scope_check_in_form | Option to enforce validating cross-scope privileges to a table when the form widget fetches data from a table.
|
| glide.service-portal.notification.threshold |
Specify how many notifications should appear before users have the option to clear all notifications at once.
|
| glide.service_portal.sso.early_redirect.portals | Redirects users to the SSO Identify Provider (IdP) login page without first redirecting them to the portal login page. Provide a comma-separated list of portal suffixes. Note: If your portal uses a customized version
of the Login widget, you must update the sp_sso_early_redirection UI macro as needed to redirect users to the SSO Identify Provider (IdP) login page without trying to load the portal page
first.
|
| glide.sp.portals.language_selector_enabled | Allows any user to choose and view content in their preferred language. This property contains a list of portal sys IDs separated by commas. By default, the sys IDs for the Knowledge (/kb), Customer Support (/csm), and Customer Service (/csp) portals are included. For any portal specified, the language selector appears in the portal header if any languages are installed and active on the instance in addition to English.
|
| glide.sp.starting.page.ignore.list | Ignores intermediate pages used during SSO authentication in order for users to be directed to their starting page rather than an intermediate page. Provide a comma-separated list of page IDs.
|
| glide.sp.theme.parse_scss |
Option to allow compiled SCSS files to be loaded as links to improve repeat page view performance. If set to false, SCSS files are included inline in the page HTML instead.
|
| sp_allow_perf_debug_option_for_portals | Specify the portals to evaluate using the Performance Analyzer by providing a comma-separated list of portal suffixes. For users with the sp_admin or admin roles, the Performance Analyzer icon (
|