---
title: "Table 6418 FS Connection Setup"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/table/6418-fs-connection-setup/
type: table
id: 6418
name: "FS Connection Setup"
app: "Base Application"
namespace: Microsoft.Integration.FieldService
versions: "24-28"
build: 28.5.54151.54365
obsolete: "Removed 28.0"
source: "https://jonas-paprotka.de/ref/table/6418-fs-connection-setup/source/29/"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Table 6418 FS Connection Setup

Jonas Paprotka, https://jonas-paprotka.de/ref/table/6418-fs-connection-setup/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Integration.FieldService |
| Versions | 24-28 |
| Obsolete | Removed 28.0, seen from 24. Field Service is moved to Field Service Integration app. |
| Source file | Integration/FieldService/FSConnectionSetup.Table.al |

## Fields

| Id | Name | Type | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| 1 | Primary Key | Code[20] | 24-28 | - | - |
| 2 | Server Address | Text[250] | 24-28 | - | - |
| 3 | User Name | Text[250] | 24-28 | - | - |
| 4 | User Password Key | Guid | 24-28 | - | - |
| 59 | Restore Connection | Boolean | 24-28 | - | - |
| 60 | Is Enabled | Boolean | 24-28 | - | - |
| 63 | FS Version | Text[30] | 24-28 | - | - |
| 67 | Is FS Solution Installed | Boolean | 24-28 | - | - |
| 76 | Proxy Version | Integer | 24-28 | - | - |
| 118 | CurrencyDecimalPrecision | Integer | 24-28 | - | - |
| 124 | BaseCurrencyId | Guid | 24-28 | - | - |
| 133 | BaseCurrencyPrecision | Integer | 24-28 | - | - |
| 134 | BaseCurrencySymbol | Text[5] | 24-28 | - | - |
| 135 | Authentication Type | Option | 24-28 | - | - |
| 136 | Connection String | Text[250] | 24-28 | - | - |
| 137 | Domain | Text[250] | 24-28 | - | - |
| 138 | Server Connection String | Blob | 24-28 | - | - |
| 139 | Disable Reason | Text[250] | 24-28 | - | - |
| 200 | Job Journal Template | Code[10] | 24-28 | - | - |
| 201 | Job Journal Batch | Code[10] | 24-28 | - | - |
| 202 | Hour Unit of Measure | Code[10] | 24-28 | - | - |
| 203 | Line Synch. Rule | Enum FS Work Order Line Synch. Rule | 24-28 | - | - |
| 204 | Line Post Rule | Enum FS Work Order Line Post Rule | 24-28 | - | - |

## Keys

| Name | Fields | Versions |
| --- | --- | --- |
| Key1, clustered | Primary Key | 24-28 |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| EnsureCDSConnectionIsEnabled | () | - | internal | 24-27 | - | - |
| EnsureCRMConnectionIsEnabled | () | - | internal | 24-27 | - | - |
| LoadConnectionStringElementsFromCDSConnectionSetup | () | - | internal | 24-27 | - | - |
| DeployFSSolution | (Boolean) | - | internal | 24-27 | - | - |
| CountCRMJobQueueEntries | (var Integer, var Integer) | - | internal | 24-27 | - | - |
| HasPassword | () | Boolean | internal | 24-27 | - | - |
| SetPassword | (Text) | - | internal | 24 | - | - |
| DeletePassword | () | - | internal | 24-27 | - | - |
| RegisterConnection | () | - | internal | 24-27 | - | - |
| RegisterConnectionWithName | (Text) | - | internal | 24-27 | - | - |
| UnregisterConnection | () | Boolean | internal | 24-27 | - | - |
| UnregisterConnectionWithName | (Text) | Boolean | internal | 24-27 | - | - |
| GetConnectionStringWithCredentials | () | SecretText | internal | 24-27 | - | - |
| GetIntegrationUserID | () | Guid | internal | 24-27 | - | - |
| GetPassword | () | SecretText | internal | 24-27 | - | - |
| GetJobQueueEntriesObjectIDToRunFilter | () | Text | internal | 24-27 | - | - |
| PerformTestConnection | () | - | internal | 24-27 | - | - |
| VerifyTestConnection | () | Boolean | internal | 24-27 | - | - |
| TestConnection | () | Boolean | internal | 24-27 | - | - |
| TestIntegrationUserRequirements | () | - | internal | 24-27 | - | - |
| TryReadSystemUsers | () | Boolean | internal | 24-27 | - | - |
| UpdateFromWizard | (var Record FS Connection Setup, Text) | - | internal | 24 | - | - |
| EnableFSConnectionFromWizard | () | - | internal | 24-27 | - | - |
| RestoreConnection | () | - | internal | 24-27 | - | - |
| RefreshDataFromFS | () | - | internal | 24-27 | - | - |
| RefreshDataFromFS | (Boolean) | - | internal | 24-27 | - | - |
| PromptForCredentials | (var Text, var Text) | Boolean | internal | 24 | - | - |
| PromptForCredentials | (var Text, var Text, var Text) | Boolean | internal | 24 | - | - |
| UpdateConnectionString | () | Text | internal | 24-27 | - | - |
| GetConnectionString | () | Text | internal | 24 | - | - |
| SetConnectionString | (Text) | - | internal | 24-27 | - | - |
| IsEnabled | () | Boolean | internal | 24-27 | - | - |
| GetProxyVersion | () | Integer | internal | 24-27 | - | - |
| SetPassword | (SecretText) | - | internal | 25-27 | - | - |
| UpdateFromWizard | (var Record FS Connection Setup, SecretText) | - | internal | 25-27 | - | - |
| PromptForCredentials | (var Text, var SecretText) | Boolean | internal | 25-27 | - | - |
| PromptForCredentials | (var Text, var SecretText, var Text) | Boolean | internal | 25-27 | - | - |
| GetConnectionStringAsStoredInSetup | () | Text | internal | 25-27 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnGetDefaultFSConnection | (var Text) | 24-27 | - | - |
| Integration event | OnBeforeVerifyBaseCurrencyMatchesLCY | (var Boolean) | 24-27 | Pending 27.0 | This event is never raised. |

## 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.
