SysQueryForm.isValidFieldTypeForAggregate Method [AX 2012]

Indicates whether a field type is valid for use in an aggregate function.

Syntax

private boolean isValidFieldTypeForAggregate(Types _fieldType)

Run On

Client

Parameters

Return Value

Type: boolean
true if the field type is valid; otherwise, false.

See Also

Reference

SysQueryForm Class