SysQueryForm.validateCompanyRanges Method [AX 2012]

Validates the values in the TmpSysQueryCompanyRange temporary table.

Syntax

public boolean validateCompanyRanges(TmpSysQueryCompanyRange companyRanges)

Run On

Client

Parameters

Return Value

Type: boolean
true if the ranges are valid; otherwise, false.

Remarks

The ranges are considered invalid when there are none selected.

See Also

Reference

SysQueryForm Class