How to fetch Contact details from Opportunity Contact Roles using SOQL in Salesforce? SOQL QUERY: SELECT Id, Opportunity.Name, Contact.Email, Contact.Name, Role, isPrimary FROM OpportunityContactRole Where OpportunityId =’OpportunityID’ Here: OpportunityID –…
March 2017
- Email TemplateSALESFORCESalesforce CustomizationSalesforce.comVisualforce
- Email TemplateSALESFORCESalesforce CustomizationSalesforce.comVisualforce
How to get the Primary Opportunity Contact Role Information in Salesforce Email Template?
How to get the Primary Opportunity Contact Role Information in Salesforce Email Template? Its possible using the Visualforce Email Template and below is the Visualforce Email Template Code Salesforce Email…
- Email TemplateSALESFORCESalesforce CustomizationSalesforce.comVisualforce
How to get the Opportunity Contact Role details in Salesforce Email Template?
How to get the Opportunity Contact Role details in Salesforce Email Template? This is not possible in normal email template Text or HTML (using Letterhead) or Custom (without using Letterhead).…
-
Saleforce Administrator 201– Winter ’17 Maintenance Release Exam 1) Universal Containers’ sales reps use the Lightning Experience. They need to send quotes to their prospects. How can this be accomplished?…
-
Saleforce Developer 401– Winter ’17 Maintenance Release Exam 1) Which capability does the Lightning Mass Action feature allow beyond standard Actions? A. Firing a single action on multiple objects at…
-
Salesforce Certified Platform Developer I – Winter ’17 Release Exam Salesforce Certified Platform Developer I – Winter ’17 Release Exam 1) Name two required steps for enabling debug logging for…