Skip to main content

Questions tagged [lwc]

For questions about Lightning Web Components (LWC) - the UI framework for the Salesforce platform. When using this tag also include the more generic [salesforce] tag.

lwc
0 votes
0 answers
6 views

Issue in sending the reply mail In salesforce

I have an LWC Component which have two buttons one is for new mail and another one is for reply mail there is no issue in sending new mail, but for reply mail button when user click it, need to send ...
Kabi Mohan's user avatar
0 votes
0 answers
21 views

Unable to embed an external url in iframe in an lwc which needs certificate to access

I am trying to embed an external url in my lwc as an iframe. The external url needs a certificate and that certificate i have added in certificate and keys in setup. But I am unable to access that url....
Nishant Khandelwal's user avatar
0 votes
0 answers
13 views

How Can I append a recordId with href url in anchor tag

I have a lwc table where I have created buttons. I am using a url inside the href attribute and it is redirecting me to a other page as expected but I need to append the recordId with url inside href, ...
Babai Mukherjee's user avatar
0 votes
0 answers
11 views

VisualForce Page data not displayed after uploading to "Notes and Attachments"

As the below given, there is a quick action in Account page, which enters Contact details and on saving, it redirects to the Contact page where a pdf is attached in the 'Notes and Attachments' of ...
Suvankar Roy Chowdhury's user avatar
0 votes
0 answers
15 views

Generic JS Function for Async Parallel and Sequential

I'm looking to make 2 generic, reusable functions to process parallel and sequential callouts. Currently, we use inline await to handle sequential... export async function init() { const results1 = ...
ThatTreyGuy's user avatar
0 votes
0 answers
16 views

why is my code not changing to the next page which is the suggestion page after hitting the button it says unknown error during login

why is my code not changing to the next page which is the suggestion page after hitting the button it says unknown error during login. import { LightningElement, track } from 'lwc'; import logIn from '...
iffy arinze's user avatar
0 votes
0 answers
26 views

Search box input is not getting focused on shift tab

In dialog box, there is one input search box and one close button. On tab click both elements are focusable and readable by NVDA but shift+tab not allowing me to focus inside an search box but instead ...
prachi vandre's user avatar
0 votes
1 answer
18 views

Implication of declaring a class with without sharing keyword and providing its access to guest user

I have created a class with without sharing keyword and I have provided access of this class to guest user profile. This class is being called from a LWC component which is hosted on public support ...
nischal vasisth's user avatar
0 votes
0 answers
19 views

object declared in lwc getter is proxy object

I am trying to create an object in a getter for a lwc. For some reason when I declare the object, it is proxy object and does not retain any of the properties that I assign to it. I am really ...
code-not-clicks's user avatar
0 votes
0 answers
44 views

How can i show custom error message on my record form in lwc in salesforce if the lastname of the person account is blank?

I want to show a custom error message which says please enter the lastname of the person account if kept empty on the lwc component created using record form I am expecting a way to show a custom ...
Tanmay Mahamulkar's user avatar
0 votes
0 answers
16 views

Selenium webpage data missing

When running a selenium test I am running into an issue wherein sometimes I can see the data element present in UI but when seeing the element on inspect in dev mode I do not see the related data ...
Ishita's user avatar
  • 109
0 votes
0 answers
24 views

Salesforce LWC: Total Quantity Not Updating Consistently in Shopping Cart Component

Add an Item: Add an address to a specific item in the shopping cart. Enter Quantity: Enter a quantity for that item using the provided input field. Observe Total Quantity: Notice that the total ...
Ananya SR's user avatar
0 votes
0 answers
19 views

Flags are not displayed correctly when using Salesforce LWC on Community page(Experience Cloud)

I have got a problem with the flags whereas they are not exactly cropped correctly and other country flags are partially shown as picture below shows: This is how I implemented the Phone input ...
Kavita's user avatar
  • 1
0 votes
1 answer
51 views

Using Slickgrid Universal 4.7.0, checkbox column not displayed with Salesforce LWC, header displayed not for rows

I am create a LWC component using Slickgrid Universal 4.7.0 for custom datatable. However I can not set the checkbox column correctly. How can I config the option for this? I already set the ...
goodGhost's user avatar
0 votes
0 answers
48 views

Email is sending sucessfully but we're not receiving it when we are sending it from salesforce

I have a button in LWC component. When I click the button, the LWC form will open. When we filled and submit the form, an email has to be sent, but even though the email is sent successfully in debug ...
Deena Vicky's user avatar

15 30 50 per page
1
2 3 4 5
35