function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ruturaj R DRuturaj R D 

I have one custom object tab and one VF page tab.I want to display VF page tab contents on a custom object tab.If anyone has solution,Please help

Niraj Kr SinghNiraj Kr Singh
Hi Rituraj,

Please try tabStyle in VF page.

Considering your custom object name: TestObject__c
Then try Like: 
<apex:page controller="ControllerName" sidebar="false" tabStyle="TestObject__c">

plz mark your ans if it works for you.

Thanks
Niraj
Ruturaj R DRuturaj R D
Hi Niraj,Thanks for the help it did not worked for me.I have VF page tab containig three buttons and I want to display it on another custom object tab