Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
- _legacyName
Type: FieldName Extended Data Type
The name of the field to look for in the extension tables.
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.