Plaza 365
Plaza 365

No results found for your search

RegisterLog in

4

Visit article

#al

#record

#temporarytable

Dynamics 365 Business Central

Category

Dec 31, 2023

Published date

Text

Article Type


AI Summary

  • The article titled "Hi, Readers" provides information about temporary tables in Microsoft Dynamics 365 Business Central.
  • A temporary table is a temporary variable that holds table data as a buffer or intermediate storage.
  • Temporary table data is not stored in the database but is held in memory until the table is closed.
  • The write transaction principle that applies to a database table does not apply to a temporary table.
  • Business Central 2023 release wave 1 introduces IntelliSense indicators for temporary tables and suggestions for enum ordinal values.
  • Using a temporary table reduces the load on both the network and the SQL database server.
  • The article explains three ways to implement a temporary table: using a temporary record variable, setting the TableType property of a table to Temporary, and using the SourceTableTemporary property on page objects.
  • The Record.IsTemporary() method can be used to determine whether a record refers to a temporary table.
  • The article also mentions the RecordRef.IsTemporary() method, which determines whether a RecordRef refers to a temporary table.

Registered users can view the full text for FREE!

Sign In Now!