---
title: "Codeunit 265 Feature Key Management"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/265-feature-key-management/
type: codeunit
id: 265
name: "Feature Key Management"
app: "Base Application"
namespace: System.Environment.Configuration
versions: "21-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/265-feature-key-management/source/29/"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Codeunit 265 Feature Key Management

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/265-feature-key-management/

| | |
| --- | --- |
| App | Base Application |
| Namespace | System.Environment.Configuration |
| Versions | 21-28 |
| Source file | FeatureKeyManagement.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| IsAllowMultipleCustVendPostingGroupsEnabled | () | Boolean | public | 21-25 | Pending 23.0 | Feature Multiple Posting Groups enabled by default. |
| IsExtensibleExchangeRateAdjustmentEnabled | () | Boolean | public | 21-25 | - | - |
| IsExtensibleInvoicePostingEngineEnabled | () | Boolean | public | 21-25 | - | - |
| IsModernActionBarEnabled | () | Boolean | internal | 21-23 | - | - |
| IsAutomaticAccountCodesEnabled | () | Boolean | public | 22-28 | - | - |
| IsSIEAuditFileExportEnabled | () | Boolean | public | 22-28 | - | - |
| IsEU3PartyTradePurchaseEnabled | () | Boolean | public | 22-25 | - | - |
| GetAllowMultipleCustVendPostingGroupsFeatureKey | () | Text[50] | internal | 23-25 | - | - |
| IsExtensibleExchangeRateAdjustmentEnabled | (Boolean) | Boolean | public | 24-25 | - | - |
| IsPhysInvtOrderPackageTrackingEnabled | () | Boolean | public | 24-26 | - | - |
| IsGLCurrencyRevaluationEnabled | () | Boolean | public | 24-27 | - | - |
| GetExtensibleExchangeRateAdjustmentFeatureKey | () | Text[50] | internal | 24-25 | - | - |
| IsConcurrentWarehousingPostingEnabled | () | Boolean | public | 25-28 | Pending 27.0 | This function is deprecated. Concurrent warehouse posting is always on. |
| IsConcurrentInventoryPostingEnabled | () | Boolean | public | 26-28 | - | - |
| IsConcurrentJobPostingEnabled | () | Boolean | public | 26-28 | - | - |
| IsConcurrentResourcePostingEnabled | () | Boolean | public | 26-28 | - | - |
| IsManufacturingFlushingMethodActivateManualWithoutPickEnabled | () | Boolean | public | 26-28 | - | - |
| SetMockEnabledManufacturingFlushingMethodActivateManualWithoutPick | (Boolean) | - | public | 26-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Internal event | OnAfterIsConcurrentInventoryPostingEnabled | (var Boolean) | 26-28 | - | - |

## 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.
AL source 29: https://github.com/microsoft/BCApps, MIT, releases/29.x at a66254c3b8b5bb1cea290dc8f9d097aec4381153.

Jonas Paprotka, 2026-09-20.
