PopupAddProdDlg(String,String,Double,Double,Double,String) Method
- Last UpdatedNov 06, 2025
- 1 minute read
This overload of the PopUpAddConsDlg() method opens the Add Production dialog. This dialog allows the user to enter production for the current job.
public bool PopupAddProdDlg(
string itemID,
string itemDesc,
double qtyGood,
double rejQty,
double startQty,
string jobDesc
)
Parameters
- itemID
- Required. Holds the ID of the item being produced.
- itemDesc
- Required. Holds the description of the item being produced.
- qtyGood
- Required. Holds the quantity of good production entered.
- rejQty
- Required. Holds the quantity of rejected production entered.
- startQty
- Required. Holds the starting quantity for the job.
- jobDesc
- Required. Holds the description of the job.
Return Value
Returns true if the user enters production; otherwise, it returns false.