CFL Dimension Mgt
Provides management functionality for dimensions in the general ledger. Handles dimension retrieval, display, and modification of posted G/L entries.
Object Definition
| Object Type | Codeunit |
| Object ID | 2098056 |
| Object Name | CFL Dimension Mgt |
Procedures
| Name | Description |
|---|---|
| CFLChangeDimensionRelatedTables(code[20]; date; integer; integer; Decimal; code[20]; decimal; code[20]) | Changes the dimension set ID on posted G/L entries for a specific document. |
| CFLShowGLEntryDim(integer; array[8] of code[20]) | Retrieves and displays the shortcut dimension codes for a given dimension set ID. |
Events
| Name | Description |
|---|---|
| CFLOnBeforeGLEntryModify(Record "G/L Entry"; Boolean) | Integration event that fires before a G/L Entry is modified. |