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
Damien GRIGNONDamien GRIGNON 

How to add a Visual Force Page to the Case Close Page Layouts ?

If I put only  
<apex:page standardController="Case"> xxxxx </apex:page>
the Visual Force page is displayed only on Layout dedicated to the Case .

I tried with this without succcess
<apex:page standardController="Case Close"> xxxxx </apex:page>
Never displayed on Case Close Page Layouts. 

Is there any possibility ? 
Thanks
SonamSonam (Salesforce Developers) 
I checked ona  way to get this implemented but doesn't look like we can have a inline VF page on the close case page layout - you will have to replace the whole page with a VF in this case.