Junction Object And Self-Lookup in Salesforce

Junction Object Hope you guys enjoyed my last article and got a good idea about lookup and master-detail relationship. Now we are going to discuss junction object and self-lookup. Both… Read more »

Object Relationship in Salesforce

Hello friends, today we are going to discuss about object relationship in Salesforce. Basically, it is about how objects are connected to each other. I have seen lots of students… Read more »

Search Opportunity records based on user input in Visualforce page

A very common scenario is to search data based on user input. Therefore, understanding this kind of scenario is crucial.I have written this article to search opportunity records based on… Read more »

Count number of contacts on accounts using Trigger following best practices

In the below example I have followed best practices to write logic for counting number of contacts on account object. I have applied following points: Logic less trigger by using… Read more »