---
title: "Codeunit 483 Change Global Dimensions"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/483-change-global-dimensions/
type: codeunit
id: 483
name: "Change Global Dimensions"
app: "Base Application"
namespace: Microsoft.Finance.Dimension
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/483-change-global-dimensions/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 483 Change Global Dimensions

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/483-change-global-dimensions/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Finance.Dimension |
| Versions | 17-28 |
| Source file | Finance/Dimension/ChangeGlobalDimensions.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| ResetIfAllCompleted | () | - | public | 17-28 | - | - |
| Prepare | () | - | public | 17-28 | - | - |
| RemoveHeader | () | - | public | 17-28 | - | - |
| ResetState | () | - | public | 17-28 | - | - |
| Rerun | (var Record Change Global Dim. Log Entry) | - | public | 17-28 | - | - |
| Start | () | - | public | 17-28 | - | - |
| StartSequential | () | - | public | 17-28 | - | - |
| FillBuffer | () | - | public | 17-28 | - | - |
| FindTablesForScheduling | (var Record Change Global Dim. Log Entry) | Boolean | public | 17-28 | - | - |
| IsDimCodeEnabled | () | Boolean | public | 17-28 | - | - |
| IsPrepareEnabled | (var Record Change Global Dim. Header) | Boolean | public | 17-28 | - | - |
| IsStartEnabled | () | Boolean | public | 17-28 | - | - |
| RefreshHeader | () | - | public | 17-28 | - | - |
| SetParallelProcessing | (Boolean) | - | public | 17-28 | - | - |
| InitTableList | () | Boolean | public | 17-28 | - | - |
| GetCloseSessionsNotificationID | () | Guid | public | 17-28 | - | - |
| ShowActiveSessions | (Notification) | - | public | 17-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnAfterGetObjectNoList | (var Record AllObjWithCaption) | 17-28 | - | - |
| Integration event | OnCountingActiveSessions | (var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeScheduleTask | (Integer, var Boolean, var Guid) | 17-28 | - | - |
| Integration event | OnBeforeTestDirectModifyPermission | (var RecordRef, var Boolean) | 17-28 | - | - |
| Integration event | OnChangeDependentRecords | (Record Change Global Dim. Log Entry, var RecordRef, var Boolean) | 17-28 | - | - |
| Integration event | OnChangeDimsOnRecord | (Record Change Global Dim. Log Entry, var RecordRef, var Boolean) | 17-22 | - | - |
| Integration event | OnChangeDimsOnRecord | (Record Change Global Dim. Log Entry, var RecordRef, var Boolean, var Boolean) | 23-28 | - | - |
| Integration event | OnAfterFillTableData | (var Record Change Global Dim. Log Entry) | 26-28 | - | - |
| Integration event | OnInitTableListOnAfterFindTablesWithDims | (var Record Change Global Dim. Header) | 26-28 | - | - |
| Integration event | OnInitTableListOnBeforeInsertChangeGlobalDimLogEntry | (var Record Change Global Dim. Header, var Record Change Global Dim. Log Entry) | 26-28 | - | - |
| Integration event | OnChangeDimsOnTableOnBeforeCalcRecordsWithinCommit | (var Record Change Global Dim. Log Entry, var Codeunit Change Global Dim. Log Mgt., var Record Change Global Dim. Header, var Boolean, var Integer, var RecordRef) | 27-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.
