- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2020 08:35 AM
Hi, I am currently in the implementation of the Advanced Work Assignment for the sc_task, but the Capacity in use is not refreshing the counting after tasks are closed causing that Tech don't receive a new task.
Table: awa_agent_presence_capacity_list
Field: ac_workload
There's a Client Script (OOB) that run
function onChange(control, oldValue, newValue, isLoading, isTemplate) {
if (newValue < 0)
g_form.showErrorBox('max_capacity', getMessage('Capacity must be greater than or equal to 0'));
}
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2021 06:46 AM
Hi
Yes, I find the root of cause of the issue. There is a scheduled job called "Re-register AWA Record Watcher" which automatically re-create missing record watcher responders. It is active OOB and in my case it was set to false.
Make sure is set to true.
Let me know if this works for you.
Regards,
Edxavier Roberto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2021 12:47 AM
Hello,
The job is already active in my case but I still have the same issue. Did anyone find a solution to make the capacity in use change when an incident is resolved ?
Thanks,
SY
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2021 07:25 PM
Same here. Job is active but the Capacity in Used is still not updating. Have you find a solution ? Based on my setup in Service Channel, Utilization condition is set set to State is oneOf (New,In Progress, On Hold) but after I resolved the ticket , Capacity in Used is not updating.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2021 08:19 PM
Hi Sy,
Have you find a solution for this?
Thanks,
Kyu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2021 11:07 PM
Was this issue resolved? Can you pls share the resolution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2021 06:27 AM
Hello,
Yes I did. I added the same condition as
BR,
SY