-
Type: Testing Defect
-
Status: Done (View Workflow)
-
Priority: Major
-
Resolution: Completed
-
Affects Version/s: CFA 2022R1
-
Fix Version/s: CFA 2022R1
-
Component/s: Core
-
Labels:None
-
SCRUM Team:Brotherhood of Mutants
-
Sprint:2022.R2 New Features Sprint 1
When testing the new logic to trigger the Order Guide when a store is added/removed from an Ad Hoc zone it was noticed that two audit records are written, one saying that store was added and one saying that it was removed.
Example:
- Entity 01919 - Denton Towne Crossing FSU (1041) deleted from zone Testing 0806 (946) in zone type Location - Ad Hoc (50)
- Entity 01919 - Denton Towne Crossing FSU (1041) added to zone Testing 0806 (946) in zone type Location - Ad Hoc (50)
When testing this in Staging, only one audit record gets written per action
Add:
- Entity 00048 - Chapel Hills Mall (32) added to zone Fish Friday (888) in zone type Location - Ad Hoc (50)
Remove:
- Entity 00048 - Chapel Hills Mall (32) deleted from zone Fish Friday (888) in zone type Location - Ad Hoc (50)
SQL
select * from tbaudit with(nolock)
where auditdatetime > '2022-01-04 14:00:00'
and AuditCategoryID = 4
- Clones
-
CFAMX-18400 Duplicate Audit Records when adding/removing store from Ad Hoc zone
- Done