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.
Determines whether all orders with the same item and inventory dimensions can be delivered.
Syntax
protected boolean allOrdersDeliverable(
ItemId _itemId,
InventDim _inventDim,
[CustAccount _custId,
date _dateReq])
Run On
Server
Parameters
- _itemId
Type: ItemId Extended Data Type
The item ID.
- _inventDim
Type: InventDim Table
The InventDim record.
- _custId
Type: CustAccount Extended Data Type
The customer account.
- _dateReq
Type: date
Requested receipt date.
Return Value
Type: boolean
true if all orders can be delivered; otherwise, false.