Properties for Connect Support

  • Release version: Zurich
  • Updated July 31, 2025
  • 2 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 Properties for Connect Support

    The Connect Support Properties page in ServiceNow provides configuration options specifically for Connect Support, allowing administrators to tailor support chat behaviors and settings. Note that starting with the Utah release, Connect Support is deprecated. Customers are encouraged to transition to Advanced Work Assignment and Agent Chat for similar functionality.

    Show full answer Show less

    Key Features

    • Enable or disable Connect Support: The glide.connect.support.enabled property controls whether Connect Support handles chat queue entries. When enabled, the Service Desk Chat button opens conversations in Connect Support, and a Support tab is visible in the Connect sidebar.
    • Agent conversation limits: The connect.support.conversationlimit property sets how many support conversations an agent can handle simultaneously. Setting this to -1 allows unlimited conversations.
    • Agent avatar visibility: The connect.support.showagentavatar property toggles whether agents’ avatars appear in support chats or if only their names are shown.
    • Idle session management: Two properties control idle user behavior within support sessions:
      • connect.support.idle.delay defines the inactivity duration before showing an idle countdown timer.
      • connect.support.idle.countdown defines how long the countdown lasts before the session is automatically closed if the user remains inactive.
    • Closed conversation visibility: The connect.support.user.closed.conversationlimit property controls how many closed conversations are visible in a user’s support history. A value of 0 shows all previous conversations.

    Practical Use for ServiceNow Customers

    Administrators with the admin role can access and configure these properties via Connect > Support Administration > Properties. These settings help manage agent workload, improve user experience with avatar visibility, and automate session cleanup through idle timers. Adjusting the closed conversation limit helps users focus on relevant historical chats without clutter. Understanding and configuring these properties enables a tailored and efficient support chat environment, though customers should plan migration to Advanced Work Assignment and Agent Chat as Connect Support is deprecated.

    The Connect Support Properties page provides several configuration options specifically for Connect Support.

    Important:

    Starting with Utah, Connect Support has been deprecated. For similar capabilities, please move to Advanced Work Assignment and Agent Chat. For details, see Move from Connect Support to Advanced Work Assignment and Agent Chat.

    These properties are available for Connect Support.
    Table 1. Properties for Connect Support

    Users with the admin role can access these properties by navigating to Connect > Support Administration > Properties.

    Note:
    The Connect Properties page contains many general Connect properties that impact Connect Support.
    Property Description
    Should Connect be used for handling chat queue entries

    glide.connect.support.enabled

    Disables or enables Connect Support. When the property is enabled, the Service Desk Chat button in the Employee Self-Service portal opens the conversation in Connect Support, rather than legacy chat. Additionally, the Support tab appears in the Connect sidebar.
    • Type: true | false
    • Default value: true
    • Location: Collaborate > Support Administration > Properties
    Number of support conversations an individual agent can have at one time (-1 is unlimited)

    connect.support.conversation_limit

    Determines how many support conversations an individual agent can have at one time. When the value is set to -1, an agent can participate in an unlimited number of conversations.
    • Type: integer
    • Default value: -1
    • Location: Collaborate > Support Administration > Properties
    Show agent avatar in Connect Support conversations.

    connect.support.show_agent_avatar

    Determines whether an agent's avatar is shown in a support conversation (enabled). When the property is disabled, users see the agent's name only.
    • Type: true | false
    • Default value: true
    • Location: Collaborate > Support Administration > Properties
    Number of seconds to wait (without user interaction), before presenting end users with an idle countdown timer

    connect.support.idle.delay

    Determines how many seconds a user must be inactive in a support conversation before an idle countdown timer appears.
    • Type: integer
    • Default value: 120
    • Location: Collaborate > Support Administration > Properties
    Number of seconds to count down from before marking end user as having left their support session

    connect.support.idle.count_down

    Determines how many seconds the idle countdown timer remains open after it appears. If the idle user does not dismiss the timer before the countdown completes, the system closes the support session.
    • Type: integer
    • Default value: 60
    • Location: Collaborate > Support Administration > Properties
    Limits the number of closed conversations that the support user can see. (0 = unlimited)

    connect.support.user.closed.conversation_limit

    Determines how many closed conversations appear in a user's support conversation history. When the value is set to 0, all previous conversations appear in the history.
    • Type: integer
    • Default value: 0
    • Location: Collaborate > Support Administration > Properties