Salesforce Integration Patterns and Designs

Bussiness people working in team in an office

Integration patterns identify how systems interact with each other.

Salesforce Lightning Platform Integration Patterns

Layer Approach to evaluate the Integration patterns and determine the approach solution. There are four import dimensions in this approach.
1. Layers : types of tasks in the system
a. User Interface Layer:
2. Volume: Amount of data transmitted between the system.
3. Timing: How the data flows between the system? Is it real time (synchronous) or batched up for later delivery (asynchronous)
4. Direction: is it unidirectional or bidirectional?

Share on

Share on facebook
Facebook
Share on twitter
Twitter
Share on linkedin
LinkedIn

Related Posts

LWC vs Aura

LWC LWC uses core Web Components standards (Native browser APIs) and provides only what’s necessary to perform well in browsers supported by Salesforce. Because it’s

Marketing Cloud Basics

It enables you to know your customer, personalize with intelligence, and engage across the entire journey. It’s the only integrated customer engagement platform that enables

SFDX

Prerequisite: Enable “Dev Hub” in your Production Org. 1. Log in to the Dev Hub To authorize the Dev Hub, use the web login flow

Platform Events

Platform event is based on Event-driven architecture. Unlike request-response communication models, software architecture built on an event-driven model decouples event producers from event consumers, thereby