Blogs
-
Calling Lightning Web Components in Visualforce Pages
In Salesforce development, the integration of Lightning Web Components (LWC) into Visualforce Pages is essential for various tasks. This integration becomes particularly critical when: By incorporating LWC into VF pages, users can achieve a cohesive experience across Lightning and Classic interfaces, catering to a diverse user base. Additionally, this integration allows the utilization of Lightning…
-
Flows And Validation Rules Prior To Saving
For a considerable duration, we have primarily relied on Apex to manage intricate validations due to the absence of a more suitable alternative. However, with the advent of Before Save flows and the incorporation of robust error handling and surfacing (which I believe was introduced in the release before the last), you now have the…
-
How to Make ‘Wrap Text’ The Default Setting For Columns In lightning:Datatable? #Spring20Delight
Have you ever worked with the aura-based component, lightning:datatable, prior to the Spring ’20 release and been tasked with setting ‘Wrap Text’ as the default selection? So, what approach did you take? Did you abandon the solution, or did you resort to overriding the standard SLDS style class as a workaround? Not the most satisfying…