InventOnHandQuery.joinInventBatch Method [AX 2012]

Joins the InventBatch table to the on hand query.

Syntax

public QueryBuildDataSource joinInventBatch(JoinMode _joinMode)

Run On

Called

Parameters

  • _joinMode
    Type: JoinMode Enumeration
    The join mode that should be used for joining the InventBatch table.

Return Value

Type: QueryBuildDataSource Class
The new data source for the InventBatch table.

See Also

Reference

InventOnHandQuery Class