-
Type: Customer Defect
-
Status: Need More Info (View Workflow)
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: CFA 2022R4
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
VTask #:VTASK0500472
CFA updated the apply dates multiple times for order 6055211
SElect EntityID,iTransaction_num,CreatedFromOrder,iStatus_typ,sStatus,iApply_dt, * from tbTransactionSupplyOrder with ( nolock) where iTransaction_num in (6055211,6055162, 6055139, 6055092, 6055089, 6055077, 6055074, 6047855)
It looks like when the user change the apply date the system return the original order, and this creates negative PurchaseAmt and InventoryAmt values in tbTransactionReceiveLog
SElect PurchaseAmt,InventoryAmt, * from tbTransactionReceiveLog with ( nolock) where iTransaction_num in (6055211,6055162, 6055139, 6055092, 6055089, 6055077, 6055074, 6047855)
The IAR report show incorrect qty in this case
- blocks
-
CFAMX-11540 Production Defects
- Open