InventTrackingDimTracingSearchForward.findTransTransferReceipts Method [AX 2012]
Finds and adds transfer receipt transactions related to the parent issue transaction to the transaction list.
Syntax
protected void findTransTransferReceipts(
SysRecordSortedList _inventTransList,
InventDimTrackingInventTransNode _currentNode,
InventTrans _inventTransParent,
InventTransOrigin _inventTransOriginParent,
Voucher _voucher)
Run On
Called
Parameters
- _inventTransList
Type: SysRecordSortedList Class
The SysRecordSortedList object to insert into.
- _currentNode
Type: InventDimTrackingInventTransNode Class
The transaction node being expanded.
- _inventTransParent
Type: InventTrans Table
The transaction for the related issue transaction.
- _inventTransOriginParent
Type: InventTransOrigin Table
The transaction origin for the related issue transaction.
- _voucher
Type: Voucher Extended Data Type
The voucher used when posting related receipts. If empty all transactions will be considered.