ticketRelations
{Array | null} Returns the relations of the active ticket, or null if there are no ticket relations.
Example
Returns the parent/child relations of the ticket that the agent is currently working on.
$('page').onLoad = function() {
dump('The current ticket relations are:', vcc.ticketRelations);
};
// The current ticket relations are: [{ relationType: 'child', ticketNo: '2-20261203' }]
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.