Lightning Data Services in LWC || UI Record API in LWC

Поделиться
HTML-код
  • Опубликовано: 29 ноя 2024

Комментарии • 34

  • @amitchaudhary1432
    @amitchaudhary1432 5 лет назад +3

    You are doing a good job. Keep it up.

  • @tamizhumuyirum
    @tamizhumuyirum 5 лет назад +1

    good content with great detail 👍 thanks amit

  • @sujitroy4236
    @sujitroy4236 3 года назад +1

    Best

  • @lakshman2854
    @lakshman2854 5 лет назад

    Hello brother, your explanation is very nice,
    Please use good mic for better audio quality

    • @sfdcpanther
      @sfdcpanther  5 лет назад +1

      Thanks for your suggestion 🙃

  • @jlayinronchi5888
    @jlayinronchi5888 5 лет назад

    Set reminder 👍thank you guys 😍

  • @anudeepravuri902
    @anudeepravuri902 Год назад

    Hi, What is the difference between LDS and UI Record API?

  • @VikasSharmaFitness486
    @VikasSharmaFitness486 3 года назад

    sir please make a video how to send an email with related contacts with attachments in lwc

  • @gollapudipattabhi2491
    @gollapudipattabhi2491 4 года назад

    Hi, Thank you so much. Is there anything else to learn in LWC as part of this? Or this is good? Any course to learn in LWC still?

  • @amitkate924
    @amitkate924 3 года назад

    Hi
    Can you pls share view in how to show fields on detail page based on layout using uiapi

    • @sfdcpanther
      @sfdcpanther  3 года назад

      I haven't done this but I have seen many people are doing this in their project. You might need to give it a try by yourself

  • @lucky23081988
    @lucky23081988 4 года назад

    I am trying to mimic the new record creation where I am
    1) creating a modal that is displaying the record types
    2) if record type is selected then it should open the corresponding new record window just like how we see in lightning
    Step 1 I completed but held up in step 2 any thoughts/inputs, Thank you in advance

    • @sfdcpanther
      @sfdcpanther  4 года назад

      Are you getting any error or what?

    • @lucky23081988
      @lucky23081988 4 года назад

      @@sfdcpanther no error just wanted to check what should I approach this use case with

    • @sfdcpanther
      @sfdcpanther  4 года назад

      Once you have for the recordtype id then use force:createrecord standard event with default values and put the recordtype id . This will open the record form with the fields for that recordtype

  • @reddyjaipal7769
    @reddyjaipal7769 3 года назад

    Basically, when we are using => this symbol in lwc
    can you help me about this

    • @sfdcpanther
      @sfdcpanther  3 года назад

      => are called arrow function and you make any javascript function as Arrow function as lwc does support es6

    • @anshikasrivastava7139
      @anshikasrivastava7139 2 года назад

      @@sfdcpanther can u explain how to fetch image custom field by lwc from custom object

  • @vishaltomar6823
    @vishaltomar6823 3 года назад

    Hi SFDC panther just a question here..... Can we use nesting of lightning record edit form ? Like I have two record edit form .. one in parent component another in child component .. so how to save both the forms using single save button ??

    • @sfdcpanther
      @sfdcpanther  3 года назад

      Every Record edit form have its own save and cancel button. So if you want to do this then you might need to play around thec css to hide the button for one form and then make use of the methods Given by the component which in on save , on success to override the standard behaviour.
      You have to try this

  • @WJM1405
    @WJM1405 2 года назад

    Hello sir… I’m having a question can you help me?

    • @sfdcpanther
      @sfdcpanther  2 года назад

      Sure. Please share it here or email me to sfdcpanther@gmail.com

  • @jlayinronchi5888
    @jlayinronchi5888 5 лет назад

    Bro can you please do same thing for custom apex controller because, here we only see ui part and all using standard controller which Salesforce already provice. So, This is request you make a same video but this time include custom apex controller and no need to explain client side again. Thanks You!

    • @sfdcpanther
      @sfdcpanther  5 лет назад

      Next video is planned on the same. Here is the agenda
      Call apex at time of load
      Validation
      Use sobject as input
      Don't worry you will get to learn everything, please be patient.

    • @jlayinronchi5888
      @jlayinronchi5888 5 лет назад

      @@sfdcpanther can I get your mail id ?

    • @jlayinronchi5888
      @jlayinronchi5888 5 лет назад

      I have a sample component which insert record and the code complexity is simple, that I want to share with you;

  • @dharmeshrana7548
    @dharmeshrana7548 5 лет назад

    Any trailhead for this?

    • @sfdcpanther
      @sfdcpanther  5 лет назад

      No not for this topic but you can refer Salesforce component library for the same

    • @dharmeshrana7548
      @dharmeshrana7548 5 лет назад

      Hi, disabled some of the code using comment tags , they should also work?

    • @jlayinronchi5888
      @jlayinronchi5888 5 лет назад

      @@dharmeshrana7548 if you put this on html then markup/tag not work, it basically using commenting

  • @roshanbande2499
    @roshanbande2499 Год назад

    Brother you just read what you are doing.. try to explain every time