Salesforce

Salesforce

The page isn’t evaluating the ‘Prospecting’ stage Salesforce Trailhead

Sample Code: <apex:page docType="html-5.0" standardController="Opportunity" title="Detals">    <apex:outputPanel rendered="{!if(Opportunity.stagename=='Prospecting',true,false)}">         This is prospecing tips    </apex:outputPanel>    <apex:outputPanel rendered="{!if(Opportunity.stagename=='Needs Analysis',true,false)}">         This is without ....