Tag: salesforce developer

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 »

Setup for Lightning Web Component

Salesforce spring’19 release has brought many exciting features and one of them is lightning web component. It is a new programming model for building Lightning components. This development introduces new tooling… Read more »