October 2015

Salesforce

Salesforce Interview questions with answers Part 28

1. Explain your roles in the project. https://www.infallibletechie.com/2014/10/what-are-all-roles-and-responsibilities.html https://www.infallibletechie.com/2014/11/roles-of-salesforce-administrator.html 2. Any custom functionality have you developed? https://www.infallibletechie.com/2012/06/auto-complete-text-box-in-salesforce.html https://www.infallibletechie.com/2012/06/dynamically-adding-rows-in-apex.html 3. I have three text fields.. say first name, middle name and ....

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 ....