PopupSetProdLotDataDlg Method
- Last UpdatedNov 06, 2025
- 1 minute read
The PopupSetProdLotDataDlg() method opens the Set Lot Data dialog for production. The dialog allows the user to set the item being produced, the lot number for the produced item, and the entity in which the item is to be stored.
Parameters
- lotNo
- Required. Holds the current lot number.
- itemID
- Required. Holds the ID of the item currently being produced.
- itemDesc
- Required. Holds the description of the item currently being produced.
- bomPos
- Required. Holds the BOM position of the item currently being produced.
Return Value
Returns true if the user sets the lot data; otherwise, it returns false.