Codeunit 7204 CDS Setup Defaults in 18
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 20
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| ResetConfiguration | (var Record CDS Connection Setup) | public | - | |
| ResetSalesPeopleSystemUserMapping | (Code[20], Boolean, Boolean) | public | - | |
| ResetCustomerAccountMapping | (Code[20], Boolean, Boolean) | public | - | |
| ResetVendorAccountMapping | (Code[20], Boolean, Boolean) | public | - | |
| ResetContactContactMapping | (Code[20], Boolean, Boolean) | public | - | |
| ResetCurrencyTransactionCurrencyMapping | (Code[20], Boolean) | public | - | |
| ResetPaymentTermsMapping | (Code[20]) | public | - | |
| ResetShipmentMethodMapping | (Code[20]) | public | - | |
| ResetShippingAgentMapping | (Code[20]) | public | - | |
| CreateUncoupleJobQueueEntry | (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) | internal | - | |
| RemoveCustomerContactLinkJobQueueEntries | () | public | - | |
| GetDefaultDirection | (Integer) | Integer | public | - |
| GetPrioritizedMappingList | (var Record Name/Value Buffer) | public | - | |
| RunCoupleSalespeoplePage | () | public | - | |
| GetCustomerTableMappingName | () | Text | public | - |
| GetVendorTableMappingName | () | Text | public | - |
| SetCustomIntegrationsTableMappings | (Record CDS Connection Setup) | public | - |
Events, 13
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnAfterResetConfiguration | (Record CDS Connection Setup) | - |
| Integration event | OnAfterResetCustomerAccountMapping | (Code[20]) | - |
| Integration event | OnAfterResetVendorAccountMapping | (Code[20]) | - |
| Integration event | OnAfterResetContactContactMapping | (Code[20]) | - |
| Integration event | OnBeforeResetConfiguration | (var Record CDS Connection Setup, var Boolean) | - |
| Integration event | OnBeforeResetContactContactMapping | (var Code[20], var Boolean, var Boolean) | - |
| Integration event | OnBeforeResetCurrencyTransactionCurrencyMapping | (var Code[20], var Boolean, var Boolean) | - |
| Integration event | OnBeforeResetCustomerAccountMapping | (var Code[20], var Boolean, var Boolean) | - |
| Integration event | OnBeforeResetPaymentTermsMapping | (var Code[20], var Boolean) | - |
| Integration event | OnBeforeResetShipmentMethodMapping | (var Code[20], var Boolean) | - |
| Integration event | OnBeforeResetShippingAgentMapping | (var Code[20], var Boolean) | - |
| Integration event | OnBeforeResetSalesPeopleSystemUserMapping | (var Code[20], var Boolean, var Boolean) | - |
| Integration event | OnBeforeResetVendorAccountMapping | (var Code[20], var Boolean, var Boolean) | - |