Codeunit 2580 Dimension Correction Mgt in 20
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 49
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| ValidateNoBlockedDimensionsUsed | (var Record Dimension Correction) | public | - | |
| GenerateSupportingTables | (var Record Dimension Correction, var Record Dim Correction Set Buffer) | public | - | |
| VerifyCanValidateDimensionCorrection | (var Record Dimension Correction) | public | - | |
| ValidateBlockedNotUsed | (var Record Dimension Correction) | public | - | |
| ValidateDimensionSets | (var Record Dimension Correction, var Record Dim Correction Set Buffer, var Integer) | public | - | |
| ValidateDimensionChanges | (var Record Dimension Correction, var Record Dim Correction Set Buffer, var Integer) | public | - | |
| VerifyIfDimensionCanBeChanged | (var Record Dim Correction Change) | public | - | |
| DeleteValidationErrors | (var Record Dimension Correction) | public | - | |
| UpdateValidationStatusAndThrowErrorIfFailed | (var Record Dimension Correction, Integer) | public | - | |
| GenerateSelectedEntries | (var Record Dimension Correction, var Record Dim Correction Set Buffer) | public | - | |
| IsGLEntryForUpdate | (var Record G/L Entry, var Record Dim Correction Set Buffer, Integer, var Record Integer) | Boolean | public | - |
| GetTargetDimCorrectionSetBuffer | (var Record Dim Correction Set Buffer, var Record Dimension Correction, var Record G/L Entry) | Boolean | public | - |
| GenerateTargetDimensionSetIds | (var Record Dimension Correction) | public | - | |
| CreateCorrectionFromSelection | (var Record G/L Entry, var Record Dimension Correction) | public | - | |
| CreateCorrectionFromFilter | (var Record G/L Entry, var Record Dimension Correction) | public | - | |
| InsertNewDimCorrectSelectionCriteria | (var RecordRef, Option, var Record Dim Correct Selection Criteria, Integer) | public | - | |
| GetSelectedDimensionSetIDsFilter | (var Record Dimension Set Entry) | Text | public | - |
| GetSelectedDimensionSetIDs | (var Record Dimension Set Entry, var Record Integer) | public | - | |
| TransferSelectionFilterToRecordRef | (var Record G/L Entry, var RecordRef) | public | - | |
| GetDimCorrectionChanges | (Integer, var Record Dim Correction Change) | Boolean | public | - |
| GetSelectionCriteria | (Integer, var Record Dim Correct Selection Criteria) | Boolean | public | - |
| CalculateDimensionSetIds | (var List, var Record Dim Correct Selection Criteria) | public | - | |
| ReloadDimensionChangesTable | (Integer) | public | - | |
| LoadTempDimCorrectionSetBuffer | (Integer, var Record Dim Correction Set Buffer) | Boolean | public | - |
| ScheduleRunJob | (var Record Dimension Correction) | Boolean | public | - |
| ScheduleUndoJob | (var Record Dimension Correction) | Boolean | public | - |
| ScheduleValidationJob | (var Record Dimension Correction) | Boolean | public | - |
| ScheduleUpdateAnalysisViews | (var Record Dimension Correction) | Boolean | public | - |
| UpdateStatus | (var Record Dimension Correction) | public | - | |
| VerifyCanStartJob | (Record Dimension Correction) | public | - | |
| SetStatusInProgress | (var Record Dimension Correction) | public | - | |
| SetUndoStatusInProgress | (var Record Dimension Correction) | public | - | |
| SetValidatingStatusInProgress | (var Record Dimension Correction) | public | - | |
| GetValidationStatusText | (var Record Dimension Correction, Text) | Text | public | - |
| CopyToDraft | (var Record Dimension Correction, var Record Dimension Correction) | public | - | |
| IsEntryExclued | (var Record G/L Entry, Integer) | Boolean | public | - |
| IsEntryExclued | (var Record G/L Entry, var Record Dim Correct Selection Criteria) | Boolean | public | - |
| IncrementAndCommitIfNeeded | (var Integer) | public | - | |
| GetMaximumNumberOfValidationErrors | () | Integer | public | - |
| GetCommitCount | () | Integer | public | - |
| GetPreviewGLEntriesLimit | () | Integer | public | - |
| GetFilterConditionsLimit | () | Integer | public | - |
| SetUpdateAnalysisViewsCompleted | (var Record Dimension Correction) | public | - | |
| ShowNotificationUpdateCashFlowAccounting | () | public | - | |
| DontShowAgainUpdateCostAccounting | (Notification) | public | - | |
| VerifyCanUndoDimensionCorrection | (var Record Dimension Correction) | public | - | |
| VerifyCanModifyDraftEntry | (Integer) | public | - | |
| CreateCorrectionFromGLRegister | (var Record G/L Register, var Record Dimension Correction) | public | - | |
| UpdateAnalysisViewStatus | (var Record Dimension Correction) | public | - |
Events, 4
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnGetPreviewGLEntriesLimit | (var Boolean, var Integer) | - |
| Integration event | OnGetCommitCount | (var Boolean, var Integer) | - |
| Integration event | OnGetFilterCount | (var Boolean, var Integer) | - |
| Integration event | OnAfterVerifyIfDimensionCanBeChanged | (var Record Dim Correction Change) | - |