-
Type: Customer Defect
-
Status: In QA (View Workflow)
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: CFA 2023R3
-
Fix Version/s: CFA 2023R4
-
Component/s: None
-
Labels:None
-
VTask #:VTASK0519736
-
Root cause - Reason:Undetermined
-
Source Code ID(s):
-
Root Cause:Not able to replicate this issue. Added more logging around ACH delete to find more details.
This could be related to CFAMX-22612.
CFA reported this issue where the ACH amount does not appear under the Third Party ACH field in InFORM Deposits.
Select * from tbAudit with ( nolock ) where AuditDateTime between '2023-05-26' and '2023-05-28' and AuditDetails like '%ACH%' and EventEntityID = 5218 and AuditCategoryID = 11Select * from tbBankingDeposit with ( nolock ) where BankingID = 6033497 Select top 10 * from tbBankingDepositACH with ( nolock ) where BankingID >= 6033497 select * from tbBanking with ( nolock ) where entityID = 5218 and CreateDate = '2023-05-26'
- blocks
-
CFAMX-11540 Production Defects
- Open