About Bundle-Track
Home Solutions Products About Us About Us

 

  Accessing Support
Self Help
  • Online Knowledge Base
  • User Documents
  •  

    Free Support
  • support@bundle-track.com
  • Fax 617-556-4005
  •  

    Contract and Billable
  • phone 617-556-4003 x261
  • 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:

    1. Get ISQL ready to run your commands.
    2. Copy and Paste the following code into ISQL:
      Update PRDMAS set ACTIVEINFO = 'T' where PRDMASLAB = 'CODE';
      Commit;

       
    3. Edit that statement, replacing the word CODE with the actual Product Code.
      (Keep the single quotes around that Code value.)
       
    4. 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.
         
    5. Exit ISQL and IB Console.
       
     

    top