InventJournalData_CountColl_RU.initTotalsSection Method [AX 2012]
Initializes the data for the totals section of the report.
Syntax
private void initTotalsSection(
OffSessionId_RU _offsessionId,
Qty _qtyIssueTotal,
Qty _qtyLossTotal,
CostAmount _costIssueTotal,
CostAmount _costLossTotal)
Run On
Called
Parameters
- _offsessionId
Type: OffSessionId_RU Extended Data Type
The OfficialsSessionId value that the report is linked to
- _qtyIssueTotal
Type: Qty Extended Data Type
The total issue quantity.
- _qtyLossTotal
Type: Qty Extended Data Type
The total loss quantity.
- _costIssueTotal
Type: CostAmount Extended Data Type
The total cost amount of the issue.
- _costLossTotal
Type: CostAmount Extended Data Type
The total cost amount of the loss.