To add, I created an Event handler called 'InboundCallAccountNotFound' (please see below)
This event handler should be chosen when i don't find any record and open 'MTA Activity List View'
The issue here that whenever i don't find a record, the screen stays on the 'Home' tab and a window comes up on the left side with my number populated.
what i need is to open the 'MTA Activity List View' and populate the caller's information. such as Date and time of the call, phone number.. etc.
[EventHandler:InboundCallAccountNotFound]
Filter.Siebel_TaxID = "?*"
DeviceEvent = "EventConnected"
Response = "InboundCallAccountNotFound"
Order = "5"
[EventResponse:InboundCallAccountNotFound]
FindDialog = "Service Request"
MultiView = "MTA Activity List View"
QueryBusComp = "Action"
QueryBusObj = "Action"
SingleView = "MTA Activity List View"
Log = "LogIncomingCallContactNotFound"