DictTable.fieldObject Method [AX 2012]
Creates an instance of the DictField class for the field that is specified by field ID.
public DictField fieldObject(FieldId fieldId)
Run On
CalledParameters
- fieldId
- Type: FieldId Extended Data Type
The ID of the field to create.
Return Value
Type: DictField ClassA DictField object for the field that is specified by the fieldId parameter; nullNothingnullptrunita null reference (Nothing in Visual Basic) if the object could not be created.
Community Additions
ADD
Show: