Period
Stores time period records used in forecasting and financial reporting.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the fiscal period. | |
| FiscalYearSettingsId | String | True |
ID referencing the associated fiscal year settings. | |
| Type | String | True |
Type of period, such as Quarter or Month. | |
| StartDate | Datetime | True |
Start date of the fiscal period. | |
| EndDate | Datetime | True |
End date of the fiscal period. | |
| SystemModstamp | Datetime | True |
System timestamp for the most recent update to the fiscal period record. | |
| IsForecastPeriod | Boolean | True |
Indicates whether the period is used for forecasting purposes. | |
| QuarterLabel | String | True |
Display label for the quarter in which this period falls. | |
| PeriodLabel | String | True |
Display label for this fiscal period. | |
| Number | Int | True |
Numeric value representing the sequence of the period within the fiscal year. |