Facing error message while setting up Agent chat
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2023 01:03 AM
onChange script error: ReferenceError: enableQueue is not defined function onChange_sys_cs_live_agent_setup_itsm_fulfiller
function onChange(control, oldValue, newValue, isLoading, isTemplate) {
if (isLoading || newValue === '')
{
return;
} enableQueue('itsm_fulfiller');
}
We are trying to change the ITSM Fulfiller UI field value from Connect to Agent Workspace. That is when I encountered this error. Your help is appreciated!!
0 REPLIES 0