RSSAmplifier

Blog

Shubham Sonar

11x certified Salesforce System Architect, Developer and an independent Appexchange ISV partner.

shubhamsonar.comRSS feed ↗10 posts

Latest posts

Salesforce has turned on the kill switch on VPN access.

Salesforce is rolling out a RED FLAG against Anonymized-VPN, Proxy and bad IP addresses – a security already under action. However, this is also panicking a lot of users out there, especially users on FIELD and ADMIN users. So, what is this change first of all, read it here: https://help.salesforce.com/s/articleView?id=005318944&type=1 To explain in simple language: […] The post Salesforce has…

Google Search – “NO” AI MODE

I was trying to learn more about TTS processes and available solution on the internet and as usual I did my regular Google search for the research. As always this was suffocating to see that most results are related to LLM space. I get it, this is because these things are trend – but as […] The post Google Search – “NO” AI MODE appeared first on Shubham Sonar .

Salesforce web forms component for Framer sites

If you use FRAMER sites for customer facing experiences & you want to connect FRAMER sites with your Salesforce ORG to capture LEADS or CASES, then this framer component is your way to go. Below is a hands on demonstration of the component. 🎧recommended. Usage notes Make sure web-to-case/web-to-lead is enabled in your Salesforce org. […] The post Salesforce web forms component for Framer sites…

AGI – The collective dumbness?

Ok, this is going to be a real long read, so make sure you have good time, with a black coffee without sugar before you read this material. ok, let’s start from human language history. 1000s of years ago, there was a state of global humanity when we had no words, alphabets, texts to write, […] The post AGI – The collective dumbness? appeared first on Shubham Sonar .

SOQL record card – user guide

SOQL record card is a reusable LWC component UX element which offers you the ability to pull up a field information from current record, or related record or other records with help of a SOQL query. This SOQL queries are stored in objects SOQL Query, with a query name which is provided as the LWC […] The post SOQL record card – user guide appeared first on Shubham Sonar .

Why are my test classes failing while creating 2GP package creation?

Problem Deploying Salesforce 2GP managed packages can be streamlined, but unexpected test class failures during the BETA package creation phase are a common situation. These failures often halt deployments and require significant debugging time – potentially impacting project timelines and resources. This is a bit interesting situation – as you can’t debug your TEST RUNS […] The post Why are my…

How to navigate a record page from an LWC component?

Make sure you have imported NavigationMixin adapter required for this feature. Make sure your component extends the NavigationMixin base class so as to access its feature from your LWC code. Add a function that you can call from a clickable element which will use the Navigate API of this adapter to launch a target record […] The post How to navigate a record page from an LWC component? appeared…

Generative AI will democratize the global content industry – anarticle

Generative AI is first step to finely distributed global content industry The post Generative AI will democratize the global content industry – anarticle appeared first on Shubham Sonar .

List vs. Iterable: Understanding the Core Difference for Salesforce Apex

As Salesforce developers, we’re constantly working with data – retrieving records, manipulating lists, and presenting information effectively. In this article, we’re diving into a seemingly subtle but crucial distinction: the difference between List<String> and Iterable<String> in Apex. They appear same? Initially, the difference might seem negligible. If you’re simply iterating through a…

The Illusion of Intelligence

We’re living in an era of unprecedented technological advancement. Large Language Models (LLMs) like Gemini, GPT-4, and others are dazzling us with their ability to generate text, translate languages, and even write code. It’s easy to get swept up in the hype and start perceiving these models as possessing genuine intelligence. This perception is dangerous. […] The post The Illusion of…