RetailConnDataDirectorQuery.initializeQuery Method [AX 2012]
Initializes the query by adding the specified table to the QueryBuildDatasource object.
public boolean initializeQuery(TableName _tableName, [boolean _forUpdate])
Run On
CalledParameters
- _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.
Community Additions
ADD
Show: