MobileDeepLinkGenerator - Global

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 4분
  • The MobileDeepLinkGenerator script include provides methods to embed a link to a mobile app list or form applet.

    Use this script include in a global server-side script to create a link to a list or form applet within these apps:
    • Now Mobile
    • Mobile Agent
    For example, create a link from an email, push notification, or Virtual Agent conversation that opens a record or list of records in the app. The form or list only includes data that the user has access rights to view.

    For an example of this API used in a push notification, see Configure push notification message content. For additional information on deep links, see Deep linking for mobile.

    MobileDeepLinkGenerator - MobileDeepLinkGenerator(String clientType)

    Instantiates a MobileDeepLinkGenerator object for a specific mobile app.

    표 1. Parameters
    Name Type Description
    clientType String Name of the app to create a link to.
    Options:
    • agent: Creates a link to a list or screen in the Mobile Agent app.
    • request: Creates a link to a list or screen in the Now Mobile app.
    var glide = new global.MobileDeepLinkGenerator('onboarding');