-
Type: Sprint Defect
-
Status: Done (View Workflow)
-
Priority: Major
-
Resolution: Completed
-
Affects Version/s: CFA 2020R4, CFA 2021R5
-
Fix Version/s: CFA 2021R5
-
Component/s: AutoNotification
-
Labels:None
-
SCRUM Team:Brotherhood of Mutants
-
Sprint:2021.R6 New Features Sprint 3
Details
When the user chooses to turn off the "Inventory Extension Report sent when monthly count is applied" auto notification, they are presented with a unnecessary error toast when they submit the monthly count. This issue is currently impacting all locations in version R5
This action also creates the following error in the DB:
ERROR: System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.List`1.Enumerator.MoveNex
Database
Notification Setting
Error Toast
This issue is currently impacting all locations in version R5
Steps to Reproduce
- In "Settings > Notification", turn the "Inventory Extension Report sent when monthly count is applied" notification OFF.
- Submit a Monthly Count
- Wait a few seconds. You should see the monthly count success toast followed by a "The requested operation failed" toast.
Expected Result
- Please fix whatever is causing the error toast to be presented to the user.
- If this toast is popping up because the auto notification is turned off, at a minimum we should hide the toast from the user.
- Assuming the error is being triggered by the auto notification being turned off, ideally the database log would be more human-readable and specific. Something as simple as "Inventory Extension Report sent when monthly count is applied auto notification has been turned off by the user." would work.
- If this error is generated by some other issue, please disregard the details above.
- Clones
-
CFAMX-15927 Invalid Error Toast When User Turns off Monthly Count Auto Notification (R5 Fix)
- Done