ProdReport_LedgerConciliation.updatePostingSRS Method [AX 2012]

Selects the data from the tmpProdBalanceLedger table.

public void updatePostingSRS(
    date _fromDate, 
    date _toDate, 
   [NoYes _perPostingType])

Run On

Called

Parameters

_fromDate
Type: date
The from date from which to select the data.
_toDate
Type: date
The to date to from which to select the data.
_perPostingType
Type: NoYes Enumeration
A yes or no PostingType; optional.

Community Additions

ADD
Show: