Combining Stock Records

SUGGESTED

Looking at the Stock table, I see that I have a lot of cases where a product is listed multiple times with a different STOCOU number. Everything else is identical (except for the quantities).

For example: Product (ABC), STOCOU#, Bin Location and Qty.

ABC    3837838    W180   25
ABC    3815780    W180   5
ABC    3802076    W180   1
ABC    3835948    W180   1
ABC    3641630    W180   1

I checked STOALL to see if anything is allocated to these STOCOU numbers and none of the were in there. Is there a way to combine these 5 records into 1 record with QTY of 33?

Thank you for your help!

Parents Reply Children
  • 0 in reply to shvidky
    SUGGESTED

    Then I think the simpliest is to issue the stock (quite simple via import template SMO) and then re-creating the stock (import template SMR). With very small changes in the template, you can even use the same file in both import.

    Of course, please validate the process in a test folder before using it in a Live environment.

    You should be able to fix all the errors at once.