PopupReduceProdDlg Method
- Last UpdatedNov 06, 2025
- 2 minute read
This overload of the PopupReduceProdDlg() method opens the Reduce Production dialog for a lot. This dialog allows the user to adjust down the amount of production reported in a row in the Item_Prod table.
| Overload | Description |
|---|---|
| PopupReduceProdDlg(DateTime,Nullable<DateTime>,String,String,String,Int32,Int32,String,Double,Object,String,Int32) | This overload of the PopupReduceProdDlg() method opens the Reduce Production dialog for a lot. This dialog allows the user to adjust down the amount of production reported in a row in the Item_Prod table. |
| PopupReduceProdDlg(DateTime,Nullable<DateTime>,String,String,String,String,Int32,Int32,String,Double,Object,String,Int32) | This overload of the PopupReduceProdDlg() method opens the Reduce Production dialog for a lot and sublot. This dialog allows the user to adjust down the amount of production reported in a row in the Item_Prod table. |
| PopupReduceProdDlg(DateTime,String,String,String,Int32,Int32,String,Double,Object,String,Int32) | This overload of the PopupReduceProdDlg() method opens the Reduce Production dialog for a lot. This dialog allows the user to adjust down the amount of production reported in a row in the Item_Prod table. |
| PopupReduceProdDlg(DateTime,String,String,String,Int32,Int32,String,Double,Double,Double,Object,String,Int32,Boolean) | This overload of the PopupReduceProdDlg() method opens the Reduce Production dialog for a lot if the item is not serialized, and the serialized Reduce Production dialog for a lot if the item is serialized, with the Completed list of serial numbers displayed. The isSerialized flag indicates whether the item is serialized or not. Both dialogs allow the user to adjust down the amount of production reported in a row in the Item_Prod table. |
| PopupReduceProdDlg(DateTime,String,String,String,String,Int32,Int32,String,Double,Double,Double,Object,String,Int32,Boolean) | This overload of the PopupReduceProdDlg() method opens the Reduce Production dialog for a lot and sublot if the item is not serialized, and the serialized Reduce Production dialog for a lot and sublot if the item is serialized, with the Completed list of serial numbers displayed. The isSerialized flag indicates whether the item is serialized or not. Both dialogs allow the user to adjust down the amount of production reported in a row in the Item_Prod table. |
| PopupReduceProdDlg(DateTime,DateTime,String,String,String,String,Int32,Int32,String,Double,Double,Double,Object,String,Int32,Boolean) | This overload of the PopupReduceProdDlg() method opens the Reduce Production dialog for a lot and sublot if the item is not serialized, and the serialized Reduce Production dialog for a lot and sublot if the item is serialized, with the Completed list of serial numbers displayed. The isSerialized flag indicates whether the item is serialized or not. Both dialogs allow the user to adjust down the amount of production reported in a row in the Item_Prod table. |