Table of Contents

GetTables Procedure

Codeunit Table Mgt.

Gets the selected tables.

Signature

GetTables(var TempTables: Record "QWETB tObject" temporary; StartID: Integer; EndID: Integer; IncludeGlobal: Boolean; IncludeAllCompanies: Boolean; IncludeExternalTables: Boolean)

Parameters

var TempTables Record "QWETB tObject" temporary

The temp record that will contains the table metadata.

StartID Integer

The id of the first table to get.

EndID Integer

The id of the last table to get. Set this to 0 to not have an upper limit.

IncludeGlobal Boolean

Set to true to include global tables.

IncludeAllCompanies Boolean

Set to true to include information about tables in all companies.

IncludeExternalTables Boolean

Set to true to include external tables (CRM, MicrosoftGraph etc.).

Remarks

The first time this function is called, all tables will be loaded and cached in this session for faster retrieval if called again.

This documentation is generated from Smart Toolbox v27.1