ticketId
{Number | null} Returns the ID of the active ticket, or null if there is no active ticket.
Example
Returns the ID of the ticket that the agent is currently working on.
$('page').onLoad = function() {
dump('The current ticket ID is:', vcc.ticketId);
};
// The current ticket ID is: 1
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.