AxInternalBase.sysDictFieldFind Method [AX 2012]

Finds the SysDictField class for a field in the table that relates to the AxBC class.

Syntax

protected SysDictField sysDictFieldFind(FieldId _fieldId)

Run On

Called

Parameters

Return Value

Type: SysDictField Class
The SysDictField class for the field ID in the parameter.

Remarks

The sysDictFieldFind method uses a map to hold the SysDictField classes so that the instantiated SysDictField classes can be reused instead of instantiating a SysDictField class every time that you must use one.

See Also

Reference

AxInternalBase Class