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.

503 questions
0
votes
1 answer

How can I get the email Id of the user who 'Logged in as' another user in Salesforce Apex or LWC

Let's say manager_a has permission to view the account of payee_a, so manager_a logs in to payee_a, inside I have my LWC app, I can able to get the payee_a's email id using import userEmailFIELD from "@salesforce/schema/User.Email"; But I want the…
R_M_R
  • 31
  • 6
0
votes
0 answers

Stop click functionality of div when we click on anchor tag which is present in that div tag?

When I click on the div tag where I have created a function in which I will redirect to a static page, which is working fine, but when I click on the anchor tag which is present in lightning-formatted-rich-text, it will be dynamic then the…
0
votes
0 answers

Plugins issue of salesforce

When am try to authenticate my salesforce advance code seacher extension in my sandbox it’s getting stuck on the page after I allow it and says object[object]. Does anyone have any idea? have tried require httpOnly uncheck and caches clear things.…