Share via


SysDataImportSetBased.getNewAxFieldIdFromExt_W Method [AX 2012]

Retrieves the field ID of a table from its extension tables.

Syntax

private FieldId getNewAxFieldIdFromExt_W(DictTable _dictTable, FieldName _legacyName)

Run On

Server

Parameters

  • _dictTable
    Type: DictTable Class
    A DictTable class of a table that has extensions.

Return Value

Type: FieldId Extended Data Type
The extended representation of the field ID in the extension table, if it exists; otherwise, 0.

Remarks

The extended field ID uses the most significant byte to store an identification of the extension table.

See Also

Reference

SysDataImportSetBased Class