AL icon indicating copy to clipboard operation
AL copied to clipboard

Page crash in BC26 when typing value in field

Open FrostyFeels opened this issue 6 months ago • 0 comments

1. Describe the bug This bug appeared since BC26.

Page crashes when putting in a value into a field. This only happens if the page field has a variable visible value and the table field has a TableRelation Two cases found were it was inside of a List Part page. One case found were it was inside a List page.

2. To Reproduce

  1. Create a list part page.
  2. Inside the list part page have a field that uses a variable for the visible value. and the table field needs to have a TableRelation

Image Image

  1. Set the value of the variable in the OnAfterGetRecord trigger
  2. Add the list part to a page
  3. Type a single letter in the field created in step 2 and wait a second

3. Expected behavior A clear and concise description of what you expected to happen. The page not to crash and being able to fill out a value.

4. Actual behavior The page crashing after a second Image

5. Versions:

  • AL Language: "15.0"
  • Visual Studio Code: 16.0.1523709
  • Business Central: NL Business Central 26.0 (platform 26.0.32469.0 + toepassing 26.0.30643.32481)
  • Operating System:
    • [X] Windows
    • [ ] Linux
    • [ ] MacOS

FrostyFeels avatar Jun 24 '25 09:06 FrostyFeels