Blogs
-
sObjects Ineligible for DML Operations
These objects do not support Data Manipulation Language (DML) operations in Apex, but they do allow for SOQL querying. Here is the list of such objects:
-
Facilitating Communication Across Salesforce UI Technologies with Lightning Message Service
There are lot of issue in communication between Visual Force Pages, Lightning Component and Lightening Web Component. We used to use Window object to communicate between these pages. Salesforce has introduce Lightning Message Service API in Winter’20 to communicate across the DOM, between Aura components, Visualforce pages, and Lightning web components. If application switching from Salesforce Classic to Lightning…
-
How to Upload Multiple Files Using a Lightning Web Component in Salesforce
The Lightning File Upload component offers a seamless and integrated solution for users to easily upload multiple files. It incorporates drag-and-drop functionality and file type filtering. This component is designed with the Lightning Design System file selector styling. Uploaded files are always linked to a specific record, making the record-id attribute mandatory. Users can access…