Organization
This is a table representing the Organization entities in Salesforce.
Columns
| Name | Type | Description | ReadOnly |
| Id [KEY] | System.String | Label 'Organization ID' corresponds to this field. | True |
| Name | System.String | Label 'Name' corresponds to this field. | False |
| Division | System.String | Label 'Division' corresponds to this field. | False |
| Street | System.String | Label 'Street' corresponds to this field. | False |
| City | System.String | Label 'City' corresponds to this field. | False |
| State | System.String | Label 'State/Province' corresponds to this field. | False |
| PostalCode | System.String | Label 'Zip/Postal Code' corresponds to this field. | False |
| Country | System.String | Label 'Country' corresponds to this field. | True |
| Phone | System.String | Label 'Phone' corresponds to this field. | False |
| Fax | System.String | Label 'Fax' corresponds to this field. | False |
| PrimaryContact | System.String | Label 'Primary Contact' corresponds to this field. | False |
| DefaultLocaleSidKey | System.String | Label 'Locale' corresponds to this field. | False |
| LanguageLocaleKey | System.String | Label 'Language' corresponds to this field. | False |
| ReceivesInfoEmails | System.Boolean | Label 'Info Emails' corresponds to this field. | False |
| ReceivesAdminInfoEmails | System.Boolean | Label 'Info Emails Admin' corresponds to this field. | False |
| PreferencesRequireOpportunityProducts | System.Boolean | Label 'RequireOpportunityProducts' corresponds to this field. | False |
| FiscalYearStartMonth | System.Int32 | Label 'Fiscal Year Starts In' corresponds to this field. | True |
| UsesStartDateAsFiscalYearName | System.Boolean | Label 'Fiscal Year Name by Start' corresponds to this field. | True |
| DefaultAccountAccess | System.String | Label 'Default Account Access' corresponds to this field. | True |
| DefaultContactAccess | System.String | Label 'Default Contact Access' corresponds to this field. | True |
| DefaultOpportunityAccess | System.String | Label 'Default Opportunity Access' corresponds to this field. | True |
| DefaultLeadAccess | System.String | Label 'Default Lead Access' corresponds to this field. | True |
| DefaultCaseAccess | System.String | Label 'Default Case Access' corresponds to this field. | True |
| DefaultCalendarAccess | System.String | Label 'Default Calendar Access' corresponds to this field. | True |
| DefaultPricebookAccess | System.String | Label 'Default Price Book Access' corresponds to this field. | True |
| MaxRulesPerEntity | System.Int32 | Label 'Max Rules Per Entity' corresponds to this field. | True |
| MaxActionsPerRule | System.Int32 | Label 'Max Actions Per Rule' corresponds to this field. | True |
| SystemModstamp | System.DateTime | Label 'System Modstamp' corresponds to this field. | True |
| ComplianceBccEmail | System.String | Label 'Compliance BCC Email' corresponds to this field. | True |
| UiSkin | System.String | Label 'UI Skin' corresponds to this field. | False |
| TrialExpirationDate | System.DateTime | Label 'Trial Expiration Date' corresponds to this field. | True |
| OrganizationType | System.String | Label 'Edition' corresponds to this field. | True |
| WebToCaseDefaultOrigin | System.String | Label 'Web to Cases Default Origin' corresponds to this field. | False |
| 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. |