Salesforce interview with Fiverr
Difference between role and profile? Profiles help to control object privileges such as CRED (Create, Read, Edit, Delete). They also contain system permissions that a user can carry out such as… Read more »
Difference between role and profile? Profiles help to control object privileges such as CRED (Create, Read, Edit, Delete). They also contain system permissions that a user can carry out such as… Read more »
Given string is palindrome or not ? Palindrome is a string that reads the same backward as well as forward and can be of odd or even length. A palindrome… Read more »
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 »
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 »
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 »