When to use it: Implement Advanced Bank Reconciliation (ABR) when a client processes a high volume of daily bank transactions and manual tick-mark reconciliation is no longer sustainable.
Technical Setup
Dynamics 365 supports industry-standard banking formats out of the box. You must first acquire the correct format from the client's bank (like BAI2, MT940, or CAMT.053).
- Navigate to the Electronic Reporting workspace and import the required format configurations from the Microsoft global repository.
- Go to Cash and bank management > Setup > Advanced bank reconciliation setup > Bank statement format and map your imported ER format to a processing group.
Functional Setup
The core of ABR is the matching engine. You must define exactly how the system identifies a match between the bank file and the ERP ledger.
- Matching Rules: Define the granular logic. For example, a rule might state that the bank transaction date must match the ERP transaction date exactly, and the amount must match exactly.
- Matching Rule Sets: Group your rules sequentially. Best practice dictates running highly specific rules first (like matching by exact check number) and broad rules last (like matching by amount within a 3-day window).
Execution
To enable ABR for a specific bank account, navigate to the Bank accounts form and toggle Advanced bank reconciliation to Yes. Once enabled, you cannot revert to manual reconciliation for that account. During testing, keep "Reconcile after import" turned off. Once you validate that your rules catch 90 percent of transactions, turn it on to fully automate the daily reconciliation process.