-
Type: Testing Defect
-
Status: Done (View Workflow)
-
Priority: Major
-
Resolution: Completed
-
Affects Version/s: CFA 2019R2
-
Fix Version/s: CFA 2019R2
-
Component/s: Imports
-
Labels:
-
Source Code ID(s):
-
Sprint:CFAMX 2019R3 Sprint 3
Need to back out the code, and schema changes, for CFAMX-1373
- Imports > I4 > Vendor Item > Ability to consume StockTake4
When testing this, the following files were dropped:
- Inventory Item Import
- InventoryItems_20190509.csv
- Stock Take 4 is created
- Inventory Entity Item Import
- InventoryEntityItems_20190509.csv
- Stock Take 4 remains
- Vendor Item Import
- VENDORITEM_20190509.csv
- Stock Take 4 gets wiped out
select StocktakeUnit1, StocktakeUnit2, StocktakeUnit4,PurchaseUnit,BaseUnit,* from tbitem with(nolock)
where ItemId = 16
Select StocktakeUnit1ID, StocktakeUnit2ID, StocktakeUnit4ID, * from tbEntityItem with(nolock)
where ItemID = 16
and EntityID = 1041
select PurchaseUnitID, InnerUnitID, InnerUnit4ID,* from tbVendorItem with(nolock)
where itemID = 16
and VendorID = 157
select PurchaseUnit, StockCountUnit2ID, StockCountUnit4ID,* from tbVendorEntityItem with(nolock)
where VendorId = 157
and entityid = 1041
and itemid = 16
select * from tbUnitOfMeasure with(nolock)
where UnitOfMeasureID in (495,1091,1092, 1096, 1097)
Wizard - After running the Inventory Entity Item Import
Wizard - After running the Vendor Item Import - Stock Take 4 removed
- Clones
-
CFAMX-4008 When ST4 is not Supplied in the VI Import, the code wipes out ST4 at the Entity Item
- Done
- relates to
-
CFAMX-1373 Imports > I4 > Vendor Item > Ability to consume StockTake4
- Closed