- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2023 03:32 AM
I want to show a no agent available message based on the Schedule time
if it is falling during the Schedule time then the message should display 'No agents available to take the chat, all are busy in other chat'
if it is falling outside the Schedule time then the message should display 'All agents are offline now, please contact during the working hours 8AM-5PM Mon-Fri'
@Mark Roethof
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2023 11:11 AM - edited ‎06-19-2023 11:29 AM
Remove lines 2,9 and 10. Sorry about that as I should have noticed that when you added that directly in the workflow.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2023 10:47 AM
It's definitely possible, have done this before, though have to dig in to this, can't answer it with 2 or 3 minutes 😅
Kind regards,
Mark
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2023 01:27 AM
Any chances?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2023 04:26 AM
I think the challenge in your question is that only checking isLiveAgentAvailable is not enough. Because you could have a schedule attached to the queue, though what if no one in the queue is online at that moment? And you are asking for very specific messages (and follow-up actions?)
Or did I misunderstood?
I don't think there is an out-of-the-box vaSystem property for such. Though ofcourse you could check first check if live agent is available, and if not, check if you are inside office hours or not. It's a small workaround, though would be possible.
First check isLiveAgentAvailable. If yes, decision which connects to live agent. If no, decision to check if inside office hours or not, depending on this present a message.
Kind regards,
Mark
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2023 04:34 AM
How do I configure it?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2023 04:40 AM
What part exactly?
Or: share what you actually tried and where you are exactly stuck. Then we can just help you on that bit.
Kind regards,
Mark
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field