Blogs
-
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…
-
Creating A Public URL For Salesforce Files
Have you encountered a scenario in which you needed to showcase or distribute images (or other file formats) stored as Salesforce Files beyond the Salesforce platform? To make a file accessible to the public, you can easily generate a record on the ContentDistribution object linked to the corresponding ContentVersion Id. Upon creating a ContentDistribution record,…
-
Messaging Service With Asynchronous Communication
Anypoint Messaging Queue, also recognized as Anypoint MQ, is a cloud-based service for message queuing that facilitates secure and seamless data transfer among multiple independent instances of one or several applications operating within a shared environment. Serving as an intermediary, Anypoint MQ ensures the reliable and secure transmission of data between applications, supporting advanced asynchronous…