CFL Base Accounting Period Mgt

  • 2 minutes to read

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 TypeCodeunit
Object ID2098010
Object NameCFL 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.