Why can you edit a FlowField in AL and Business Central

Поделиться
HTML-код
  • Опубликовано: 2 фев 2025

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

  • @wues001
    @wues001 11 месяцев назад +4

    Hi Erik, as I remember editable flow fields are still used in budgets. It's done in code but still, Budget Entries are created as result of flow field validation.

  • @RS-nl2mi
    @RS-nl2mi 10 месяцев назад

    Hi Erik
    Is below both are same in performance wise
    Record.calcsum(field 1);
    Record.calcsum(field 2);
    Record.calcsum(field 1,field 2);

  • @MrLiakos14
    @MrLiakos14 11 месяцев назад

    It need's to be double quotes and space between " " on the blank OptionMember in order to appear blank. Also if you want to populate the row before inserting it you can use the OnNewRecord in the page.

    • @Hougaard
      @Hougaard  11 месяцев назад

      There's no page events for a table behind the a flowfield.

    • @Hougaard
      @Hougaard  11 месяцев назад

      No need for the double quotes if you don't want the blank option to show.

  • @ant1d0te
    @ant1d0te 11 месяцев назад

    Set BlankZero property on option field to true. Or have '' caption?

  • @betimthaci7547
    @betimthaci7547 11 месяцев назад

    Great vids Erik as always but can you make a video about isolated certs and singing xml

  • @cbaghel
    @cbaghel 10 месяцев назад

    Hi Erik nice video, Can you please make a video on UserPassword Authentication in onprem instead of NavUserPassword, Thank you in advance

    • @Hougaard
      @Hougaard  10 месяцев назад +1

      Sorry, not doing on-prem stuff :)

  • @ant1d0te
    @ant1d0te 11 месяцев назад +1

    Return type must be with negative quantity

  • @tetraquark2402
    @tetraquark2402 11 месяцев назад

    There was a trick where editing it would create records in the sub table.