Aloha Trailblazers! In the last blog, we discussed Large Data Volume in Salesforce and its impact on our business and efficiency. Continuing from that, let’s now look at different ways to handle the challenges of dealing with a large amount of data. Large Data Volume Mitigation Techniques When looking at Large Data Volumes below are […]
Salesforce
Salesforce – Understanding the Overlap of Data Cloud and AI
In the wild world of artificial intelligence (AI), your vision of how to marry up systems and capabilities can get murky, quick. In fall of 2023, Salesforce hosted their annual expo, Dreamforce. At Dreamforce 2023, it was all about Data + AI + CRM. The team relaunched its Data Cloud platform and ensured exciting, trusted […]
How to add ‘Chat Session’ to the Experience site page
In today’s digital age, businesses are always looking for new, creative ways to communicate with their clients, partners, and staff. Salesforce Experience Cloud is one potent tool that has become very popular. With the help of this innovative platform, businesses can build vibrant, interesting, and useful online communities that promote deeper relationships and productive interactions. […]
Large Data Volumes (LDV) in Salesforce
Aloha Trailblazers, Embarking on the journey into the vast landscape of Salesforce, this blog serves as your guide to understanding and conquering the challenges of Large Data Volumes (LDV). In the dynamic world of Salesforce, businesses encounter the complexities of managing extensive datasets. As organizations grow, navigating and optimizing performance in the face of Large […]
Elevate Your Salesforce Flows with Visual Studio (VS) Code
Visual Studio Code (VS Code) – the all-in-one sanctuary for developers. From coding and testing to executing anonymous code and log analysis, it seamlessly caters to every developer’s need. However, what about admins? Despite various sessions on leveraging VS Code, many admins may not have fully embraced it in their daily tasks. The game-changer is […]
How to Analyze Salesforce Survey Responses?
Hello Trailblazers, In the previous parts of this blog, we learned how to create Salesforce Survey forms and how to send your forms to your audiences to get their responses. If you did not read it, you can read them here: Part 1 and Part 2. In this blog, we’ll learn how to analyze the […]
Sitemap: The Heart of Marketing Cloud Personalization
Personalization (formerly known as Interaction Studio) is a tool that exists inside the Salesforce Marketing Cloud tenant. It is mostly used to help the customer improve the user experience through web, mobile, and email. The sitemap is the heart of personalization. A good sitemap code implementation can lead you to an understanding of: How the […]
Demystifying the CRON Expression in Salesforce
Hello, Trailblazers. In this blog post, we will cover a very important topic that we use in our day-to-day Coding practices or Programming- CRON Expression. CRON Expression As you know, Salesforce provides a very great feature of Scheduling an Apex class. You can schedule classes in a standard way through customization with the frequency of […]
Apex Trigger for Custom Validation in Salesforce
Hello, Trailblazers. In this blog post, we will learn how to write an Apex Trigger for Custom Validations. Acceptance Criteria: Write an Apex Trigger to restrict the Payment until the Final Quote is “Approved”. To solve this, we have custom objects named Payment__c and Final_Quote__c in a lookup relationship with each other. Its lookup field […]
AI Tool Selection: How to Pick a Trusted Set of Tools
Organizations are overwhelmed with the volume of generative artificial intelligence (gen AI) tools in the market today. Sequoia and Meritech Capital released the latest version of their AI50 in April of 2023. This map visualizes the top 50 privately held companies in the AI space. Since the updated version was released, a large volume of […]
How to Schedule an Apex Batch Class in Salesforce ?
Hello Trailblazers, In this blog post, we will learn how to schedule an apex Batch Class in Salesforce. Acceptance Criteria: Write an Apex batch Class to delete all the Contact records older than 1 year. Schedule the batch to delete records automatically. If you want to learn how to write a simple batch class, you […]
How to Send Emails Using Schedulable Apex ?
Hello Trailblazers, In this blog post, we will learn how to send reminder Emails using Schedulable Apex Batch Class. Acceptance Criteria: Write an Apex Batch to send a reminder email to the owner when the Product due is near. Schedule this apex batch to send automatic emails to the owner. If you want to learn […]