Invalid Operation Method: undefined error while launching Custom AI Agent from Service Center
Summary:
I have created workflow agent and i would like to launch it from Service smart action, so I have followed below steps.
Created Smart action "CUST-CreateOptyforthisSR-serviceRequests"
Added Code to vbEnter Listener
Application: Service Center > service > ec > sr > details
Created beforeInvokeSmartActionEvent Listener
.When I launch facing below error attached screen for your reference
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
26A
Code Snippet (add any code snippets that support your topic, if applicable):
/* global CX_SVC_UI_EVENTS_FRAMEWORK */
define([
'vb/action/actionChain',
'vb/action/actions',
'vb/action/actionUtils',
'vx/oracle_cx_serviceUI/ui/self/applications/service/resources/js/UEF/uefUtils', //you must import them in the JavaScript module definition section.