This guide will show you step by step on how to retrieve configure the retrieving of the Direct Debit Reversal Code Reversal Code (DDR Code) when dealing with . This guide applies for the import of the following types of files only:
- CAMT.053
- CAMT.054
- CSV
Steps
- Go to Setup → Bank Reconciliation Setup → Bank Account Configuration.
- Edit the Bank Account Configuration you want to configure the retrieving of the DDR Codes retrievement for.
- Scroll down and go to Additional Parameters & Fields → Additional Fields sublist.
- Click on New Bank Statement Additional Fields.
- The Bank Statement Additional fields page opens.
- If using a CAMT.053 or CAMT.054 file format:
Populate the XML Path field with the following query:
Code Block language xml theme Confluence title 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']
- From the drop-down under Bank Statement Transaction Field, select Additional Fields.
- From the drop-down under NetSuite Field, select DDR Code.
- Select Body for the Body or Line level field.
- Save the record.
- If using a CAMT.053 or CAMT.054 file format:
...
- If using a CSV file format:
- Populate the CSV column field with the CSV column numbernumber of the column containing the DDR code in the CSV file.
- From the drop-down under Bank Statement Transaction Field, select Additional Fields.
- From the drop-down under NetSuite Field, select DDR Code.
- Select Body for the Body or Line level field.
- Save the record.
- If using a CSV file format:
Note |
---|
If for any reason In case 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 under the drop-down of the NetSuite Field, make sure to select the field that populates the NetSuite Field ID with CUSTBODY_FF_DDR_CODE. |