Trying to edit the chat action, but changes are not reflecting.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2023 09:45 AM
We have a chat action "Create Incident from Chat" this is not setting up the channel to Chat, it is defaulting to phone. Is this the place to make changes?
We are trying to create incident from chat. And create a message "INC###### created " within the chat.
Thanks,
Rajini
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2023 10:28 PM
Hi,
Try this
g_chat.fire(LiveEvents.WINDOW_CREATE_DOCUMENT,
'incident',
{
caller_id : g_chat.getChatQueueUser(),
contact_type : 'chat',
short_description: g_chat.getProperty('short_description')
}
);
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2023 02:06 PM
It did not work. I tried uppercase "Chat" lowercase "chat" nothing worked.