---
title: "Codeunit 8617 Config. Validate Management"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/8617-config-validate-management/
type: codeunit
id: 8617
name: "Config. Validate Management"
app: "Base Application"
namespace: System.IO
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/8617-config-validate-management/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 8617 Config. Validate Management

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/8617-config-validate-management/

| | |
| --- | --- |
| App | Base Application |
| Namespace | System.IO |
| Versions | 17-28 |
| Source file | System/RapidStart/ConfigValidateManagement.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| ValidateFieldValue | (var RecordRef, var FieldRef, Text, Boolean, Integer) | - | public | 17-28 | - | - |
| OptionNoExists | (var FieldRef, Text) | Boolean | public | 17-28 | - | - |
| GetOptionNo | (Text, FieldRef) | Integer | public | 17-28 | - | - |
| GetRelationInfoByIDs | (Integer, Integer, var Integer, var Integer) | Boolean | public | 17-28 | - | - |
| GetRelationTableID | (Integer, Integer) | Integer | public | 17-28 | - | - |
| IsRelationInKeyFields | (Integer, Integer) | Boolean | public | 17-28 | - | - |
| ValidateFieldRefRelationAgainstCompanyData | (FieldRef) | Text | public | 17-28 | - | - |
| EvaluateValue | (var FieldRef, Text[250], Boolean) | Text[250] | public | 17-18 | - | - |
| EvaluateValueWithValidate | (var FieldRef, Text[250], Boolean) | Text[250] | public | 17-18 | - | - |
| XMLFormat | () | Integer | public | 17-28 | - | - |
| IsKeyField | (Integer, Integer) | Boolean | public | 17-28 | - | - |
| EvaluateTextToFieldRef | (Text[250], var FieldRef, Boolean) | Boolean | public | 17-18 | - | - |
| CheckName | (Text[250]) | Text[250] | public | 17-18 | - | - |
| AddComment | (var FieldRef) | Text | public | 17-28 | - | - |
| LookupTable | (var Integer) | - | public | 17-28 | - | - |
| LookupPage | (var Integer) | - | public | 17-28 | - | - |
| TransferRecordDefaultValues | (Code[10], var RecordRef, Integer, Text) | - | public | 17-28 | - | - |
| EvaluateValue | (var FieldRef, Text, Boolean) | Text | public | 19-28 | - | - |
| EvaluateValueWithValidate | (var FieldRef, Text, Boolean) | Text | public | 19-28 | - | - |
| EvaluateTextToFieldRef | (Text, var FieldRef, Boolean) | Boolean | public | 19-28 | - | - |
| CheckName | (Text) | Text | public | 19-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnBeforeRoundDecimalValue | (var FieldRef, var Decimal, var Boolean) | 21-28 | - | - |
| Integration event | OnTransferRecordDefaultValuesOnBeforeValidateFieldValue | (var RecordRef, Integer, Text) | 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.
