1 respuesta
Hi Oliver,
Yes its possible to create the disposition codes.
You can use the sforce.console.chat.endChat(chatKey:String, (optional)callback:Function)method to perform the operations that you want when Chat is ended.
or you can use sforce.console.chat.onChatEnded(eventHandler:Function) method. Whichever suits your requirment.
Refer the link below to check the functions :
https://developer.salesforce.com/docs/atlas.en-us.api_console.meta/api_console/sforce_api_console_endChat.htm