RetailConnReplicationUtilities::isTableTempDB Method [AX 2012]

Checks if the table is TempDB table

client server public static boolean isTableTempDB(TableName _tableName)

Run On

Called

Parameters

_tableName
Type: TableName Extended Data Type
Name of a table in the AOT.

Return Value

Type: boolean
true if table is TempDB table, otherwise false
Show: