Share via


DMFGenerateEntityTable.addRefTableIndexFields Method [AX 2012]

Adds index fields to an entity table.

Syntax

private void addRefTableIndexFields(
    SysDictTable _dictTable, 
    AOTTableFieldList _treeNodeFields, 
    FieldName _fieldName, 
    Types _types)

Run On

Called

Parameters

Remarks

If the index in the reference table is again REfRecId or enum field,we are not adding those fields to the staging table.

See Also

Reference

DMFGenerateEntityTable Class