Share via


ReleaseUpdateDB::changeFieldId Method [AX 2012]

Used as a start PreSync job to change a field ID.

Syntax

server public static boolean changeFieldId(
    TableId _tableId, 
    FieldId _oldId, 
    FieldId _newId, 
    TableName _tableName, 
    FieldName _fieldName)

Run On

Server

Parameters

Return Value

Type: boolean
true if the action is successful; otherwise, false.

Remarks

This method is not currently being used.

See Also

Reference

ReleaseUpdateDB Class