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 »
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 »
Writing SOQL query to retrieve records is one of the most common scenario while writing apex logic. Therefore strong hold on SOQL is very important. Below are some of the… Read more »
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 »
Hello friends, want to learn lightning? But with so many resources you are confused from where to start? Let me make your life easier by giving you the best resources… Read more »
Hello guys, as we have discussed about the objects in our previous blog. Salesforce Object and Fields If you don’t know about Salesforce objects, you can go through the… Read more »
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 »
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 »