Share via


PurchTable2LineParametersForm.fieldEnabled Method [AX 2012]

Indicates whether the field for the specified FieldId value is enabled on the parameters form.

Syntax

public boolean fieldEnabled(FieldId _fieldId)

Run On

Called

Parameters

Return Value

Type: boolean
true if the field is to be enabled; otherwise, false.

Remarks

Typically, this will be determined by checking the document table-to-line field parameters table.

See Also

Reference

PurchTable2LineParametersForm Class