AxInternalBase.fieldId Method [AX 2012]

Gets or sets the value for a field in the table that relates to the AxBC table class, depending on the field ID.

Syntax

public anytype fieldId(FieldId _fieldId, [anytype _value])

Run On

Called

Parameters

  • _value
    Type: anytype
    The value for the field you want set.

Return Value

Type: anytype
Value for the field based on the field ID.

Remarks

The fieldId method can be used instead of the parameter methods.

See Also

Reference

AxInternalBase Class