-

LWC DOM scraping – a security concern?
What is DOM scraping in LWC? Document object model (DOM) scraping is the process of leveraging JavaScript code in a Lightning Web Component (LWC) component to access and modify the HTML elements of a web page or HTML. This allows you to extract information from a web page and use it to display or manipulate… Read more
-

Revolutionize the Assertive Testing in Salesforce
Recently Salesforce moving towards more meaningful Unit Testing strategy by introducing a brand new APEX Assert Class in Salesforce which is detaching itself from the System Class. From now on Assert Class by own right is going to get its own class. Now everyone is thinking why is this change? I will discuss on that… Read more
-

Best practices of Salesforce DEVOPS Center
Salesforce DEVOPS Center aids businesses in managing the software development and deployment process. By offering a single platform for code management, testing, and deployment, it is intended to accelerate the development and deployment of Salesforce apps. In this blog, I’ll discuss the Salesforce DEVOPS Center best practices that organizations can apply to ensure seamless and… Read more
-

CDP Calculated Insight Sample Query with explanation
Sample 1 Query Explanation This query is using a CDP (customer data platform) to analyze data from a table called “purchases“. The query calculates the number of unique users who made purchases in the last 30 days, the total revenue generated by those purchases, the average order value, and the number of recent purchases made… Read more
-

Migrate components using Salesforce DEVOps Center
Component migration using DEVOps Center is one of the easiest way to implement change management. Before going to the below steps, you need to configure the Salesforce DEVOps Center in one of your sandboxes, preferably Production. If you have not done that yet, look here to get step by step process. Step 1 – Open… Read more
-

Salesforce Knowledge vs Salesforce CMS
Introduction Salesforce CMS and Salesforce Knowledge are two powerful tools to author contents and it’s honestly a debate on use cases and its effectiveness. One hand CMS can create the rich content with created once and used in any Digital channels concept. On the other hand Knowledge can facilitate granular level of accessibility. I divided… Read more