
1 respuesta
Hi Avesh,Use that code :<apex:page controller="OppRenderPageClass"> <apex:outputPanel rendered="{!IF(Opportunity.RecordTypeId == '012400000009mCCAAY',true,false)}"> test<apex:outputField value="{!Opportunity.RecordTypeId}"/> <apex:include pageName="OppVfPage" /> </apex:outputPanel> <apex:outputPanel rendered="{!IF(Opportunity.RecordTypeId =='01240000000UWKDAA4',true,false)}"> <apex:include pageName="LostReason" /> </apex:outputPanel> </apex:page>Thanks,Rajendra