Cette entrée n'est pas disponible en français. Par conséquent, le texte anglais est affiché.
Shows button for activation for portatour® and the most important Call Settings for Customers:
The component is suitable for application in Accounts, Leads and Contacts. Below is an example of integration into a simple Visualforce page for Accounts:
<apex:page standardcontroller='Account'>
<h1>{!ID}</h1>
<pt:ptcustomercallsettings
SObject='{!Record}'
RetURL='{!$CurrentPage.URL}'
Rendered='{!!ISNULL(ID)}'
/>
</apex:page>