JQJESCY QUERIMITinforcesmith.hashnode.dev·May 4 · 6 min readSalesforce OAuth 2.0 Web-Server Flow with React JS IntegrationIntroduction In my last post, I walked through the OAuth 2.0 User-Agent flow for React, focusing on the simplicity of the Implicit Grant. Now, let's explore the Web Server Flow. Unlike the direct toke00
JQJESCY QUERIMITinforcesmith.hashnode.dev·Jun 22, 2025 · 6 min readOAuth 2.0 User-Agent Flow and React JS app integrationUser-Agent is one of Salesforce OAuth flows that allows client applications, like UI apps built with React JS, to access Salesforce's protected resources and data. The User-Agent flow uses the OAuth 2.0 implicit grant type, which depends on the resou...00
JQJESCY QUERIMITinforcesmith.hashnode.dev·Sep 4, 2024 · 4 min readStrategy Pattern using ApexIntroduction In this article, we will discuss what a strategy pattern is and how we can use it to implement scalable customization in Salesforce. The strategy pattern is one of the behavioral patterns in object-oriented programming. This design patte...01T
JQJESCY QUERIMITinforcesmith.hashnode.dev·Sep 3, 2024 · 3 min readAuto-associate Leads with Campaigns using Web-to-LeadIntroduction Importance of Auto-Associating Leads Marketing campaigns are a way to generate leads. Some methods might bring in more leads, while others might produce leads with higher potential. In Salesforce, it's important to link campaigns with le...01T