My standard view button is overriden by visualforce page.
I want to remove that page but it's contains visibility logic for custom button. That is when we create/save a record those buttons are visible based on the logic written in vf page.
I am unable to get feed view because of the overriden vf page on view button.
Is there any possible way to show buttons on the page and remove that vf page from view button?
my only attempt is to remove that vf page from view button.
Asked
Active
Viewed 336 times
2

Kriti
- 21
- 2
1 Answers
0
In Classic there are no extra buttons in new/edit mode, period. You can't achieve same functionality with a standard page layout, maybe using some console/sidebar hacks...
Have you tried doubling down on the visualforce override? You could create apex:tabPanel
yourself, put apex:detail
(like you probably already have) in 1 tab, support:caseFeed
in another... It'll probably be ugly but close enough.
When do you plan to move to Lightning Experience? The other layout editor (App Builder) offers page sections you can conditionally show/hide and recently - even the header actions/buttons can be shown/hidden based on some criteria)

eyescream
- 18,088
- 2
- 34
- 46