Share via


CustInvoiceVolumeDP_BE::initCustVendCalcVolume Method [AX 2012]

Initializes values in the CustVendCalcVolume class using the parameters.

Syntax

server private static CustVendCalcVolume initCustVendCalcVolume(
    FromDate _fromDate, 
    ToDate _toDate, 
    str _rangeAccount, 
    str _rangeCountryRegion, 
    str _rangeCountryRegionType, 
    str _rangeVATNum)

Run On

Server

Parameters

  • _rangeAccount
    Type: str
    The account range value.
  • _rangeCountryRegion
    Type: str
    The country and region range value.
  • _rangeCountryRegionType
    Type: str
    The country and region type range value.
  • _rangeVATNum
    Type: str
    The rangeVATNum value.

Return Value

Type: CustVendCalcVolume Class
An object of the CustVendCalcVolume type.

See Also

Reference

CustInvoiceVolumeDP_BE Class