Share via


SalesPurchTableToLineUpdatePrompt.fieldEnabled Method [AX 2012]

Indicates whether the specified field should be enabled on the parameters prompt.

Syntax

public boolean fieldEnabled(FieldId _fieldId)

Run On

Called

Parameters

Return Value

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

Remarks

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

See Also

Reference

SalesPurchTableToLineUpdatePrompt Class