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
CalledParameters
- _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.
Community Additions
ADD
Show: