Sage 100

 View Only
  • 1.  trying to delete WH codes - about 40 or so of them

    Posted 10-08-2013 17:11
    trying to delete WH codes - about 40 or so of them. If there is nothing on the Stock Status, but items still show up with 0's (so there is a record/relationship in IM_ItemWarehouse) isn't there some way to still get these cleaned up? I have the Sage article, which basically says go into each inventory item and remove the WH codes. This would take years for this company so I'm hoping there is a better/quicker option. They don't really care about inventory history but it won't even let me purge 2011 (even though we are in 2013).


  • 2.  RE: trying to delete WH codes - about 40 or so of them

    Posted 10-08-2013 17:15
    http://www.dsdinc.com/enhancement/warehousecompany-merge-utility/


  • 3.  RE: trying to delete WH codes - about 40 or so of them

    Posted 10-08-2013 17:47
    If there's a better option I've not found it. Had a customer want to remove about half a dozen and it was all DFDM as described in the Sage KB.


  • 4.  RE: trying to delete WH codes - about 40 or so of them

    Posted 10-08-2013 18:37
    I have done this by exporting all IM_ItemWarehouse records, re-initializing the file and then importing only the desired records back using a bunch of skips in the vi job. Last time was on 4.3 though, not sure if there are any new restrictions on the data files.


  • 5.  RE: trying to delete WH codes - about 40 or so of them

    Posted 10-09-2013 06:33
    thanks everyone, will probably give Bernie's solution a shot


  • 6.  RE: trying to delete WH codes - about 40 or so of them

    Posted 10-09-2013 07:49
    Let me know how this goes Eric. I have a client in a similar situation. I will probably need to deal with this at year end as well.


  • 7.  RE: trying to delete WH codes - about 40 or so of them

    Posted 10-09-2013 08:58
    Has anyone used the DSD utility with successful resolution of this type of situation? I didn't know it existed...sounds useful.


  • 8.  RE: trying to delete WH codes - about 40 or so of them

    Posted 10-09-2013 10:44
    I'll keep you posted - I should be testing this tonight or tomorrow night


  • 9.  RE: trying to delete WH codes - about 40 or so of them

    Posted 10-09-2013 15:26
    You might be able to write a script to remove record based on some criteria


  • 10.  RE: trying to delete WH codes - about 40 or so of them

    Posted 10-09-2013 19:47
    Update - had to use the providex.dde trick where you open up the fields for VI imports - typically that IM_Item_Warehouse import only allows reorder point info, so you have to get the rest of the fields to show up (QtyonHand, QtyonPO, etc.). But everything seemed to work ok - reinitialized IM_ItemWarehouse, cleaned up the file from 16K records to 9.5K, ran the import, tested some items and they look ok. We'll know tomorrow morning if I'll need to restore from backup:)