ReleaseUpdateDB::changeFieldId Method [AX 2012]

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

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

Run On

Server

Parameters

_tableId
Type: TableId Extended Data Type
The ID of a table.
_oldId
Type: FieldId Extended Data Type
The old field ID.
_newId
Type: FieldId Extended Data Type
The new field ID.
_tableName
Type: TableName Extended Data Type
The name of a table.
_fieldName
Type: FieldName Extended Data Type
The name of a field.

Return Value

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

This method is not currently being used.

Show: