Business Central SetTableView with temporary table doesn’t apply filters
I am trying to populate list with filtered records in temporary table. Records in temp table are stored and counted properly. But when page is open all records from original table are displayed.
Business Central SetTableView with temporary table doesn’t apply filters
I am trying to populate list with filtered records in temporary table. Records in temp table are stored and counted properly. But when page is open all records from original table are displayed.
Business Central SetTableView with temporary table doesn’t apply filters
I am trying to populate list with filtered records in temporary table. Records in temp table are stored and counted properly. But when page is open all records from original table are displayed.
AL report Date filtering Business central Development | Date restriction on RequestFilterFields
Hello, struggling to learn with AL. I got simple report that is supposed to show data in table.
Date filtering | Date restriction
Hello, struggling to learn with AL. I got simple report that is supposed to show data in table.
How do I pass variable information from one page to another part of the page AL
I’m trying to make a system where the “LineReferenceNumber” in the Incoming Lot Table is passed to the “Incoming Lot Lines Page”, and from there, that number is used to set the “LotReference” field. I want to basically connect all the new lines I’m making to its proper incoming lot page and I’m not sure how to.
How can i hide a field in Microsoft Business Central AL Programming
I want to hide the field “Other Reason” if the field “Reason” has a value of “Other”
Is it possible to access a field defined by an extension from another extension?
So here’s an overview of our enviroment: Extension A made by Developer A, Extension B made by Developer B, and Extension C made by me.