Share via


CustInvoiceVolumeDP_BE::getCustVendCalcVolume Method [AX 2012]

Updates the query ranges and calls the initCustVendCalcVolume method to retrieve the CustVendCalcVolume object.

Syntax

server public static CustVendCalcVolume getCustVendCalcVolume(
    Query _query, 
    FromDate _fromDate, 
    ToDate _toDate, 
    AmountMST _minAmount)

Run On

Server

Parameters

  • _query
    Type: Query Class
    The query object that is used for the report.

Return Value

Type: CustVendCalcVolume Class
An object of the CustVendCalcVolume type.

See Also

Reference

CustInvoiceVolumeDP_BE Class