Share via


ReleaseUpdateDB::changeNameByFieldId Method [AX 2012]

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

Syntax

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

Run On

Server

Parameters

Remarks

This function is deprecated.

See Also

Reference

ReleaseUpdateDB Class