InventBatch::vendBatchIdLookup Method
Gets a SysTableLookup object initialized to perform lookup of vendor batch numbers based on product number and batch.
Syntax
client server public static SysTableLookup vendBatchIdLookup(
ItemId _itemId,
InventBatchId _inventBatchId,
FormControl _formControl)
Run On
Called
Parameters
- _itemId
Type: ItemId Extended Data Type
Product number.
- _inventBatchId
Type: InventBatchId Extended Data Type
Batch number (optional).
- _formControl
Type: FormControl Class
Control for which the lookup needs to be enabled.
Return Value
Type: SysTableLookup Class
A SysTableLookup object initialized to perform the lookup.
Remarks
If the specified batch number is blank the lookup will show all vendor batch numbers available for the item.