Skip to main content
I am able to remove the NEW button from the list view but cannot figure out how to do so for the tab view.  Users must be able to create new records, but I do not want them to do so from the tab view.  I must be able to give them list views.

 

Does this require replacing the tab view with a VF page?
1 respuesta
  1. 17 may 2013, 02:54
    My understanding is that the New button on the Tab view is dictated by having Create permissions on your profile for that particular object. Unfortunately, there is no Tab Layout editor which allows you to remove that particular button from the Tab.

     

    What you can do is override the New button and not have it do anything (message prompt, redirect, anything but bring up the new page). Then create a custom NEW button (which calls the new object page) where you actually want users creating records.

     

    http://na1.salesforce.com/help/doc/en/links_customize_override.htm
0/9000