-
Type:
Testing Defect
-
Status: Done (View Workflow)
-
Priority:
Critical
-
Resolution: Completed
-
Affects Version/s: CFA 2021R6
-
Fix Version/s: CFA 2021R6
-
Component/s: AutoNotification
-
Labels:None
-
SCRUM Team:Brotherhood of Mutants
-
Sprint:2021.R6 New Features Sprint 2, 2021.R6 New Features Sprint 3
CFA 2021R5 - Auto notification audit log not showing correct details. After deploying CFA 21.5.14.4197 build on 7/16/2021 we noticed that audit log details are missing from Title and AuditNote columns.
SELECT *
FROM tbauditlog with (NOLOCK)
WHERE
auditdatetime between '2021-07-16 00:00:01' and '2021-07-24 04:00:00'
and audittype like '%Auto Notification%'
ORDER BY auditdatetime desc
Notice that before 7/16/21 we were able to see auto-notification title and details but after mid-day deployment audit log is now displaying some generic text.
Linking below tickets that could've impacted audit log.
- Is Clone Of
-
CFAMX-15833 PATCHBACK 2021R5 - Auto notification audit log not showing correct details
-
- Done
-
- relates to
-
CFAMX-14795 9. Translate Sys Gen Auto Notification "EOM Expenses Transferred"
- Closed
-
CFAMX-15581 CLONE - (PATCHBACK R5) EOM Success notification appears to be missing System information - does not match production
-
- Done
-