CFL Base Accounting Period Mgt
Provides utility functions for managing accounting periods, including retrieving period counts, period numbers, and navigating between accounting periods within a fiscal year.
Object Definition
| Object Type | Codeunit |
| Object ID | 2098010 |
| Object Name | CFL Base Accounting Period Mgt |
Procedures
| Name | Description |
|---|---|
| CFLGetNextPeriodStartingDate(date): date | Gets the starting date of the next accounting period after the given reference date. |
| CFLGetNoOfPeriods(date): integer | Gets the total number of accounting periods in the fiscal year for a given reference date. |
| CFLGetperiodNo(date): integer | Gets the period number for a given reference date within its fiscal year. |