CustVendTable.getFromQuery Method [AX 2012]

Returns the retrieved table buffer from the query for the concrete table represented by the map.

public CustVendTable getFromQuery(QueryRun _queryRun)

Run On

Called

Parameters

_queryRun
Type: QueryRun Class
The query that contains the concrete table.

Return Value

Type: CustVendTable Map
The retrieved table buffer from the query for the concrete table represented by the map.

ExceptionCondition
Error

The map has not been associated with one of the concrete tables represented by the map.

Community Additions

ADD
Show: