Visualforce Scenario-1
The following visualforce code will automatically prompts to the "My Contacts" once we
click on Contacts tab.
Override the following Visual force page with the Contacts tab
<apex:page tabStyle="Contact">
<script>
window.onload=function(){
parent.document.location.href="/003?fcf=00B28000003Qk7B";
}
</script>
</apex:page>
click on Contacts tab.
Override the following Visual force page with the Contacts tab
<apex:page tabStyle="Contact">
<script>
window.onload=function(){
parent.document.location.href="/003?fcf=00B28000003Qk7B";
}
</script>
</apex:page>
Comments
Post a Comment