Codeunit 5334 CRM Setup Defaults in 26
- App
- Base Application
- Namespace
- Microsoft.Integration.D365Sales
Versions171819202122232425262728latest
Source29
Procedures, 47
| Name | Parameters | Returns | Access | Obsolete | |||
|---|---|---|---|---|---|---|---|
| ResetConfiguration | (Record CRM Connection Setup) | public | - | ||||
| ResetExtendedPriceListConfiguration | () | public | - | ||||
| ResetItemProductMapping | (Code[20], Boolean) | public | - | ||||
| ResetResourceProductMapping | (Code[20], Boolean) | public | - | ||||
| ResetSalesInvoiceHeaderInvoiceMapping | (Code[20], Boolean, Boolean) | public | - | ||||
| ResetSalesInvoiceLineInvoiceMapping | (Code[20]) | public | - | ||||
| ResetSalesOrderMapping | (Code[20], Boolean, Boolean) | public | - | ||||
| ResetSalesOrderMappingConfiguration | (Record CRM Connection Setup) | public | - | ||||
| ResetCustomerPriceGroupPricelevelMapping | (Code[20], Boolean) | public | Pending 18.0 | ||||
| Replaced by the new implementation (V16) of price calculation. | |||||||
| ResetPriceListHeaderPricelevelMapping | (Code[20], Boolean) | public | - | ||||
| ResetUnitOfMeasureUoMScheduleMapping | (Code[20], Boolean) | public | - | ||||
| ResetOpportunityMapping | (Code[20], Boolean) | public | - | ||||
| SetIntegrationFieldMappingClearValueOnFailedSync | () | public | - | ||||
| SetIntegrationFieldMappingNotNull | () | public | - | ||||
| CreateJobQueueEntry | (Record Integration Table Mapping) | Boolean | public | - | |||
| RecreateSalesOrderStatusJobQueueEntry | (Boolean) | public | - | ||||
| RecreateSalesOrderNotesJobQueueEntry | (Boolean) | public | - | ||||
| RecreateJobQueueEntryFromIntTableMapping | (Record Integration Table Mapping, Integer, Boolean, Integer) | public | - | ||||
| ResetCRMNAVConnectionData | () | public | - | ||||
| RecreateAutoCreateSalesOrdersJobQueueEntry | (Boolean) | public | - | ||||
| RecreateAutoProcessSalesQuotesJobQueueEntry | (Boolean) | public | - | ||||
| DeleteAutoCreateSalesOrdersJobQueueEntry | () | public | - | ||||
| DeleteAutoProcessSalesQuotesJobQueueEntry | () | public | - | ||||
| GetAddPostedSalesDocumentToCRMAccountWallConfig | () | Boolean | public | - | |||
| GetAllowNonSecureConnections | () | Boolean | public | - | |||
| GetCRMTableNo | (Integer) | Integer | public | - | |||
| GetDefaultDirection | (Integer) | Integer | public | - | |||
| GetProductQuantityPrecision | () | Integer | public | - | |||
| GetNameFieldNo | (Integer) | Integer | public | - | |||
| GetTableFilterFromView | (Integer, Text, Text) | Text | public | - | |||
| GetPrioritizedMappingList | (var Record Name/Value Buffer) | public | - | ||||
| GetTableIDCRMEntityNameMapping | (var Record Name/Value Buffer) | public | - | ||||
| SetCustomIntegrationsTableMappings | (Record CRM Connection Setup) | public | - | ||||
| RecreateItemAvailabilityJobQueueEntry | (Boolean) | public | - | ||||
| DeleteItemAvailabilityJobQueueEntry | () | public | - | ||||
| AddEntityTableMapping | (Text, Integer, var Record Name/Value Buffer) | public | - | ||||
| CreateInventoryQuantityFieldMapping | () | public | - | ||||
| ResetUnitGroupMappingConfiguration | () | public | - | ||||
| ResetUnitGroupUoMScheduleMapping | (Code[20], Boolean) | public | - | ||||
| ResetItemUnitOfMeasureUoMMapping | (Code[20], Boolean) | public | - | ||||
| ResetResourceUnitOfMeasureUoMMapping | (Code[20], Boolean) | public | - | ||||
| ResetBidirectionalSalesOrderMapping | (Code[20], Boolean, Boolean) | public | - | ||||
| ResetBidirectionalSalesOrderLineMapping | (Code[20]) | public | - | ||||
| RecreateArchivedSalesOrdersJobQueueEntry | (Boolean) | public | - | ||||
| InsertIntegrationTableMapping | (var Record Integration Table Mapping, Code[20], Integer, Integer, Integer, Integer, Code[10], Code[10], Boolean) | public | - | ||||
| InsertIntegrationFieldMapping | (Code[20], Integer, Integer, Option, Text, Boolean, Boolean) | public | - | ||||
| RecreateJobQueueEntry | (Boolean, Integer, Integer, Text, Boolean) | public | - | ||||
Events, 36
| Kind | Name | Parameters | Obsolete | ||||
|---|---|---|---|---|---|---|---|
| Integration event | OnAfterResetConfiguration | (Record CRM Connection Setup) | - | ||||
| Integration event | OnGetCDSTableNo | (Integer, var Integer, var Boolean) | - | ||||
| Integration event | OnAddEntityTableMapping | (var Record Name/Value Buffer) | - | ||||
| Integration event | OnBeforeResetItemProductMapping | (var Code[20], var Boolean, var Boolean) | - | ||||
| Integration event | OnBeforeResetResourceProductMapping | (var Code[20], var Boolean, var Boolean) | - | ||||
| Integration event | OnBeforeResetSalesInvoiceHeaderInvoiceMapping | (var Code[20], var Boolean, var Boolean) | - | ||||
| Integration event | OnBeforeResetSalesInvoiceLineInvoiceMapping | (var Code[20], var Boolean) | - | ||||
| Integration event | OnBeforeResetSalesOrderMapping | (var Code[20], var Boolean, var Boolean) | - | ||||
| Integration event | OnBeforeResetPriceListHeaderPricelevelMapping | (var Code[20], var Boolean, var Boolean) | - | ||||
| Integration event | OnBeforeResetPriceListLineProductPricelevelMapping | (var Code[20], var Boolean, var Boolean) | - | ||||
| Integration event | OnBeforeResetUnitOfMeasureUoMScheduleMapping | (var Code[20], var Boolean, var Boolean) | - | ||||
| Integration event | OnBeforeResetOpportunityMapping | (var Code[20], var Boolean) | - | ||||
| Integration event | OnBeforeInsertIntegrationTableMapping | (var Record Integration Table Mapping, var Code[20], var Integer, var Integer, var Integer, var Integer, var Code[10], var Code[10], var Boolean, var Boolean) | - | ||||
| Integration event | OnBeforeInsertIntegrationFieldMapping | (var Code[20], var Integer, var Integer, var Option, var Text, var Boolean, var Boolean, var Boolean) | - | ||||
| Integration event | OnBeforeGetDefaultDirection | (Integer, var Option, var Boolean) | - | ||||
| Integration event | OnBeforeGetNameFieldNo | (Integer, var Integer) | - | ||||
| Integration event | OnBeforeAddEntityTableMapping | (var Text, var Integer, var Record Name/Value Buffer) | - | ||||
| Integration event | OnBeforeResetConfiguration | (var Record CRM Connection Setup, var Boolean) | - | ||||
| Integration event | OnResetCustomerPriceGroupPricelevelMappingOnAfterInsertFieldsMapping | (Code[20]) | Pending 19.0 | ||||
| Replaced by the new implementation (V16) of price calculation. | |||||||
| Integration event | OnResetItemProductMappingOnAfterInsertFieldsMapping | (Code[20]) | - | ||||
| Integration event | OnResetOpportunityMappingOnAfterInsertFieldsMapping | (Code[20]) | - | ||||
| Integration event | OnResetPriceListHeaderPricelevelMappingOnAfterInsertFieldsMapping | (Code[20]) | - | ||||
| Integration event | OnResetPriceListLineProductPricelevelMappingOnAfterInsertFieldsMapping | (Code[20]) | - | ||||
| Integration event | OnResetResourceProductMappingOnAfterInsertFieldsMapping | (Code[20]) | - | ||||
| Integration event | OnResetSalesInvoiceHeaderInvoiceMappingOnAfterInsertFieldsMapping | (Code[20]) | - | ||||
| Integration event | OnResetSalesInvoiceLineInvoiceMappingOnAfterInsertFieldsMapping | (Code[20]) | - | ||||
| Integration event | OnResetSalesOrderMappingOnAfterInsertFieldsMapping | (Code[20]) | - | ||||
| Integration event | OnResetSalesPriceProductPricelevelMappingOnAfterInsertFieldsMapping | (Code[20]) | Pending 19.0 | ||||
| Replaced by the new implementation (V16) of price calculation. | |||||||
| Integration event | OnBeforeResetUnitGroupUoMScheduleMapping | (var Code[20], var Boolean, var Boolean) | - | ||||
| Integration event | OnBeforeResetItemUnitOfMeasureUoMMapping | (var Code[20], var Boolean, var Boolean) | - | ||||
| Integration event | OnBeforeResetResourceUnitOfMeasureUoMMapping | (var Code[20], var Boolean, var Boolean) | - | ||||
| Integration event | OnBeforeResetBidirectionalSalesOrderMapping | (var Code[20], var Boolean, var Boolean) | - | ||||
| Integration event | OnBeforeResetBidirectionalSalesOrderLineMapping | (var Code[20], var Boolean) | - | ||||
| Integration event | OnResetBidirectionalSalesOrderMappingOnAfterInsertFieldsMapping | (Code[20]) | - | ||||
| Integration event | OnResetBidirectionalSalesOrderLineMappingOnAfterInsertFieldsMapping | (Code[20]) | - | ||||
| Integration event | OnGetTableIDCRMEntityNameMappingOnAfterAddFSEntityTableMapping | (var Record Name/Value Buffer) | - | ||||