ReleaseUpdateDB::sourceTableExists Method [AX 2012]
Verifies whether the source table exists.
Syntax
server public static boolean sourceTableExists(TableName _tableName)
Run On
Server
Parameters
- _tableName
Type: TableName Extended Data Type
The name of a source table.
Return Value
Type: boolean
true if the table exists; otherwise, false.
Remarks
This method is used to check whether the source table exists before adding it to the table mapping exception.
See the addBulkCopyFieldOption method for more information.