i want unique item code for existing stock item list

Discussion in 'Free Source Codes' started by vikas shingare, Mar 13, 2019.

    
  1. vikas shingare

    vikas shingare New Member


    hello sir

    I make a one source code in that I provided item code for stock item level it works for only when I create new company with new stock item like when I creat one stock item it comes item code 001 for the second its comes item code 002 and further..... but I want such item code for my existing stock item. it takes the same code for all items. like 001 for all
    please guide me sir
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    make a separate TDL with a function which walks through all existing StockItems and assign a code to them. And then you your new TDL to assign code to new StockItems created.
     


  3. vikas shingare

    vikas shingare New Member


    thank u, sir, I did the same and its work
     


Share This Page