Discussions
Remove some bins from item record
When we implemented NS, I allowed all bins for all items (approx 400 items and 50 bins). I now would like to limit each item to certain bins, and I think I have a way to do it thru csv.
I tried this on a test item, and it seemed to work but I'm a little hesitant to try it on my live data. Any feedback would be greatly appreciated. It's 3 separate csv imports:
1. set Use Bins = False (this removes all bins)
2. set Use Bins = True
3. add specific bins
The quantity that was in each bin before step 1 is still in the same bin after step 3. Seems like it works but I don't want to corrupt any records. What do you think?