Cash Management CU64
Cannot import bank statements with backdated transactions
Need to enter multiple bank statements per day. To be used when backdated transactions such as bank charges or interest deposits occur. Limit this ability by adding an Allow Multiple Statements Per Day field to Cash Management Account. Only accounts with this field selected will allow this bank statement processing feature.
Program/Business class/Process affected:
- BankStatementInterface
- BankStatementInterfaceHeader
- BankStatement
- IncomingBankStatementDetail
- CashManagementAccount
- 11.0_post_CU80.faf
Use these steps to test the enhancement:
- On a Cash Management Account, select the Allow Multiple Statements Per Day check box.
- Using formats MT9*, Bai*, CAM*, or CSV, create bank statement interface records and run the interface process. Verify that the statement is created.
- Run step 2 again using the same statement date. Verify that a new statement for the same date is created.
- This feature also applies to manually-added bank statements. Test that you can manually enter multiple statements for same day.
- Clear the Allow Multiple Statements Per Day field in Cash Management Account and verify that you can no longer interface or manually create multiple statements for the same day.
JT-1284088
Bank statement import must support CAMT.052 XML format (intraday)
Added import of Intraday CAMT.052 XML bank statement files into Cash Management
Program/Business class/Process affected:
- BankStatement
- BankStatementInterfaceHeader
- BankStatementInterfaceHeader UI
- BankStatementInterface
- BankStatementInterface UI
- BankStatementInterfaceHeaderError
- BankStatementInterfaceTask_Process.java
- NativeBankStatementInterface.java (New)
- New PFlow SyncCAMT05XBankStatementData
- Upgrade.faf changes to 11.0_post_CU80.faf
Use these steps to test the enhancement:
- Delete CAMT.053 File Channel and Receiver, if used.
- Create new CAMT.05X File Channel and Receiver using new PFlow SyncCAMT05XBankStatementData
- Receipt of CAMT.052 file using the new CAMT05X File Channel/Receiver processing
- Use Process Flow CAMT.05X file translation
- Bank Statement Interface Header import processing
- Bank Statement Interface file processing
- Bank Statement Processing
- BankStatementBalance
- BankStatementLine
- Split Lines within BankStatementLine
- Test purge Intraday bank statement process by importing End of Day CAMT.053 for same day.
Dependencies:
Add File Channel for CAMT.05X file format
Add File Channel Receiver for CAMT.05X file format
Link to new pflow SyncCAMT05XBankStatementData
JT-1326914