Custom validation in Lightning Web Component | Understanding Regular Expressions (Regex)

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ธ.ค. 2024

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

  • @Om108-21
    @Om108-21 3 ปีที่แล้ว

    Best video on regex ❤️

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

    Excellent video. Thank you for sharing. Please upload more on LWC.

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

      Sure, will do!

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

    Wow so useful video... Please upload more 🥰🔥

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

    Thanks for a very well explanation Rahul 😌😀😀

  • @NidhiYadav-ot4jr
    @NidhiYadav-ot4jr 3 ปีที่แล้ว

    It's really very helpful thank you so much :)

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

      Glad it was helpful! Keep Learning :)

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

    Hey @Rahul .. can we have detail video if possible on custom metadata so that we get a clear picture of how to use metadata in apex customisation and when to use custom metadata ....

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

      Sure. Will think of a good scenario for this and will create a video going forward 👍

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

    How can we stop user until unless user enters valid email address we should put a stop going to next page how we can do

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

    does that pattern attribute calls its expression on blur ? I mean as soon as you click outside that pattern checks for exprssion and throws error? its not happening like that to me, can you help please?

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

    Hey Rahul, how can we pass data to SF if we use this kind of form on a third party website ?

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

      Hi Saurabh, there are a couple of solutions depending upon the tech stack, the best is using web to lead to setup a form on an external website. If you have an app hosted on heroku, you can populate db there and use heroku connect to sync that with Salesforce custom object. The last option can be to use Salesforce rest api to get the data inside salesforce as the form is submitted.

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

      @@sfdcstop thank you!