ProdReport_Balance.calcDataSRS Method [AX 2012]

Gets all the records from the tmpProdBalance temporary table.

public TmpProdBalance calcDataSRS(
    date _fromDate, 
    date _toDate, 
   [NoYes _perPostingType])

Run On

Called

Parameters

_fromDate
Type: date
The date from which to get the data.
_toDate
Type: date
The date to which to get the data.
_perPostingType
Type: NoYes Enumeration
A NoYes enumeration value.

Return Value

Type: TmpProdBalance Table
The records from the tmpProdBalance table.

Community Additions

ADD
Show: