-
Type: Sprint Defect
-
Status: Done (View Workflow)
-
Priority: Major
-
Resolution: Duplicate
-
Affects Version/s: CFA 2020R2
-
Fix Version/s: None
-
Component/s: Ordering
-
Labels:None
-
Sprint:CFAMX 2020R2 Sprint 2
The user for the audit appears to be hard-coded:
HelpDesk Script Executed exec [dbo].[MXC_HD_SetStoreLevelSuggestedItemFlag_Update] :EntityId, :ItemId, :Value 123, 692, True kevin.reid kevin reid
Build: CFA - 20.2.0.2927
Environment: JAT
Store: 00198 Northwest Ark Mall (Entity = 123)
Date: 1-30-2019
URL: https://m.inform.jatesting.cfahome.com/#/Administration/HelpDesk
Select the store, item and value and execute the help desk script. View the audit log:
SELECT top 500 *
FROM tbAudit
WHERE AuditCategoryID = 10 and AuditEventID=225
ORDER BY AuditID Desc
Results: Script executed, but the UserName and FullName are always the same
- is related to
-
CFAMX-7618 Help Desk Script - Set Store Level Suggested Item flag
- Closed