Oracle CRM On Demand CTI Developer's Guide > Tracking UI Events in the CTI Application > UI Controls >

Save Button on Wrap Up Form


Clicking this button in the Oracle CRM On Demand UI ends the wrap-up for an interaction in the CTI application.

The HTML custom attributes for the button are:

  • data-cti-action="endWrapUp"
  • 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="endWrapUp" data-cti-interactionId="21646540540654064" id="CTIWrapUp_Save">

&#160;Save&#160;</td>

Oracle CRM On Demand CTI Developer's Guide, Release 38 Copyright © 2019, Oracle and/or its affiliates. All rights reserved. Legal Notices.