Period
Stores time period records used in forecasting and financial reporting.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier of the fiscal period. | |
| FiscalYearSettingsId | String | ID referencing the associated fiscal year settings. | |
| Type | String | Type of period, such as Quarter or Month. | |
| StartDate | Date | Start date of the fiscal period. | |
| EndDate | Date | End date of the fiscal period. | |
| IsForecastPeriod | Bool | Indicates whether the period is used for forecasting purposes. | |
| QuarterLabel | String | Display label for the quarter in which this period falls. | |
| PeriodLabel | String | Display label for this fiscal period. | |
| Number | Int | Numeric value representing the sequence of the period within the fiscal year. | |
| FullyQualifiedLabel | String | Field containing FullyQualifiedLabel information. | |
| SOQL | String | Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. | |
| SystemModstamp | Datetime | System timestamp for the most recent update to the fiscal period record. |