Property reference

glide.entry.page.script

The glide.entry.page.script property defines the script used to generate the login URL for the ServiceNow entry page. Admins should review this setting to customize the login experience or troubleshoot entry page issues.

Default: new SPEntryPage().getLoginURL() Type: string Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property specifies the script that determines the login URL for users accessing the ServiceNow instance.
What area does it affect? Login page configuration
What does the default mean? The default value is "new SPEntryPage().getLoginURL()", which is the baseline setting used unless it is changed.
When should you review it? Review this property when modifying login behavior or addressing entry page access problems.

Out of the box property record

Raw metadata from the property record.

Property name glide.entry.page.script
Sys ID
Type string
Application Global
Default value new SPEntryPage().getLoginURL()
Description
Updated