Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Performs creation of precalculated transaction data.
Syntax
server public static void updatePrecalcData(
Common _trans,
RLedgerTurnoverSheetType _reportType,
[boolean _showProgress])
Run On
Server
Parameters
- _trans
Type: Common Table
The transaction table buffer.
- _reportType
Type: RLedgerTurnoverSheetType Enumeration
The report type enumeration value.
- _showProgress
Type: boolean
A flag indicating whether to show a progress bar or not.
Exceptions
Exception | Condition |
---|---|
Error | Incorrect transaction buffer was passed into the method. |