Category "salesforce"

Salesforce Event Attendees not receiving invitation email

Requirement: when a Salesforce (SF) User creates an Event and adds Attendees (Contacts) on that Event, each Attendee should receive an invitation email enabling

How to document LWC Salesforce components public variables with JSDoc?

JSDoc skips my public LWC variables. Here is an example: /** * SomePublicVarName mode - default is false. * * @type {boolean} */ @a

How to show red flag icon in Salesforce LWC using SLDS?

I am writing a lightning html code to display red flag using the SLDS. However, I only see grey flag. Can you help me to get the red variant of the icon? Thank

LWC Pagination with page number

I'm a junior developer, I need some help to implement an lwc component which display records in experience site so I need to implement pagination since we have

Low resolution Email Preview in Salesforce for marketing cloud connect emails

Question about Marketing Cloud Connect - In case of Individual Email Result in Salesforce, an email preview is sent from MC to SF object along with a thumbnail

JSONDecodeError while trying to post csv value via python's requests.put method

I am currently working in python's requests library and accessing Salesforce API. I have successfully Accessed the access_token from Salesforce API Obtained the

Fortanix integration with Salesforce for BYOK

If you have followed this whitepaper to export Fortanix Keys into Salesforce. What kind of communication protocol they use? When you execute the Operations usin

I want FeedItem/FeedComments to be Approved using Apex Salesforce how can we achieve it?

I am trying to approve feedItem/feedcomment using Apex but I am not able to create an Approval Process for them. So an idea of how we can submit feed records fo

Loading data from BigQuery to Salesforce

I have two datasources - Salesforce(SF) and BigQuery(BQ). All the data from SF is available in BQ. So my question is can we load data from BQ to SF?. Here's w

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