-
Type: Testing Defect
-
Status: Done (View Workflow)
-
Priority: Critical
-
Resolution: Done
-
Affects Version/s: CFA 2021R2
-
Fix Version/s: CFA 2021R2
-
Component/s: None
-
Labels:
-
TestRail Run Link:
Scenario
Import Inventory Item 608220 Lid, Yellow Round w/Purchase Unit = 144 Ct Case
Import Vendor Item import associated with this Inventory Item with PUOM = 100 Ct Case
At this point
--Entity Item record has Stocktake1ID = 42 or 144Ct Case, Stocktake2ID = Null, ReportingUnit =42 or 144Ct Case AND In Use = 0
--Vendor Item record has a PurchaseUnitId = 18 and a InnerUnitId = 18 Or 100 Ct Case
Search 'Lid, Green Round' and Assign Vendor Item to 00440 with a Start Date of today
--a TbVendorEntityItem record is created with a PUOM = 100 Ct Case
--Entity Item. InUse = 0 still
RUN EnableEntityItemsfrom ActiveVendorItems on Server Manager under Service Method Processing
Entity Item record is updated to InUse = 1, no change to Stocktake1ID , Stocktake2ID or ReportingUnit
Load VendorItem Import #2 - This import contains a second Vendor Item along with the first Vendor Item. It however has a PUOM of 240 Ct Case or a tbUOM = 76 and a StockTakeIner of 240 ct Case or tbUOM76
Run Vendor Import on Server manger
DEFECT - The Vendor Item should load to the system with no impact to the entity item record until the tbVEI record is created by the rule. In this case we see the entity Item record is partially updated : StockTake1ID = 18 (INCORRECT) or 100 Ct Case, Stocktake2ID = 76 (INCORRECT) or ReportUnitID=76 (INCORRECT)
Of Course this propagates downstream to Counting as
- Clones
-
CFAMX-13555 Vendor Item Import is updating entity item Stocktake1ID before the VendorEntityItem relation is made
- Done