|
Support:
Restoring a Deleted Product
This article applies only to Bundle-Track versions 3.6 and higher.
To preserve the integrity of historic production details, Products that have been deleted from the Products List are not
lost until all related Cuts are also deleted and purged, and the database is compressed. Until that
happens, you can restore a deleted Product with the following procedure.
Requirements:
- The Product's exact Code.
- Administrative access to IB Console
Procedure:
- Get ISQL ready to run your commands.
- Copy and Paste the following
code into ISQL:
Update
PRDMAS set ACTIVEINFO = 'T' where PRDMASLAB = 'CODE';
Commit; |
- Edit that statement, replacing the word CODE with the actual
Product Code.
(Keep the single quotes around that Code value.)
- Click the Lightning Bolt icon to execute and note the result.
- If the code executes successfully, it will simply disappear
from the upper window.
- If you get an error message, contact Bundle-Track support.
- Exit ISQL and IB Console.
|