List in Salesforce
Hello friends, Welcome to sfdcAmplified. Today we will learn about list in Salesforce. Preface I will encourage you to read the previous blog post where I have written Datatypes and… Read more »
Hello friends, Welcome to sfdcAmplified. Today we will learn about list in Salesforce. Preface I will encourage you to read the previous blog post where I have written Datatypes and… Read more »
Scenario: Create a real word dictionary showing multiple words on different pages. With this use case you will be able to learn the nested usage of map and list. 1.I… 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 »
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 »
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 »