ReleaseUpdateDB::changeNameByFieldId Method [AX 2012]

Changes the name of a table, depending on its ID.

server public static void changeNameByFieldId(
    IdentifierName _newName, 
    TableId _tabId, 
    FieldId _fieldIdNew)

Run On

Server

Parameters

_newName
Type: IdentifierName Extended Data Type
The new name of the table.
_tabId
Type: TableId Extended Data Type
The table ID.
_fieldIdNew
Type: FieldId Extended Data Type
The new field name.

This function is deprecated.

Show: