-
Type: Testing Defect
-
Status: Done (View Workflow)
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: CFA 2021R5
-
Fix Version/s: CFA 2021R6
-
Component/s: Counting
-
Labels:None
Testing Environment Details
- Environment: Testing
- Store(s): 00440
- Feature: Stored Procedure that updates when Order Guide is dirty
- Related Tickets (Stories or Features):
CFAMX-14507 - Other Related Links (Confluence, BRDs, Etc...): N/A
- Feature Configurations: N/A
Expected Result
After the Entity Item is active - when the Order Guide is made dirty - the StockTakeUnit1ID, Stocktakeunit2Id and the ReportingUnitId of the Entity Item record should be updated to reflect the higher or lower unit of measure depending on the scenario. In this scenario, I am going from a 10 Lb Case to 4/3 Lb Bags. When the Order Guide is made dirty, the process is not updating the EntityItem.StockTakeUnit21d value with 3Lb Bag as it should.
Test #2 Larger PUOM - 1 Inv (10 Lb), 1 Vendor (4/3 Lb Bag) | Update Mechanism --> Make Order Guide Dirty | Fail |
Inventory Item loaded | TbItem - ItemCode = 60889 | |
PUOM | 10 Lb Case | |
Inner | 10 Lb Case | |
Run Inventory Item Import | ||
VendorItem import data | ItemID = 4811 | |
PUOM | 4/3 Lb Bag | |
InnerUnitId | 3 Lb Bag | |
Run Vendor Item Import #1 | ||
EntityItem ST21, ST2, RU | 10 Lb Case,Null,10 Lb Case | |
Assign Rule | ||
EntityItem ST21, ST2, RU | 10 Lb Case,Null,10 Lb Case | |
Run Enable Entity Items for Active Vendor Items | inUSE = 1 | |
EntityItem ST21, ST2, RU | 10 Lb Case,Null,10 Lb Case | |
ItemMaintenace UI | Inventory Unit = 10LbCase | |
Inventory Count UI | Case =10 Lb Case, Inner = Null, Unit =Pound | |
PO UI | 4/3 Lb Bag | |
Make Order Guide Dirty | ||
EntityItem ST21, ST2, RU | 4/3 Lb Bag, NULL , 4/3 Lb Bag | INNER Not updated |
ItemMaintenace UI | Inventory Unit =4/3 Lb Bag | |
Inventory Count UI | Case =4/3 Lb Bag, Inner = NULL , Unit =Pound | INNER displays blank |
PO UI | 4/3 Lb Bag |
Actual Result
EntityItem.StockTakeUnit21d value is not updating - it remains Null
Add screenshots here if available
- relates to
-
CFAMX-14507 Testing R4.S2 - UOM - Vendor Item Import and Vendor Entity Item Import: Update "Inner"
- Closed