Lightning Web Component-09 (lightning-record-form ,Navigation to Record,Toast Message)

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ต.ค. 2024
  • It explains about how to create a record using "Lighting-Record-Form" and
    navigation ,toast message.

ความคิดเห็น • 31

  • @vindhyasravan8256
    @vindhyasravan8256 ปีที่แล้ว

    Thanku so much sir. Great work

  • @silroydsa802
    @silroydsa802 2 ปีที่แล้ว

    can I insert data into two different custom object?

    • @salesforcetechbook
      @salesforcetechbook  2 ปีที่แล้ว

      Hi
      With lighting data service you can insert only single record.
      If you have to insert multiple then you have to use differ record forms and submit them accordingly

  • @midosniperarrow
    @midosniperarrow ปีที่แล้ว

    Page doesn't exist
    Enter a valid URL and try again, getting this error when navigating.

  • @YourDecentFather
    @YourDecentFather 3 ปีที่แล้ว +1

    Brother as you well explained in every videos
    Kudos to you😍❤️🥳🥳
    I want to know about as you explain the bulk data insert in lwc 15 video in your playlist (they well customized)
    Can i use LDS record form in that type concept?
    Whenever we click "add" button it will give us new row and "delete" button it will delete row and bulk data insert
    Can i use it for that purpose??
    Thanks
    Subscriber Ronak🙏

    • @salesforcetechbook
      @salesforcetechbook  3 ปีที่แล้ว +1

      Hi Brother,
      You shouldn’t use for that purpose. LDS is useful for single record processing.
      If you use for this purpose then you have to perform DML for each row

    • @YourDecentFather
      @YourDecentFather 3 ปีที่แล้ว +1

      @@salesforcetechbook yeah you are right! But it's not good practice.. I made hai array and fill the whole data in it then fire (send) it to server when user click on save ( in this we need to perform only one DML instead of many!
      Thanks 😊
      Ronak

  • @pratikshajadhav2579
    @pratikshajadhav2579 3 ปีที่แล้ว +1

    THANK-YOU so much Sir!!
    this video was really helpful and informative
    hoping to see some more related to LWC web components

    • @salesforcetechbook
      @salesforcetechbook  3 ปีที่แล้ว

      Hi Pratiksha,
      Please have a look into lightning web component play list under our channel.You have nearly 20+ videos

  • @ramangandhi4221
    @ramangandhi4221 4 ปีที่แล้ว +1

    All your videos of Aura and LWC are awesome, sir please make videos of integration also

    • @salesforcetechbook
      @salesforcetechbook  4 ปีที่แล้ว +1

      Hi Raman,
      Please open play list under our channel you can see various concepts along with integrations.
      Integration play list for you:
      th-cam.com/play/PL-JzyFWuCbkI32kSCdfvWrguNybejYgpk.html

  • @naninerella5401
    @naninerella5401 2 ปีที่แล้ว

    Hi
    When i was implemented im getting error after record saved which is navigate to detail page, I'm getting "page doesn't exist please check the URL" how can i resolve it

  • @jamestkhan
    @jamestkhan 3 ปีที่แล้ว +1

    Very helpful. Thank you.

  • @SpandanBhatt1985
    @SpandanBhatt1985 3 ปีที่แล้ว

    sir, 'navigationmixin' is your name or is it some in-built JS class/library? btw i am new to lwc & find your videos remarkable.

  • @Anu-wh1fs
    @Anu-wh1fs 2 ปีที่แล้ว

    Hii sir

    • @salesforcetechbook
      @salesforcetechbook  2 ปีที่แล้ว

      Hello Anu

    • @Anu-wh1fs
      @Anu-wh1fs 2 ปีที่แล้ว

      @@salesforcetechbook How to get successful token connecting Salesforce to Microsoft azure using jwt.. . Sir plz provide me the code

  • @overseasluffy
    @overseasluffy 3 ปีที่แล้ว

    How to clear the inputs after submiting the values

    • @salesforcetechbook
      @salesforcetechbook  3 ปีที่แล้ว

      Hi ,
      Please have a look into lightning component library. Just check for reset.you can find out .

  • @thirumuruganp9692
    @thirumuruganp9692 3 ปีที่แล้ว +1

    Thanks..

  • @arunjose8263
    @arunjose8263 4 ปีที่แล้ว

    Hi Sir,
    I am getting the below error while trying to create a new record
    An error occurred while trying to update the record. Please try again. Required fields are missing: [Industry__c]
    plz help

  • @smarttech4892
    @smarttech4892 3 ปีที่แล้ว

    sir how to change field types of lightning record edit form for LWC

  • @jaswanthvankayalapati3612
    @jaswanthvankayalapati3612 4 ปีที่แล้ว +1

    Sir does the lightning record form can be used in creating records with lookup fields also??

    • @salesforcetechbook
      @salesforcetechbook  4 ปีที่แล้ว

      Hi Jaswant,
      You can use .

    • @jaswanthvankayalapati3612
      @jaswanthvankayalapati3612 4 ปีที่แล้ว

      Salesforce Techbook sir can please make content on creating and editing records of a custom object with lookup fields

  • @banut4017
    @banut4017 4 ปีที่แล้ว

    Shall v nav custom page also ? How to do explain?

    • @salesforcetechbook
      @salesforcetechbook  4 ปีที่แล้ว

      Yes it’s possible please check Navigation in lwc
      Developer Guide