-
Type: Customer Defect
-
Status: Done (View Workflow)
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: CFA 2021R6
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
VTask #:VTASK0480764
-
Root cause - Reason:Bad data
Description
In the opening change fund for 12/20 the previous day closing balance shows $0 but it should show $5000
Environment : PROD
Store : 04513
Running the following query I identified and deleted all records after 12/18
select* from tbBankingFloatCount with (nolock)
where entityid=5441 order by floatdate desc
Running the following query I identified and deleted the workflow for 12/20
select* from tbworkflowtemplateinstance with (nolock)
where entityid=5441 order by businessday desc
I then ran the following query to attempt to correct the opening change fund for 12/20
Results : The previous day closing balance still displays as $0
Expected : For the previous day closing balance to display $5000
- is blocked by
-
CFAMX-11540 Production Defects
- Open