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.
Gets packed availability on the server for a batch tracked item, taking into consideration appropriate conditions that block the availablity of batches for auto reservation.
Syntax
server private static container findByDimWithAutoReservCritPackedServer(
Common _inventMovementBuffer,
InventDim _inventDimCriteria,
InventDimParm _inventDimParm,
boolean _forceBatchAttributes,
boolean _ignoreBatchAttributes)
Run On
Server
Parameters
- _inventMovementBuffer
Type: Common Table
The record that is used as the inventory movement buffer. E.g. SalesLine.
- _inventDimCriteria
Type: InventDim Table
The criteria to limit the inventory search to.
- _inventDimParm
Type: InventDimParm Table
The flags for the inventory dimension criteria values.
- _forceBatchAttributes
Type: boolean
A boolean value indicating whether the batch attributes criteria should be always applied.
- _ignoreBatchAttributes
Type: boolean
A boolean value indicating whether the batch attributes criteria should be always ignored.
Return Value
Type: container
A container containing a packed InventAvailabilityByUnit object for the available inventory.