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
Nagaraju Mogili 33Nagaraju Mogili 33 

How to remove the standard new button from the tab view in lightning

Raj VakatiRaj Vakati
You can not remove it from the "Recently Viewed" ListView ...

this is possible on most list view thanks to the "List View" setting in the "Search Layout" section of an object, but strangely, when untick, the button continues to appear when the "Recently Viewed" List View is selected (then disappear when selecting another View).


https://success.salesforce.com/ideaview?id=08730000000Bq6yAAC
  1. The only solution is either override the new button 
  2. or override the tab 
  3. remove   the User's permission to create new records of that object
  4. Validation Rule that makes sure no one is creating new records etc