Newest Questions
136,131 questions
0
votes
0
answers
17
views
How to know what application a user is in
In apex, how can I know what application a user is in? I found this idea online (below) but I was in one app, ran that code and it said I was in a different app. I don't think that code works. I ...
0
votes
1
answer
16
views
Correct Approach to Wrap an LWC component in Aura for QuickAction
Question
If I've got an LWC component, memoEditor, that's driven by a recordId attribute. It works great on lightning record pages. Now I'd like to be able to use my memoEditor in an Aura component so ...
0
votes
0
answers
7
views
Embedded Deployment doesn't fire onEmbeddedMEssagingReady in LWC
I am working on an Experience Cloud Site (Aura Template) and I would like to add handlers to my Embedded Service Deployment events. I have laid out my LWC like so:
embedded_svc = '';
...
0
votes
1
answer
18
views
Is there a good way to get the call stack in Apex?
I'm currently working on a logger object that will include a field for the Call Stack on every log entry. This is done automatically by the logging class for any log entry, not just exceptions.
...
0
votes
0
answers
7
views
Agentforce Event tracking. How to track if the agentforce service agent has left the conversation after a successful conversation?
I want to track and monitor when an agentforce service agent has left the conversation after providing the end user with a successful conversation. The agentforce agent leaves the conversation after ...
0
votes
0
answers
13
views
Creating flow to Allow users to create a Quote from an Opportunity and be redirected to the newly created Quote record upon completion
I'm creating a flow to Allow users to create a Quote from an Opportunity and be redirected to the newly created Quote record upon completion. I keep getting an error. Looking for input into what I ...
0
votes
0
answers
24
views
sf data commands
I am going to load some data into SF from the command line using sf data upsert bulk. The data is coming from an external system, and contains a unique identifier from that system. I do not have the ...
0
votes
0
answers
20
views
Report Not Filtering by Project Name in Experience Cloud Using LWC
I have a Lightning Web Component (LWC) deployed in an Experience Cloud site that allows users to view reports filtered by a project name. The component is placed on a project record page (object: ...
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
25
views
Is it possible to use Salesforce Authenticator and SSO at the same time?
I hope you can help me with a question. The client currently has Salesforce Authenticator configured in Marketing Cloud, but they would like to implement SSO using Azure. My question is whether it's ...
-1
votes
0
answers
18
views
How to Create and Deploy Cartridges in Salesforce B2C Commerce Cloud (SFCC)?
I’m looking for guidance on how to properly create and deploy cartridges in Salesforce B2C Commerce Cloud (SFCC) . Could someone walk me through the following steps or point me in the right direction?
...
-1
votes
0
answers
14
views
How to Create a Managed Package for Salesforce Commerce Cloud (SFCC)?
We are planning to build a managed package targeted at Salesforce Commerce Cloud (SFCC) customers. I am familiar with creating managed packages in Salesforce (using 2nd Generation Packaging and ...
-1
votes
0
answers
15
views
How to perform external system integration in Salesforce Commerce Cloud (SFCC B2C)?
I’m working on a project using Salesforce Commerce Cloud (SFCC B2C) and need to integrate it with an external system.
In Salesforce CRM (Sales Cloud/Service Cloud), we usually perform such ...
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 ...
-1
votes
0
answers
13
views
I need to display currency format in the subject of VisualForce Email template
I want to display a currency field in the currency format. It is displaying as a number now.
For example, if the amount is 150000, i want it to display as $150,000.
I'm using VisualForce Email ...
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 ...
0
votes
0
answers
16
views
Simple ABC Analysis in Data Cloud
I am trying to set up a relatively simple ABC analysis as an Calculated Insight, however Data Cloud does not allow me to save my query.
This is the query I am trying to save:
SELECT
...
0
votes
0
answers
24
views
Images stored as SF Files are not rendered in PDF Report
In our project we used both aura component and visualforce page resided inside a Lightning Page to create pdf report. Aura component fetches required data, configured template and uses Handlebar.js to ...
0
votes
0
answers
15
views
Dashboard-related Profile Permission setting no working
I want to restrict users with certain profile from deleting dashboards created by others, so I unchecked the permission 'Manage Dasboards in Public Folders' and 'Manage all private reports and ...
0
votes
0
answers
7
views
Listen In button in Omni Supervisor Monitor call is not available for users
Does anyone know how to make the Listen In button available for managers / new joiners to shadow calls? I already added the necessary Contact Center permissions to those users but they still couldn't ...
0
votes
1
answer
30
views
API Call From Flow Returns "not valid for use with the REST API"
tl;dr - How do I get a valid session Id in an Apex class called from a screen flow?
Note: My org uses CPQ's Advanced Approvals - any time I mention "Approvals" I'm short-handing Advanced ...
0
votes
0
answers
19
views
Outbound Message Failing with no Errors
I have an outbound message on a Case workflow rule. The service it calls updates a custom field on the Case object & it's working correctly. A notification response (Ack = true) is successfully ...
0
votes
0
answers
22
views
Pagination for big object 'ActivityFieldHistory' in salesforce fails
We tried a variety of options for this big object 'ActivityFieldHistory'. Many failed attempts.
We use this library https://github.com/jesperfj/force-rest-api to execute the following query.
SELECT Id,...
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 ...
-1
votes
0
answers
25
views
Can I @mention external users in a Chatter post if they do not have a Salesforce license?
Enable @mentioning Contacts Without User Records in Case Chatter
0
votes
0
answers
18
views
Floating Footer on LWC data table
I am not sure if this is possible. Already checked the documentation.
Is it possible to make the bottom footer of cancel and save as floating (docked footer).
Issue is if the list in data table is ...
-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 ...
-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 ...
-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 ...
-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 ...
2
votes
0
answers
23
views
Automated Case Owner
I would like to know how to change the default language of the "System" for automated case owner. When I try to save the Support Settings record, it automatically translates to Japanese ...
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 ...
0
votes
1
answer
25
views
Combine Path Optimizer and Einstein STO in journey builder
We have two DEM version (different subject lines) and we'd like to use the Path Optimizer in journey builder in order to determine which version works best. The AB test would be practiced on 30% of ...
-2
votes
0
answers
29
views
apex update existing record after the add error is thrown durring creation
EventManagementTrigger.apxc
trigger EventManagementTrigger on Event_Management__c (before insert, before update) {
if(Trigger.isInsert || Trigger.isUpdate){
if(Trigger.isBefore){
...
-1
votes
0
answers
22
views
Implementing Custom OTP login (TWILIO) for Salesforce B2B Commerce
For a Salesforce B2B Commerce project, using TWILIO as a custom SMS provider, implementing the OTP based login. Seems first the customer have to self register the verification method (Phone). Then ...
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 ...