Our Blogs
Salesforce Connected App vs External Client App
Last Tuesday, one of our developers opened a support case. He'd been trying to create a Connected App in a new sandbox for 20 minutes before realizing the button wasn't broken. Salesforce had removed it. Spring '26 killed Connected App creation by default across all orgs.
Top Salesforce Integration Tools Businesses Use Today
Salesforce integration tools, also known as CRM integration tools, help businesses connect their CRM with other applications and automate workflows. Salesforce already plays a powerful role in managing customer relationships, but its true strength comes from how it connects your entire business.
Why 'New Connected App' is Greyed Out in Salesforce (and How to Fix It)
We built a Gem to draft RFP responses using our project portfolio, certifications, and case studies. A prospect asked about our Salesforce implementation capabilities, and the Gem pulled real projects, real outcomes, exactly what we wanted.
ChatLingual vs ChatBridge: Salesforce Chat Translation Comparison
As businesses grow beyond borders, customer conversations no longer happen in just one language. A customer might start a chat in Portuguese, Spanish, or Japanese, while your support team operates entirely in English. What should be a quick, helpful interaction suddenly becomes a challenge.
Salesforce Acquires Apromore: Why 60% of AI Projects Fail Without Process Intelligence?
At Dreamforce 2025, Salesforce revealed why 95% of AI pilots fail—and how Apromore's process intelligence completes the enterprise automation platform.
Salesforce Security Advisory: Connected App & OAuth Fixes (Oct 2025)
Salesforce now blocks uninstalled Connected Apps & has removed OAuth Device Flow. Learn how to fix the "app must be installed" error, upgrade Data Loader to v64.1.0, and secure your org with our complete guide.
From Paper to Digital: Why EasySend is the No-Code Solution Businesses Need
Nobody enjoys filling out long, boring forms or dealing with endless paperwork. Yet, businesses still rely on these outdated processes, which frustrate customers and slow operations. In this digital-first era, speed, personalization, and convenience aren’t just nice-to-haves; they’re expected in every interaction.
Deep Research Connector for ChatGPT: 4 Security Questions for HubSpot
HubSpot’s Deep Research Connector for ChatGPT promises no customer data is used for AI training, but how secure is it? Explore critical model training concerns and enterprise risks.
Decoding Picture-in-Picture (PiP) Web APIs for Salesforce Integration
In today’s digital landscape, the Picture-in-Picture (PiP) feature has become a powerful tool for enhancing user experience across web applications, from video conferencing to streaming services.
Salesforce API Integrations: 12 Key Aspects
The Salesforce API allows Businesses to integrate Salesforce with other applications and services, extending its capabilities even further. However, building successful Salesforce integrations using t…
Salesforce Unbottled The ‘Genie’ Platform
Genie is a brand new data platform (Announced at Dreamforce 2022) powering the world’s first real-time CRM. Genie powers Salesforce's whole Customer 360 platform with hyper-scale, real-time data, Any bus..
Testing SOAP Outbound Messages without failures
As suggested by Salesforce docs, one can use services like requestb.in or inspectb.in to test outbound messages. But these services are pretty generic so they just return 200 / OK response for any inbound…
Generating Base-64 SHA-1 Signature Header for Rackspace API in Apex
This post shares a small code snippet to generate a base-64 SHA1 Hash, which is typically used in passing as a signature header to some APIs. We tested this snippet with the Rackspace API Signature Header, which requires a base-64 SHA1 Hash.
Salesforce WSC added support for Session Timeout handling!
Retrying web service call failures/exceptions is important because not every exception means it’s the “end of the world." There is always some hope for some exceptions, like Session timeouts or Invalid session IDs. One can always renew the session (if credentials are available) and make those failing web service calls work again.
HTTP Compression with Apache Axis, a huge performance boost!
As mentioned in my previous post, I was researching/benchmarking on how HTTP Compression with Apache Axis improves performance. The results I got post HTTP compression, are surprisingly amazing…
Understanding—No such column on entity 'Name' error!
One can get errors like: No such column ‘SmallPhotoUrl’ on entity ‘Name’ OR No such ‘column CompanyName’ on entity ‘Name’. On an SOQL statement like:
WSC Apache Axis ClassCastException Issue Fixed!
This post is especially for those with a Java application (production) working with SFDC web services via Apache Axis stubs (WSDL2Java). However, due to the known advantages of WSC, you want to add some new functionality, such as the Bulk API.
Using Apex:Variable in Visualforce to Control HTML Markup Rendering
This post is for developers working on Visual Force. I came across an interesting way to control the rendering of HTML markup; previously, I was using “<apex:outputPanel .. />” for controlling the rendering of some HTML markup. This approach works….

