Newest Questions
136,132 questions
0
votes
0
answers
15
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
14
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
19
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
34
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 ...