ReleaseUpdateDB::tableExists Method [AX 2012]

Verifies whether a table exists.

server public static boolean tableExists(TableId _tableId)

Run On

Server

Parameters

_tableId
Type: TableId Extended Data Type
The ID of a table.

Return Value

Type: boolean
true if the table exists; otherwise, false.

This method is called when the bulkCopy option for a table is set.

Show: