isInbound
{Boolean} true if the current call is an inbound one.
Example
Show a special warning message for inbound calls.
$('page').onLoad = function() {
vcc.getController('page', 'message').hidden = !vcc.isInbound;
};
Features to boost outbound activities
Fueling your outbound sales
VCC live for inbound contact centers
Transforming customer service for tbi bank
Key channels VCC Live supports
Selected integrations for VCC Live users
Handle calls without leaving Salesforce
{Boolean} true if the current call is an inbound one.
Show a special warning message for inbound calls.
$('page').onLoad = function() {
vcc.getController('page', 'message').hidden = !vcc.isInbound;
};
Comments
Can’t find what you need? Use the comment section below to connect with others, get answers from our experts, or share your ideas with us.
There are no comments yet.