Drag and Drop in LWC
This post will run through the simple way that got me understanding better the Drag and Drop API.
I will share an example below of how to integrate a drag and drop functionality into your lightning web component.
This post will run through the simple way that got me understanding better the Drag and Drop API.
I will share an example below of how to integrate a drag and drop functionality into your lightning web component.
Summary and notes of the entire study guide for this exam. This post has extracted some texts and links from the web to centralise the material into one page.
Read more “Salesforce Certified Integration Architecture Designer” →
Like we do for Apex, now we can also add some unit tests to our UI components. Making sure our component does not break and also preventing errors on real time coding.
LMS is a front-end/client side service that allows a quick channel to publish and subscribe to messages between all components on the page.
Using uiObjectInfoApi
api will allow us to retrieve the available metadata about a specific object. Like object label, fields, recordtypes etc… all that and without writing a single line of APEX.