An exception is thrown when a list is used in a statement where the code is trying to access a value where there isn’t one.…
When creating a visualforce page for a specific requirement, it is important to ensure the syntax used to write the page is accurate as often…
When writing batch apex, the values and state of the batch is reset per transaction. If there is a need to reference a value from…
If you are searching for a quick and easy way to highlight data in a report, to distinguish between rows based on certain criteria, then…
Salesforce takes data security very seriously and has multiple ways by which it restricts and grants access to data to individuals or groups of users.…
When working with records of an object, that are linked to another object using either a Lookup or Master-Detail relationship, accessing information from one linked…
Salesforce introduced Global Picklist in Summer’16. They cater to a need where multiple objects have similar picklist fields that have the same set of picklist…
When writing an Apex trigger, a developer should be familiar with when to use Trigger.New or Trigger.NewMap context in their code and also know which…
Salesforce have their own servers to allow users to send emails from within the Salesforce Application. This makes it easier for a user who is…
SOQL or Salesforce Object Query Language throws an exception when the query does not return any records that meets the conditions in the WHERE clause…