PopupJobSplitDlg() method
- Last UpdatedNov 26, 2024
- 1 minute read
Use the PopupJobSplitDlg() method to open the Job Split dialog box to split the specified job if the amount of good production reported for it so far is less than the good quantity that is required. The entity to split the job to and the quantity that is to be assigned to the new job from the quantity left to be produced on the specified job can be specified before splitting.
Syntax
PopupJobSplitDlg(woID, operID, seqNo, jobDesc, reqdQty, prodQty, processID);
Parameters
woId
A string that indicates the work order ID used to identify the job to be split.
operId
A string that indicates the operation ID used to identify the job to be split.
seqNo
An integer that represents the sequence number to identify the job to be split.
jobDesc
A string that indicates the job description of the job to be split. The description appears in the title on the split job dialog box.
reqdQty
A double data type that represents the required quantity of the job to be split. Used to determine how much quantity is left to split.
prodQty
A double data type that represents the quantity already produced for the job to be split. Used to determine how much quantity still needs to be produced that can be split.
processId
A string that indicates the process ID of the job to be split. The process ID is used to retrieve the entities that can run this operation to allow the entity the split is to be assigned to be selected on the Job Split dialog box.