Newest Questions
136,131 questions
0
votes
0
answers
9
views
omniscripts to populate field value based on checkbox true
In omniscripts,I have a requirement to populate shipping city from billing city based on if checkbox is true in the same step.
I tried using formula to capture the billing city if checkbox is true and ...
0
votes
1
answer
30
views
How to track RMM unsubscribe events in SFMC?
I have Reply Mail Management enabled in Salesforce Marketing Cloud Engagement, and the "Unsubscribe Manual Requests" setting is turned on.
I'm trying to generate a report showing how many ...
0
votes
0
answers
30
views
Is there any way to access a Site during Maintenance?
We have a standard Salesforce Site that hosts a single public page (the Salesforce Billing Checkout page).
We have a deploy window coming up during which we will switch payment gateways, so we plan ...
0
votes
0
answers
20
views
LWC - date format when exporting data to xlsx using sheetjs
I am exporting data from a lwc table to Excel using sheetjs. I would like to export the dates as m/d/yyyy. It is the format I have in the lwc table, but when I export to Excel, format becomes yyyy-mm-...
1
vote
0
answers
25
views
Related To field not showing in hover preview for events on public calendar
I'm running into an issue with Salesforce calendars and would appreciate your help.
I'm creating events that are assigned to both my personal calendar and a public calendar. All events are created by ...
-1
votes
0
answers
11
views
Einstein service replies for Email in Agentforce
I was setting up Einstein service replies for Email. I set up all the permissions and the knowledge article. But when I click the Draft Einstein Email button, it shows an error.
-1
votes
0
answers
22
views
Regarding batch apex [closed]
Anyone can explain one business usecase of Batch apex and how it implemented and tested in your Project. how it handled large no of records.
0
votes
0
answers
19
views
Picklist appears empty in Flow
Im trying to show in a Flow Screen the value of the picklist called "Family" that has been previously selected and saved. In salesforce Inspector i see the value of the picklist (so the ...
0
votes
0
answers
8
views
Files Connect Sharepoint inconsistent custom column values
I've been coming up against an issue with Files Connect, where I'm using a custom column in Sharepoint to store record IDs, to relate my files to a salesforce record. Nothing mind blowing.
However, my ...
0
votes
1
answer
34
views
Retrieve CustomObject metadata excluding validationrules, weblinks, listviews
Is there any way I can create an xml file of my custom objects retrieving ONLY the object definition - NOT the listviews, weblinks or validation rules?
I'm trying to set up a package to deploy to ...
0
votes
0
answers
30
views
External Credential Principals not being set in HTTP Action for OAuth
Not sure why the client_id, client_secret, & scope aren't being passed to my HTTP Action within my Integration Procedure. Here's how I've configured everything and the error I'm getting.
That ...
0
votes
1
answer
12
views
refreshGraphQL does not retrieve new records when using upperBound and endCursor
This works fine without upperBound - but, as soon as I add upperBound I am unable to call refreshGraphQL and see records that were created in my component (using createRecord) that match the query ...
-1
votes
0
answers
22
views
How to track internal salesforce page views using Google Analytics 4?
I would like to track page views count by user using GA4. I found various articles for experience builder pages tracking but not for internal salesforce pages.
Using CRM Analytics, we can directly ...
0
votes
0
answers
16
views
Upserting Salesforce records from a CRMA recipe not working
My attempts to do this are failing, and I haven't had any luck searching for answers.
The goal:
Read data from an external source
Apply some transformations
Upsert: match on an external id to records ...
1
vote
1
answer
56
views
Field-Level Security Issues during Managed Package Creation: Test Class Works Fine in Org but Fails During Managed Package creation
Hello Salesforce Community,
I am facing an issue where my test classes work perfectly in the org (with the test user having an admin profile and the necessary permission set assigned) but they fail ...