---
title: "Codeunit 1890 Reminder Communication"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/1890-reminder-communication/
type: codeunit
id: 1890
name: "Reminder Communication"
app: "Base Application"
namespace: Microsoft.Sales.Reminder
versions: "24-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/1890-reminder-communication/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 1890 Reminder Communication

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/1890-reminder-communication/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Sales.Reminder |
| Versions | 24-28 |
| Source file | Sales/Reminder/TermsAndLevels/ReminderCommunication.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| NewReminderCommunicationEnabled | () | Boolean | internal | 24-28 | - | - |
| FindDescriptionForLineFee | (var Record Reminder Level, var Record Cust. Ledger Entry, var Record Reminder Line, var Record G/L Account) | Text[100] | public | 24-28 | - | - |
| InsertBeginningText | (var Record Reminder Header, var Record Reminder Level, var Record Reminder Line) | - | public | 24-28 | - | - |
| InsertEndingText | (var Record Reminder Header, var Record Reminder Level, var Record Reminder Line) | - | public | 24-28 | - | - |
| SubstituteInlineFeeDescription | (Text[100], var Record Reminder Level, var Record Reminder Line) | Text[100] | public | 24-28 | - | - |
| SubstituteBeginningOrEndingDescription | (Text[100], Decimal, Integer, var Record Reminder Header, var Record Finance Charge Terms) | Text[100] | public | 24-28 | - | - |
| GetListOfAttachmentLanguagesFromIdWithSeparator | (Guid, Text) | Text | public | 24-28 | - | - |
| GetListOfEmailLanguagesFromIdWithSeparator | (Guid, Text) | Text | public | 24-28 | - | - |
| GetListOfAttachmentLanguagesFromId | (Guid) | List | public | 24-28 | - | - |
| GetListOfEmailLanguagesFromId | (Guid) | List | public | 24-28 | - | - |
| SetDefaultContentForNewLanguage | (Guid, Code[10], Enum Reminder Text Source Type, Guid) | - | public | 24-28 | - | - |
| ExtractAttachmentAndEmailLanguages | (var Record Reminder Terms) | Text | public | 24-28 | - | - |
| ExtractAttachmentAndEmailLanguages | (var Record Reminder Level) | Text | public | 24-28 | - | - |
| ExtractAttachmentAndEmailLanguages | (Guid) | Text | public | 24-28 | - | - |
| PopulateEmailText | (var Record Issued Reminder Header, var Record Company Information, var Text, var Text, var Text, var Text, var Text, Decimal) | - | public | 24-28 | - | - |
| CheckMissMatchBetweenLanguages | (var Record Reminder Terms) | Boolean | internal | 24-28 | - | - |
| TransferReminderText | () | - | internal | 24-28 | - | - |
| TransferReminderTermsTranslations | () | - | internal | 24-28 | - | - |
| TransferReminderTermsLineFeeDescription | () | - | internal | 24-28 | - | - |
| TransferReminderLevelLineFeeDescription | () | - | internal | 24-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnBeforeExitReportIDOnReplaceHTMLText | (Integer, var Variant, var Boolean) | 25-28 | - | - |
| Integration event | OnAfterSubstituteRelatedValues | (var Text, var Record Issued Reminder Header) | 27-28 | - | - |
| Integration event | OnTransferReminderTextOnBeforeInsertBeginningReminderAttachmentTextLine | (var Record Reminder Text, var Record Reminder Attachment Text Line) | 28 | - | - |
| Integration event | OnTransferReminderTextOnBeforeInsertEndingReminderAttachmentTextLine | (var Record Reminder Text, var Record Reminder Attachment Text Line) | 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.
