LWC Navigation to Pages, Records and Lists | Lightning Web Component Part 18

Sdílet
Vložit
  • čas přidán 4. 09. 2024
  • In this tutorial, you will learn about lightning/navigation and how to navigate to pages, records and lists. I am covering the following topics in this session
    1. How to Navigate to Named Pages (Chatter, Home, etc.)
    2. How to Navigate to Object Home Pages
    3. How to Navigate to Object New page
    4. How to Navigate to Object Page With default values
    5. How to Navigate to Object list view with a filter
    6. How to Navigate to Tab
    7. How to Navigate to Standard object record page in view mode
    8. How to Navigate to Standard object record page in edit mode
    9. How to Navigate to Custom object record page in view mode
    10. How to Navigate to Record relationship page
    11 How to Navigate to Web page
    12. How to Navigate to Aura component
    13. How to Navigate to LWC component
    14. How to Navigate to Visualforce page
    15. CurrentPageReference and how to use it.
    In short, We have covered Lightning Web Components Navigation in this video.
    LINKS USED IN THIS VIDEO
    ======================
    LIGHTNING DESIGN SYSTEM - www.lightningd...
    FOR COOL STUFF OF LIGHTNING WEB COMPONENT
    www.salesforce...
    FOLLOW ME -
    FACEBOOK - / salesforcetroop
    LINKEDIN - / nikhilkarkra
    TWITTER - @karkra_nikhil
    This is especially for all the students and IT professional who wants to make their career in Salesforce.
    PLEASE DO LIKE, SHARE AND SUBSCRIBE THIS VIDEO WITH ALL YOUR STUDENT NETWORK, IT NETWORK AND SALESFORCE NETWORK.
    Let everyone learn Salesforce and become a part of our #Ohana.#navigation #lwc

Komentáře • 15

  • @TheShuklasumit
    @TheShuklasumit Před 4 lety

    Great. Really a gud video please keep it up. Makes a easy life to others

  • @salesforcehowto7133
    @salesforcehowto7133 Před rokem

    Thank you!

  • @yeshwanth5142
    @yeshwanth5142 Před 2 lety +1

    Hi this is very good which you have covered everything in one video. I really like it & i have a small dought that " you are giving directly with record ID right, How to do it dynamically".

  • @ameensams
    @ameensams Před 3 lety

    You can click on the gear icon in the console and select Preserve log to see the generated URL for the VF page.

  • @rameshbabuk6357
    @rameshbabuk6357 Před 2 lety

    In opportunity page. User creates opportunity and when clicks on save button it should prompt for record type to select... Once clicks on ok it will go to products. Setup->opportunity setting->check prompt products not working. Hope since it's not standard object. Can you guide at earlist
    Note:Both opportunity n products are custom object

  • @jeahernandezg
    @jeahernandezg Před 3 lety +1

    How to Navigate to Visualforce page from a LWC in Communties?

  • @MyLifeMajili
    @MyLifeMajili Před 2 lety

    hi, I have navigated to google from Lwc component, I want to navigate redirect back to Lwc after closing the google window could u please suggest code.

  • @kennethkim1221
    @kennethkim1221 Před 2 lety

    Hi. great video :) Is there any references for navigating to a community page :( ?

    • @salesforcetroop
      @salesforcetroop  Před 2 lety

      this[NavigationMixin.Navigate]({
      type: 'comm__namedPage',
      attributes: {
      pageName: 'helloworld'
      },
      state: {
      'category': 'param1value'
      }
      });

  • @sindhunethra3698
    @sindhunethra3698 Před rokem

    Hello sir, i want navigate to record page when i click on that . what to do if i have record types??

  • @pujarathi816
    @pujarathi816 Před 4 lety

    Nice

  • @sweetmona100
    @sweetmona100 Před 3 lety +1

    Please make small videos instead of 1 hour long

  • @raosproduction7202
    @raosproduction7202 Před 3 lety

    hi actully i want to navigate account details page