SysQueryForm.hasRelativeQueryBuildDataSource Method [AX 2012]

Indicates whether a QueryBuildDataSource object already exists.

Syntax

public boolean hasRelativeQueryBuildDataSource(QueryBuildDataSource _queryBuildDataSource)

Run On

Client

Parameters

  • _queryBuildDataSource
    Type: QueryBuildDataSource Class
    The QueryBuildDataSource object which has surrogate FK fields to validate.

Return Value

Type: boolean
true if the QueryBuildDataSource object exists; otherwise, false.

See Also

Reference

SysQueryForm Class