Codeunit "Import and Consolidate"
ID 107
Namespace: Microsoft.Finance.Consolidation
Properties
| Name | Value |
|---|---|
| Permissions | tabledata "General Ledger Setup" = R, tabledata "Gen. Journal Batch" = R |
| TableNo | Table System.Threading."Job Queue Entry" |
Events
OnAfterGetBusinessUnitConsolidationImplementations
[IntegrationEvent(False,False)]
local procedure OnAfterGetBusinessUnitConsolidationImplementations(BusinessUnit: Record "Business Unit", BusUnitInConsProcess: Record "Bus. Unit In Cons. Process", var ImportConsolidationDataImplementation: Interface "Import Consolidation Data", var ConsolidationMethodImplementation: Interface "Consolidation Method")
Parameters
| Name | Type | Description |
|---|---|---|
| BusinessUnit | Table Microsoft.Finance.Consolidation."Business Unit" | |
| BusUnitInConsProcess | Table Microsoft.Finance.Consolidation."Bus. Unit In Cons. Process" | |
| ImportConsolidationDataImplementation | Interface Microsoft.Finance.Consolidation."Import Consolidation Data" | |
| ConsolidationMethodImplementation | Interface Microsoft.Finance.Consolidation."Consolidation Method" |
OnImportAndConsolidateOnBeforeSetConsolidationProcessParameters
Obsolete
This element will become obsolete from version 27.0. Please use OnAfterGetBusinessUnitConsolidationImplementations instead. You can override the behavior by providing your own implementations of the interfaces "Import Consolidation Data" and "Consolidation Method"
[IntegrationEvent(False,False)]
[Obsolete(Please use OnAfterGetBusinessUnitConsolidationImplementations instead. You can override the behavior by providing your own implementations of the interfaces "Import Consolidation Data" and "Consolidation Method",27.0)]
local procedure OnImportAndConsolidateOnBeforeSetConsolidationProcessParameters(var ConsolidationProcess: Record "Consolidation Process", var BusUnitInConsProcess: Record "Bus. Unit In Cons. Process", var IsHandled: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| ConsolidationProcess | Table Microsoft.Finance.Consolidation."Consolidation Process" | |
| BusUnitInConsProcess | Table Microsoft.Finance.Consolidation."Bus. Unit In Cons. Process" | |
| IsHandled | Boolean |