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.
Finds availability based on the specified item and dimension criteria.
Syntax
client server public static InventAvailabilityByUnit findByItemDim(InventTable _inventTable, InventDim _inventDimCriteria)
Run On
Called
Parameters
- _inventTable
Type: InventTable Table
The InventTable record for the item.
- _inventDimCriteria
Type: InventDim Table
The inventory dimension criteria.
Return Value
Type: InventAvailabilityByUnit Class
The InventAvailabilityByUnit object.
Exceptions
| Exception | Condition |
|---|---|
| Error | Throws an error if the _inventTable record is not specified. |
Remarks
Non-empty dimension values from the dimension criteria will be used to filter the availability.
Empty dimensions will be ignored.