RetailConnDataDirectorQuery.initializeQuery Method [AX 2012]
Initializes the query by adding the specified table to the QueryBuildDatasource object.
Syntax
public boolean initializeQuery(TableName _tableName, [boolean _forUpdate])
Run On
Called
Parameters
- _tableName
Type: TableName Extended Data Type
The name of table to be added to the query.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to update the QueryBuildDatasource object.
Return Value
Type: boolean
true if the query is initialized; otherwise, false.