Mobile deep link structure

  • Release version: Australia
  • Updated March 12, 2026
  • 3 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Mobile Deep Link Structure

    This guide provides a clear understanding of how to construct and utilize mobile deep links in ServiceNow applications. Mobile deep links consist of three main components: a variable name, a reference to a mobile app, and a public method for generating the link.

    Show full answer Show less

    Key Features

    • Variable Name: Choose an identifiable name for the deep link variable for easy future reference.
    • Mobile App Call: Specify the mobile app the link targets, either the Now Mobile app or the Mobile Agent app.
    • Public Methods: Use various methods to create links, each serving different purposes:
      • getButtonLink: Links to input form screens.
      • getFormScreenLink: Links to non-parameterized form screens.
      • getLauncherScreenLink: Links to launcher screens.
      • getPrefillLink: Automatically pre-fills login details for first-time users.
      • getScreenLink: Links to list or non-parameterized screens.
      • getSSOPrefillLink: Generates SSO links for user authentication, requiring Multi-Provider SSO plugin activation.
      • getUniversalLink: Creates links to various resources based on a given URL.

    Key Outcomes

    By effectively using mobile deep links, ServiceNow customers can streamline user navigation within mobile applications, enhance user experience, and facilitate secure authentication processes. Understanding these components empowers you to create tailored links that meet your application's needs and improve service delivery.

    Familiarize yourself with how to construct and use mobile deep links in any screen type within a mobile app.