AX1639

GetTableInfo function

Returns information about a table, given the table name.

NOTE: You can use a data lookup to return the same information as a GetTableInfo function. Whenever possible, it is recommended to use data lookups over Axiom functions for faster performance.

Syntax

GetTableInfo("CodeName", "TableName")

(missing or bad snippet)

(missing or bad snippet)

Remarks

GetTableInfo is a non-volatile function.

Examples

=GetTableInfo("Classification","Dept")

This example returns the table classification of Dept. For example: Reference.

=GetTableInfo("TableType","GL2021")

This example returns the table type that the table is assigned to. For example: GLData.