FiscalYearSettings
Stores fiscal year configurations, defining the start date and structure for financial reporting.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the fiscal year settings record. | |
| PeriodId | String | True |
Period.Id |
ID of the period associated with this fiscal year configuration. |
| StartDate | Datetime | True |
Start date of the fiscal year. | |
| EndDate | Datetime | True |
End date of the fiscal year. | |
| Name | String | True |
Name assigned to the fiscal year, such as 'FY2025'. | |
| IsStandardYear | Boolean | True |
Indicates whether the fiscal year follows the standard calendar year (true) or a custom configuration (false). | |
| YearType | String | True |
Type of fiscal year, such as 'Standard' or 'Custom'. | |
| QuarterLabelScheme | String | True |
Labeling scheme used for fiscal quarters, such as numeric or alphabetic. | |
| PeriodLabelScheme | String | True |
Labeling scheme used for fiscal periods. | |
| WeekLabelScheme | String | True |
Labeling scheme used for fiscal weeks. | |
| QuarterPrefix | String | True |
Prefix used when naming fiscal quarters. | |
| PeriodPrefix | String | True |
Prefix used when naming fiscal periods. | |
| WeekStartDay | Int | True |
Numeric representation of the day that weeks begin on, such as 1 for Sunday or 2 for Monday. | |
| Description | String | True |
Additional description or notes for the fiscal year settings. | |
| SystemModstamp | Datetime | True |
Timestamp indicating the last system update to this record. |