Lightning Web Component-19 (Communication between Components)

Поділитися
Вставка
  • Опубліковано 7 вер 2024
  • It explains how to pass data between components. It has the following things.
    Data flow from Parent to Child Component in the same DOM tree using "Public Property"
    Data flow form Child to Parent Component in the same DOM tree using "CustomEvent"
    Date flow between Parent and Child Component on the same Flexi page using the "Pubsub" module.
    Reference:
    developer.sale...
    developer.sale...

КОМЕНТАРІ • 18

  • @sandiprandive75
    @sandiprandive75 2 роки тому +1

    Explanation is very nice! practical base learning

  • @phanikumar136
    @phanikumar136 4 роки тому +2

    Great classes 👍

  • @shaurabhsinghroy2287
    @shaurabhsinghroy2287 3 роки тому +1

    Excellent Content

  • @SalesforceWorld143
    @SalesforceWorld143 4 роки тому +1

    awesome session bro..keep doing ...keep rocking

  • @santhoshmothe7539
    @santhoshmothe7539 4 роки тому +1

    Excellent learning tutorial..!!

  • @Brain_With_Limbs
    @Brain_With_Limbs Рік тому +1

    How can I get a method from the child to run, when a button is clicked in the parent??

    • @salesforcetechbook
      @salesforcetechbook  Рік тому

      developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.create_javascript_methods

  • @RahulRaj-po1ml
    @RahulRaj-po1ml 4 роки тому +1

    Hello
    Sir
    I am very much thankful for your videos
    I need a video on real time errors on lightning and dml operations please make a video on these

    • @salesforcetechbook
      @salesforcetechbook  4 роки тому +1

      Hi Rahul,
      I suggest do not think about real time there is no any specific real time errors. You divide these topics into
      DML exceptions and Lightning errors
      Then try to research on both individually you can get it before I do the video.
      All the best!

  • @SalesforceWorld143
    @SalesforceWorld143 4 роки тому

    facing the following error.. :- No MODULE named markup://c:pubsub found while deploying to source org

    • @salesforcetechbook
      @salesforcetechbook  4 роки тому

      Please check whether you are created pubsub component and import.

  • @SpandanBhatt1985
    @SpandanBhatt1985 3 роки тому

    where is c/pubsub...is it pre-coded

  • @shubhampandey7489
    @shubhampandey7489 3 роки тому

    Sir could you please share the ppts?

    • @salesforcetechbook
      @salesforcetechbook  3 роки тому

      Hi Shubham,
      If you want ppt for source code then please refer SalesforceTecbook GitHub.
      PPT’s cannot be shared 😊

  • @sindhukakaraparthi8883
    @sindhukakaraparthi8883 2 роки тому

    I'm newbie to lwc and I have a requirement in lwc. Below is my requirement:
    I have a custom object - quality feedback.
    I have some custom fields in this object - ticket number,Status(picklist-open and closed),date submitted,date updated,complaint,detail(compalint and detail are dependent picklist)
    I have created an app page which is having tabset-all tickets,open tickets,closed tickets(created using lwc)
    So depending on the status field,the record should sent to that particular tab and show the list of records like a table means when I select open in status that record should be displayed in open ticket tab,when I select closed in status that record should be displayed in closed ticket tab
    Can anyone help me with this requirement?

    • @venkatpandi2420
      @venkatpandi2420 2 роки тому

      Filter and pull the data from apex methoda and render it in the tab