Gen. Reference: Updating
Stages in Preexisting Cut Routings
This article applies to Bundle-Track versions 3.6 and above.
When you edit a Lot Routing, those changes do not normally affect
preexisting Cut Routings. However, with this procedure, you can
edit a Lot Routing's Stages and push those updates to preexisting
Cuts.
Requirements:
- Administrative access to IB Console
- the report file(s)
- knowledge of how to use IB Console's ISQL
to ...
Procedure:
- Edit the Lot Routing as desired.
- Download this
UpdateCutStagesByLot.sql script to your Desktop.
- Right-click on the link above.
- Choose Save Target As ...
- Save the file to your Desktop.
- Get ISQL ready to run your commands.
- Run the script in ISQL:
- Use ISQL's menu to select Query >> Load Script.
- Use the Open dialog to locate and open the UpdateCutStagesByLot.sql
script.
- This is the file that you saved to your desktop in the
step above.
- Execute (Click the lightning bolt icon.)
- Copy the following statements into ISQL:
- execute procedure
UpdateCutStagesByLot 'LotCode';
commit;
- Edit the statements:
- Change 'LotCode' to the actual Code of the Lot you
have edited and whose Cuts you wish to update.
- Execute and note the result.
- After you run the script, if the result is anything but
'Finished Successfully', expand the result message box so
you can read the whole message, and take appropriate action.
- Drop the UpdateCutStagesByLot procedure:
- Execute the following commands in ISQL:
- drop procedure
UpdateCutStagesByLot;
commit;
- Delete the UpdateCutStagesByLot.sql file from your desktop.
We welcome your comments at support@bundle-track.com.
If you would like our live assistance, you may hire us at our professional
services rate.