Archiving from Salesforce to Azure: Setting Up Azure Blob Storage + Apex Callouts

For this particular use case where your org has a large amount of transactional data like Tasks and Activities in Salesforce you need a cheaper custom archiving solution. This is when we can look as some of the Azure products and services, Azure Blob Storage is usually the first landing zone. From there, Azure Data Factory/Logic Apps/Functions… Read More Archiving from Salesforce to Azure: Setting Up Azure Blob Storage + Apex Callouts

How to Use the Salesforce DX MCP Server in VS Code

If you’re a Salesforce developer exploring AI workflows, you’ve probably tried tools like GitHub Copilot, Claude, or Cursor. These AI agents are powerful, but they often lack context about your project. That’s where the Salesforce DX MCP Server comes in. In this guide, I’ll show you how to install and use the Salesforce DX MCP Server inside Visual Studio… Read More How to Use the Salesforce DX MCP Server in VS Code

How to Fix Salesforce Bulk API Error – ClientInputError : LineEnding is invalid on user data. Current LineEnding setting is LF

When using Salesforce Bulk API using the sf CLI or through REST, you might get this error when uploading a csv file. This is usually caused by line-ending format on the raw csv file. On my Mac machine this should be LF and CRLF on Windows. To fix this you can use a text editor… Read More How to Fix Salesforce Bulk API Error – ClientInputError : LineEnding is invalid on user data. Current LineEnding setting is LF

How to Integrate Salesforce with a Next.js App Using jsforce

In this post, we’re going to walk through the process of integrating Salesforce with a Next.js application using the jsforce library. This is especially useful if you need to access Salesforce data from a Next.js app, whether for displaying information or for backend operations. What is jsforce? jsforce (formerly known as Node-Salesforce) is a powerful… Read More How to Integrate Salesforce with a Next.js App Using jsforce

How Lightning Web Security Works in Salesforce

In this post, I’ll be talking about how Lightning Web Security can make developers’ lives easier on the Salesforce Platform when building Lightning Web Components and how it replaces the Lightning Locker Service. This 2023 one of my goals is to get the Salesforce Javascript Developer certification. With my shift to a solution architect role… Read More How Lightning Web Security Works in Salesforce