Populate Field Based of Another Field using Field Set | Lightning Record Edit Form | Part 22

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ต.ค. 2024
  • Summary of the Video :
    1) Learn how to use field Set in Record Edit Form
    2) Learn how to populate value of fields using field Set
    Basic Field Set in Lightning Record Edit Form : • Using Fieldsets inside...

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

  • @anubhavsingh8144
    @anubhavsingh8144 10 หลายเดือนก่อน +1

    what if the last name in iteration comes first than description than your variable won't have value to copy in last name?
    Please explain this scenario

    • @salesforcein5minutes
      @salesforcein5minutes  10 หลายเดือนก่อน

      If that happens then in that case lets say you are typing 'Test' in description so at first interation no value will be assigned to last name as last name is executed first and after that description has the value
      Then in next interation Description is going to hold 'Te' but your last name will get populated with ' T ' as previous value of your description was 'T' and maybe one word might be missed and last name will be populated with 'Tes' instead of 'Test' as it might miss last iteration