---
title: "Codeunit 7701 ADCS Communication"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/7701-adcs-communication/
type: codeunit
id: 7701
name: "ADCS Communication"
app: "Base Application"
namespace: Microsoft.Warehouse.ADCS
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/7701-adcs-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 7701 ADCS Communication

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/7701-adcs-communication/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Warehouse.ADCS |
| Versions | 17-28 |
| Source file | Warehouse/ADCS/ADCSCommunication.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| EncodeMiniForm | (Record Miniform Header, Code[250], var DotNet XmlDocument, Integer, Text[250], Text[250]) | - | public | 17-28 | - | - |
| SetRecRef | (var RecordRef) | - | public | 17-28 | - | - |
| FindRecRef | (Integer, Integer) | Boolean | public | 17-28 | - | - |
| FieldSetvalue | (var RecordRef, Integer, Text[80]) | Boolean | public | 17-28 | - | - |
| SetXMLDOMS | (var DotNet XmlDocument) | - | public | 17-28 | - | - |
| GetReturnXML | (var DotNet XmlDocument) | - | public | 17-28 | - | - |
| GetNodeAttribute | (DotNet XmlNode, Text[250]) | Text[250] | public | 17-28 | - | - |
| SetNodeAttribute | (DotNet XmlNode, Text[250], Text[250]) | - | public | 17-28 | - | - |
| SetUserNo | (Text[250]) | - | public | 17-28 | - | - |
| GetWhseEmployee | (Text[250], var Text[250], var Text[250]) | Boolean | public | 17-28 | - | - |
| GetNextMiniForm | (Record Miniform Header, var Record Miniform Header) | - | public | 17-28 | - | - |
| GetCallMiniForm | (Code[20], var Record Miniform Header, Text[250]) | - | public | 17-28 | - | - |
| RunPreviousMiniform | (var DotNet XmlDocument) | - | public | 17-28 | - | - |
| IncreaseStack | (var DotNet XmlDocument, Text[250]) | - | public | 17-28 | - | - |
| DecreaseStack | (var DotNet XmlDocument, var Text[250]) | - | public | 17-28 | - | - |
| GetFunctionKey | (Code[20], Text[250]) | Integer | public | 17-28 | - | - |
| GetActiveInputNo | (Code[20], Integer) | Integer | public | 17-28 | - | - |
| LastEntryField | (Code[20], Integer) | Boolean | public | 17-28 | - | - |
| GetLoginFormCode | () | Code[20] | public | 17-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.
