Dynamics 365 Business Central: How to check if a record/table is temporary via AL

Today I would like to share another mini tip about Business Central, how to check if a record/table is temporary in AL.

A temporary table is a temporary variable that holds a table. A temporary table is used as a buffer or intermediate storage for table data.

Source : Dynamics 365 Lab
Read more…

Temporary records for GetSelectionFilter

Whenever you need to get a value1|value2|value4..value10|… field filter from a provided record variable, then the GetSelectionFilter method from the SelectionFilterManagement codeunit is your friend. However, using this function has one drawback, as you can read in the Remarks section:

Source : The BC Docs Librarian
Read more…