-
Type: Customer Defect
-
Status: Done (View Workflow)
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: CFA 2022R4
-
Fix Version/s: CFA 2022R5
-
Component/s: Ordering
-
Labels:None
CFA reported having duplicate orders where creating an order in Inform,
I can see the order in tbTransactionSaleOrder
Select * from tbTransactionSalesOrder with ( nolock) where entityID = 1099 and iTransaction_num in (7115947,7115946) order by 1 desc
the recent duplicate record will be deleted in Inform from the following 3 tables
Select * from tbTransactionSalesOrder with ( nolock) where entityID = 1099 and iTransaction_num in (7115947,7115946) order by 1 desc
Select * from tbTransactionSalesOrderDetail where iTransaction_num = 7115947
Select * from tbTransactionSalesOrderDetailItemQuantity where TransactionSalesOrderDetailID in (SElect TransactionSalesOrderDetailID from tbTransactionSalesOrderDetail where iTransaction_num = 7115947)
I can replicate the issue in CFA Staging:
1- Open left side menu and select Create/Receive Order -> Create
2- Select 'Add Order'
3- Select 'Distributor'
4- Insert Delivery Date and Cover until Date/Time
5- Click fast multiple times on 'confirm'
6- See the duplicate orders as shown below:
- Clones
-
CFAMX-22279 When Creating an order in InFORM, the order duplicates
- Done