Questions tagged [integration]
Integration refers to the work that is done on other systems or Salesforce to enable them to communicate with each other. There are different layers of integration in Salesforce: security, UI, logic, and data and there are many different mechanisms for integrating, including 3rd party apps.
1,600 questions
0
votes
0
answers
16
views
Salesforce for Gmail integration error
One of my users has raised an issue that he's been suffering for quite some time when he tries to create/send an email via the Salesforce for Gmail integration. He gets the following message:
Error in ...
-1
votes
0
answers
21
views
Fedex Authorization Issue from Salesforce Apex Uding Named Credential [closed]
I have created the External Named Credential in Salesforce as stated in OAuth2 bearer token is not being saved in Named Credential and cannot use {!$Credential.OAuthToken} but when use this named ...
1
vote
0
answers
37
views
Managed package Apex code calling to our SaaS API
We are building a managed package that will connect to our existing multi-tenant B2B SaaS API. From a LWC on an Opportunity page, we need to call an API call to fetch data associated with the ...
0
votes
0
answers
39
views
Salesforce OAuth Username-Password Flow: "invalid_grant" error while integrating Google Forms with Salesforce via Postman
I’m working on integrating Google Forms with Salesforce using API calls and planned to use the OAuth 2.0 Username-Password Flow to authenticate and obtain an access token via Postman before moving the ...
-2
votes
0
answers
16
views
How to Update Contact Information in Salesforce Using External Tools like Microsoft Copilot Studio Agents?
Hello Salesforce Community,
I am currently working on updating contact information in Salesforce and would like to know if there is a way to automate this process using external tools like Microsoft ...
0
votes
0
answers
37
views
Does Salesforce Pub/Sub API have a Java 8-compatible version?
I am working on a Salesforce integration project that requires subscribing to Platform Events using the Pub/Sub API. Due to constraints, my Java application must run on Java 8 (1.8), using Eclipse ...
2
votes
0
answers
102
views
Integration Design Review – JWT Flow for External Users via ISVs
We have around 600 "External Entities", each of which can use software provided by any of the ~20 ISVs to run their business operations. These "External Entities" are required to ...
1
vote
0
answers
45
views
How to use Identity Type as Per User Principal in New named credentials(not legacy named credential)
I am trying to test basic authentication flow using new named credentials and Identity Type as Per User Principal. Below is what all I have done
Created External Credential BasicAuthEC with ...
0
votes
0
answers
44
views
Is CDC really Batch Data Synchronization pattern?
I was going through the documentation of Salesforce Integration Patterns and when I looked at Batch Data Synchronization the first and best solution proposed was Change Data Capture, now my question ...
0
votes
0
answers
25
views
Show Salesforce Records in Jira Dynamically
What I want to do:
Fetch specific Salesforce Records(Cases) from Jira
Show the records in the Jira Wiki Page, like in table.
I want to fetch the records dynamically (in real time or refresh).
Able to ...
0
votes
0
answers
48
views
Named Credentials For Web Server Flow In Experience Sites
I’m building a basic Salesforce Experience Site page where users can connect their Salesforce org to my app. The flow is as follows:
The user enters their Salesforce org’s domain URL in a custom UI.
I ...
0
votes
0
answers
51
views
Allow Integration user to Insert/Update/Read Event Objects
We need to have an API Only Integration User [ User License = Salesforce Integration, Profile Salesforce API Only System Integrations (there is a newer profile name that is analogous to this one) ] ...
0
votes
0
answers
48
views
Migrating from AWS JS SDK V2 to V3
Has anyone moved from AWS JS SDK V2 to V3? I'm trying to do it. Used webpack to bundle client-s3 and s3-request-presigner. Uploaded that as a static resource. Used the following to load it
import { ...
0
votes
0
answers
65
views
FIELD_INTEGRITY_EXCEPTION when linking new file to Document Checklist Item (ContentDocumentId keeps changing)
We have a long-standing integration that uploads files to Salesforce using MuleSoft and links them to Document Checklist Items via FirstPublishLocationId. Recently, we're seeing the following error ...
0
votes
0
answers
50
views
Outlook integration - create email distribution lists in Outlook from users' emails in public groups
I have a client who doesn't have Outlook integration but wants to create distribution lists in Outlook from users' emails in public groups. I've looked but can't find any documentation on how to do ...