ReleaseUpdateDB::changeFieldByAOTName Method [AX 2012]
Changes a field ID, depending on the field AOT name.
server public static void changeFieldByAOTName(
IdentifierName _nameAOT,
TableId _tabIdOld,
TableId _tabIdNew,
FieldId _fieldIdNew,
[int _arrayIndex])
Run On
ServerParameters
- _nameAOT
- Type: IdentifierName Extended Data Type
The name of the table.
- _tabIdOld
- Type: TableId Extended Data Type
The old table ID.
- _tabIdNew
- Type: TableId Extended Data Type
The new table ID.
- _fieldIdNew
- Type: FieldId Extended Data Type
The new field ID.
- _arrayIndex
- Type: int
The index of the field array.
Show: