---
title: "Codeunit 6404 FS Setup Defaults"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/6404-fs-setup-defaults/
type: codeunit
id: 6404
name: "FS Setup Defaults"
app: "Base Application"
namespace: Microsoft.Integration.FieldService
versions: "24-27"
build: 27.5.46862.47359
obsolete: "Pending 25.0"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Codeunit 6404 FS Setup Defaults

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/6404-fs-setup-defaults/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Integration.FieldService |
| Versions | 24-27 |
| Obsolete | Pending 25.0, seen from 24. Field Service is moved to Field Service Integration app. |
| Source file | Integration/FieldService/FSSetupDefaults.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| ResetConfiguration | (var Record FS Connection Setup) | - | internal | 24-27 | - | - |
| ResetProjectTaskMapping | (var Record FS Connection Setup, Code[20], Boolean) | - | internal | 24-27 | - | - |
| ResetProjectJournalLineWOProductMapping | (var Record FS Connection Setup, Code[20], Boolean) | - | internal | 24-27 | - | - |
| ResetProjectJournalLineWOServiceMapping | (var Record FS Connection Setup, Code[20], Boolean) | - | internal | 24-27 | - | - |
| ResetResourceBookableResourceMapping | (var Record FS Connection Setup, Code[20], Boolean) | - | internal | 24-27 | - | - |
| ResetServiceItemCustomerAssetMapping | (var Record FS Connection Setup, Code[20], Boolean) | - | internal | 24-27 | - | - |
| CreateUncoupleJobQueueEntry | (var Record Integration Table Mapping) | Boolean | public | 24-27 | - | - |
| CreateCoupleJobQueueEntry | (var Record Integration Table Mapping) | Boolean | public | 24-27 | - | - |
| CreateJobQueueEntry | (Record Integration Table Mapping) | Boolean | public | 24-27 | - | - |
| CreateJobQueueEntry | (Record Integration Table Mapping, Text) | Boolean | internal | 24-27 | - | - |
| RecreateJobQueueEntryFromIntTableMapping | (Record Integration Table Mapping, Integer, Boolean, Integer, Text, Boolean) | - | internal | 24-27 | - | - |
| GetDefaultDirection | (Integer) | Integer | public | 24-27 | - | - |
| GetPrioritizedMappingList | (var Record Name/Value Buffer) | - | public | 24-27 | - | - |
| GetCustomerTableMappingName | () | Text | public | 24-27 | - | - |
| GetVendorTableMappingName | () | Text | public | 24-27 | - | - |
| RegisterAssistedSetup | () | - | internal | 24-27 | - | - |
| SetCustomIntegrationsTableMappings | (Record FS Connection Setup) | - | internal | 24-27 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnAfterResetConfiguration | (Record FS Connection Setup) | 24-27 | - | - |
| Integration event | OnAfterResetProjectJournalLineWOProductMapping | (Code[20]) | 24-27 | - | - |
| Integration event | OnAfterResetProjectJournalLineWOServiceMapping | (Code[20]) | 24-27 | - | - |
| Integration event | OnAfterResetServiceItemCustomerAssetMapping | (Code[20]) | 24-27 | - | - |
| Integration event | OnAfterResetResourceBookableResourceMapping | (var Code[20]) | 24-27 | - | - |
| Integration event | OnBeforeResetConfiguration | (var Record FS Connection Setup, var Boolean) | 24-27 | - | - |
| Integration event | OnBeforeResetProjectJournalLineWOProductMapping | (var Code[20], var Boolean, var Boolean) | 24-27 | - | - |
| Integration event | OnBeforeResetProjectJournalLineWOServiceMapping | (var Code[20], var Boolean, var Boolean) | 24-27 | - | - |
| Integration event | OnBeforeResetServiceItemCustomerAssetMapping | (var Code[20], var Boolean, var Boolean) | 24-27 | - | - |
| Integration event | OnBeforeResetProjectTaskMapping | (var Code[20], var Boolean, var Boolean) | 24-27 | - | - |
| Integration event | OnBeforeResetResourceBookableResourceMapping | (var Code[20], var Boolean, var Boolean) | 24-27 | - | - |
| Integration event | OnCreateJobQueueEntryOnBeforeJobQueueEnqueue | (var Record Job Queue Entry, var Record Integration Table Mapping, Integer, Text) | 24-27 | - | - |

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

Jonas Paprotka, 2026-09-20.
