How To Utilize URLs For Connection Between Two Community Pages
In this blog post, we will explore the process of using URLs to establish connections between two community pages. In this scenario, an input parameter is incorporated into the community link. To achieve this, follow the instructions outlined below: Step 1: Developing Community Pages We must develop the initial community pages. We will create two …
How To Utilize URLs For Connection Between Two Community Pages Read More »
How To Create Custom Picklist Fields Using Salesforce Metadata API
In this blog post, we will guide you through the steps to achieve this. Prerequisites: Before starting, ensure that you have the following: Step 1: Establish a Metadata Service Instance The first step is to create an instance of the MetadataService.MetadataPort class. This class provides methods for creating, reading, updating, and deleting metadata components. The …
How To Create Custom Picklist Fields Using Salesforce Metadata API Read More »
How To Enable Communication Between Non-Related Lightning Web Components in Salesforce
To facilitate communication between two unrelated LWC components, the publish-subscribe mode is employed, where one component functions as a publisher and the other as a subscriber. To transmit messages between the two components, the Lightning Message Service (LMS) is utilized. The Lightning Message Service enables one component to publish a message to a specific channel, …
How To Enable Communication Between Non-Related Lightning Web Components in Salesforce Read More »
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 …
Calling Lightning Web Components in Visualforce Pages Read More »
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 …
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 …
Messaging Service With Asynchronous Communication Read More »