Most active questions
50 questions from the last 7 days
-1
votes
1
answer
47
views
Unable to process child records of parent in same Batch
I have a requirement where I am querying on contact records in batch query, I want to make sure that all records belonging to single account are processed within single batch and not in separate ...
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 ...
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 ...
1
vote
1
answer
45
views
Refresh child LWC component
Problem statement
I have an LWC component that display list of contacts. Upon selecting a contact, there is a child LWC component that loads records from its related record- custom permissions (a ...
0
votes
0
answers
35
views
Column width setting not working when rendering HTML inside of Apex code
I have a requirement to generate PDF with a table inside that displays a list of items. I was able to make most of it work but the width setting inside style tag doesn't seem to have any effect at all....
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
1
answer
35
views
Need this validation rule to only contain 9 characters and start with 'U'
I am trying to write a validation rule whereby the text value needs to begin with an uppercase "U", and the values that follow the uppercase U need to be numbers only, and the field can also ...
2
votes
1
answer
34
views
lightning-record-picker not working with Guest user
I am creating a LWR Experience Site, and on the Registration page, I have a lightning-record-picker element.
<lightning-record-picker
label="Choose Item"
placeholder="Search ...
0
votes
0
answers
36
views
Boolean in LWC to Flow
Im new here. I'm working on modifying a Lightning Web Component (LWC) that is used within a Salesforce Flow screen. I've added a checkbox input to the LWC, and my goal is to pass the value of that ...
-1
votes
0
answers
28
views
AgentForce API Response Delay – Options for Performance Enhancement?
❌ Currently facing performance issues with AgentForce API calls taking 5–6 seconds.
Looking for ways to improve response time — whether through configuration changes, batching, or reaching out to ...
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 ...
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
votes
0
answers
31
views
Way to use SF flows in a VCS
Due to the format of SF flows metadata files, containing specific X/Y coordinates for each flow´s element, even a small change to the flow can involve a lot of changes in the prior version of the file ...
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 ...
-2
votes
0
answers
19
views
How to check existing Leads using Webtolead API
We have a client who doesn't want to use the Salesforce App on Zapier, so we are sending leads to them using the WebtoLead Salesforce API's POST method.
The client wants us to check first if there is ...