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 »
Custom settings are similar to custom objects and enable application developers to create custom sets of data, as well as create and associate custom data for an organization, profile, or… Read more »
Creating a blog can seem like an intimidating prospect, particularly if it’s first time. Fortunately, if we have chosen WordPress as our platform, we are off to a great start. WordPress makes… 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 »
Set: A set is an unordered collection of elements. Set elements can be of any data type—primitive types, collections, sObjects, user-defined types, and built-in Apex types Set does not allow… Read more »
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 »
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 »