Lightning Web Component, LWC Coding

uirecordapi: The Easy Way to Interact with Salesforce Records in LWC

The uirecordapi module in LWC provides a way to interact with Salesforce records from within a Lightning Web Component. It includes methods for getting, creating, updating, and deleting records, as well as for getting and setting field values. What is uirecordapi? The uirecordapi module is a part of the Salesforce Lightning Platform. It is a… Continue reading uirecordapi: The Easy Way to Interact with Salesforce Records in LWC

LWC Coding

Custom popup/overlays in LWC

In this blog we will see how we can create modal popup in lwc with using any custom styling or html tag.Recently in winter 23, salesforce released a module in lwc named as 'lightning/modal'. This module can be used to create modal popup's or overlays in lwc with standard template tags. This means you dont… Continue reading Custom popup/overlays in LWC