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.
Sets the transfer quantity.
Syntax
public void insertQyForTransfer(
PurchLine _purchLine,
InventLocationId _inventLocationIdTo,
InventSiteId _inventSiteId,
Qty _qty,
[boolean _update,
boolean _lookupViaPurchTable])
Run On
Called
Parameters
- _purchLine
Type: PurchLine Table
A Purchline record.
- _inventLocationIdTo
Type: InventLocationId Extended Data Type
The value for the inventory location.
- _inventSiteId
Type: InventSiteId Extended Data Type
The value for the inventory site.
- _qty
Type: Qty Extended Data Type
The value for the transfer quantity.
- _update
Type: boolean
A Boolean value that indicates whether to update the record.
- _lookupViaPurchTable
Type: boolean
A Boolean value that indicates whether to refer PurchTable table to find the purchase order.