---
title: "Codeunit 2580 Dimension Correction Mgt"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/2580-dimension-correction-mgt/
type: codeunit
id: 2580
name: "Dimension Correction Mgt"
app: "Base Application"
namespace: Microsoft.Finance.Dimension.Correction
versions: "18-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/2580-dimension-correction-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 2580 Dimension Correction Mgt

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/2580-dimension-correction-mgt/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Finance.Dimension.Correction |
| Versions | 18-28 |
| Source file | Finance/Dimension/Correction/DimensionCorrectionMgt.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| ValidateNoBlockedDimensionsUsed | (var Record Dimension Correction) | - | public | 18-28 | - | - |
| GenerateSupportingTables | (var Record Dimension Correction, var Record Dim Correction Set Buffer) | - | public | 18-28 | - | - |
| VerifyCanValidateDimensionCorrection | (var Record Dimension Correction) | - | public | 18-28 | - | - |
| ValidateBlockedNotUsed | (var Record Dimension Correction) | - | public | 18-28 | - | - |
| ValidateDimensionSets | (var Record Dimension Correction, var Record Dim Correction Set Buffer, var Integer) | - | public | 18-28 | - | - |
| ValidateDimensionChanges | (var Record Dimension Correction, var Record Dim Correction Set Buffer, var Integer) | - | public | 18-28 | - | - |
| VerifyIfDimensionCanBeChanged | (var Record Dim Correction Change) | - | public | 18-28 | - | - |
| DeleteValidationErrors | (var Record Dimension Correction) | - | public | 18-28 | - | - |
| UpdateValidationStatusAndThrowErrorIfFailed | (var Record Dimension Correction, Integer) | - | public | 18-28 | - | - |
| GenerateSelectedEntries | (var Record Dimension Correction, var Record Dim Correction Set Buffer) | - | public | 18-28 | - | - |
| IsGLEntryForUpdate | (var Record G/L Entry, var Record Dim Correction Set Buffer, Integer, var Record Integer) | Boolean | public | 18-28 | - | - |
| GetTargetDimCorrectionSetBuffer | (var Record Dim Correction Set Buffer, var Record Dimension Correction, var Record G/L Entry) | Boolean | public | 18-28 | - | - |
| GenerateTargetDimensionSetIds | (var Record Dimension Correction) | - | public | 18-28 | - | - |
| CreateCorrectionFromSelection | (var Record G/L Entry, var Record Dimension Correction) | - | public | 18-28 | - | - |
| CreateCorrectionFromFilter | (var Record G/L Entry, var Record Dimension Correction) | - | public | 18-28 | - | - |
| InsertNewDimCorrectSelectionCriteria | (var RecordRef, Option, var Record Dim Correct Selection Criteria, Integer) | - | public | 18-28 | - | - |
| GetSelectedDimensionSetIDsFilter | (var Record Dimension Set Entry) | Text | public | 18-28 | - | - |
| GetSelectedDimensionSetIDs | (var Record Dimension Set Entry, var Record Integer) | - | public | 18-28 | - | - |
| TransferSelectionFilterToRecordRef | (var Record G/L Entry, var RecordRef) | - | public | 18-28 | - | - |
| GetDimCorrectionChanges | (Integer, var Record Dim Correction Change) | Boolean | public | 18-28 | - | - |
| GetSelectionCriteria | (Integer, var Record Dim Correct Selection Criteria) | Boolean | public | 18-28 | - | - |
| CalculateDimensionSetIds | (var List, var Record Dim Correct Selection Criteria) | - | public | 18-28 | - | - |
| ReloadDimensionChangesTable | (Integer) | - | public | 18-28 | - | - |
| LoadTempDimCorrectionSetBuffer | (Integer, var Record Dim Correction Set Buffer) | Boolean | public | 18-28 | - | - |
| ScheduleRunJob | (var Record Dimension Correction) | Boolean | public | 18-28 | - | - |
| ScheduleUndoJob | (var Record Dimension Correction) | Boolean | public | 18-28 | - | - |
| ScheduleValidationJob | (var Record Dimension Correction) | Boolean | public | 18-28 | - | - |
| ScheduleUpdateAnalysisViews | (var Record Dimension Correction) | Boolean | public | 18-28 | - | - |
| UpdateStatus | (var Record Dimension Correction) | - | public | 18-28 | - | - |
| VerifyCanStartJob | (Record Dimension Correction) | - | public | 18-28 | - | - |
| SetStatusInProgress | (var Record Dimension Correction) | - | public | 18-28 | - | - |
| SetUndoStatusInProgress | (var Record Dimension Correction) | - | public | 18-28 | - | - |
| SetValidatingStatusInProgress | (var Record Dimension Correction) | - | public | 18-28 | - | - |
| GetValidationStatusText | (var Record Dimension Correction, Text) | Text | public | 18-28 | - | - |
| CopyToDraft | (var Record Dimension Correction, var Record Dimension Correction) | - | public | 18-28 | - | - |
| IsEntryExclued | (var Record G/L Entry, Integer) | Boolean | public | 18-28 | - | - |
| IsEntryExclued | (var Record G/L Entry, var Record Dim Correct Selection Criteria) | Boolean | public | 18-28 | - | - |
| IncrementAndCommitIfNeeded | (var Integer) | - | public | 18-28 | - | - |
| GetMaximumNumberOfValidationErrors | () | Integer | public | 18-28 | - | - |
| GetCommitCount | () | Integer | public | 18-28 | - | - |
| GetPreviewGLEntriesLimit | () | Integer | public | 18-28 | - | - |
| GetFilterConditionsLimit | () | Integer | public | 18-28 | - | - |
| SetUpdateAnalysisViewsCompleted | (var Record Dimension Correction) | - | public | 18-28 | - | - |
| ShowNotificationUpdateCashFlowAccounting | () | - | public | 18-28 | - | - |
| DontShowAgainUpdateCostAccounting | (Notification) | - | public | 18-28 | - | - |
| VerifyCanUndoDimensionCorrection | (var Record Dimension Correction) | - | public | 18-28 | - | - |
| VerifyCanModifyDraftEntry | (Integer) | - | public | 18-28 | - | - |
| CreateCorrectionFromGLRegister | (var Record G/L Register, var Record Dimension Correction) | - | public | 19-28 | - | - |
| UpdateAnalysisViewStatus | (var Record Dimension Correction) | - | public | 20-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnGetPreviewGLEntriesLimit | (var Boolean, var Integer) | 18-28 | - | - |
| Integration event | OnGetCommitCount | (var Boolean, var Integer) | 18-28 | - | - |
| Integration event | OnGetFilterCount | (var Boolean, var Integer) | 18-28 | - | - |
| Integration event | OnAfterVerifyIfDimensionCanBeChanged | (var Record Dim Correction Change) | 18-28 | - | - |
| Integration event | OnTransformDimensionSetOnBeforeInsertTempNewDimensionSetEntry | (var Record Dimension Set Entry) | 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.
