PopupSetConsLotDataDlg Method
- Last UpdatedNov 06, 2025
- 1 minute read
The PopupSetConsLotDataDlg() method opens the Set Lot Data dialog for consumption. The dialog allows the user to set the lot number for the consumed item and the entity in which the item is to be stored.
public bool PopupSetConsLotDataDlg(
string woID,
string operID,
int seqNo,
string lotNo,
string itemID,
string itemDesc,
int bomPos
)
Parameters
- woID
- Required. Holds the work order ID of the job for which the item was consumed.
- operID
- Required. Holds the operation ID of the job for which the item was consumed.
- seqNo
- Required. Holds the operation sequence number of the job for which the item was consumed.
- lotNo
- Required. Holds the current lot number.
- itemID
- Required. Holds the ID of the item being consumed.
- itemDesc
- Required. Holds the description of the item being consumed.
- bomPos
- Required. Holds the BOM position of the item being consumed.
Return Value
Returns true if the user sets the lot data; otherwise, it returns false.