ReleaseUpdateDB::changeTableByAOTName Method [AX 2012]
Sets a new table ID, depending on a table name.
server public static TableId changeTableByAOTName(
IdentifierName _aotNname,
TableId _tabIdOld,
TableId _tabIdNew)
Run On
ServerParameters
- _aotNname
- Type: IdentifierName Extended Data Type
The AOT table name.
- _tabIdOld
- Type: TableId Extended Data Type
The old table ID.
- _tabIdNew
- Type: TableId Extended Data Type
The new table ID.
Show: