Codeunit 7204 CDS Setup Defaults in 21
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 22
| 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 | - | |||
| RemoveCustomerContactLinkJobQueueEntries | () | public | Pending 19.0 | ||||
| This functionality is replaced with updating related records through subscribers. | |||||||
| 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 | - | ||||
| CreateCoupleJobQueueEntry | (var Record Integration Table Mapping) | Boolean | public | - | |||
| RecreateJobQueueEntryFromIntTableMapping | (Record Integration Table Mapping, Integer, Boolean, Integer, Text, Boolean) | internal | - | ||||
| ResetOptionMappingConfiguration | () | public | - | ||||
Events, 14
| 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) | - |
| Integration event | OnCreateJobQueueEntryOnBeforeJobQueueEnqueue | (var Record Job Queue Entry, var Record Integration Table Mapping, Integer, Text) | - |