-
Type: Testing Defect
-
Status: Done (View Workflow)
-
Priority: Major
-
Resolution: Completed
-
Affects Version/s: CFA 2021R5
-
Fix Version/s: None
-
Component/s: AutoNotification
-
Labels:None
-
SCRUM Team:Brotherhood of Mutants
-
Sprint:2021.R6 New Features Sprint 1, 2021.R6 New Features Sprint 2
Testing Environment Details
- Environment: Testing
- Store(s): 30001
- Logged in User:
- Username: logged as myself
- Password:
- Feature: Daily Sales Report Auto Notification for Canadian store
- Related Tickets (Stories or Features):
CFAMX-13594 - Other Related Links (Confluence, BRDs, Etc...): N/A
- Feature Configurations:"Daily sales report sent at finalize day" Auto notification
Expected Result
When I finalize the day for a Canadian store, I am supposed to get an automatic email with the "Daily sales Report" which is set using the "Daily sales report sent at finalize day" Auto notification
Actual Result
Instead, I don't get any emails while I do get emails for US Stores.
I also get this error in TBAuditLog
Error: System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.List`1.Enumerator.MoveNe
SELECT *
FROM tbauditlog with (NOLOCK)
WHERE
--entity like '02693%'
auditdatetime between '2021-06-23 08:00:00' and '2021-06-24 15:00:00'
--and auditcategoryid in (23)
--AuditEventID in (391,392)
--and audittype like '%month%'
--and AuditNote like '%dlps%'
--and AuditNote like '%01171%'
--and title like '%DI%food%m%'
--and username like '%charles.wheeler%'
--and entity like '%00663%'
ORDER BY auditdatetime desc
Add screenshots here if available
- blocks
-
CFAMX-13594 Not receiving email notifications for Daily Sales report and Inventory Extension Report
- Done