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
NervosaNervosa 

Custom objects on a VF page: creating, deleting, sorting and so on.

I wonder if i have an opportunity to do such thing.

My custom object in my app is called "Item". There is a tab on the top of the page called "Items". How can i make VF page to be shown instead of standard salesforce interface when i click this tab?

Best Answer chosen by Admin (Salesforce Developers) 
Devendra@SFDCDevendra@SFDC

 

You can create a visualforce page and override Tab from the section "Standard Buttons and Links" on the custom object definition page.

 

Hope this helps :)

 

Thanks,

Devendra

All Answers

Devendra@SFDCDevendra@SFDC

 

You can create a visualforce page and override Tab from the section "Standard Buttons and Links" on the custom object definition page.

 

Hope this helps :)

 

Thanks,

Devendra

This was selected as the best answer
NervosaNervosa

Thanks a lot! I'll try it :)

 

Maybe you could also answer this my question - http://boards.developerforce.com/t5/Visualforce-Development/Can-a-validation-rule-function-as-a-conttroller-on-a-VF-page/td-p/532829

 

I'd be very grateful for your help :)