SalesPurchTableToLineParametersForm.fieldEnabled Method [AX 2012]

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

public boolean fieldEnabled(FieldId _fieldId)

Run On

Called

Parameters

_fieldId
Type: FieldId Extended Data Type
The field to check for enabling.

Return Value

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

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

Community Additions

ADD
Show: