- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2023 01:56 PM
I am looking for a particular property which sets up the "timeout duration" of an idle Live chat. If there is not interaction on a live chat, after how long will it timeout?
Regards
Priya
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2023 08:10 PM
Hi @Priya080495 ,
To change the default idle chat timeout values, see add system properties. Add the com.glide.cs.idle_chat_reminder_timeout and the com.glide.cs.idle_chat_cancel_timeout properties to the System Property [sys_properties] table to set the chat reminder message timeout and the idle chat cancel timeout values. Create both properties at the same time.
- In the Filter navigator, enter sys_properties.list.
- Select New to add the com.glide.cs.idle_chat_reminder_timeout property.
- Complete these fields:
Field Value Name Enter the system property name: com.glide.cs.idle_chat_reminder_timeout Description Enter an explanation for this property: Idle chat reminder timeout (in seconds) Type Select integer. Value Enter the number of seconds before the idle chat reminder message is displayed, after the requester's last response. This value must be equal to or greater than 120 seconds, since the Idle Chat Timer Task job runs every 120 seconds to check active chat sessions. For example, if the idle chat reminder message is to be displayed 5 minutes after the requester's last response, enter 300 seconds.
Note: If you want to set an idle chat message reminder timeout that is under 120 seconds, you must also change the time at which the Idle Chat Timer Task job runs. The job must check for idle chats within a shorter timeframe. For example, if the reminder message timeout is 60 seconds after the requester's last response, set the Idle Chat Timer Task job to run every 60 seconds. For more information on base system scheduled jobs, see System scheduler. - Select Submit.
- Complete these fields:
- In the System Properties table, select New to add the com.glide.cs.idle_chat_cancel_timeout property.
- Complete these fields:
Field Value Name Enter the system property name: com.glide.cs.idle_chat_cancel_timeout Description Enter an explanation for this property: Idle chat cancel timeout (in seconds) Type Select integer. Value Enter the number of seconds before an idle chat is canceled (times out). This value must be larger than com.glide.cs.idle_chat_reminder_timeout, where the difference between this value and com.glide.cs.idle_chat_reminder_timeout is larger than or equal to 120 seconds (2 minutes, which is when the Idle Chat Timer Task job runs). For example, if the reminder message timeout value is 300 seconds (5 minutes), the idle chat cancel timeout value must be 420 seconds or greater.
Note: If you changed the Idle Chat Timer Task job, the difference between the chat cancel timeout value and the idle chat reminder timeout must be larger or equal to the Idle Chat Timer Task job time. For example, if the reminder timeout is 60 seconds and the Idle Chat Timer Task job is also 60 seconds, the idle chat cancel timeout value must be 120 seconds or greater. - Select Submit.
- Complete these fields:
To learn more, refer to the doc : https://docs.servicenow.com/bundle/rome-servicenow-platform/page/administer/workspace/concept/idle-c...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2023 03:03 PM
Hi @Priya080495 ,
There are two properties related to this:
1. com.glide.cs.idle_chat_reminder_timeout - OOB value : 180 seconds
2. com.glide.cs.idle_chat_cancel_timeout - OOB value : 360 seconds
The scheduled job is "Idle Chat Timer Task" which runs every 2 mins.
If my answer has helped with your question, please mark it as helpful and accepted solution.
Thanks!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2023 08:24 PM
I have searched for these properties but they are not found in the instance. The version is Tokyo.
Any other alternative?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2023 03:24 AM
@Priya080495 - if the properties dosen't already exist in your instance, you need to create those.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2023 08:10 PM
Hi @Priya080495 ,
To change the default idle chat timeout values, see add system properties. Add the com.glide.cs.idle_chat_reminder_timeout and the com.glide.cs.idle_chat_cancel_timeout properties to the System Property [sys_properties] table to set the chat reminder message timeout and the idle chat cancel timeout values. Create both properties at the same time.
- In the Filter navigator, enter sys_properties.list.
- Select New to add the com.glide.cs.idle_chat_reminder_timeout property.
- Complete these fields:
Field Value Name Enter the system property name: com.glide.cs.idle_chat_reminder_timeout Description Enter an explanation for this property: Idle chat reminder timeout (in seconds) Type Select integer. Value Enter the number of seconds before the idle chat reminder message is displayed, after the requester's last response. This value must be equal to or greater than 120 seconds, since the Idle Chat Timer Task job runs every 120 seconds to check active chat sessions. For example, if the idle chat reminder message is to be displayed 5 minutes after the requester's last response, enter 300 seconds.
Note: If you want to set an idle chat message reminder timeout that is under 120 seconds, you must also change the time at which the Idle Chat Timer Task job runs. The job must check for idle chats within a shorter timeframe. For example, if the reminder message timeout is 60 seconds after the requester's last response, set the Idle Chat Timer Task job to run every 60 seconds. For more information on base system scheduled jobs, see System scheduler. - Select Submit.
- Complete these fields:
- In the System Properties table, select New to add the com.glide.cs.idle_chat_cancel_timeout property.
- Complete these fields:
Field Value Name Enter the system property name: com.glide.cs.idle_chat_cancel_timeout Description Enter an explanation for this property: Idle chat cancel timeout (in seconds) Type Select integer. Value Enter the number of seconds before an idle chat is canceled (times out). This value must be larger than com.glide.cs.idle_chat_reminder_timeout, where the difference between this value and com.glide.cs.idle_chat_reminder_timeout is larger than or equal to 120 seconds (2 minutes, which is when the Idle Chat Timer Task job runs). For example, if the reminder message timeout value is 300 seconds (5 minutes), the idle chat cancel timeout value must be 420 seconds or greater.
Note: If you changed the Idle Chat Timer Task job, the difference between the chat cancel timeout value and the idle chat reminder timeout must be larger or equal to the Idle Chat Timer Task job time. For example, if the reminder timeout is 60 seconds and the Idle Chat Timer Task job is also 60 seconds, the idle chat cancel timeout value must be 120 seconds or greater. - Select Submit.
- Complete these fields:
To learn more, refer to the doc : https://docs.servicenow.com/bundle/rome-servicenow-platform/page/administer/workspace/concept/idle-c...