PromptForQuantities(String,String,String,Int32,Double,Double,Double,String) Method
- Last UpdatedNov 06, 2025
- 1 minute read
This overload of the PromptForQuantities() method prompts the user for the production quantities for a job that is specified using filtering parameters.
public bool PromptForQuantities(
string item_id,
string wo_id,
string oper_id,
int seq_no,
double qtyProd,
double qtyRej,
double qtyStart,
string jobDesc
)
Parameters
- item_id
- Required. Holds the item that is being produced by the job.
- wo_id
- Required. Holds the work order ID of the job.
- oper_id
- Required. Holds the operation ID of the job.
- seq_no
- Required. Holds the sequence number of the job.
- qtyProd
- Required. Holds the current quantity of the job that has been produced as good.
- qtyRej
- Required. Holds the current quantity of the job that has been produced as scrap.
- qtyStart
- Required. Holds the start quantity of the job.
- jobDesc
- Required. Holds the job description of the specified job. It will be used in the title of the Add Production dialog.
Return Value
Returns a boolean flag indicating whether production was added for the
item.