Salesforce 5 min read

An effective method for launching an asynchronous process in Heroku using RabbitMQ from Salesforce (Apex).

In scenarios where tasks are required to be executed on AWS or Heroku, and secure data transmission from Salesforce Apex is essential, employing RabbitMQ proves to be a viable solution. This approach

Vikash Agarwal Vikash Agarwal · Jan 1, 2024
Heroku 3 min read

Leveraging Apache Airflow on Heroku to Create a Unified Data Ecosystem with Salesforce Integration

In today's dynamic business landscape, harnessing the power of technology is paramount. The synergy between Airflow, Heroku, and Salesforce presents an exciting opportunity to unlock exceptional value.

Vikash Agarwal Vikash Agarwal · Oct 10, 2023
Salesforce 3 min read

Mastering Advanced SOQL Queries in Salesforce: Tips and Tricks

Salesforce Object Query Language (SOQL) is a powerful tool that enables developers to retrieve data from Salesforce databases. While basic SOQL statements are relatively straightforward, there are sev

Sandeep Kumar Sandeep Kumar · Apr 4, 2023
Salesforce 4 min read

Salesforce OAuth Setup and Use Example: A Comprehensive Guide

Salesforce OAuth is a powerful tool for authenticating and authorizing access to Salesforce resources. In this blog post, we'll walk through the process of setting up Salesforce OAuth and provide

Sandeep Kumar Sandeep Kumar · Apr 4, 2023
Salesforce 3 min read

Dynamic Javascript import in Salesforce Lightning Web Component (Light Dom with LWC With Stripe live js)

Recently with the release salesforce launched support of Light DOM (Beta) using that we can inject the live js library inside our component without turning off LWS / Lightning locker. Here I am givin

Vikash Agarwal Vikash Agarwal · Jan 1, 2023