Share via


ReleaseUpdateDB::changeFieldByAOTName Method [AX 2012]

Changes a field ID, depending on the field AOT name.

Syntax

server public static void changeFieldByAOTName(
    IdentifierName _nameAOT, 
    TableId _tabIdOld, 
    TableId _tabIdNew, 
    FieldId _fieldIdNew, 
   [int _arrayIndex])

Run On

Server

Parameters

  • _arrayIndex
    Type: int
    The index of the field array.

See Also

Reference

ReleaseUpdateDB Class