Represents a fiscal period.
query(), retrieve(), getDeleted(), getUpdated(), describeSObjects()
| Field | Field Type | Field Properties | Description |
|---|---|---|---|
| EndDate | date | Filter | The last date of the fiscal period. |
| IsForecastPeriod | boolean | Defaulted on create | Indicates whether the period is associated with customizable forecasts (true) or not (false). |
| Number | int | Filter | If the labeling scheme of your fiscal year's quarters or months is numbered, this field indicates the relative number of the row. |
| PeriodLabel | picklist | Filter | If the months in your fiscal year use custom names, then this field contains the appropriate name for rows of type Month. |
| QuarterLabel | picklist | Filter | If the quarters in your fiscal year use custom names, then this field contains the appropriate name for rows of type Quarter. |
| StartDate | date | Filter | The first date of the fiscal period. |
| Type | picklist | Filter | Indicates whether the period is of type Month, Quarter, Week, or Year. Label is the field value. |
This is a read-only object that is related to FiscalYearSettings.