Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
16 views

Does Salesforce handle asynchronous platform event publishing errors for events published by flow?

From the documentation I can see that if I publish a platform event in Apex, I can use the EventBus.EventPublishCallback interface to handle the scenario if an error occurs during the publishing of a ...
RM_EM2LQyOngoArEZj's user avatar
1 vote
0 answers
22 views

Tapping push notification does not direct to Flutter App

I have a developed Flutter app that uses the sfmc_plugin for push notifications and the app_links package for deep linking. The Problem: The app was previously working correctly, with push ...
Patrick Mangubat's user avatar
0 votes
0 answers
5 views

Can 1 SF org be linked to multiple SFMC instances (NOT BUs within 1 instance, but different SFMC logins / instances / businesses)

I've received a client request: they want to know if a single SF core org can be connected to more than one SFMC instance / different logins. The request specifies that these are not multiple ...
Luiza Zdebska's user avatar
0 votes
0 answers
28k views

Message source 'replay-channel-listener' on flow 'xxx' found connection error but reconnection is already in progress. Error was: Connection was lost

My mule experience app is having errors in connecting to salesforce as it sends me this error : Message source 'replay-channel-listener' on flow 'xxx' found connection error but reconnection is ...
Zyoumir's user avatar
  • 73
0 votes
0 answers
14 views

Can Salesforce LWC code be manipulated using client side JavaScript

I have an lwc code to return the list of records based on the user input. There is a @AuraEnabled apex method with dynamic SOQL query to return the records. I am constructing a map<string,Object>...
S.Sujendran's user avatar
-4 votes
0 answers
18 views

County field not populating from Salesforce Google Maps integration [closed]

I have a Google Maps search feature on the Organization/Household object, that once saved will create an Address Record. All fields populate to create the Addresss record except for the "County ...
Jaedon Rineer's user avatar
0 votes
0 answers
35 views

Error connecting Salesforce Data Cloud to Databricks: CANNOT_VALIDATE_CONNECTION and INVALID_PARAMETER_VALUE.CONNECTION_TYPE_NOT_ENABLED

I'm following the instructions in the documentation to set up a connection from our Salesforce Data Cloud app to Databricks. Docs: https://learn.microsoft.com/en-us/azure/databricks/query-federation/...
KristiLogos's user avatar
0 votes
1 answer
31 views

How to change the Button background color in lightning Data Table on onrowaction?

I have a button in each row of the data table, So I want to change the color once it is click. Below is my code snipeet. { label: 'Include GST', type: 'button', fieldName: 'invoiceNumber', ...
Anita Mehta's user avatar
-1 votes
0 answers
23 views

Salesforce: Migrating to a new SSO [closed]

We are in the process of migrating away from our old on-prem Active Directory to Azure based Entra ID. As such I've been tasked with setting up Microsoft Entra ID single sign-on (SSO) integration with ...
babarsac's user avatar
0 votes
0 answers
25 views

Getting two copies of the JS files for my LWC component in Chrome

I'm trying to use Chrome local overrides to make debugging JS quicker. But I'm getting two versions of the JS file in my Chrome sources panel. I created a new LWC named 'Hello World'. On the first ...
clcollier's user avatar
0 votes
0 answers
45 views

Salesforce Login chrome extension issue

I've been trying to create a chrome extension for Managing Salesforce Org credential,where the tool can save and login multiple salesforce org credentials. I've been seeking ChatGPT for the JavaScript ...
AppuSalamanca's user avatar
0 votes
0 answers
22 views

How to run this Apex Class with a master-detail object quoteline. - Trying to set up Advanced Approvals

Zero Apex experience, I just followed this documentation: https://help.salesforce.com/s/articleView?id=sf.cpq_enable_aa.htm&type=5 It states you can set up advanced approvals on other objects, the ...
Zachary Pressley's user avatar
-2 votes
0 answers
15 views

i want to convert Record/ JSON type from lwc to PPT in salesforce

Can we use pptxgenjs or power point generation JavaScript in Salesforce LWC for generating PPT. Or is there any other way to generate PPT Note: I dont want to use Conga composer or S- Docs
Code__'s user avatar
  • 19
-2 votes
0 answers
14 views

Approval using Custom Email template from Apex

Have created custom apex email template which also send to approval , but user not able to approve or reject from url like it is in standard email '<p>To review and approve or reject the ...
rushika pawar's user avatar
-1 votes
0 answers
16 views

Salesforce as an identity provider: how to revoke session tokens

I am building a React app that uses AWS Cognito for login and Salesforce as an identity provider. Authentication works. However, the next question is: how do I revoke the Salesforce session token ...
Setjmp's user avatar
  • 28.2k
-4 votes
0 answers
27 views

I am having issues with outlook email templated created in salesforce

I have created one email lighning template in salesforce using html , i have developed email template as per the requirement and its looking fine when i sent it to outlook and do forwarding the ...
Neha Sharma's user avatar
0 votes
0 answers
28 views

Creating an event for Lead in salesforce

I am creating an integration with salesforce where in I pass all the leads that come on my platform to salesforce programatically using Salesforce REST API .../services/data/v48.0/sobjects/Lead/ Now ...
Aishwarya's user avatar
  • 302
0 votes
0 answers
20 views

Jenkins does not recognize command sf?

I've been having a lot of trouble trying to get a Jenkinsfile to work. I've been trying to run this script. Its purpose is to authorize a target salesforce org (=environment) and then to deploy code ...
Fra425's user avatar
  • 1
0 votes
1 answer
16 views

Replacing Blank KPI Tooltips with '0' or 'N/A' for Missing data

To meet the client's requirement in Tableau, we need to replace blanks in KPI tooltips with "0" or "N/A" when no data exists in Salesforce (not even null values). We’ve tried using ...
Chetana Toraskar's user avatar
0 votes
0 answers
21 views

Adjusting Flexipage Bottom Margin for Hidden LWC Component on Salesforce App Page

I’m working with a Salesforce LWC component attached to an app page, where I need to control its show/hide behavior. However, I’m encountering an issue where a small space remains above the component ...
whitili's user avatar
  • 23
-1 votes
0 answers
18 views

I want to access The Data Export File via Api. I need to store that file on s3 bucket AWS

I want to access The Data Export File via Api. I need to store that file on s3 bucket AWS. Any approaches that i can access the this? I just want that export file so that i can write a script to ...
Jenee Jaiswal's user avatar
1 vote
1 answer
45 views

How to change value in tooltip charJS

Im using LightningWebCharts here is the documentation link https://salesforcelabs.github.io/LightningWebChartJS/ I want add 'k' in tooltip value. Tooltip documentation https://salesforcelabs.github.io/...
Afrose ahamed's user avatar
0 votes
0 answers
26 views

Test class coverage issue

I have an apex method i have to write test class for that @AuraEnabled(cacheable=true) public static userWithStateTerritoryDetails userWithStateTerritoriesDetails(String programType,String programId){ ...
Kavya's user avatar
  • 3
0 votes
0 answers
27 views

ConnectApiException:The credential couldn't be saved because it's associated with an external credential with the folowing authentication protocol:Jwt

I was able successfully create externalCredential and namedCredential using connectApi's createExternalCredential and createNamedCredential methods. However while I am trying to update just any of the ...
Manoj's user avatar
  • 1
-1 votes
0 answers
44 views

TypeError: s.Connection is not a constructor Error in Production Mode in Next.js 15 with jsforce

I'm trying to connect my Next.js 15 app to Salesforce APIs using the jsforce library. This code works perfectly fine in development mode (npm run dev) and during the build process (npm run build). ...
ledmatrix's user avatar
0 votes
0 answers
40 views

Mulesoft 'CLIENT_NOT_ACCESSIBLE_FOR_USER' error when connecting to salesforce

I have a System Administrator profile in Salesforce and i tried to connect using Salesforce config but got an error: Caused by: [UnexpectedErrorFault [ApiFault exceptionCode='...
Антон Олег's user avatar
-1 votes
0 answers
20 views

Automating Custom Checkbox Tag Placement in DocuSign for Salesforce Documents

How can I configure DocuSign in Salesforce so that when I upload a document through the e-signature button, a custom tag for a checkbox is automatically detected and placed on the document, instead of ...
Arpit Chaturvedi's user avatar
-1 votes
0 answers
25 views

Boto3 - AWS Appflow create_flow for source:"salesforce" giving authentication error

I keep getting the below error while creating the flow with AWS appflow and Salesforce as a source. In the salesforce login history it shows success whare as the code giving the below error. Below ...
Govinda's user avatar
  • 71
0 votes
0 answers
35 views

how to add data labels in salesforce labs lightingWebchartJs

im using salesforce lwcc https://salesforcelabs.github.io/LightningWebChartJS/docs/api/chart.html How to show value on each stack and cumulative value on top of the bar and also in legend each with ...
Afrose ahamed's user avatar
0 votes
0 answers
22 views

LWC slds table onblur function

not able to call onblur function in LWC js In my LWC slds table I've used this in td key={field} data-field={field.fieldValue} data-index={indexRow} data-column={colIndex} onblur={onblurData} class=&...
Himanshu Motwani's user avatar
0 votes
0 answers
53 views

Salesforce pipeline failing for Ant build

While trying to build a salesforce sfdx program in Azure DevOps, getting below error using Ant task. Specifically shows deployment size is exceeding 5 MB which is new and unique error I am facing. ...
Salman's user avatar
  • 1,843
0 votes
1 answer
34 views

Custom currency formatting in lightning datatable

So I've been struggling with this, I have a lightning datatable which has a currency type column that users can edit, however I need to format the cells of these columns to add text at the end of the ...
Neithan Bravo's user avatar
0 votes
1 answer
31 views

Salesforce User with a certain profile can only delete contact base on Account.field__c and the user.field__c is the same

Salesforce User with a certain profile can only delete contact base on Account.field__c and the user.field__c is the same. do you guys have any ideas on how to do this. I need the user to delete a ...
koffyone's user avatar
  • 107
0 votes
0 answers
43 views

Problem: Using Salesforce to connect to an AWS S3 using a secret key, access key and a Token requested from external api service

I am trying to fetch to an S3 from Salesforce, but in order to connect, I need to send User and Password a third party api and it will respond with the acces key, secret key and token. How to ...
Funez Camilo's user avatar
0 votes
1 answer
82 views

Copy activity and query with new Salesforce connector

I have a Copy activity with the old Salesforce connector (as Source) with the following query: @concat('SELECT * FROM Account WHERE LastModifiedDate > ''', replace(activity('AccountLookupDelta')....
clubkli's user avatar
  • 243
0 votes
1 answer
62 views

CI / CD Salesforce - Bitbucket ENVIRONMENT variables issues in pipelines

I am trying to setup it CI/CD for salesforce using bitbucket. I have create a connected app for each environments (qa, uat, production) And in bitbucket > repository settings > deployments: I ...
Hermann Ouré's user avatar
0 votes
0 answers
53 views

DBeaver - Salesforce JDBC - end-user denied authorization

I get the error "end-user denied authorization" from DBeaver when trying to connect to Salesforce. I have admin access to salesforce. Here are the steps I took to get this far: set up ...
datafarmer's user avatar
0 votes
0 answers
15 views

Salesforce Oauth app is not redirecting to App in react native

I am trying to build a Salesforce react native mobile app. I am doing Oauth with Salesforce. I am using react-native-app-auth package and Salesforce connected app for this. Below are details for my ...
PHP Beginner's user avatar
0 votes
0 answers
23 views

How to paste a current listview name in the URL on a custom button in Salesforce?

I have a custom button on Opportunity for creation of a record with a predefined stage. I need to get back to the listview I started with if I cancel the operation So I paste in the URL section: /...
SlavaBychenko CT's user avatar
0 votes
0 answers
32 views

Salesforce Omniscript Not Refreshing when Values are Updated

We have an Omniscript that takes text input from the user- name and email. There is a Data Mapper Extract Action that then checks if name and email exactly matches a record in Salesforce, it will ...
Creynolds's user avatar
0 votes
0 answers
20 views

Salesforce CLI - Husky - Git - 'C:\Program' is not recognized as an internal or external command

I am building a pre commit code that run dry run with the staged files to the target org. Everything was working fine until if there are any spaces in the staged file inside the force-app. pre-commit ...
Charan Kumar's user avatar
1 vote
1 answer
34 views

Given that node modules can't be used, suggest an approach integrating Roomle with Salesforce

The rooomle documentation says there are two ways to incorporate rubens configurator. First approach is to install the roomle package from npm, this is not possible in my use case. The second approach ...
dshrikant_bfl's user avatar
0 votes
1 answer
32 views

Responsive Font Size Implementation in OmniStudio Text Block

I'm currently working on a project in OmniStudio, and I need to make the font size responsive for a text block. The requirement is to have the font size set to 12px for mobile devices and 14px for ...
Rodolfo Barreto's user avatar
0 votes
0 answers
30 views

Salesforce POST quick action with REST API

I'm new to salesforce, I wanted to know if it's possible to send a post form for quick actions to salesforce. Description: there is a detailed page on which there is a create record button, when ...
hardym3n's user avatar
0 votes
0 answers
15 views

Can we use Salesforce Code Builder cloud platform to automate Selenium JS UI tests

I am looking to automate Selenium JS UI tests using Salesforce Code Builder, just as we would do on VS Code on our local machine. It couldnt facilitate Chrome browser installation, rather than ...
Technocrat's user avatar
1 vote
0 answers
35 views

Need to capture the value from a specific field on the standard record edit page in real-time, before the Save button is clicked on Salesforce

I need to capture the value from a specific field on the standard record edit page in real-time, before the Save button is clicked, validate it, and then display the corresponding alert in the custom ...
P.M. Sathiyamoorthy's user avatar
0 votes
1 answer
50 views

How to package a Custom Metadata Type in a Salesforce 2GMP (Second Generation Managed Package)?

I am tasked with the creation of a Salesforce 2GMP (Second Generation Managed Package) and I wonder how I can include a Custom Metadata Type in my package. A simple creation of the Custom Metadata ...
renepanke's user avatar
0 votes
2 answers
39 views

Salesforce validation rule to restrict picklist values

I am new to salesforce and I am trying to create a validation rule to restrict picklist values on a field to less than or equal to 5. The value are text did some research but nothing so far. The ...
UAB17's user avatar
  • 1
1 vote
1 answer
128 views

How to Pass Selected Record IDs from a Custom Object List View to an Apex Controller?

I am a developer who is relatively new to Salesforce. In my current project, I need to pass the selected record IDs from the list view of a custom object called MyClass__c as parameters to an Apex ...
whitili's user avatar
  • 23
0 votes
0 answers
39 views

Salesforce SAML SSO assign user to multiple group and send same in Assertion response

We are using Salesforce as IDP in SP initiated flow. We need to configure users in Salesforce to be part of multiple groups(roles) and send those list of group(roles) values in SAML Assertion response ...
Yathish Manjunath's user avatar

1
2 3 4 5
212