I keep getting an error when importing to update t...
# csvimports
m
I keep getting an error when importing to update the class on line items on a sales order. The error reads "Please Enter Value for Amount" when I try to update class on some sales orders. I am not updating rate, qty, price level, or amount. These sales order items already have an amount filled in. Anyone else experience this issue?
k
what are you using to identify the line?
d
☝️ csv import might be trying to create a new line, instead of updating the class of existing lines. "Please Enter Value for Amount" is (one of) the errors that would occur if you created a new transaction line with only
Class
filled in
💯 1