Smriti SharanComments Off on Map methods in Salesforce
Maps are a critical data type to get to know when developing on the Force.com platform A map is a collection of key-value pairs where key should be unique and… Read more »
Smriti SharanComments Off on 80 Tricky Salesforce Interview Questions
1.Whenever case is created send email to case owner. How to do that? We can do it using flow. 2.How to call Future methods from Process Builder? To call… Read more »
Smriti SharanComments Off on Salesforce Interview with Deloitte
DescriptionDeloitte Q.What is standard controller, custom controller and extension?Standard controller:contain the same functionality and logic that are used for standard Salesforce pages.Custom controller:Custom controllers contain custom logic and data manipulation… Read more »
Smriti SharanComments Off on Interview Questions on Collections: List, Set and Map
Q What is Collection in Salesforce? The collection is the type variables which can store multiple numbers of records. It can increase and decrease dynamically. Q Difference between 1 dimensional… Read more »