Esta información no está disponible en castellano. Por lo tanto, se muestra el texto en inglés.
Shows button for activation for portatour® and visualizes the most important Call Settings for Appointments:
Below is an example of integration into a simple Visualforce page:
<apex:page standardcontroller='Event'>
<h1>{!ID}</h1>
<pt: ptappointmentcallsettings
Event='{!Record}'
RetURL='{!$CurrentPage.URL}'
Rendered='{!!ISNULL(ID)}'
/>
</apex:page>