LWC Record Form (English) || Create,Edit,View Salesforce Record Without Apex || LDS In Salesforce

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ธ.ค. 2021
  • What we'll learn in this video -
    1. What is Lightning Data Service in LWC.
    2. How to use LWC : record-form.
    3. How to create, edit & read salesforce object record without apex code.
    LWC Installation & Setup - • Lightning Web Componen...
    LWC : Record View form tutorial - • 15: LWC Record View F...
    LWC : Record Edit form tutorial - • 16: LWC Record Edit F...
    LWC tutorial playlist - • Lightning Web Componen...
    Salesforce Admin playlist - • Salesforce Admin
    ###############################################
    Follow on Instagram - / sfnoob10
    Connect on LinkedIn - / salesforce-noob-315990221
    Salesforce Noob Web Application link -salesforcenoob.herokuapp.com/
    #salesforce #salesforcedevelopment #LWC #lightningWebComponenets #lightningdataservice

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

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

    Hello, I followed your instructions but when I add to page layout and try to view I get an error message "You don't have access to this record. Ask your administrator for help or to request access." I am the administrator so how to fix?

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

    how to create a child record for an account, I mean if I create contact default account should be filled after creating contact record

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

    i want to add date like 6 oct on every beside field how can i do that

  • @Vishal-qc7ls
    @Vishal-qc7ls 2 ปีที่แล้ว

    Sir please post videos on aura components

  • @er.kalyanranjan7110
    @er.kalyanranjan7110 ปีที่แล้ว +1

    Hi Salesforce Hustlers, CURD operations are easy by using but how can we avoid Duplicate entries. Please reply.

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

      For that case u can use flows, triggers to avoid the creation of duplicate records

  • @kuppalaananthalakshmi879
    @kuppalaananthalakshmi879 2 ปีที่แล้ว +1

    sir, Could you please make video on how to update opportunity's StageName ='ClosedWon' using apex calss. I tried but it is inserting not updating

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

      Yeah sure... I'll upload one on this scenario too😊

  • @yeshwanth5142
    @yeshwanth5142 2 ปีที่แล้ว +1

    Hi your are giving record id for particular Id know ? , How to give id dynamically.

    • @SalesforceNoob
      @SalesforceNoob  2 ปีที่แล้ว +2

      For that you need to implement your own logic...
      1) If your are on any object record page and want to paas the current record id then u can use '@api recordId'(current record page id get stored in it automatically)
      2) otherwise you need to implement logic in apex and get the recordid from apex in lwc

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

    can you please let know how to add only some fields of the player object in record form? is it possible to do?

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

      U can't do that in record form... For this scenario u can use record edit form

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

      @@SalesforceNoob but record edit form dont have cancel and save button

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

      You can create your own custom buttons in there.. Using lwc