-
Type: Testing Defect
-
Status: Done (View Workflow)
-
Priority: Major
-
Resolution: Completed
-
Affects Version/s: CFA 2019R2
-
Fix Version/s: CFA 2019R3
-
Component/s: Imports
-
Labels:
-
SCRUM Team:Brotherhood of Mutants
-
TestRail Run Link:
-
Source Code ID(s):
-
Sprint:CFAMX 2019R3 Sprint 2
As an admin processing the Inventory Item Import I want it to support the two directives on Stock Take 4 so that I can set Stock Take 4 for Canada Items
Notes
- StockTakeUnit4
- Directive 1 - {AddUOMMapping}
- Directive 2 - {UpdateEntityItem}
When processing the Inventory Item file, the Entity Items are not getting updated, after some investigation, Sree Surapaneni has determined that we need to have both AddUOMMapping & UpdateEntityItem for StockTakeUnit4 if we have to update tbentityitem
As discussed, AddUOMMapping will be hard coded, and we will ask CFA to add UpdateEntityItem and the XSLT will be updated to insert the UpdateEntityItem directive
Add new configuration setting:
- Inventory > Inventory Items > Maintain Entity Item Stock Take 4 using Inventory Item Import
- text - If this setting is true, Stock Take 4 will be created and updated for entity items, of entities assigned to this setting
- By default, this setting should be false/off
Update the Inventory Item Import to look at this setting, if the setting is true, and a Stock Take 4 value is passed in the Inventory Item Import file:
- New items - Insert Stock Take 4 in the entity item
- Item update - Update Stock Take 4 in the entity item
- Is Clone Of
-
CFAMX-3797 CLONE 2019R2 - Inventory Item Import - Does Not Support Directives for StockTake 4
- Done