SysQueryForm.allowDataAreaIdField Method [AX 2012]

Indicates whether it is valid to allow the DataAreaId field in the current operation.

Syntax

private boolean allowDataAreaIdField(boolean isRange)

Run On

Client

Parameters

  • isRange
    Type: boolean
    A Boolean value that determines whether the current operation is a Range operation.

Return Value

Type: boolean
true if it is valid to allow the DataAreaId field in the current operation; otherwise, false.

See Also

Reference

SysQueryForm Class