FiscalYears
Returns the list of fiscal year details.
Columns
| Name | Type | References | Description |
| FiscalYearId [KEY] | Integer | The identifier for this fiscal year. | |
| StartDate | Datetime | The start date for this fiscal year. | |
| Status | String | The status of this fiscal year. | |
| Year | String | The year of this fiscal year. | |
| Description | String | The description of this fiscal year. | |
| EndDate | Datetime | The end date for this fiscal year. | |
| FiscalPeriodId [KEY] | Integer | The identifier for this fiscal period. | |
| FiscalPeriodStartDate | Datetime | The start date for this fiscal period. | |
| FiscalPeriodEndDate | Datetime | The end date for this fiscal period. | |
| FiscalPeriodSequence | Integer | The sequence of this fiscal period. | |
| FiscalPeriodClosed | Boolean | If or not this fiscal period is closed. |