Editor’s Pick
Heroku connect and best practice from experience
While developing apps on Heroku sometime we did mistake while configuring and using Heroku connect ....
Apr 4th, 2022
Latest Posts
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 is particularly beneficial when the processing on Heroku or AWS needs to occur asynchronously. By leveraging RabbitMQ, there's an option to circumvent the necessity of creating a REST API on Heroku or AWS, streamlining the communication process and enhancing overall system efficiency.
Jan 1st, 2024
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 outcomes. These three platforms, each with their unique strengths, come together seamlessly to streamline processes, automate tasks, and enhance overall efficiency. Whether you're managing data pipelines, deploying applications, or optimizing customer relationship management, this integration empowers organizations to achieve new levels of productivity and success."
Oct 10th, 2023
A Comprehensive Guide to Using REST and SOAP APIs in Salesforce with Node.js
Salesforce is a powerful CRM platform that offers a variety of APIs to integrate with external systems. The REST API and SOAP API are two of the most commonly used APIs in Salesforce for integrating with external systems. REST API is a lightweight, easy-to-use API that allows developers to access and manipulate Salesforce data using simple HTTP requests. SOAP API is a more robust, XML-based API that provides access to more complex Salesforce data and functionality.
Apr 4th, 2023
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 an example of using it with Node.js. With a little bit of setup and some code, you can integrate Salesforce OAuth into your Node.js application and start accessing Salesforce resources securely.
Apr 4th, 2023
Exploring New Job Opportunities in Salesforce Technology
Looking for a career in Salesforce technology? Look no further! With the platform's growing popularity and demand, new job opportunities are constantly emerging for professionals with various skills and expertise. Whether you're a developer, administrator, consultant, architect, marketing specialist, analytics developer, or integration specialist, there's a role for you in the Salesforce ecosystem. In this blog, we'll explore some of the latest job opportunities in Salesforce technology and the skills required to succeed in these roles. Get ready to take the first step towards your dream job in Salesforce!
Apr 4th, 2023
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 several advanced techniques that can greatly enhance the effectiveness and efficiency of your queries.
In this blog, we will dive into some advanced SOQL features, such as subqueries, relationship queries, aggregate functions, and more. By the end of this article, you will have a solid understanding of how to leverage these techniques to optimize your Salesforce data retrieval and reporting.
Apr 4th, 2023
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 giving an example of stripe libs included in the LWC component.
dynamic-javascript-import-in-salesforce-lightning-web-component-light-dom-with-lwc-with-stripe
Jan 1st, 2023
Streamlining ViralSweep Entries into Salesforce Leads and Custom Objects
we'll explore how to connect ViralSweep entries to Salesforce Leads and Custom Objects to optimize your sales and marketing processes.
Nov 11th, 2022
Converting Date and time and timezone to Datetime in GMT - Salesforce
Some time we have to give ability to user to choose date and time and timezone separately and basis on that we have to calculate gmt value of them...
Jun 6th, 2022