SysDictField::findFieldById Method [AX 2012]

Looks in the hierarchy (base and derived tables) for a field that has current table ID and field ID.

Syntax

client server public static DictField findFieldById(TableId _tableId, FieldId _fieldId)

Run On

Called

Parameters

Return Value

Type: DictField Class
A DictField object; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).

See Also

Reference

SysDictField Class