Category: Salesforce

  • Apex Interview Question – Salesforce – Part 16

    151. Give Sample Code Snippet of Apex that that will show that how Parent and Child record can be inserted in Single Statement ? Ans : It can be done with help of External Id. 152 . Which SOQL statement can be used to get all records even from recycle bin or Achieved Activities? Ans…

  • Setting up LiveAgent in Salesforce – Video Tutorial

    This Video tutorial will help on basics of LiveAgent in Salesforce. It will Explain How to enable Live Agent How to add Chat Buttons How to add Skills and Agent Configuration Adding Deployment Chartlets Setup Service Cloud Console to use with Live Agent

  • How to Configure Salesforce for Outlook – Video Tutorial

    This Video Tutorial will help to beginners on basic setup of Salesforce for Outlook. How to create Outlook Configuration Which objects can be synchronized Deciding on direction of Synchronization Creating DataSet Attach Email with any record Setting field mapping for Custom fields of Contact in Outlook and in Salesforce

  • Troubleshooting Email to Case

    In Previous article, I have explained that how to configure Email to Case Agent for creating of cases in Salesforce. This article depicts how to troubleshoot few common problems of Email to case or On Demand Email to Case. Q 1 : Why reply to email is also becoming new Case instead of Comment on…

  • Working with Email to Case Agent in Salesforce

    I have searched web for proper “Email to Case” agent tutorial but didn’t find enough information so decided to write my own one. Many of you already knows that we have “On – Demand” email to case, so what is need of this Agent? However there are existing client which are already using this toolkit…

  • JQuery Based Raffle in Salesforce

    Recently i run into very interesting scenario where i had to randomly take name of few contacts. There are many ways to do it but I thought why not to implement this functionality in Salesforce with help of some Javascript? So i came up with this – JQuery based Raffle in Salesforce. I have created…

  • AutoComplete Component in Visualforce using JQueryUI

    In this tutorial, I am going to explain very Simple AJAX and JSON based Auto Complete component with the help of JQuery UI. First I am assuming that you already have Static Resource of named “AutoCompleteWithModal“. This Static resource has all images, CSS and JQuery library needed to implement this component. In one of my…

  • How to prepare for Dev 501 Certification – Salesforce

    This is first time i am going to write article on any Salesforce Certification. This time it is about “How to Pass Salesforce Dev 501 Certification”. I have already received many request on how to prepare for this certification. Dev 501 certificate in Salesforce will validate that how comfortable you are as a developer with…

  • Salesforce Interview Question – Part 15

    141 : User Wants to set the starting day in Calendar as “Monday” instead of “Sunday”. How to get it done? Ans : Change the user locale to “English ( United Kingdom ) ” in Personal information or User record. 142 : Why CSS is not working in PDF created by Visualforce ? Ans :…

  • Dynamic Report Filters in Salesforce

    I have seen many customers in need to have Dynamic Filter. In Absence of Dynamic filter, many times we end up with creating multiple reports with same format and different condition. Many time, we need something like get all cases related to Parent Account of Opportunity. We can simply create a report for Case and…