ReleaseUpdateDB::changeTableId Method [AX 2012]
Changes the ID of a table.
server public static boolean changeTableId(
TableId _oldId,
TableId _newId,
TableName _tableName)
Run On
ServerParameters
- _oldId
- Type: TableId Extended Data Type
The old table ID.
- _newId
- Type: TableId Extended Data Type
The new table ID.
- _tableName
- Type: TableName Extended Data Type
The table name.
Show: