SysDictField::getReplacementKeyFieldList Method [AX 2012]

Get a list of the DictField instances that are specified as part of the Replacement Key Index.

Syntax

client server private static List getReplacementKeyFieldList(TableId _tableId)

Run On

Called

Parameters

  • _tableId
    Type: TableId Extended Data Type
    The ID of the table from which to get a list of fields that belong to the Replacement Key Index.

Return Value

Type: List Class
A list of DictField instances that are specified in the Replacement Key Index.

See Also

Reference

SysDictField Class