Settings to define a custom or standard fiscal year for your organization. This object has a parent-child relationship with the Period object.
query(), retrieve(), getDeleted(), getUpdated(), describeSObjects(), getDeleted(), getUpdated()
| Field | Field Type | Field Properties | Description |
|---|---|---|---|
| IsStandardYear | boolean | Defaulted on create | Indicates whether the fiscal year is a standard calendar year (true) or a custom fiscal year (false). |
| Name | string | Filter | A name for the fiscal year. Limit: 80 characters. |
| PeriodId | reference | Filter | ID of the associated fiscal period. For information on IDs, see ID Field Type. |
| PeriodLabelScheme | picklist | Filter | The numbering scheme used for fiscal periods. |
| PeriodPrefix | picklist | Filter | The prefix of fiscal periods. For example, if “P” is the prefix, then the first period is “P1.” |
| QuarterLabelScheme | picklist | Filter | The numbering scheme used for fiscal quarters. |
| QuarterPrefix | picklist | Filter | The prefix of fiscal quarters. For example, if “Q” is the prefix, then the fourth quarter would be “Q4.” |
| WeekLabelScheme | picklist | Filter | The numbering scheme used for weeks. |
| YearType | picklist | Filter | Indicates one of two types of fiscal years, Standard or Custom. Standard denotes the standard Gregorian calendar, while Custom means a fiscal year with a custom structure. |