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.
Initializes a sorted fist with inventory transactions to receive.
Syntax
public void initInventTransToReceiveList(
StatusReceipt _fromStatus,
StatusReceipt _toStatus,
InventDimId _inventDimId,
InventDim _inventDimCriteria,
InventDimParm _inventDimParm,
InventTransChildType _inventTransChildType,
InventTransChildRefId _inventTransChildRefId,
InventQty _maxQty,
[boolean _addRecordsNotMatchingCriteria])
Run On
Server
Parameters
- _fromStatus
Type: StatusReceipt Enumeration
The first issue status to include.
- _toStatus
Type: StatusReceipt Enumeration
The last issue status to include.
- _inventDimId
Type: InventDimId Extended Data Type
The exact inventory dimension ID if known; otherwise, an empty string.
- _inventDimCriteria
Type: InventDim Table
An InventDim record identifying the required inventory dimension values.
- _inventDimParm
Type: InventDimParm Table
An InventDimParm records identifying which inventory dimensions are required.
- _inventTransChildType
Type: InventTransChildType Enumeration
The required TransChildType value for transactions.
- _inventTransChildRefId
Type: InventTransChildRefId Extended Data Type
The required TransChildRefId value for transactions.
- _maxQty
Type: InventQty Extended Data Type
The maximal inventory quantity to receive.
- _addRecordsNotMatchingCriteria
Type: boolean
A Boolean parameter that specifies if inventory transactions that do not match specified criteria should be included anyway.