EBS採購收貨儲存時,出現錯誤‘The quantity has not been converted from @@@ to Each, since the UOM conversion is not avaialable for this combination.’, 如下圖
遇到這種情況是因為後臺有相應的出錯或者PENDING的RTI資料且它的主計量單位數量為0,只要刪除相應的資料再儲存就不會出錯了
SELECT * FROM rcv_transactions_interface WHERE po_header_id=209444
DELETE rcv_transactions_interface WHERE po_header_id=209444