SysQueryForm.isIndex Method [AX 2012]

Determines whether a field is the index.

Syntax

private boolean isIndex(QueryBuildDataSource _queryBuildDataSource, FieldName _fieldName)

Run On

Client

Parameters

Return Value

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

See Also

Reference

SysQueryForm Class