Skip to main content

Questions tagged [lightning-events]

Lightning Events are a way for markup component to communicate its changing state

1 vote
0 answers
134 views

I have 3 components. Grand Parent --> Parent --> Child. When ever data changed in Child LWC I need to Re-render the Child LWC which is inside Parent LWC. I have tried GET SET methods also. But ...
Aryan's user avatar
  • 27
0 votes
1 answer
93 views

I was curious if anyone has ever been able to create a calendar in a Chatter group? I have looked online, but didn't find any information on this topic. I am trying to create a calendar in a Chatter ...
PowerUp's user avatar
  • 89
0 votes
1 answer
2k views

I have a LWC Component A(Child), Whose javascript is dispatching an event like this: dispatchRefreshImageDetails(imageId) { //imageId contains Full Image URL as from content version object. ...
Ravi Kumar's user avatar
2 votes
1 answer
541 views

Is it possible to return an entire object (not just a single field) from a for:each Template in LWC? Specifically, I'm not sure why I can't access the object in the same way I can a normal object in ...
David Scott's user avatar
0 votes
1 answer
650 views

We are thinking to do reporting in snowflakes while the data creation will happen inside salesforce. To do that, we need to send data to snowflakes on record creation, update and delete. I have gone ...
Sukruti's user avatar
  • 484
1 vote
1 answer
551 views

I have a lightning button and I have an instance of js Date class. When I click on a button I want it to to show me a date that was week before (subtract 7 days). Here is my .html file: <template&...
Ivan Horňák's user avatar
0 votes
0 answers
557 views

I have LWC with search input, with every handleKeyChange click on input, renderedCallback() is called, but I need it to call only once. Controller: @track hasRendered = false; @wire(getAcc, { ...
annat's user avatar
  • 1
0 votes
1 answer
1k views

Reuirement : To show the fields and their values BEFORE saving the opportunity ONLY when opportunity Stage is changed to 'closed WON'. For this I'm trying to use the LWC along with lightning modal but ...
Mohammad Danish's user avatar
1 vote
1 answer
1k views

I have a LWC where the user can edit some records, but those changes are not persisted to the database right away. Instead, I would like to warn the user when they are about close the browser tab or ...
rovms's user avatar
  • 13
1 vote
1 answer
152 views

I'm using an aura component in a visual force page. Aura Component: RichInputText.cmp <aura:component> <aura:attribute name="bodyVal" type="String" /> <!-- ...
Ibrahim Ahmed's user avatar
0 votes
1 answer
109 views

I'd like my LWC Headless Quick Action to behave differently when the alt/option key is held down. But the platform abstracts away the browser events and calls the invoke function with no additional ...
Keith C's user avatar
  • 138k
1 vote
0 answers
204 views

I am stuck and unable to figure out a way to get out of this problem. I know I am doing something terribly wrong here. I have two LWC Components - Parent [a container with multiple values to select[...
sfdc_cosmokramer's user avatar
0 votes
0 answers
127 views

I'm having a parent and child Aura component. There is a button on the parent component that invokes a js action and it further calls a aura enabled apex method. The issue is it is calling the apex ...
Lightning Developer's user avatar
-1 votes
1 answer
338 views

I have a LWC component on Account page, which displays a few fields from related opportunity. The requirement states that I need to update LWC on the account record page whenever a defined set of ...
Ayush Goyal's user avatar
-1 votes
1 answer
310 views

I want to build some functionality that will notify the user once they click on any stage in the standard sales path on the opportunity layout but before record save. What are the events which I can ...
Apex Srinivas's user avatar

15 30 50 per page
1
2 3 4 5
22