Newest Questions
136,131 questions
-1
votes
0
answers
20
views
Give Integration User Read Access to All Event Records
We need to have an API Only Integration User [ User License = Salesforce Integration, Profile = Minimum Access - API Only Integrations (there is a newer profile name that is analogous to this one) ] ...
0
votes
0
answers
37
views
Download salesforce reports which contain more than 2000 records
We are currently using API calls to fetch records from Salesforce, specifically from reports. We have encountered an issue where we need to access reports containing more than 2,000 records. We have ...
1
vote
0
answers
20
views
Going back to return_uri when using Salesforce as an IAM with a custom login lwc
we have setup Salesforce as an IAM system using the Authorization Code and Credentials flow for an external web app. We are identifying Experience Cloud users for an enhanced LWR site. Everything is ...
0
votes
0
answers
28
views
In Journey builder, grouping of records based on subscriberkey to send one email if multiple records with same subscriberkey is entering the journey?
SFMC Journey builder use Salesforce Data as entry source. Is it possible to perform grouping of records based on subscriberkey to send one collated email if multiple records with same subscriberkey ...
0
votes
0
answers
27
views
Which is a best way to change mass label value in standard picklist value?
I'm new to the Salesforce Admin role. I created a new Salesforce org to demo for my company. However, I noticed that standard picklist field values (such as Lead.Rating) are displayed in Thai at ...
0
votes
1
answer
36
views
Salesforce Domain Change
we have recently been taken over by another company and I need to change our domain name in Salesforce, it's a very small org with only 15 users.
Is it just a case of change the 'My Domain' to the new ...
-1
votes
0
answers
19
views
Salesforce - scim implementation
Does Salesforce scim implementation support costCenter attribute in user create payload?
I couldn't find the costCenter attribute in the documentation example.
-2
votes
0
answers
49
views
How to Configure Buyer Group Entitlements in Salesforce B2B Commerce Administrator?
I am currently working on setting up entitlements for specific buyer groups in Salesforce B2B Commerce. I want to ensure that different customer groups can only view and purchase products relevant to ...
0
votes
0
answers
18
views
How to Integrate Both MarketingCloudSDK 9.0 and mobile-sdk-cdp-ios in the Same iOS Project?
I'm working on an iOS project that requires both MarketingCloudSDK 9.0 and mobile-sdk-cdp-ios (Salesforce CDP SDK) to be integrated simultaneously.
Current Setup:
iOS app using Swift 5
Using ...
-1
votes
0
answers
20
views
Less clicks on HTML paste vs content blocks - why?
We did an A/B test - one version was using content blocks, another was HTML paste. Identical looking emails, same content. The HTML paste was thoroughly tested in Litmus and rendered much better than ...
1
vote
0
answers
37
views
Salesforce Code Analyzer VS Code error - Analysis failed: The "paths[0]" argument must be of type string. Received undefined
In my VS code I have installed the Salesforce Code Analyzer extension. I have updated the CLI as well as node installed in my system.
I have an APEX class opened up in the editor and when I try to ...
0
votes
0
answers
27
views
Lightning Web Component Modal Not Displaying as Pop-Up
I'm using lightningModal to create a pop-up that displays when a contact record page is opened. It will display on the page, but it doesn't pop-out like a modal should.
Here's the code:
<template&...
-1
votes
0
answers
18
views
Customize Omni-Channel Utility Bar
We have a requirement where users should be able to choose which fields they want to see in the Case Recommendation. Additionally, we want to implement batch-based case recommendations—specifically in ...
-1
votes
0
answers
14
views
Quote Line Item/Opportunity Product selection for Quote during creation
I'd like our users to select which product line items/quote line items are part of a quote either before or during the creation of a Quote from an Opportunity. The Opportunity Products automatically ...
-1
votes
1
answer
42
views
Using IN:Trigger.New in Query to Select Same Object as the Trigger Object?
We have a consultant that wrote some code for us and I am now building on top of that. They wrote a trigger on user for after insert and after update.
In the insert section, they query a list of users ...