LWC Bootcamp Day 32 | Record Form | Record View Form

Поділитися
Вставка
  • Опубліковано 11 жов 2023
  • Welcome to our latest video where we dive into the world of Record Forms! In this tutorial, we'll be covering the essentials of three fundamental Record Forms: Record Form, Record View Form, and Record Edit Form. Whether you're a newcomer to form design or looking to expand your knowledge, this video is here to guide you through the basics.
    Here's what you can expect in this video:
    Record Form: We'll start with an introduction to Record Forms and explore what a Record Form is all about. Learn how to create and set up a basic Record Form for your data.
    Record View Form: Discover how to present your data in a user-friendly, read-only format using Record View Forms. We'll show you how to design and customize a View Form to display your records in the most efficient way.
    Record Edit Form: When it's time to make changes, the Record Edit Form comes into play. We'll walk you through creating an Edit Form, allowing users to update existing records with ease.
    #lwc #lwcproject #lwcminiproject #queryselector #dynamicss #looping #salesforceproject #vscodeproject #authorizesalesforce #devhub #customevents #collections #map #salesforce #lightning #development #lwc #jsoverview #lighting #salesforcelighting #salesforcetraining #lwcbasics #lwcadvanced #salesforcedeveloper #developer #ankitjain #techjourneywithankit #studysalesforce #lwc #aura #lightningwebcomponent #ankitjain #lwcbootcamp #arrowfunction #callbackfunction

КОМЕНТАРІ • 11

  • @manikantareddynaluvala4800
    @manikantareddynaluvala4800 Місяць тому

    @TechJourneyWithAnkit Can you provide notes of this class. Is it possible

  • @Ankit__Shaw__09
    @Ankit__Shaw__09 5 місяців тому +1

    Hi, Sometime we use Event.Details and sometimes we use event.target to get the values. Could you please explain why so ? Thankyou, so much for this bootcamp, It is really helpful.

    • @Nitin-ep4xg
      @Nitin-ep4xg 2 місяці тому +1

      if we fire any custom event then we use event.detail because in our custom event we have the detail field.
      event.target we use when we want to know on which element ,event is triggered.

  • @rajavinay794
    @rajavinay794 8 місяців тому

    what would be the impact of fls in this case. let say a particular user does not have access to a field, then will that displays to him in lwc ?

  • @GowthamTadavarthi
    @GowthamTadavarthi 9 місяців тому

    Thank you for your bootcamp
    Could you please clarify how to show toast message and to navigate the user to the record when a new record is created.
    Currently onsuccess we are calling navigateToRecordPage
    How to show toast message?

    • @TechJourneyWithAnkit
      @TechJourneyWithAnkit  9 місяців тому

      Thanks. We are doing both in the same video. Kindly go over the video

    • @awesomekj5812
      @awesomekj5812 8 місяців тому

      You have to use both Navigation mixing and show toast message code within onsuccess handler

    • @TechJourneyWithAnkit
      @TechJourneyWithAnkit  8 місяців тому

      @@awesomekj5812 yes 💥💥💥💥

  • @gpatil7379
    @gpatil7379 5 місяців тому

    Sir i have tried fields attribute with 6 fields but i am able to show all the fields what is the reason?