GWY
2022-05-05 bc1ded4de6761128cff0df6503ca2c0b316b43e4
1
2
3
4
5
<apex:page >
    <apex:includeScript value="/support/console/27.0/integration.js"/>
    <input type="button" value="Tour - 1" onclick="sforce.console.openPrimaryTab(null, '/apex/scc_tour_main', true, 'Service Cloud Console Tour', null, 'Service Cloud Console Tour');return false;" />
    <input type="button" value="Tour - 2" onclick="sforce.console.openPrimaryTab(null, '/apex/ca_tour_main', true, 'Communities Tour', null, 'Communities Tour');return false;" />
</apex:page>