Many ways to validate a field in AL and Business Central

Поделиться
HTML-код
  • Опубликовано: 9 ноя 2024
  • НаукаНаука

Комментарии • 17

  • @BlackTigerAP
    @BlackTigerAP 3 года назад +1

    There are special "10 hours" and "24 hours" videos on RUclips... :D
    Very good to watch before going to sleep. Very hypnotizing.

  • @cesarverduzco3903
    @cesarverduzco3903 8 месяцев назад

    Amazing explanation! Thank you! I love the examples, many other videos just explain with theorical things.

  • @michaelkraithat4852
    @michaelkraithat4852 2 года назад +1

    Hi Erik, Great video like always, i have a valid question. will you do a video on Customer and Item template where you need to add more fields into the template for auto population and transfer it to the customer / item card. If you can show this one would be Awsome!

  • @denisshitov7221
    @denisshitov7221 2 года назад

    Interesting video, Erik. Thanks a lot.

  • @klauskaan6320
    @klauskaan6320 3 года назад

    Bonus content! I love me some late night bonus content!!!!!

  • @romulusmare
    @romulusmare Месяц назад

    Thank you Erik!!!! One question though, how do you display the red field error icon when the validation fails? User enters invalid data and error() function will only stop the execution and display on top the error message, but actual BC validation has a red field error icon that gets display when say you enter "abc" in a phone number field which accepts only digits...

    • @Hougaard
      @Hougaard  Месяц назад

      That's when it's a "field validation error"....

  • @hmarinov
    @hmarinov 3 года назад

    Thanks a lot for the detailed video, Erik! I find it especially useful for a newcomers to BC and also really curious to find out on what depends the order of the extensions of the different apps.
    I just couldn't get what advantages do you find in using Table Extensions triggers, except that you have all the code in one place? In our company we usually use Table Subscribers, so that's why I'm curious what advantages do you find of Table Extension triggers over Table Subscribers?

    • @brianthorchristensen5076
      @brianthorchristensen5076 3 года назад

      I believe that event subscribers are executed in a different session. So there could be scenarios where you would choose your approach for this reason.
      But if you are calling your validate trigger by code repeatedly and you are not using a single instance event handler, you can get a performance hit from creating and destroying the event session/codeunit.

    • @Hougaard
      @Hougaard  3 года назад +1

      Subscribers are not executed in a different session, they are executed in the session that triggers them.

  • @navnav3134
    @navnav3134 2 года назад

    Dear @eric,
    Is there any way to validate on all fields without add trigger on validate on each field?
    Best Regards,
    NAV

  • @Maly_Suk
    @Maly_Suk Год назад

    Hey,
    im trying to do some code onaftervalidate of standart page field.
    Page extends SalesCreditMemo, layout->modify("Sell-to Customer No.")-> trigger OnAfterValidate() ->CODE
    the problem is it never realy triggers when i change customer on this page..Even debbuger does not work on this trigger..
    Code has to do diffrent things for invoice and for CR MEMO. So i can not use trigger on table.
    Any ideas?

    • @Hougaard
      @Hougaard  Год назад

      You're sure you're extending the right page?

  • @RaoufIshak
    @RaoufIshak 3 года назад

    Hey Mr Erik Hougaard ,
    is There any possibility to use javascript and make a progress bar to ratio field iam trying and couldn't find any solution
    is there any possibility to help
    thank you

    • @Hougaard
      @Hougaard  3 года назад

      perhaps....

    • @RaoufIshak
      @RaoufIshak 3 года назад

      @@Hougaard any solution or idea 💡?