Blogs

  • AngularJS Integration with Salesforce Lightning Design System Part 2

    Sure, let’s rephrase that: The previous application we developed was quite straightforward but effectively showcased AngularJS’s dynamic data binding. In this post, we aim to craft an application that fetches and showcases 10 user-owned Accounts from our Salesforce org in a tabular format. While this example remains relatively uncomplicated, it serves as a demonstration of…

    Read more…

  • Hello World The Fundamentals of Salesforce Apex Coding And Programming

    A valuable asset for a Salesforce administrator is a basic grasp of the Salesforce Apex programming language. This understanding enables administrators to comprehend an application’s functionality better. Consequently, they can elucidate the underlying logic to users and troubleshoot issues without immediate reliance on a Salesforce developer. To facilitate Salesforce administrators in delving into Apex coding,…

    Read more…

  • Configurable Record Picker In Lightning Web Component

    Creating a configurable record picker in Lightning Web Component has been traditionally achieved through custom lookup components, like the Generic Multi-Select Lookup Component, for multi-record selection. While such components remain relevant for multiple-record selection, Salesforce introduced the lightning-record-picker control to simplify the selection of single records within custom LWC (Lightning Web Component) screens. This new…

    Read more…