BusinessHours
This is a table representing the BusinessHours entities in Salesforce.
Columns
| Name | Type | Description | ReadOnly |
| Id [KEY] | System.String | Label 'Business Hours ID' corresponds to this field. | True |
| SundayStart | System.String | Label 'Sunday Start' corresponds to this field. | True |
| SundayEnd | System.String | Label 'Sunday End' corresponds to this field. | True |
| MondayStart | System.String | Label 'Monday Start' corresponds to this field. | True |
| MondayEnd | System.String | Label 'Monday End' corresponds to this field. | True |
| TuesdayStart | System.String | Label 'Tuesday Start' corresponds to this field. | True |
| TuesdayEnd | System.String | Label 'Tuesday End' corresponds to this field. | True |
| WednesdayStart | System.String | Label 'Wednesday Start' corresponds to this field. | True |
| WednesdayEnd | System.String | Label 'Wednesday End' corresponds to this field. | True |
| ThursdayStart | System.String | Label 'Thursday Start' corresponds to this field. | True |
| ThursdayEnd | System.String | Label 'Thursday End' corresponds to this field. | True |
| FridayStart | System.String | Label 'Friday Start' corresponds to this field. | True |
| FridayEnd | System.String | Label 'Friday End' corresponds to this field. | True |
| SaturdayStart | System.String | Label 'Saturday Start' corresponds to this field. | True |
| SaturdayEnd | System.String | Label 'Saturday End' corresponds to this field. | True |
| SystemModstamp | System.DateTime | Label 'System Modstamp' corresponds to this field. | True |
| CreatedDate | System.DateTime | Label 'Created Date' corresponds to this field. | True |
| CreatedById | System.String | Label 'Created By ID' corresponds to this field. | True |
| LastModifiedDate | System.DateTime | Label 'Last Modified Date' corresponds to this field. | True |
| LastModifiedById | System.String | Label 'Last Modified By ID' 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. |