---
title: "Codeunit 7001 Price Calculation Mgt."
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/7001-price-calculation-mgt/
type: codeunit
id: 7001
name: "Price Calculation Mgt."
app: "Base Application"
namespace: Microsoft.Pricing.Calculation
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/7001-price-calculation-mgt/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 7001 Price Calculation Mgt.

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/7001-price-calculation-mgt/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Pricing.Calculation |
| Versions | 17-28 |
| Source file | Pricing/Calculation/PriceCalculationMgt.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| RefreshSetup | () | Boolean | public | 17-28 | - | - |
| GetHandler | (Interface Line With Price, var Interface Price Calculation) | Boolean | public | 17-28 | - | - |
| VerifyMethodImplemented | (Enum Price Calculation Method, Enum Price Type) | - | public | 17-28 | - | - |
| FindSetup | (Interface Line With Price, var Record Price Calculation Setup) | Boolean | public | 17-28 | - | - |
| IsExtendedPriceCalculationEnabled | () | Boolean | public | 17-28 | - | - |
| GetFeatureKey | () | Text[50] | public | 17-28 | - | - |
| TestIsEnabled | () | - | public | 17-27 | Pending 19.0 | Replaced by the method in Codeunit 7049 Feature - Price Calculation |
| FindActiveSubscriptions | () | Text | public | 20-28 | - | - |
| FeatureCustomizedLookupUsage | (Integer) | - | internal | 20-28 | - | - |
| FeatureCustomizedLookupDiscovered | () | - | internal | 20-28 | - | - |
| GetFeatureTelemetryName | () | Text[50] | public | 23-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnIsExtendedPriceCalculationEnabled | (var Boolean) | 17-28 | - | - |
| Integration event | OnFindSupportedSetup | (var Record Price Calculation Setup) | 17-28 | - | - |
| Integration event | OnGetHandlerOnAfterFindSetup | (Interface Line With Price, var Interface Price Calculation, var Boolean) | 20-21 | - | - |
| Integration event | OnGetHandlerOnAfterFindSetup | (Interface Line With Price, var Interface Price Calculation, var Boolean, var Record Price Calculation Setup) | 22-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.
