InventTrackingDimTracingSearchForward.findTransWHSQuarantineReceipts Method [AX 2012]
Finds and adds WHS Quarantine receipt transactions related to the parent issue transaction to the transaction list.
Syntax
protected void findTransWHSQuarantineReceipts(
SysRecordSortedList _inventTransList,
InventDimTrackingInventTransNode _currentNode,
InventTransOrigin _inventTransOriginParent)
Run On
Called
Parameters
- _inventTransList
Type: SysRecordSortedList Class
The SysRecordSortedList object to insert into.
- _currentNode
Type: InventDimTrackingInventTransNode Class
The transaction node being expanded.
- _inventTransOriginParent
Type: InventTransOrigin Table
The transaction origin for the related issue transaction.