blog.christianpelayo.comRecord File Viewer - Lightning Web ComponentA modern Lightning Web Component for viewing, uploading, and managing files linked to Salesforce records. Works seamlessly in both Salesforce Core and Experience Cloud. Overview The Record File Viewer component provides an intuitive interface for fi...Jan 23路5 min read
blog.christianpelayo.comDownloading SObject Files in Salesforce Made Easy with JSZipIntroduction In Salesforce, you often need to download files associated with a specific record 馃搨. This can be challenging, especially with complex file structures and metadata 馃З. In this documentation, we will explore a code snippet that allows you...Jul 15, 2024路9 min read
blog.christianpelayo.comForceBoostOverview ForceBoost is a Visual Studio Code extension designed to enhance the Salesforce developer experience, making it more efficient and productive. This extension provides various features to simplify the debugging process and streamline the retr...May 17, 2023路3 min read
blog.christianpelayo.comLeveraging the Power of Decorators in Your LWC ComponentsIntroduction Hello everyone! 馃憢 In this blog post, we will take a closer look at the @api, @wire, and @track decorators in Salesforce Lightning Web Components (LWC). We will discuss what these decorators do, how they work, and provide some real-life ...Dec 15, 2022路5 min read
blog.christianpelayo.comUsing Lifecycle Hooks in Salesforce Lightning Web ComponentsIntroduction Hi there! 馃憢 Salesforce Lightning Web Components (LWC) are a modern, lightweight framework for building user interfaces in the Salesforce platform. One key aspect of LWC is its lifecycle, which allows developers to run specific code at d...Dec 15, 2022路4 min read