Category "salesforce"

How to subscribe AWS Lambda to Salesforce Platform Events

We want to integrate Salesforce into out Micro Service Structure in AWS. There is a article about this here So we want to subscribe lambda to certain platform

How to use the "Reply-To:" field from the email header in a Salesforce email-to-case

Our company has an external application that sends an email to our help-desk email, to generate an email-to-case ticket. The from email is static, generic, comp

Git in Visual studio code says file is modified even when there is no change

I am using the Visual Studio Code for my salesforce development. I have some issues with Git as a repository. When I right-click on the package.xml and say Retr

Docusign embedded sigin - Merge field is not working

I am using embedding signing from salesforce using apex toolkit. I could not merge fields from salesforce. I am trying to prepopulate firstname and lastname. I

Not able to create task in Asana through salesforce Flow

I created a flow in salesforce to create a task in Asana, but when I modified previous version to new version, my flow stopped creating tasks. Am I missing anyt

Merge records and Restore Deleted records for Salesforce using HTTP or API call from Postman?

I am trying to see if I can make a Merge Record call or Restore Deleted Records using an API call (read REST or SOAP call). Tried researching around it but most

lightning-radio-group in LWC

I am trying to build the quiz app in LWC. this is the array in the controller file. User should get the question and select one answer via radio button. quizLis

execute logic beforedelete event trigger

Before deleting the record (Ex: Account obj record), I want to update the field on the account record and send it to content management, hold it for a few secon

Salesforce Flow - Roll-Up Summary Nested Loop Automation?

I am trying to roll-up different fiscal year's projection sums to three different fields in Opportunities. Is there a way to do it within the same flow automat

vsCode can't retrieve/deploy anything

Working with Salesforce, org is authorised, everything works fine until it doesn't and there's no error code or anything. In the morning I retrieved a few files

Fuel SDK ETClient causing Exception in thread "main" java.lang.NullPointerException

I know this is caused by a null value, however I'm fairly new to java and not sure why it's null. Have I not instantiated ETClient correctly? Or overlooked some

How can I display JSON data in a Salesforce Visualforce Page?

EDIT : Here's what I was thinking for the callout : public class APISocieteCallout { String searchContent= //Content of the search String apiKey= 'XXXXXXXXXXXX

How to add onclick functionality in lightning web component data table URL column

I have created a lightning-datatable in LWC and added a custom column that displays a URL. Now, I would like to add onclick event in the URL field and want to p

Is there a way to direct query Salesforce Objects to Power Query/Power BI without having to extract the object

My data lives in Salesforce objects and I am trying to connect Power Query to Salesforce Objects. The limitation here is that I have to extract the whole object

Handling click/hover events with d3.js in Analytics Dashboard LWC

I am currently trying to build an Analytics Dashboard LWC using the d3 library. I want to be able to listen for certain events on the SVG element, however no ma

Create a dynamic SOQL Query using variable objects

I'm trying to execute a dynamic soql query using variable objects. In my visualforce page i have tow apex:selectlist, the first one contains a list of objects,

How do I select the right elements with querySelectorAll as I do by using the Chrome developers console?

I'm currently using cypress to test salesforce, and I'm running into a certain circumstance where I don't know the Party record ID that will create it within th

How do I select the right elements with querySelectorAll as I do by using the Chrome developers console?

I'm currently using cypress to test salesforce, and I'm running into a certain circumstance where I don't know the Party record ID that will create it within th

Identity Server 4 certificate signed by External Certificate Authority

We are trying to implement OpenId Connect Code flow between Identity Server 4 (provider) and SalesForce (Client) but it seems SalesForce does not like self sign

How to add more data an array of objects in a lightning component

The Issue I am having is that I have a component (A) with an array of objects. That is being displayed on the dom. Then I have another component (B) that fires