Blogs

  • Enforce limitations On Specific Characters Across All Input Fields Using An Apex Trigger In Salesforce

    Opening Statement: At times, there might be a need to limit specific characters within input fields, making Apex triggers a valuable solution for such scenarios. Salesforce stands as a robust customer relationship management (CRM) platform capable of storing extensive and sensitive information. As a best practice, safeguarding data against malicious attacks and breaches remains crucial.…

    Read more…

  • Various Approaches For Binding Picklist Values In Lightning Web Components LWC

    This blog post delves into diverse techniques for binding picklist values within LWC and their application in the development process. Within this LWC component, three distinct picklist fields—Type, Industry, and Rating—are utilized. Let’s delve into how picklist values have been bound for these fields. 1. Employing the UI Object Info API The initial method for…

    Read more…

  • What Does Safe Navigation Mean In Apex?

    Salesforce highlighted a fresh “Safe Navigation Operator” in the Winter ’21 release notes. Take a look here. My friends and I have engaged in a friendly code review rivalry for years. This new feature is set to conclusively resolve that competition, at least among us. What’s the conflict about? Let’s simplify the scenario by outlining two…

    Read more…