function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Rahul KotianRahul Kotian 

Open console tab after live agent chat initiated

Hi guys,
I have a requirement for live agent chat:
1) we have a pre chat form where we gather the customer info.
2) If the fields match with existing contact in salesforce then open that contact sub tab in console (which can be achieved using "liveagent.prechat.findorcreate.map.doFind:Contact" and "liveagent.prechat.findorcreate.map.isExactMatch:Contact" )
3) But if the contact doesnt exist we need to open a console tab which has our custom search page .
I didnt find any methods in liveagent api to open sub tab in console.  
Any suggestions on how to achieve this ?