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

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/1330-instruction-mgt/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Utilities |
| Versions | 17-28 |
| Source file | Utilities/InstructionMgt.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| ShowConfirm | (Text, Code[50]) | Boolean | public | 17-28 | - | - |
| ShowConfirmUnreleased | () | Boolean | public | 17-28 | - | - |
| DisableMessageForCurrentUser | (Code[50]) | - | public | 17-28 | - | - |
| EnableMessageForCurrentUser | (Code[50]) | - | public | 17-28 | - | - |
| IsEnabled | (Code[50]) | Boolean | public | 17-28 | - | - |
| IsUnpostedEnabledForRecord | (Variant) | Boolean | public | 17-28 | - | - |
| IsMyNotificationEnabled | (Guid) | Boolean | public | 17-28 | - | - |
| CreateMissingMyNotificationsWithDefaultState | (Guid) | - | public | 17-28 | - | - |
| ShowPostedConfirmationMessageCode | () | Code[50] | public | 17-28 | - | - |
| QueryPostOnCloseCode | () | Code[50] | public | 17-28 | - | - |
| OfficeUpdateNotificationCode | () | Code[50] | public | 17-28 | - | - |
| PostingAfterCurrentCalendarDateNotAllowedCode | () | Code[50] | public | 17-23 | Pending 21.0 | Renamed to PostingAfterWorkingDateNotAllowedCode |
| ClosingUnreleasedOrdersCode | () | Code[50] | public | 17-28 | - | - |
| MarkBookingAsInvoicedWarningCode | () | Code[50] | public | 17-28 | - | - |
| AutomaticLineItemsDialogCode | () | Code[50] | public | 17-28 | - | - |
| GetClosingUnpostedDocumentNotificationId | () | Guid | public | 17-28 | - | - |
| GetDocumentTypeInvoiceFilter | () | Text | public | 17-28 | - | - |
| GetOpeningPostedDocumentNotificationId | () | Guid | public | 17-28 | - | - |
| GetMarkBookingAsInvoicedWarningNotificationId | () | Guid | public | 17-28 | - | - |
| GetOfficeUpdateNotificationId | () | Guid | public | 17-28 | - | - |
| GetPostingAfterCurrentCalendarDateNotificationId | () | Guid | public | 17-23 | Pending 21.0 | Renamed to GetPostingAfterWorkingDateNotificationId |
| GetClosingUnreleasedOrdersNotificationId | () | Guid | public | 17-28 | - | - |
| GetAutomaticLineItemsDialogNotificationId | () | Guid | public | 17-28 | - | - |
| InsertDefaultUnpostedDoucumentNotification | () | - | public | 17-28 | - | - |
| PostingAfterWorkingDateNotAllowedCode | () | Code[50] | public | 20-28 | - | - |
| GetPostingAfterWorkingDateNotificationId | () | Guid | public | 20-28 | - | - |
| ShowPostedDocument | (Variant, Integer) | - | public | 20-28 | - | - |
| GetDefaultDimPrioritiesTxt | () | Text[128] | public | 21-28 | - | - |
| GetDefaultDimPrioritiesDescriptionTxt | () | Text | public | 21-28 | - | - |
| DefaultDimPrioritiesCode | () | Code[50] | public | 21-28 | - | - |
| GetDefaultDimPrioritiesNotificationId | () | Guid | public | 21-28 | - | - |
| ShowConfirmNonCertified | () | Boolean | public | 27-28 | - | - |
| ClosingNonCertifiedProductionBOMROUTINGCode | () | Code[50] | public | 27-28 | - | - |
| GetClosingProductionBOMNotificationId | () | Guid | public | 27-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnBeforeIsUnpostedEnabledForRecord | (Variant, var Boolean, var Boolean) | 17-28 | - | - |
| Integration event | OnAfterIsEnabled | (Code[50], var Boolean) | 17-28 | - | - |
| Integration event | OnShowPostedDocumentOnBeforePageRun | (Variant, Integer, var Integer) | 20-28 | - | - |
| Integration event | OnBeforeInsertDefaultUnpostedDoucumentNotification | (var Record My Notifications) | 21-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.
