Hi, I have an inventory item with usebins enabled....
# suitescript
s
Hi, I have an inventory item with usebins enabled. My invoice created with this item has the inventory detail with proper bin numbers but when I transform the invoice to returnauthorization, NetSuite throws error saying that you cannot set inventory detail for this item. Even I checked from UI, when I try to transform the invoice to RMA, I am not getting the option to set inventory detail to set bin numbers for the item. However, the option is there for Item Receipts. I need to enable bin number inventory detail support for RMA just like it is available on invoice or item receipt, any ideas how I can achieve this?
s
@Shubham the bin, i believe, should be set on the receipt or the put away not on the return authorization. the return authorization is a non posting transaction so will not effect the Bin count. Its the reciept that effects counts. If you want this info at the RMA level you are going to have to script it into custom fields that will still not effect the counts.
s
Got it, thanks Sean