---
title: "Codeunit 1514 Bank Deposit Feature Mgt."
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/1514-bank-deposit-feature-mgt/
type: codeunit
id: 1514
name: "Bank Deposit Feature Mgt."
app: "Base Application"
versions: "20-22"
build: 22.5.59966.64723
obsolete: "Pending 21.0"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Codeunit 1514 Bank Deposit Feature Mgt.

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/1514-bank-deposit-feature-mgt/

| | |
| --- | --- |
| App | Base Application |
| Versions | 20-22 |
| Obsolete | Pending 21.0, seen from 20. Bank Deposits feature will be enabled by default |
| Source file | BankMgt/BankDepositFeatureMgt.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| IsEnabled | () | Boolean | public | 20-22 | - | - |
| GetFeatureKeyId | () | Text | public | 20-22 | - | - |
| EnableDepositActions | () | - | public | 20-22 | - | - |
| DisableDepositActions | () | - | public | 20-22 | - | - |
| DefaultDepositSetup | () | - | public | 20-22 | - | - |
| PreviousNADepositStateDetected | () | - | internal | 20-22 | - | - |
| OnBeforeUpgradeToBankDeposits | (var Integer, var Integer, var Integer) | - | public | 21-22 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnBeforeIsEnabled | (var Boolean, var Boolean) | 20-22 | - | - |
| Integration event | OnPreviousNADepositStateDetected | () | 20-22 | - | - |

## Source

Symbols: Microsoft.BaseApplication.symbols.437dbf0e-84ff-417a-965d-ed2bb9650972, https://dynamicssmb2.pkgs.visualstudio.com/DynamicsBCPublicFeeds/_packaging/MSSymbols/nuget/v3/index.json, highest build per major on 2026-09-20.

Jonas Paprotka, 2026-09-20.
