Reassign Button (Voicemail)
Clicking this button in the VMail Detail page in the Oracle CRM On Demand UI opens the voicemail reassign dialog in the CTI application.
The HTML custom attributes for the button are:
data-cti-action="reassignVmail"
data-cti-interactionId="interactionId"
An example of HTML for the button is as follows:
<td onmouseover="toggleNavButton(this);" onmouseout="toggleNavButton(this);" onkeypress="onButtonPress(this);"
onclick="function () {return false;};" tabindex="2" class="buttonTD" data-cti-action="reassignVmail" data-cti-interactionId="21646540540654064" id="CODDetailVMForm7715170*2">
 Reassign </td>