This guide will show you step by step on how to retrieve the Direct Debit Reversal Code (DDR Code) when dealing with the following types of files:
- CAMT.053
- CAMT.054
- CSV
Steps
- Go to Setup → Bank Reconciliation Setup → Bank Account Configuration.
- Click on the Bank Account Configuration you will use to process the Statement containing the DDR Codes.
- Scroll down and click on the Additional Parameters & Fields subtab.
- Click on the Additional Fields sublist.
- Click on New Bank Statement Additional Field.
- If using a CAMT.053 or CAMT.054 file format: Populate the XML Path field with the following query:XPath for DDR Code
/*[local-name()='Document']/*[local-name()='BkToCstmrStmt']/*[local-name()='Stmt']/*[local-name()='Ntry']/*[local-name() = 'NtryDtls']/*[local-name()='TxDtls']/*[local-name()='RtrInf']/*[local-name()='Rsn']/*[local-name()='Cd']
- If using a CAMT.053 or CAMT.054 file format: Populate the XML Path field with the following query:
- If using a CSV file format: Populate the CSV column field with the CSV column number.
- From the drop-down under Bank Statement Transaction Field, select Additional Fields.
From the drop-down under NetSuite Field, select DDR Code.
If for any reason there are more than one DDR Code field available, you'll have to select them and see what the field next to it gets populated with. The right one has the field ID CUSTBODY_FF_DDR_CODE
- Select Body for the Body or Line level field.
- Save the record.