SysQueryForm.hasFilteringReplacementField Method [AX 2012]

Indicates whether a specified data source that has the replacement field which has the range or filter applied in the current query.

Syntax

private boolean hasFilteringReplacementField(QueryBuildDataSource _qbds)

Run On

Client

Parameters

  • _qbds
    Type: QueryBuildDataSource Class
    An instance of the QueryBuildDataSource class to examine for any SFKfields that have been referenced by replacements.

Return Value

Type: boolean
true if there is replacement field; otherwise, false.

See Also

Reference

SysQueryForm Class