SlideShare a Scribd company logo
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume 5 Issue 4, May-June 2021 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
@ IJTSRD | Unique Paper ID – IJTSRD42502 | Volume – 5 | Issue – 4 | May-June 2021 Page 1092
A Review on Salesforce Integration
Lavanya Yallanki1, Yogeshchandra Puranik2
1PG Student, 2Assistant Professor,
1,2Affiliated to Department of (MCA), P.E.S.’s Modern college of Engineering, Pune, Maharashtra, India
ABSTRACT
Nowadays Salesforce is one of the world’s leading customer relationship
management (CRM) programs.Ithelpstomanagecustomers,salesandservice
in one platform and salesforce provides manyautomationandreportingtools.
Salesforce Integration is the process of connecting Salesforce.com to other
3rd party external systems and applications like Facebook, LinkedIn, Gmail,
Outlook, Hub Soft, Heroku, SAP, Oracle, Microsoft, WordPress CMS and
external websites. The Salesforce API is as vast as deep blue sea because it
uses an API-first approach forbuildingfeaturesontheSalesforceplatform.API
first means to build a robust API before designing its UI. This approach
provides the flexibility to mold the data in whatever format required.
Appropriate Salesforce Integration allows enough access and also allows the
analysis of information. A Salesforce Integration solution is a software that
puts together and oversees correspondence between Salesforce CRM and
distinct frameworks, utilizingAPIstodecodemessagesthatsystemsexchange.
The decision of a Salesforce integration pattern depends upon the number of
frameworks to incorporate and their particulars, as well as the number of
integration levels to enfold.
A flawless Salesforce integration will helporganizationin thefollowingways–
Connects Marketing, Sales & Service with ERP, MRP, SRP and other back
office and legacy systems.
Gives a true 360-degree view of the customer across all systems.
Implement a multisystem end-to-end workflow over the systems.
Gives real time data access to come up with better sales and service
experience.
Strengthen the efficiency of process execution.
KEYWORDS: Salesforce Integration, API
How to cite this paper: Lavanya Yallanki|
Yogeshchandra Puranik "A Review on
Salesforce Integration" Published in
International Journal
of Trend in Scientific
Research and
Development(ijtsrd),
ISSN: 2456-6470,
Volume-5 | Issue-4,
June 2021, pp.1092-
1095, URL:
www.ijtsrd.com/papers/ijtsrd42502.pdf
Copyright © 2021 by author (s) and
International Journal ofTrendinScientific
Research and Development Journal. This
is an Open Access article distributed
under the terms of
the Creative
Commons Attribution
License (CC BY 4.0)
(http://creativecommons.org/licenses/by/4.0)
INTEGRATION PATTERNS IN
SALESFORCE
Integration patterns are a useful resource
for developers evaluating solutions for an
integration strategy. Integration patterns
identify how systems interactaspartofan
integration solution design.
IJTSRD42502
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD42502 | Volume – 5 | Issue – 4 | May-June 2021 Page 1093
Remote Process Invocation - Request & Response
Request and Response pattern is beneficial for allowing data to be sent out to an external system to perform some functioning
and redirected back to Salesforce for it to be updated. This is to make sure that the data has successfully been retrieved and
processed on the other end but to get any response on which further processingcanoccurinSalesforce.TheSalesforceAPIwill
do the first callout while holding back on the external system to complete it before making progress.
External Services offers a Restful no code solution to send over primitive data typesto andfromtheExternal RESTAPIsusinga
lightning flow. When using a lightning component creating REST/SOAP calls or a custom Visualforce page with SOAP using
APEX Rest or SOAP. This allows the External Interface to bring in the APEX class and methods to perform REST/SOAP actions
on them. APEX Rest/SOAP permits writing out the classes togiveaccesstothe external systemtoconsumedata fromsalesforce
and use APEX HTTP callout to build a SOAP/REST call to the external API.
Remote Process Invocation - Fire and Forget
Fire and Forget is used when the sent request does not require waiting for a response. There are three DrivenPlatformEvents
that can be used since it allows the salesforce org to be either a subscriber or publisher of an event. This approach simplifies
the process by contributing both a no code and low code approach. There are two no code approaches. One is a Process –
Driven Platform Event utilizing a process builder to represent a Platform event. This can be done by utilizingthecreaterecord
action and selecting the Platform event as the record type. Workflow – Driven Platform Event uses a flow to publish the event
and has similar steps to bring out the event with a process builder. It uses the create record element and selects the platform
event as the record type. Customized –Driven Platform Event is thelesscodeapproachwhichisacquiredusinganApexClassto
bring out the event using the Event Bus class. Then once the event has been published the external applicationcansupportthe
event using CometD. Apart from using CometD the event can be subscribed from a Process Trigger, the pause Event in a
workflow, or an Apex Trigger. The next technique is Outbound Messaging and call backs which uses triggered workflows to
forward an outbound message to the external system when an insert or update happens. This allows the user to select the
object that has to be sent; define the endpoint and the fields from the object to be sent.
Batch Integration
The most common method of data integration which is appropriate for less frequently changing data. Itisaneffortlesswayfor
implementing and provides an excellent solution for processing flat files.
Remote Call – In
A remote system can create, retrieve, update, or delete data which is stored in Lightning Platform. When there is a remote
system which makes updates on Salesforce org a Remote Call-In pattern would be used. This allows the remoteAPI toconnect
to Salesforce which can make changes to the data that has changed and notify Salesforce of external events. Remote system
calls on Salesforce to either update or to query the data. It waits for successful completion & updates the response back in
Salesforce.
Remote systems is connected to Salesforce using the below methods:
Soap API
REST API
Apex Web Services
Apex REST Services
Bulk API
Data Virtualization
Data virtualization pattern is used when an external system performs operations that are nothandledbyorcarries data thatis
not present in Salesforce. This integration pattern allows users to use the Salesforce platform to acquire that data without
learning the external system. It allows for real-time access to the latest versionofinformationfroman external systemwithout
having to store the data in Salesforce.
POSSIBLE WAYS TO INTEGRATE WITH SALESFORCE
Data Integration
Data Integration uses SOAP APIs and REST APIs. It mostly handles data synchronization requirements, where one application
in an enterprise acts as the primary source for a particular business object, like Account. It requires no coding in Salesforce,
which is an advantage, but then it cannot implement any custom logic.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD42502 | Volume – 5 | Issue – 4 | May-June 2021 Page 1094
Data Integration is necessary when needed to sync data from two or more systems. As a result, every add-on that has been
integrated will share real-time data.
User Interface Integration
Salesforce allows designers and developers to create fascinating front-end User Interfaces (UI) for a much logical experience.
The front-end development is usually done through Visualforce and the Lightning Component Framework in Salesforce.
User Interface Integration combines the UIs of at least two frameworks. It gives users a single point of entry into many
applications. The most suitable example is Facebook Apps, which appears to be in the Facebook occurrence but in reality, the
content is served from different application traders.
Business Logic Integration
Business Logic Integration uses Apex Web Services for Inbound and Apex Callouts for Outbound. It typically handles cases
where business logic is built out across several applications to implement the complete end-to-end business process.
TYPES OF SALESFORCE INTEGRATION
Salesforce is the most flexible tool which offers ample ways to integrate data.
Real-Time Integration
Real-time integration is a high affinity to line up sales and marketing successfully. It is more suitable and less challenging to
handle errors and control queues.
App Exchange
There are several apps available in Salesforce which can be right away installed in the Salesforce environment. They are
necessary in reducing time and money in proper integration and hold up future enhancements.
Real-Time Mashups
It requires building-up of the user interface in Visualforce to create personalized UIs. They are commonly used for evaluating
the data from external systems quickly.
API INTEGRATION SOLUTIONS
The API Integration solutions gives access to developers to connect to the external API no matter the Protocol or Data Format
used. Below is the list of API Integration solutions that Salesforce offers:
REST API
REST stands for Representational state transfer. It is a
simple and strong web service built on restful principles. It
discloses all varieties of Salesforce functionality via REST
resources and HTTP methods. For example, one can create,
read, update, and delete (CRUD) records, search or query to
search data, retrieve object metadata, and access
information about limits in the org. REST API supports XML
and JSON both.
SOAP API
SOAP API stands for Simple Object Access Protocol API
which only supports XML.
It is a robust and strong web service built on the industry-
standard protocol of the same name. It can be utilized to
create, update, delete, retrieve records in any language that
supports web services. It is mainly used to maintain
passwords, perform searches, and retrieve metadata.
SOAP API supports XML only as it uses Web Services
Description Language (WSDL) files as a formal Contract
between API and consumer.
Bulk API
Bulk API is optimized to work with largevolumesofdata.Itis
used for querying, inserting, updating or deleting large
volumes of data. Allows to query or load large sets of data
programmatically. It is based on REST and executes
asynchronously.Bulk API supports attachment uploading. It
sends data in batches over HTTP.
Salesforce provides an interface to check the status of the
Bulk API job.
Metadata API
Salesforce metadata API is used by developers to retrieve,
create, deploy, update, or delete the customized data. The
purpose of Salesforce Metadata is to be used for
management to moldcustomizationsandbuildtoolstoassist
management at the mode of metadata. The easiest way to
acquire the functionality in Metadata API is to use the IDE of
Force.com or Ant migration tool.
Streaming API
Streaming API is the radar which allows todefineeventsand
push notifications to the client app when the event occurs.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD42502 | Volume – 5 | Issue – 4 | May-June 2021 Page 1095
No need to keep an active lookout for data changes or to
continuously poll Salesforce and create unnecessary API
requests.
Streaming API also keeps the external source in coincide
with the Salesforce data with PushTopic events and Change
Data Capture events. Italsoallowstheprocessingof business
logic in an external system in response to data changes in
Salesforce.
APEX SOAP
Apex SOAP web services gives access to an external
application to call Apex methods via SOAP Web services.
Apex callouts enable Apex to call external web or HTTP
services.
APEX REST
One can expose Apex classes and methods so that external
applications will be able to access code and applications via
the REST architecture. This is achieved by defining Apex
class with @RestResource notation to expose it as a REST
resource. Adding notation to methods can also expose them
through REST. For example, @HttpGet annotation can be
used for a method to expose it as a REST resource that can
be called by an HTTP GET request.
Tooling API
Tooling API is used to fetch the metadata like Apex classes,
Apex triggers, custom objects, custom fields, etc. If anyone
wants to get the list of Custom Objects or Custom fields,
there is no need to manually gather the details from the
whole SF organization. Instead, it can be gathered with the
help of Tooling API SOQL. Tooling API came in the Spring'13
release.
Chatter API
Chatter API is a REST API for Chatter to display Salesforce
information, especiallyinmobileapplications.Responses are
localized, structured for presenting, and can be filtered to
contain exactly what the application needs.
BENEFITS OF SALESFORCE INTEGRATION
Offers all-in-one access
Users don’t need to switch systems to get what they need.
They can stay logged into one system to get all done.
Increases productivity
Teams have to do a lot of cut-paste of data to make sure it
appears in all systems. However, manual tasks may lead to
mistakes and turn into a time consumer. Integrated systems
have automated checks and balances to makesuretheyhave
the same information.
Provides effortless access to data
System integration allows information to be acquired from
all the integrated systems. Having more information which
can convert into meaningful information, the more
information you have for making better decisions.
Enhances communication
One division may be more convenient with Salesforce while
another prefers to work with a different system. Integrating
these two systems will allow each team to work in the
system they prefer, which gracefully communicates and
leads to more data sharing.
Automates workflows without any code
Since integrated systems play well together,theirworkflows
can be automated with point-and-click.
Provides more insightful reporting
Users get more detailed and relevant reports that help them
to make better decisions and take the best actions.
CONCLUSION
Salesforce is an easy to learn and growing technology in the
market and all data is stored onto the cloud. The main
purpose of this review paper is to establish the basic
concepts of Salesforce Integration. Also for learning this
technology no one needs to have coding knowledge. Every
learning material is available on the internet and
Salesforce.com also has a free demo.
REFERENCES
[1] https://www.salesforcetutorial.com/salesforce-
integration-introduction/
[2] https://blogs.emorphis.com/salesforce-integration-
services/
[3] https://developer.salesforce.com/
[4] https://developer.salesforce.com/
[5] https://www.forcetalks.com/
Ad

More Related Content

What's hot (20)

Kong API
Kong APIKong API
Kong API
Patrick Pierson
 
Secure Salesforce: External App Integrations
Secure Salesforce: External App IntegrationsSecure Salesforce: External App Integrations
Secure Salesforce: External App Integrations
Salesforce Developers
 
멀티 어카운트 환경의 보안과 가시성을 높이기 위한 전략 - AWS Summit Seoul 2017
멀티 어카운트 환경의 보안과 가시성을 높이기 위한 전략 - AWS Summit Seoul 2017멀티 어카운트 환경의 보안과 가시성을 높이기 위한 전략 - AWS Summit Seoul 2017
멀티 어카운트 환경의 보안과 가시성을 높이기 위한 전략 - AWS Summit Seoul 2017
Amazon Web Services Korea
 
Integrating with salesforce
Integrating with salesforceIntegrating with salesforce
Integrating with salesforce
Mark Adcock
 
Microsoft Azure Active Directory
Microsoft Azure Active DirectoryMicrosoft Azure Active Directory
Microsoft Azure Active Directory
David J Rosenthal
 
Salesforce.com Training - navigation course
Salesforce.com Training - navigation courseSalesforce.com Training - navigation course
Salesforce.com Training - navigation course
MauroSFDC
 
Salesforce Integration Pattern Overview
Salesforce Integration Pattern OverviewSalesforce Integration Pattern Overview
Salesforce Integration Pattern Overview
Dhanik Sahni
 
Alfresco search services: Now and Then
Alfresco search services: Now and ThenAlfresco search services: Now and Then
Alfresco search services: Now and Then
Angel Borroy López
 
Kubernetes vs App Service
Kubernetes vs App ServiceKubernetes vs App Service
Kubernetes vs App Service
Lorenzo Barbieri
 
Salesforce – Proven Platform Development with DevOps & Agile
Salesforce – Proven Platform Development with DevOps & AgileSalesforce – Proven Platform Development with DevOps & Agile
Salesforce – Proven Platform Development with DevOps & Agile
Sai Jithesh ☁️
 
Overview of Microsoft Exchange Online
Overview of Microsoft Exchange OnlineOverview of Microsoft Exchange Online
Overview of Microsoft Exchange Online
Microsoft Private Cloud
 
Introduction to MuleSoft
Introduction to MuleSoftIntroduction to MuleSoft
Introduction to MuleSoft
Alexandra N. Martinez
 
Lightning web components - Introduction, component Lifecycle, Events, decorat...
Lightning web components - Introduction, component Lifecycle, Events, decorat...Lightning web components - Introduction, component Lifecycle, Events, decorat...
Lightning web components - Introduction, component Lifecycle, Events, decorat...
Nidhi Sharma
 
The Event Mesh: real-time, event-driven, responsive APIs and beyond
The Event Mesh: real-time, event-driven, responsive APIs and beyondThe Event Mesh: real-time, event-driven, responsive APIs and beyond
The Event Mesh: real-time, event-driven, responsive APIs and beyond
Solace
 
Api application programming interface
Api application programming interfaceApi application programming interface
Api application programming interface
Mohit Bishnoi
 
LogicMonitor: An Overview
LogicMonitor: An Overview LogicMonitor: An Overview
LogicMonitor: An Overview
James McCabe
 
AWS DirectConnect 구성 가이드 (김용우) - 파트너 웨비나 시리즈
AWS DirectConnect 구성 가이드 (김용우) -  파트너 웨비나 시리즈AWS DirectConnect 구성 가이드 (김용우) -  파트너 웨비나 시리즈
AWS DirectConnect 구성 가이드 (김용우) - 파트너 웨비나 시리즈
Amazon Web Services Korea
 
AWS PrivateLink - Deep Dive
AWS PrivateLink - Deep DiveAWS PrivateLink - Deep Dive
AWS PrivateLink - Deep Dive
Enri Peters
 
Understanding Microsoft Teams Security & Compliance features and plan for Gov...
Understanding Microsoft Teams Security & Compliance features and plan for Gov...Understanding Microsoft Teams Security & Compliance features and plan for Gov...
Understanding Microsoft Teams Security & Compliance features and plan for Gov...
Ravikumar Sathyamurthy
 
Azure Active Directory - An Introduction
Azure Active Directory  - An IntroductionAzure Active Directory  - An Introduction
Azure Active Directory - An Introduction
Venkatesh Narayanan
 
Secure Salesforce: External App Integrations
Secure Salesforce: External App IntegrationsSecure Salesforce: External App Integrations
Secure Salesforce: External App Integrations
Salesforce Developers
 
멀티 어카운트 환경의 보안과 가시성을 높이기 위한 전략 - AWS Summit Seoul 2017
멀티 어카운트 환경의 보안과 가시성을 높이기 위한 전략 - AWS Summit Seoul 2017멀티 어카운트 환경의 보안과 가시성을 높이기 위한 전략 - AWS Summit Seoul 2017
멀티 어카운트 환경의 보안과 가시성을 높이기 위한 전략 - AWS Summit Seoul 2017
Amazon Web Services Korea
 
Integrating with salesforce
Integrating with salesforceIntegrating with salesforce
Integrating with salesforce
Mark Adcock
 
Microsoft Azure Active Directory
Microsoft Azure Active DirectoryMicrosoft Azure Active Directory
Microsoft Azure Active Directory
David J Rosenthal
 
Salesforce.com Training - navigation course
Salesforce.com Training - navigation courseSalesforce.com Training - navigation course
Salesforce.com Training - navigation course
MauroSFDC
 
Salesforce Integration Pattern Overview
Salesforce Integration Pattern OverviewSalesforce Integration Pattern Overview
Salesforce Integration Pattern Overview
Dhanik Sahni
 
Alfresco search services: Now and Then
Alfresco search services: Now and ThenAlfresco search services: Now and Then
Alfresco search services: Now and Then
Angel Borroy López
 
Salesforce – Proven Platform Development with DevOps & Agile
Salesforce – Proven Platform Development with DevOps & AgileSalesforce – Proven Platform Development with DevOps & Agile
Salesforce – Proven Platform Development with DevOps & Agile
Sai Jithesh ☁️
 
Lightning web components - Introduction, component Lifecycle, Events, decorat...
Lightning web components - Introduction, component Lifecycle, Events, decorat...Lightning web components - Introduction, component Lifecycle, Events, decorat...
Lightning web components - Introduction, component Lifecycle, Events, decorat...
Nidhi Sharma
 
The Event Mesh: real-time, event-driven, responsive APIs and beyond
The Event Mesh: real-time, event-driven, responsive APIs and beyondThe Event Mesh: real-time, event-driven, responsive APIs and beyond
The Event Mesh: real-time, event-driven, responsive APIs and beyond
Solace
 
Api application programming interface
Api application programming interfaceApi application programming interface
Api application programming interface
Mohit Bishnoi
 
LogicMonitor: An Overview
LogicMonitor: An Overview LogicMonitor: An Overview
LogicMonitor: An Overview
James McCabe
 
AWS DirectConnect 구성 가이드 (김용우) - 파트너 웨비나 시리즈
AWS DirectConnect 구성 가이드 (김용우) -  파트너 웨비나 시리즈AWS DirectConnect 구성 가이드 (김용우) -  파트너 웨비나 시리즈
AWS DirectConnect 구성 가이드 (김용우) - 파트너 웨비나 시리즈
Amazon Web Services Korea
 
AWS PrivateLink - Deep Dive
AWS PrivateLink - Deep DiveAWS PrivateLink - Deep Dive
AWS PrivateLink - Deep Dive
Enri Peters
 
Understanding Microsoft Teams Security & Compliance features and plan for Gov...
Understanding Microsoft Teams Security & Compliance features and plan for Gov...Understanding Microsoft Teams Security & Compliance features and plan for Gov...
Understanding Microsoft Teams Security & Compliance features and plan for Gov...
Ravikumar Sathyamurthy
 
Azure Active Directory - An Introduction
Azure Active Directory  - An IntroductionAzure Active Directory  - An Introduction
Azure Active Directory - An Introduction
Venkatesh Narayanan
 

Similar to A Review on Salesforce Integration (20)

Key Tools and Technologies for Salesforce Integration in London.pdf
Key Tools and Technologies for Salesforce Integration in London.pdfKey Tools and Technologies for Salesforce Integration in London.pdf
Key Tools and Technologies for Salesforce Integration in London.pdf
Sweet Potato Tec
 
Using APIs for Seamless Salesforce Integration in London.pdf
Using APIs for Seamless Salesforce Integration in London.pdfUsing APIs for Seamless Salesforce Integration in London.pdf
Using APIs for Seamless Salesforce Integration in London.pdf
Sweet Potato Tec
 
Mule salesforce integration solutions
Mule  salesforce integration solutionsMule  salesforce integration solutions
Mule salesforce integration solutions
charan teja R
 
Mule salesforce integration solutions
Mule  salesforce integration solutionsMule  salesforce integration solutions
Mule salesforce integration solutions
himajareddys
 
Mule salesforce integration solutions
Mule  salesforce integration solutionsMule  salesforce integration solutions
Mule salesforce integration solutions
vishnukanthro45
 
200 OK WhitePaper
200 OK WhitePaper200 OK WhitePaper
200 OK WhitePaper
Vanita68
 
App cloud bdm days apac
App cloud bdm days apacApp cloud bdm days apac
App cloud bdm days apac
Chris Thomas
 
SAP and Salesforce Integration
SAP and Salesforce IntegrationSAP and Salesforce Integration
SAP and Salesforce Integration
Glenn Johnson
 
Lightning Experience: The Next Generation of Salesforce
Lightning Experience: The Next Generation of SalesforceLightning Experience: The Next Generation of Salesforce
Lightning Experience: The Next Generation of Salesforce
Cognizant
 
A Deep Dive into Salesforce Development Tools and Techniques in the UK.pdf
A Deep Dive into Salesforce Development Tools and Techniques in the UK.pdfA Deep Dive into Salesforce Development Tools and Techniques in the UK.pdf
A Deep Dive into Salesforce Development Tools and Techniques in the UK.pdf
Sweet Potato Tec
 
JDF18 - Connecting the customer success platform
JDF18 - Connecting the customer success platformJDF18 - Connecting the customer success platform
JDF18 - Connecting the customer success platform
Deepu Chacko
 
Mule SIS
Mule SISMule SIS
Mule SIS
Vamsi Krishna
 
Trailhead Live Developer Workshop - Salesforce App Cloud
Trailhead Live Developer Workshop - Salesforce App CloudTrailhead Live Developer Workshop - Salesforce App Cloud
Trailhead Live Developer Workshop - Salesforce App Cloud
Sam Garforth
 
Top Tools and Technologies for Salesforce Integration in London.pdf
Top Tools and Technologies for Salesforce Integration in London.pdfTop Tools and Technologies for Salesforce Integration in London.pdf
Top Tools and Technologies for Salesforce Integration in London.pdf
Sweet Potato Tec
 
Business Intelligence for users - Sharperlight
Business Intelligence for users - SharperlightBusiness Intelligence for users - Sharperlight
Business Intelligence for users - Sharperlight
Michell8240
 
Developing business applications via power platform build2019
Developing business applications via power platform build2019Developing business applications via power platform build2019
Developing business applications via power platform build2019
Dipti Chhatrapati
 
Integrating SFDC and Oracle ERP with IBM Websphere CastIron Appliance
Integrating SFDC and Oracle ERP with IBM Websphere CastIron ApplianceIntegrating SFDC and Oracle ERP with IBM Websphere CastIron Appliance
Integrating SFDC and Oracle ERP with IBM Websphere CastIron Appliance
Sandeep Chellingi
 
Integrating Salesforce.com and Oracle ERP Using IBM WebSphere Cast Iron
Integrating Salesforce.com and Oracle ERP Using IBM WebSphere Cast IronIntegrating Salesforce.com and Oracle ERP Using IBM WebSphere Cast Iron
Integrating Salesforce.com and Oracle ERP Using IBM WebSphere Cast Iron
Prolifics
 
Power Platform Training
Power Platform TrainingPower Platform Training
Power Platform Training
Digisurface
 
Softengi - Inspired Software Engineering
Softengi - Inspired Software EngineeringSoftengi - Inspired Software Engineering
Softengi - Inspired Software Engineering
Softengi
 
Key Tools and Technologies for Salesforce Integration in London.pdf
Key Tools and Technologies for Salesforce Integration in London.pdfKey Tools and Technologies for Salesforce Integration in London.pdf
Key Tools and Technologies for Salesforce Integration in London.pdf
Sweet Potato Tec
 
Using APIs for Seamless Salesforce Integration in London.pdf
Using APIs for Seamless Salesforce Integration in London.pdfUsing APIs for Seamless Salesforce Integration in London.pdf
Using APIs for Seamless Salesforce Integration in London.pdf
Sweet Potato Tec
 
Mule salesforce integration solutions
Mule  salesforce integration solutionsMule  salesforce integration solutions
Mule salesforce integration solutions
charan teja R
 
Mule salesforce integration solutions
Mule  salesforce integration solutionsMule  salesforce integration solutions
Mule salesforce integration solutions
himajareddys
 
Mule salesforce integration solutions
Mule  salesforce integration solutionsMule  salesforce integration solutions
Mule salesforce integration solutions
vishnukanthro45
 
200 OK WhitePaper
200 OK WhitePaper200 OK WhitePaper
200 OK WhitePaper
Vanita68
 
App cloud bdm days apac
App cloud bdm days apacApp cloud bdm days apac
App cloud bdm days apac
Chris Thomas
 
SAP and Salesforce Integration
SAP and Salesforce IntegrationSAP and Salesforce Integration
SAP and Salesforce Integration
Glenn Johnson
 
Lightning Experience: The Next Generation of Salesforce
Lightning Experience: The Next Generation of SalesforceLightning Experience: The Next Generation of Salesforce
Lightning Experience: The Next Generation of Salesforce
Cognizant
 
A Deep Dive into Salesforce Development Tools and Techniques in the UK.pdf
A Deep Dive into Salesforce Development Tools and Techniques in the UK.pdfA Deep Dive into Salesforce Development Tools and Techniques in the UK.pdf
A Deep Dive into Salesforce Development Tools and Techniques in the UK.pdf
Sweet Potato Tec
 
JDF18 - Connecting the customer success platform
JDF18 - Connecting the customer success platformJDF18 - Connecting the customer success platform
JDF18 - Connecting the customer success platform
Deepu Chacko
 
Trailhead Live Developer Workshop - Salesforce App Cloud
Trailhead Live Developer Workshop - Salesforce App CloudTrailhead Live Developer Workshop - Salesforce App Cloud
Trailhead Live Developer Workshop - Salesforce App Cloud
Sam Garforth
 
Top Tools and Technologies for Salesforce Integration in London.pdf
Top Tools and Technologies for Salesforce Integration in London.pdfTop Tools and Technologies for Salesforce Integration in London.pdf
Top Tools and Technologies for Salesforce Integration in London.pdf
Sweet Potato Tec
 
Business Intelligence for users - Sharperlight
Business Intelligence for users - SharperlightBusiness Intelligence for users - Sharperlight
Business Intelligence for users - Sharperlight
Michell8240
 
Developing business applications via power platform build2019
Developing business applications via power platform build2019Developing business applications via power platform build2019
Developing business applications via power platform build2019
Dipti Chhatrapati
 
Integrating SFDC and Oracle ERP with IBM Websphere CastIron Appliance
Integrating SFDC and Oracle ERP with IBM Websphere CastIron ApplianceIntegrating SFDC and Oracle ERP with IBM Websphere CastIron Appliance
Integrating SFDC and Oracle ERP with IBM Websphere CastIron Appliance
Sandeep Chellingi
 
Integrating Salesforce.com and Oracle ERP Using IBM WebSphere Cast Iron
Integrating Salesforce.com and Oracle ERP Using IBM WebSphere Cast IronIntegrating Salesforce.com and Oracle ERP Using IBM WebSphere Cast Iron
Integrating Salesforce.com and Oracle ERP Using IBM WebSphere Cast Iron
Prolifics
 
Power Platform Training
Power Platform TrainingPower Platform Training
Power Platform Training
Digisurface
 
Softengi - Inspired Software Engineering
Softengi - Inspired Software EngineeringSoftengi - Inspired Software Engineering
Softengi - Inspired Software Engineering
Softengi
 
Ad

More from ijtsrd (20)

A Study of School Dropout in Rural Districts of Darjeeling and Its Causes
A Study of School Dropout in Rural Districts of Darjeeling and Its CausesA Study of School Dropout in Rural Districts of Darjeeling and Its Causes
A Study of School Dropout in Rural Districts of Darjeeling and Its Causes
ijtsrd
 
Pre extension Demonstration and Evaluation of Soybean Technologies in Fedis D...
Pre extension Demonstration and Evaluation of Soybean Technologies in Fedis D...Pre extension Demonstration and Evaluation of Soybean Technologies in Fedis D...
Pre extension Demonstration and Evaluation of Soybean Technologies in Fedis D...
ijtsrd
 
Pre extension Demonstration and Evaluation of Potato Technologies in Selected...
Pre extension Demonstration and Evaluation of Potato Technologies in Selected...Pre extension Demonstration and Evaluation of Potato Technologies in Selected...
Pre extension Demonstration and Evaluation of Potato Technologies in Selected...
ijtsrd
 
Pre extension Demonstration and Evaluation of Animal Drawn Potato Digger in S...
Pre extension Demonstration and Evaluation of Animal Drawn Potato Digger in S...Pre extension Demonstration and Evaluation of Animal Drawn Potato Digger in S...
Pre extension Demonstration and Evaluation of Animal Drawn Potato Digger in S...
ijtsrd
 
Pre extension Demonstration and Evaluation of Drought Tolerant and Early Matu...
Pre extension Demonstration and Evaluation of Drought Tolerant and Early Matu...Pre extension Demonstration and Evaluation of Drought Tolerant and Early Matu...
Pre extension Demonstration and Evaluation of Drought Tolerant and Early Matu...
ijtsrd
 
Pre extension Demonstration and Evaluation of Double Cropping Practice Legume...
Pre extension Demonstration and Evaluation of Double Cropping Practice Legume...Pre extension Demonstration and Evaluation of Double Cropping Practice Legume...
Pre extension Demonstration and Evaluation of Double Cropping Practice Legume...
ijtsrd
 
Pre extension Demonstration and Evaluation of Common Bean Technology in Low L...
Pre extension Demonstration and Evaluation of Common Bean Technology in Low L...Pre extension Demonstration and Evaluation of Common Bean Technology in Low L...
Pre extension Demonstration and Evaluation of Common Bean Technology in Low L...
ijtsrd
 
Enhancing Image Quality in Compression and Fading Channels A Wavelet Based Ap...
Enhancing Image Quality in Compression and Fading Channels A Wavelet Based Ap...Enhancing Image Quality in Compression and Fading Channels A Wavelet Based Ap...
Enhancing Image Quality in Compression and Fading Channels A Wavelet Based Ap...
ijtsrd
 
Manpower Training and Employee Performance in Mellienium Ltdawka, Anambra State
Manpower Training and Employee Performance in Mellienium Ltdawka, Anambra StateManpower Training and Employee Performance in Mellienium Ltdawka, Anambra State
Manpower Training and Employee Performance in Mellienium Ltdawka, Anambra State
ijtsrd
 
A Statistical Analysis on the Growth Rate of Selected Sectors of Nigerian Eco...
A Statistical Analysis on the Growth Rate of Selected Sectors of Nigerian Eco...A Statistical Analysis on the Growth Rate of Selected Sectors of Nigerian Eco...
A Statistical Analysis on the Growth Rate of Selected Sectors of Nigerian Eco...
ijtsrd
 
Automatic Accident Detection and Emergency Alert System using IoT
Automatic Accident Detection and Emergency Alert System using IoTAutomatic Accident Detection and Emergency Alert System using IoT
Automatic Accident Detection and Emergency Alert System using IoT
ijtsrd
 
Corporate Social Responsibility Dimensions and Corporate Image of Selected Up...
Corporate Social Responsibility Dimensions and Corporate Image of Selected Up...Corporate Social Responsibility Dimensions and Corporate Image of Selected Up...
Corporate Social Responsibility Dimensions and Corporate Image of Selected Up...
ijtsrd
 
The Role of Media in Tribal Health and Educational Progress of Odisha
The Role of Media in Tribal Health and Educational Progress of OdishaThe Role of Media in Tribal Health and Educational Progress of Odisha
The Role of Media in Tribal Health and Educational Progress of Odisha
ijtsrd
 
Advancements and Future Trends in Advanced Quantum Algorithms A Prompt Scienc...
Advancements and Future Trends in Advanced Quantum Algorithms A Prompt Scienc...Advancements and Future Trends in Advanced Quantum Algorithms A Prompt Scienc...
Advancements and Future Trends in Advanced Quantum Algorithms A Prompt Scienc...
ijtsrd
 
A Study on Seismic Analysis of High Rise Building with Mass Irregularities, T...
A Study on Seismic Analysis of High Rise Building with Mass Irregularities, T...A Study on Seismic Analysis of High Rise Building with Mass Irregularities, T...
A Study on Seismic Analysis of High Rise Building with Mass Irregularities, T...
ijtsrd
 
Descriptive Study to Assess the Knowledge of B.Sc. Interns Regarding Biomedic...
Descriptive Study to Assess the Knowledge of B.Sc. Interns Regarding Biomedic...Descriptive Study to Assess the Knowledge of B.Sc. Interns Regarding Biomedic...
Descriptive Study to Assess the Knowledge of B.Sc. Interns Regarding Biomedic...
ijtsrd
 
Performance of Grid Connected Solar PV Power Plant at Clear Sky Day
Performance of Grid Connected Solar PV Power Plant at Clear Sky DayPerformance of Grid Connected Solar PV Power Plant at Clear Sky Day
Performance of Grid Connected Solar PV Power Plant at Clear Sky Day
ijtsrd
 
Vitiligo Treated Homoeopathically A Case Report
Vitiligo Treated Homoeopathically A Case ReportVitiligo Treated Homoeopathically A Case Report
Vitiligo Treated Homoeopathically A Case Report
ijtsrd
 
Vitiligo Treated Homoeopathically A Case Report
Vitiligo Treated Homoeopathically A Case ReportVitiligo Treated Homoeopathically A Case Report
Vitiligo Treated Homoeopathically A Case Report
ijtsrd
 
Uterine Fibroids Homoeopathic Perspectives
Uterine Fibroids Homoeopathic PerspectivesUterine Fibroids Homoeopathic Perspectives
Uterine Fibroids Homoeopathic Perspectives
ijtsrd
 
A Study of School Dropout in Rural Districts of Darjeeling and Its Causes
A Study of School Dropout in Rural Districts of Darjeeling and Its CausesA Study of School Dropout in Rural Districts of Darjeeling and Its Causes
A Study of School Dropout in Rural Districts of Darjeeling and Its Causes
ijtsrd
 
Pre extension Demonstration and Evaluation of Soybean Technologies in Fedis D...
Pre extension Demonstration and Evaluation of Soybean Technologies in Fedis D...Pre extension Demonstration and Evaluation of Soybean Technologies in Fedis D...
Pre extension Demonstration and Evaluation of Soybean Technologies in Fedis D...
ijtsrd
 
Pre extension Demonstration and Evaluation of Potato Technologies in Selected...
Pre extension Demonstration and Evaluation of Potato Technologies in Selected...Pre extension Demonstration and Evaluation of Potato Technologies in Selected...
Pre extension Demonstration and Evaluation of Potato Technologies in Selected...
ijtsrd
 
Pre extension Demonstration and Evaluation of Animal Drawn Potato Digger in S...
Pre extension Demonstration and Evaluation of Animal Drawn Potato Digger in S...Pre extension Demonstration and Evaluation of Animal Drawn Potato Digger in S...
Pre extension Demonstration and Evaluation of Animal Drawn Potato Digger in S...
ijtsrd
 
Pre extension Demonstration and Evaluation of Drought Tolerant and Early Matu...
Pre extension Demonstration and Evaluation of Drought Tolerant and Early Matu...Pre extension Demonstration and Evaluation of Drought Tolerant and Early Matu...
Pre extension Demonstration and Evaluation of Drought Tolerant and Early Matu...
ijtsrd
 
Pre extension Demonstration and Evaluation of Double Cropping Practice Legume...
Pre extension Demonstration and Evaluation of Double Cropping Practice Legume...Pre extension Demonstration and Evaluation of Double Cropping Practice Legume...
Pre extension Demonstration and Evaluation of Double Cropping Practice Legume...
ijtsrd
 
Pre extension Demonstration and Evaluation of Common Bean Technology in Low L...
Pre extension Demonstration and Evaluation of Common Bean Technology in Low L...Pre extension Demonstration and Evaluation of Common Bean Technology in Low L...
Pre extension Demonstration and Evaluation of Common Bean Technology in Low L...
ijtsrd
 
Enhancing Image Quality in Compression and Fading Channels A Wavelet Based Ap...
Enhancing Image Quality in Compression and Fading Channels A Wavelet Based Ap...Enhancing Image Quality in Compression and Fading Channels A Wavelet Based Ap...
Enhancing Image Quality in Compression and Fading Channels A Wavelet Based Ap...
ijtsrd
 
Manpower Training and Employee Performance in Mellienium Ltdawka, Anambra State
Manpower Training and Employee Performance in Mellienium Ltdawka, Anambra StateManpower Training and Employee Performance in Mellienium Ltdawka, Anambra State
Manpower Training and Employee Performance in Mellienium Ltdawka, Anambra State
ijtsrd
 
A Statistical Analysis on the Growth Rate of Selected Sectors of Nigerian Eco...
A Statistical Analysis on the Growth Rate of Selected Sectors of Nigerian Eco...A Statistical Analysis on the Growth Rate of Selected Sectors of Nigerian Eco...
A Statistical Analysis on the Growth Rate of Selected Sectors of Nigerian Eco...
ijtsrd
 
Automatic Accident Detection and Emergency Alert System using IoT
Automatic Accident Detection and Emergency Alert System using IoTAutomatic Accident Detection and Emergency Alert System using IoT
Automatic Accident Detection and Emergency Alert System using IoT
ijtsrd
 
Corporate Social Responsibility Dimensions and Corporate Image of Selected Up...
Corporate Social Responsibility Dimensions and Corporate Image of Selected Up...Corporate Social Responsibility Dimensions and Corporate Image of Selected Up...
Corporate Social Responsibility Dimensions and Corporate Image of Selected Up...
ijtsrd
 
The Role of Media in Tribal Health and Educational Progress of Odisha
The Role of Media in Tribal Health and Educational Progress of OdishaThe Role of Media in Tribal Health and Educational Progress of Odisha
The Role of Media in Tribal Health and Educational Progress of Odisha
ijtsrd
 
Advancements and Future Trends in Advanced Quantum Algorithms A Prompt Scienc...
Advancements and Future Trends in Advanced Quantum Algorithms A Prompt Scienc...Advancements and Future Trends in Advanced Quantum Algorithms A Prompt Scienc...
Advancements and Future Trends in Advanced Quantum Algorithms A Prompt Scienc...
ijtsrd
 
A Study on Seismic Analysis of High Rise Building with Mass Irregularities, T...
A Study on Seismic Analysis of High Rise Building with Mass Irregularities, T...A Study on Seismic Analysis of High Rise Building with Mass Irregularities, T...
A Study on Seismic Analysis of High Rise Building with Mass Irregularities, T...
ijtsrd
 
Descriptive Study to Assess the Knowledge of B.Sc. Interns Regarding Biomedic...
Descriptive Study to Assess the Knowledge of B.Sc. Interns Regarding Biomedic...Descriptive Study to Assess the Knowledge of B.Sc. Interns Regarding Biomedic...
Descriptive Study to Assess the Knowledge of B.Sc. Interns Regarding Biomedic...
ijtsrd
 
Performance of Grid Connected Solar PV Power Plant at Clear Sky Day
Performance of Grid Connected Solar PV Power Plant at Clear Sky DayPerformance of Grid Connected Solar PV Power Plant at Clear Sky Day
Performance of Grid Connected Solar PV Power Plant at Clear Sky Day
ijtsrd
 
Vitiligo Treated Homoeopathically A Case Report
Vitiligo Treated Homoeopathically A Case ReportVitiligo Treated Homoeopathically A Case Report
Vitiligo Treated Homoeopathically A Case Report
ijtsrd
 
Vitiligo Treated Homoeopathically A Case Report
Vitiligo Treated Homoeopathically A Case ReportVitiligo Treated Homoeopathically A Case Report
Vitiligo Treated Homoeopathically A Case Report
ijtsrd
 
Uterine Fibroids Homoeopathic Perspectives
Uterine Fibroids Homoeopathic PerspectivesUterine Fibroids Homoeopathic Perspectives
Uterine Fibroids Homoeopathic Perspectives
ijtsrd
 
Ad

Recently uploaded (20)

The ever evoilving world of science /7th class science curiosity /samyans aca...
The ever evoilving world of science /7th class science curiosity /samyans aca...The ever evoilving world of science /7th class science curiosity /samyans aca...
The ever evoilving world of science /7th class science curiosity /samyans aca...
Sandeep Swamy
 
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Library Association of Ireland
 
2541William_McCollough_DigitalDetox.docx
2541William_McCollough_DigitalDetox.docx2541William_McCollough_DigitalDetox.docx
2541William_McCollough_DigitalDetox.docx
contactwilliamm2546
 
How to Subscribe Newsletter From Odoo 18 Website
How to Subscribe Newsletter From Odoo 18 WebsiteHow to Subscribe Newsletter From Odoo 18 Website
How to Subscribe Newsletter From Odoo 18 Website
Celine George
 
New Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptxNew Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptx
milanasargsyan5
 
K12 Tableau Tuesday - Algebra Equity and Access in Atlanta Public Schools
K12 Tableau Tuesday  - Algebra Equity and Access in Atlanta Public SchoolsK12 Tableau Tuesday  - Algebra Equity and Access in Atlanta Public Schools
K12 Tableau Tuesday - Algebra Equity and Access in Atlanta Public Schools
dogden2
 
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Library Association of Ireland
 
How to manage Multiple Warehouses for multiple floors in odoo point of sale
How to manage Multiple Warehouses for multiple floors in odoo point of saleHow to manage Multiple Warehouses for multiple floors in odoo point of sale
How to manage Multiple Warehouses for multiple floors in odoo point of sale
Celine George
 
YSPH VMOC Special Report - Measles Outbreak Southwest US 5-3-2025.pptx
YSPH VMOC Special Report - Measles Outbreak  Southwest US 5-3-2025.pptxYSPH VMOC Special Report - Measles Outbreak  Southwest US 5-3-2025.pptx
YSPH VMOC Special Report - Measles Outbreak Southwest US 5-3-2025.pptx
Yale School of Public Health - The Virtual Medical Operations Center (VMOC)
 
SPRING FESTIVITIES - UK AND USA -
SPRING FESTIVITIES - UK AND USA            -SPRING FESTIVITIES - UK AND USA            -
SPRING FESTIVITIES - UK AND USA -
Colégio Santa Teresinha
 
Presentation on Tourism Product Development By Md Shaifullar Rabbi
Presentation on Tourism Product Development By Md Shaifullar RabbiPresentation on Tourism Product Development By Md Shaifullar Rabbi
Presentation on Tourism Product Development By Md Shaifullar Rabbi
Md Shaifullar Rabbi
 
Operations Management (Dr. Abdulfatah Salem).pdf
Operations Management (Dr. Abdulfatah Salem).pdfOperations Management (Dr. Abdulfatah Salem).pdf
Operations Management (Dr. Abdulfatah Salem).pdf
Arab Academy for Science, Technology and Maritime Transport
 
To study Digestive system of insect.pptx
To study Digestive system of insect.pptxTo study Digestive system of insect.pptx
To study Digestive system of insect.pptx
Arshad Shaikh
 
Presentation of the MIPLM subject matter expert Erdem Kaya
Presentation of the MIPLM subject matter expert Erdem KayaPresentation of the MIPLM subject matter expert Erdem Kaya
Presentation of the MIPLM subject matter expert Erdem Kaya
MIPLM
 
Odoo Inventory Rules and Routes v17 - Odoo Slides
Odoo Inventory Rules and Routes v17 - Odoo SlidesOdoo Inventory Rules and Routes v17 - Odoo Slides
Odoo Inventory Rules and Routes v17 - Odoo Slides
Celine George
 
Sinhala_Male_Names.pdf Sinhala_Male_Name
Sinhala_Male_Names.pdf Sinhala_Male_NameSinhala_Male_Names.pdf Sinhala_Male_Name
Sinhala_Male_Names.pdf Sinhala_Male_Name
keshanf79
 
Geography Sem II Unit 1C Correlation of Geography with other school subjects
Geography Sem II Unit 1C Correlation of Geography with other school subjectsGeography Sem II Unit 1C Correlation of Geography with other school subjects
Geography Sem II Unit 1C Correlation of Geography with other school subjects
ProfDrShaikhImran
 
Political History of Pala dynasty Pala Rulers NEP.pptx
Political History of Pala dynasty Pala Rulers NEP.pptxPolitical History of Pala dynasty Pala Rulers NEP.pptx
Political History of Pala dynasty Pala Rulers NEP.pptx
Arya Mahila P. G. College, Banaras Hindu University, Varanasi, India.
 
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Library Association of Ireland
 
Ultimate VMware 2V0-11.25 Exam Dumps for Exam Success
Ultimate VMware 2V0-11.25 Exam Dumps for Exam SuccessUltimate VMware 2V0-11.25 Exam Dumps for Exam Success
Ultimate VMware 2V0-11.25 Exam Dumps for Exam Success
Mark Soia
 
The ever evoilving world of science /7th class science curiosity /samyans aca...
The ever evoilving world of science /7th class science curiosity /samyans aca...The ever evoilving world of science /7th class science curiosity /samyans aca...
The ever evoilving world of science /7th class science curiosity /samyans aca...
Sandeep Swamy
 
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Library Association of Ireland
 
2541William_McCollough_DigitalDetox.docx
2541William_McCollough_DigitalDetox.docx2541William_McCollough_DigitalDetox.docx
2541William_McCollough_DigitalDetox.docx
contactwilliamm2546
 
How to Subscribe Newsletter From Odoo 18 Website
How to Subscribe Newsletter From Odoo 18 WebsiteHow to Subscribe Newsletter From Odoo 18 Website
How to Subscribe Newsletter From Odoo 18 Website
Celine George
 
New Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptxNew Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptx
milanasargsyan5
 
K12 Tableau Tuesday - Algebra Equity and Access in Atlanta Public Schools
K12 Tableau Tuesday  - Algebra Equity and Access in Atlanta Public SchoolsK12 Tableau Tuesday  - Algebra Equity and Access in Atlanta Public Schools
K12 Tableau Tuesday - Algebra Equity and Access in Atlanta Public Schools
dogden2
 
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Library Association of Ireland
 
How to manage Multiple Warehouses for multiple floors in odoo point of sale
How to manage Multiple Warehouses for multiple floors in odoo point of saleHow to manage Multiple Warehouses for multiple floors in odoo point of sale
How to manage Multiple Warehouses for multiple floors in odoo point of sale
Celine George
 
Presentation on Tourism Product Development By Md Shaifullar Rabbi
Presentation on Tourism Product Development By Md Shaifullar RabbiPresentation on Tourism Product Development By Md Shaifullar Rabbi
Presentation on Tourism Product Development By Md Shaifullar Rabbi
Md Shaifullar Rabbi
 
To study Digestive system of insect.pptx
To study Digestive system of insect.pptxTo study Digestive system of insect.pptx
To study Digestive system of insect.pptx
Arshad Shaikh
 
Presentation of the MIPLM subject matter expert Erdem Kaya
Presentation of the MIPLM subject matter expert Erdem KayaPresentation of the MIPLM subject matter expert Erdem Kaya
Presentation of the MIPLM subject matter expert Erdem Kaya
MIPLM
 
Odoo Inventory Rules and Routes v17 - Odoo Slides
Odoo Inventory Rules and Routes v17 - Odoo SlidesOdoo Inventory Rules and Routes v17 - Odoo Slides
Odoo Inventory Rules and Routes v17 - Odoo Slides
Celine George
 
Sinhala_Male_Names.pdf Sinhala_Male_Name
Sinhala_Male_Names.pdf Sinhala_Male_NameSinhala_Male_Names.pdf Sinhala_Male_Name
Sinhala_Male_Names.pdf Sinhala_Male_Name
keshanf79
 
Geography Sem II Unit 1C Correlation of Geography with other school subjects
Geography Sem II Unit 1C Correlation of Geography with other school subjectsGeography Sem II Unit 1C Correlation of Geography with other school subjects
Geography Sem II Unit 1C Correlation of Geography with other school subjects
ProfDrShaikhImran
 
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Library Association of Ireland
 
Ultimate VMware 2V0-11.25 Exam Dumps for Exam Success
Ultimate VMware 2V0-11.25 Exam Dumps for Exam SuccessUltimate VMware 2V0-11.25 Exam Dumps for Exam Success
Ultimate VMware 2V0-11.25 Exam Dumps for Exam Success
Mark Soia
 

A Review on Salesforce Integration

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume 5 Issue 4, May-June 2021 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470 @ IJTSRD | Unique Paper ID – IJTSRD42502 | Volume – 5 | Issue – 4 | May-June 2021 Page 1092 A Review on Salesforce Integration Lavanya Yallanki1, Yogeshchandra Puranik2 1PG Student, 2Assistant Professor, 1,2Affiliated to Department of (MCA), P.E.S.’s Modern college of Engineering, Pune, Maharashtra, India ABSTRACT Nowadays Salesforce is one of the world’s leading customer relationship management (CRM) programs.Ithelpstomanagecustomers,salesandservice in one platform and salesforce provides manyautomationandreportingtools. Salesforce Integration is the process of connecting Salesforce.com to other 3rd party external systems and applications like Facebook, LinkedIn, Gmail, Outlook, Hub Soft, Heroku, SAP, Oracle, Microsoft, WordPress CMS and external websites. The Salesforce API is as vast as deep blue sea because it uses an API-first approach forbuildingfeaturesontheSalesforceplatform.API first means to build a robust API before designing its UI. This approach provides the flexibility to mold the data in whatever format required. Appropriate Salesforce Integration allows enough access and also allows the analysis of information. A Salesforce Integration solution is a software that puts together and oversees correspondence between Salesforce CRM and distinct frameworks, utilizingAPIstodecodemessagesthatsystemsexchange. The decision of a Salesforce integration pattern depends upon the number of frameworks to incorporate and their particulars, as well as the number of integration levels to enfold. A flawless Salesforce integration will helporganizationin thefollowingways– Connects Marketing, Sales & Service with ERP, MRP, SRP and other back office and legacy systems. Gives a true 360-degree view of the customer across all systems. Implement a multisystem end-to-end workflow over the systems. Gives real time data access to come up with better sales and service experience. Strengthen the efficiency of process execution. KEYWORDS: Salesforce Integration, API How to cite this paper: Lavanya Yallanki| Yogeshchandra Puranik "A Review on Salesforce Integration" Published in International Journal of Trend in Scientific Research and Development(ijtsrd), ISSN: 2456-6470, Volume-5 | Issue-4, June 2021, pp.1092- 1095, URL: www.ijtsrd.com/papers/ijtsrd42502.pdf Copyright © 2021 by author (s) and International Journal ofTrendinScientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (CC BY 4.0) (http://creativecommons.org/licenses/by/4.0) INTEGRATION PATTERNS IN SALESFORCE Integration patterns are a useful resource for developers evaluating solutions for an integration strategy. Integration patterns identify how systems interactaspartofan integration solution design. IJTSRD42502
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD42502 | Volume – 5 | Issue – 4 | May-June 2021 Page 1093 Remote Process Invocation - Request & Response Request and Response pattern is beneficial for allowing data to be sent out to an external system to perform some functioning and redirected back to Salesforce for it to be updated. This is to make sure that the data has successfully been retrieved and processed on the other end but to get any response on which further processingcanoccurinSalesforce.TheSalesforceAPIwill do the first callout while holding back on the external system to complete it before making progress. External Services offers a Restful no code solution to send over primitive data typesto andfromtheExternal RESTAPIsusinga lightning flow. When using a lightning component creating REST/SOAP calls or a custom Visualforce page with SOAP using APEX Rest or SOAP. This allows the External Interface to bring in the APEX class and methods to perform REST/SOAP actions on them. APEX Rest/SOAP permits writing out the classes togiveaccesstothe external systemtoconsumedata fromsalesforce and use APEX HTTP callout to build a SOAP/REST call to the external API. Remote Process Invocation - Fire and Forget Fire and Forget is used when the sent request does not require waiting for a response. There are three DrivenPlatformEvents that can be used since it allows the salesforce org to be either a subscriber or publisher of an event. This approach simplifies the process by contributing both a no code and low code approach. There are two no code approaches. One is a Process – Driven Platform Event utilizing a process builder to represent a Platform event. This can be done by utilizingthecreaterecord action and selecting the Platform event as the record type. Workflow – Driven Platform Event uses a flow to publish the event and has similar steps to bring out the event with a process builder. It uses the create record element and selects the platform event as the record type. Customized –Driven Platform Event is thelesscodeapproachwhichisacquiredusinganApexClassto bring out the event using the Event Bus class. Then once the event has been published the external applicationcansupportthe event using CometD. Apart from using CometD the event can be subscribed from a Process Trigger, the pause Event in a workflow, or an Apex Trigger. The next technique is Outbound Messaging and call backs which uses triggered workflows to forward an outbound message to the external system when an insert or update happens. This allows the user to select the object that has to be sent; define the endpoint and the fields from the object to be sent. Batch Integration The most common method of data integration which is appropriate for less frequently changing data. Itisaneffortlesswayfor implementing and provides an excellent solution for processing flat files. Remote Call – In A remote system can create, retrieve, update, or delete data which is stored in Lightning Platform. When there is a remote system which makes updates on Salesforce org a Remote Call-In pattern would be used. This allows the remoteAPI toconnect to Salesforce which can make changes to the data that has changed and notify Salesforce of external events. Remote system calls on Salesforce to either update or to query the data. It waits for successful completion & updates the response back in Salesforce. Remote systems is connected to Salesforce using the below methods: Soap API REST API Apex Web Services Apex REST Services Bulk API Data Virtualization Data virtualization pattern is used when an external system performs operations that are nothandledbyorcarries data thatis not present in Salesforce. This integration pattern allows users to use the Salesforce platform to acquire that data without learning the external system. It allows for real-time access to the latest versionofinformationfroman external systemwithout having to store the data in Salesforce. POSSIBLE WAYS TO INTEGRATE WITH SALESFORCE Data Integration Data Integration uses SOAP APIs and REST APIs. It mostly handles data synchronization requirements, where one application in an enterprise acts as the primary source for a particular business object, like Account. It requires no coding in Salesforce, which is an advantage, but then it cannot implement any custom logic.
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD42502 | Volume – 5 | Issue – 4 | May-June 2021 Page 1094 Data Integration is necessary when needed to sync data from two or more systems. As a result, every add-on that has been integrated will share real-time data. User Interface Integration Salesforce allows designers and developers to create fascinating front-end User Interfaces (UI) for a much logical experience. The front-end development is usually done through Visualforce and the Lightning Component Framework in Salesforce. User Interface Integration combines the UIs of at least two frameworks. It gives users a single point of entry into many applications. The most suitable example is Facebook Apps, which appears to be in the Facebook occurrence but in reality, the content is served from different application traders. Business Logic Integration Business Logic Integration uses Apex Web Services for Inbound and Apex Callouts for Outbound. It typically handles cases where business logic is built out across several applications to implement the complete end-to-end business process. TYPES OF SALESFORCE INTEGRATION Salesforce is the most flexible tool which offers ample ways to integrate data. Real-Time Integration Real-time integration is a high affinity to line up sales and marketing successfully. It is more suitable and less challenging to handle errors and control queues. App Exchange There are several apps available in Salesforce which can be right away installed in the Salesforce environment. They are necessary in reducing time and money in proper integration and hold up future enhancements. Real-Time Mashups It requires building-up of the user interface in Visualforce to create personalized UIs. They are commonly used for evaluating the data from external systems quickly. API INTEGRATION SOLUTIONS The API Integration solutions gives access to developers to connect to the external API no matter the Protocol or Data Format used. Below is the list of API Integration solutions that Salesforce offers: REST API REST stands for Representational state transfer. It is a simple and strong web service built on restful principles. It discloses all varieties of Salesforce functionality via REST resources and HTTP methods. For example, one can create, read, update, and delete (CRUD) records, search or query to search data, retrieve object metadata, and access information about limits in the org. REST API supports XML and JSON both. SOAP API SOAP API stands for Simple Object Access Protocol API which only supports XML. It is a robust and strong web service built on the industry- standard protocol of the same name. It can be utilized to create, update, delete, retrieve records in any language that supports web services. It is mainly used to maintain passwords, perform searches, and retrieve metadata. SOAP API supports XML only as it uses Web Services Description Language (WSDL) files as a formal Contract between API and consumer. Bulk API Bulk API is optimized to work with largevolumesofdata.Itis used for querying, inserting, updating or deleting large volumes of data. Allows to query or load large sets of data programmatically. It is based on REST and executes asynchronously.Bulk API supports attachment uploading. It sends data in batches over HTTP. Salesforce provides an interface to check the status of the Bulk API job. Metadata API Salesforce metadata API is used by developers to retrieve, create, deploy, update, or delete the customized data. The purpose of Salesforce Metadata is to be used for management to moldcustomizationsandbuildtoolstoassist management at the mode of metadata. The easiest way to acquire the functionality in Metadata API is to use the IDE of Force.com or Ant migration tool. Streaming API Streaming API is the radar which allows todefineeventsand push notifications to the client app when the event occurs.
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD42502 | Volume – 5 | Issue – 4 | May-June 2021 Page 1095 No need to keep an active lookout for data changes or to continuously poll Salesforce and create unnecessary API requests. Streaming API also keeps the external source in coincide with the Salesforce data with PushTopic events and Change Data Capture events. Italsoallowstheprocessingof business logic in an external system in response to data changes in Salesforce. APEX SOAP Apex SOAP web services gives access to an external application to call Apex methods via SOAP Web services. Apex callouts enable Apex to call external web or HTTP services. APEX REST One can expose Apex classes and methods so that external applications will be able to access code and applications via the REST architecture. This is achieved by defining Apex class with @RestResource notation to expose it as a REST resource. Adding notation to methods can also expose them through REST. For example, @HttpGet annotation can be used for a method to expose it as a REST resource that can be called by an HTTP GET request. Tooling API Tooling API is used to fetch the metadata like Apex classes, Apex triggers, custom objects, custom fields, etc. If anyone wants to get the list of Custom Objects or Custom fields, there is no need to manually gather the details from the whole SF organization. Instead, it can be gathered with the help of Tooling API SOQL. Tooling API came in the Spring'13 release. Chatter API Chatter API is a REST API for Chatter to display Salesforce information, especiallyinmobileapplications.Responses are localized, structured for presenting, and can be filtered to contain exactly what the application needs. BENEFITS OF SALESFORCE INTEGRATION Offers all-in-one access Users don’t need to switch systems to get what they need. They can stay logged into one system to get all done. Increases productivity Teams have to do a lot of cut-paste of data to make sure it appears in all systems. However, manual tasks may lead to mistakes and turn into a time consumer. Integrated systems have automated checks and balances to makesuretheyhave the same information. Provides effortless access to data System integration allows information to be acquired from all the integrated systems. Having more information which can convert into meaningful information, the more information you have for making better decisions. Enhances communication One division may be more convenient with Salesforce while another prefers to work with a different system. Integrating these two systems will allow each team to work in the system they prefer, which gracefully communicates and leads to more data sharing. Automates workflows without any code Since integrated systems play well together,theirworkflows can be automated with point-and-click. Provides more insightful reporting Users get more detailed and relevant reports that help them to make better decisions and take the best actions. CONCLUSION Salesforce is an easy to learn and growing technology in the market and all data is stored onto the cloud. The main purpose of this review paper is to establish the basic concepts of Salesforce Integration. Also for learning this technology no one needs to have coding knowledge. Every learning material is available on the internet and Salesforce.com also has a free demo. REFERENCES [1] https://www.salesforcetutorial.com/salesforce- integration-introduction/ [2] https://blogs.emorphis.com/salesforce-integration- services/ [3] https://developer.salesforce.com/ [4] https://developer.salesforce.com/ [5] https://www.forcetalks.com/