SysQueryForm.selectionFieldExists Method [AX 2012]

Indicates whether the selection field already exists on the data source.

Syntax

private boolean selectionFieldExists(
    QueryBuildDataSource _qbds, 
    FieldId _fieldId, 
    SelectionField _selectionField)

Run On

Client

Parameters

Return Value

Type: boolean
true if the field was found; otherwise, false.

See Also

Reference

SysQueryForm Class