-
Type: Testing Defect
-
Status: Done (View Workflow)
-
Priority: Major
-
Resolution: Completed
-
Affects Version/s: CFA 2020R3
-
Fix Version/s: None
-
Component/s: Ordering
-
Labels:None
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
- Is Clone Of
-
CFAMX-11182 CLONE 2020R3 - Processing Time is not set to NULL for items that don't have it configured
- Ready for QA
- relates to
-
CFAMX-11517 CFA Production - Processing times pilot - some items have Processing time value set to zero
- Done
-
CFAMX-11571 CLONE 2020R3.1 - CFA Production - Processing times pilot - some items have Processing time value set to zero
- Done
-
CFAMX-8154 Add Attribute: Processing Time for Suggested Items
- Closed