-
Type: Testing Defect
-
Status: Ready for QA (View Workflow)
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: CFA 2020R3
-
Fix Version/s: None
-
Component/s: Ordering
-
Labels:None
-
Sprint:CFAMX 2020R4 SA Sprint 5
Processing Time is not set to NULL for items that don't have it configured.
Example: Store 02693 in CFA Testing:
2304 items are set with NULL processing time and 1222 items are set with 0 processing time
select ProcessingTime,IsProcessingTimeFromHO, * from tbEntityItem with (nolock)
where entityid = 1810 and ProcessingTime is NULL
--2304
select ProcessingTime,IsProcessingTimeFromHO, * from tbEntityItem with (nolock)
where entityid = 1810 and ProcessingTime = 0
--1222
- Clones
-
CFAMX-11160 Processing Time is not set to NULL for items that don't have it configured
- Done