What is KPI?
KPI stands for Key Performance Indicator. In CRM, KPIs plays a vital role. KPIs helps an organization to evaluate its success or failure or areas to be concentrated for better ....
KPI stands for Key Performance Indicator. In CRM, KPIs plays a vital role. KPIs helps an organization to evaluate its success or failure or areas to be concentrated for better ....
B2B stands for Business-to-Business. B2B is nothing but business between two businesses. Customer is not involved in B2B. B2B defines the transactions among businesses. Example: 1. Manufacturer and Wholesaler 2. ....
Scenario 1: Sample Code: Trigger: trigger sample on Account (after insert, after update) { Sample1.test(trigger.new); } public with sharing class Sample1{ public static void test(List<Account> acctList){ ....
Check rows to filter, then drill down by in Reports in Salesforce is used to change the group by field in the report. It is available only in Summary and Matrix ....
Select Events with Invitees report type. Make the report format as Summary and group it by Event Invitation.
Developer Exam: Training Link: http://www.salesforce.com/customer-resources/releases/spring14/release-training.jsp Release Notes: https://na1.salesforce.com/help/pdfs/en/salesforce_spring14_release_notes.pdf You will have 3 attempts to pass the exam. There are 5 exam questions and the passing score is 80%. Administrator Exam: ....
Follow the below steps to change report criteria dynamically in Salesforce 1. Create a report with conditions null or blank. 2. Create a Visualforce page. <apex:page> <apex:form > <apex:pageBlock ....
Code coverage is calculated by dividing the number of unique Apex code lines executed during your test method execution by the total number of Apex code lines in all of ....
For both Administrator and Developer maintenance exams, the last day for Spring '14 Certification Maintenance is July 18, 2014, prior to the next release (Summer ‘14). Kindly visit the schedule page for ....
If you want to learn SOQL advance concepts, make use of the below link http://www.packtpub.com/getting-started-with-soql/book This book will be very helpful for DEV 501 certification preparation. Note: Kindly refer this to ....