-
Type: Customer Defect
-
Status: Done (View Workflow)
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: CFA 2023R3
-
Fix Version/s: CFA 2023R4
-
Component/s: EOM
-
Labels:None
-
VTask #:VTASK0519657,VTASK0519580
-
Root cause - Reason:Code defect
-
Source Code ID(s):
-
Root Cause:EOM reports are filtered using entityid for Signal stores. The entityid is coming from mobilesettings. The mobilesettings is null.
CFA reported users (specially Operators) are missing the EOM boxes under the EOM page in INFORM.
I did some investigation and I found that the users are having the Mobile setting is set to NULL.
I updated the User Mobile settings field and asked CFA to confirm it works, they said it fixed the issue.
Code Used:
Select * from tbUser with ( nolock ) where UserID = 1248157
--Begin Tran --Commit Tran
--Update tbUser
--set MobileSettings = '{"EntityId":5120,"EntityName":"04113 - Craig Road & Scott Robinson FSU","EntityNumber":"04113","EntityTimeZoneAbbrv":"PT","EntityTimeZoneOffset":-7.0,"UserConfig":{},"Configurations":[]}'
--where UserID = 1248157
We had a call with Sree and she tested this on her side and confirmed the issue. Please check if any validation available for Signal Code using the Mobile setting in away that cause this issue.
- blocks
-
CFAMX-11540 Production Defects
- Open
- Is Clone Of
-
CFAMX-26189 Patch Back 2023 R3.1 - EOM Boxes are missing in the EOM Page for users with Mobile setting is set NULL
- In QA