FiscalYearSettings
This is a table representing the FiscalYearSettings entities in Salesforce.
Columns
| Name | Type | Description | ReadOnly |
| Id [KEY] | System.String | Label 'Fiscal Year Settings ID' corresponds to this field. | True |
| PeriodId | System.String | Label 'Period ID' corresponds to this field. | True |
| StartDate | System.String | Label 'Start Date' corresponds to this field. | True |
| EndDate | System.String | Label 'End Date' corresponds to this field. | True |
| Name | System.String | Label 'Name' corresponds to this field. | True |
| IsStandardYear | System.Boolean | Label 'Is Standard Year' corresponds to this field. | True |
| YearType | System.String | Label 'Year Type' corresponds to this field. | True |
| QuarterLabelScheme | System.String | Label 'Quarter Name Scheme' corresponds to this field. | True |
| PeriodLabelScheme | System.String | Label 'Period Name Scheme' corresponds to this field. | True |
| WeekLabelScheme | System.String | Label 'Week Name Scheme' corresponds to this field. | True |
| QuarterPrefix | System.String | Label 'Quarter Prefix' corresponds to this field. | True |
| PeriodPrefix | System.String | Label 'Period Prefix' corresponds to this field. | True |
| WeekStartDay | System.Int32 | Label 'Week Start Day' corresponds to this field. | True |
| Description | System.String | Label 'Description' corresponds to this field. | True |
| SystemModstamp | System.DateTime | Label 'System Modstamp' corresponds to this field. | True |
Pseudo-Columns
Pseudo-Column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description | |
| SOQLWhere | String | Specifies the Where clause of the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precendence over any other input. | |
| SOQLOrderBy | String | Specifies the Order By clause of the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precendence over any other input. | |
| MaxResults | String | Sets the MaxResults to be returned by modifying the Limit clause of the SOQL query to execute against the Salesforce servers. |