---
title: "Codeunit 7202 Synthetic Relations"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/7202-synthetic-relations/
type: codeunit
id: 7202
name: "Synthetic Relations"
app: "Base Application"
namespace: Microsoft.Integration.Dataverse
versions: "24-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/7202-synthetic-relations/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 7202 Synthetic Relations

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/7202-synthetic-relations/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Integration.Dataverse |
| Versions | 24-28 |
| Source file | Integration/Dataverse/SyntheticRelations.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| GetFeatureTelemetryName | () | Text | internal | 24-28 | - | - |
| CreateSyntheticRelation | (Record Synth. Relation Mapping Buffer, Text[100]) | - | internal | 24-28 | - | - |
| LoadExistingBCTableRelations | (var Record Synth. Relation Mapping Buffer) | - | internal | 24-28 | - | - |
| GetLogicalNameFromAPIPhysicalName | (Text) | Text[100] | internal | 24-28 | - | - |
| GetVirtualTableFields | (var Record Synth. Relation Mapping Buffer, Record Synth. Relation Mapping Buffer) | - | internal | 24-28 | - | - |
| LoadVisibleVirtualTables | (var Record Synth. Relation Mapping Buffer) | - | internal | 24-28 | - | - |
| GetAllAPIPages | (var Record Synth. Relation Mapping Buffer) | - | internal | 24-28 | - | - |
| TryToGetVirtualTableAPIPageId | (Record Synth. Relation Mapping Buffer) | Integer | internal | 24-28 | - | - |
| GetSynchedIntegrationTables | (var Record Synth. Relation Mapping Buffer) | - | internal | 24-28 | - | - |
| GetSynchedIntegrationFields | (var Record Synth. Relation Mapping Buffer, Record Synth. Relation Mapping Buffer) | - | internal | 24-28 | - | - |
| DeleteSyntheticRelation | (Record Synth. Relation Mapping Buffer) | - | internal | 24-28 | - | - |
| GetDefaultSyntheticRelations | (var Record Synth. Relation Mapping Buffer) | - | internal | 24-28 | - | - |
| GetExistingAlternateKeyName | (Text[248], var Text[100], var Text[100], var List) | Boolean | internal | 24-28 | - | - |
| CreateAlternateKeyForColumns | (Text[248], Text[100], var List) | - | internal | 24-28 | - | - |
| DoesSynthethicRelationExist | (var Record Synth. Relation Mapping Buffer, Record Synth. Relation Mapping Buffer) | Boolean | internal | 24-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.
