PurchTable2LineParametersForm.fieldEnabled Method [AX 2012]

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

public boolean fieldEnabled(FieldId _fieldId)

Run On

Called

Parameters

_fieldId
Type: FieldId Extended Data Type
The FieldId value to check.

Return Value

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

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

Community Additions

ADD
Show: