Share via


SalesPurchTableToLineParametersForm.fieldEnabled Method [AX 2012]

Indicates whether to enable the field for the specified on the parameters form.

Syntax

public boolean fieldEnabled(FieldId _fieldId)

Run On

Called

Parameters

Return Value

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

Remarks

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

See Also

Reference

SalesPurchTableToLineParametersForm Class