• Vince O'Donnell
  • NEWBIE
  • 8 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies

Can you pls help on this question.
Q) What can an administrator configure for users on the search result page? Choose 3 answers
a. Columns displayed for each object
b. Filter by which users can narrow down results
c. Number of records displayed for each object
d. Fields being searched on for each object
e. Objects included in the search a. Columns displayed for each object
  • August 24, 2015
  • Like
  • 0

I have spent a day trying to resolve an issue and I am so close! But I think the final solution is beyond my abilities...

I have a custom object (Event) where I would like to hide the New button on the Object Tab - I want to force people to create the Event from the Related List on another object (Inquiry).

 

Initially I tried to override the Button with a simple error message page I made with guidance from this blog - http://rjpalombo.com/2012/04/override-a-standard-salesforce-page-with-visualforce/ - but that impacts the usage of the New button everywhere, including my Related List on Inquiry.

 

I got really excited by this post - http://forums.sforce.com/t5/forums/forumtopicprintpage/board-id/Visualforce/message-id/37818/print-single-message/false/page/1 - which lead me to override the custom tab with a simple Visualforce page with EnhancedList, or even just ListView - but both still include the New button.  There is a comment on that post that claims "If you just want to hide the new button, modify the selector" but I don't know how to do that.

 

Thanks in advance for any assistance! Hopefully I will eventually get past the copy-and-paste-other-peoples-markup phase...