Lightning Web Component Tutorial: Async Form Validation

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ส.ค. 2024
  • Subscribe here: th-cam.com/channels/Zvz.html...
    Interested in consulting? g2technologies.com/pages/contact
    Need a cheap domain? www.epik.com/?affid=bo9po1yu8
    -----------------------------------
    In this video, we discuss how to leverage Lightning Web Components to use asynchronous form validation. This exposes the possibility of using a callout protocol, like an apex controller, or an axios promise to validate or update data from a lightning record edit form. Haptic feedback is used to show an end-user when the promise is being processed, and when the promise is resolved or rejected. A lightning spinner is used to show a user during the promise, and an approval icon is used to show when the promise is resolved. This salesforce tutorial also demonstrates how state management can be used inside lightning web components. A new Salesforce developer or an aspiring SF developer can leverage this tut to learn more about the Salesforce development lifecycle, and how to make UI components for the view of Salesforce.
    -----------------------------------
    Docs:
    developer.salesforce.com/docs...
    -----------------------------------
    Chapters:
    0:00 Introduction
    2:40 LWC Development Tips
    4:05 Development
    12:22 Adding to Page Layout + Demo
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    Source code can be seen here:
    github.com/jawills/LWC-async-form