Hi,
I have a visualforce page on my contact page layout in Classic that is working as expected but i do not want it visible in Lightning in order to prevent collision detection when editing. I thought it was as simple as not checking the visualforce page to be available in Salesforce/Lightning but they hasnt worked. Has anyone else come across this?
1 Kommentar
Tom, that checkbox controls whether a VF page is available to be embedded in the VF 'component' in App Builder. To do what you are trying to accomplish, you either have to create two page layouts (and two profiles), or you have to embed a conditional rendering check in the VF itself.