Codeunit 6404 FS Setup Defaults in 25
- App
- Base Application
- Namespace
- Microsoft.Integration.FieldService
- Obsolete
- Pending 25.0. Field Service is moved to Field Service Integration app.
Versions171819202122232425262728latest
Source-
Procedures, 17
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| ResetConfiguration | (var Record FS Connection Setup) | internal | - | |
| ResetProjectTaskMapping | (var Record FS Connection Setup, Code[20], Boolean) | internal | - | |
| ResetProjectJournalLineWOProductMapping | (var Record FS Connection Setup, Code[20], Boolean) | internal | - | |
| ResetProjectJournalLineWOServiceMapping | (var Record FS Connection Setup, Code[20], Boolean) | internal | - | |
| ResetResourceBookableResourceMapping | (var Record FS Connection Setup, Code[20], Boolean) | internal | - | |
| ResetServiceItemCustomerAssetMapping | (var Record FS Connection Setup, Code[20], Boolean) | internal | - | |
| CreateUncoupleJobQueueEntry | (var Record Integration Table Mapping) | Boolean | public | - |
| CreateCoupleJobQueueEntry | (var Record Integration Table Mapping) | Boolean | public | - |
| CreateJobQueueEntry | (Record Integration Table Mapping) | Boolean | public | - |
| CreateJobQueueEntry | (Record Integration Table Mapping, Text) | Boolean | internal | - |
| RecreateJobQueueEntryFromIntTableMapping | (Record Integration Table Mapping, Integer, Boolean, Integer, Text, Boolean) | internal | - | |
| GetDefaultDirection | (Integer) | Integer | public | - |
| GetPrioritizedMappingList | (var Record Name/Value Buffer) | public | - | |
| GetCustomerTableMappingName | () | Text | public | - |
| GetVendorTableMappingName | () | Text | public | - |
| RegisterAssistedSetup | () | internal | - | |
| SetCustomIntegrationsTableMappings | (Record FS Connection Setup) | internal | - |
Events, 12
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnAfterResetConfiguration | (Record FS Connection Setup) | - |
| Integration event | OnAfterResetProjectJournalLineWOProductMapping | (Code[20]) | - |
| Integration event | OnAfterResetProjectJournalLineWOServiceMapping | (Code[20]) | - |
| Integration event | OnAfterResetServiceItemCustomerAssetMapping | (Code[20]) | - |
| Integration event | OnAfterResetResourceBookableResourceMapping | (var Code[20]) | - |
| Integration event | OnBeforeResetConfiguration | (var Record FS Connection Setup, var Boolean) | - |
| Integration event | OnBeforeResetProjectJournalLineWOProductMapping | (var Code[20], var Boolean, var Boolean) | - |
| Integration event | OnBeforeResetProjectJournalLineWOServiceMapping | (var Code[20], var Boolean, var Boolean) | - |
| Integration event | OnBeforeResetServiceItemCustomerAssetMapping | (var Code[20], var Boolean, var Boolean) | - |
| Integration event | OnBeforeResetProjectTaskMapping | (var Code[20], var Boolean, var Boolean) | - |
| Integration event | OnBeforeResetResourceBookableResourceMapping | (var Code[20], var Boolean, var Boolean) | - |
| Integration event | OnCreateJobQueueEntryOnBeforeJobQueueEnqueue | (var Record Job Queue Entry, var Record Integration Table Mapping, Integer, Text) | - |