Organization
Stores information about the Salesforce organization, including company settings and preferences.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the organization record. | |
| Name | String | False |
Name of the organization. | |
| Division | String | False |
Division or business unit of the organization. | |
| Street | String | False |
Street address of the organization. | |
| City | String | False |
City where the organization is located. | |
| State | String | False |
State or province where the organization is located. | |
| PostalCode | String | False |
ZIP or postal code of the organization's address. | |
| Country | String | True |
Country where the organization is located. | |
| Latitude | Double | False |
Latitude coordinate of the organization's address. | |
| Longitude | Double | False |
Longitude coordinate of the organization's address. | |
| GeocodeAccuracy | String | False |
Accuracy level of the geocode for the address. | |
| Phone | String | False |
Primary phone number of the organization. | |
| Fax | String | False |
Fax number of the organization. | |
| PrimaryContact | String | False |
Name or ID of the primary contact for the organization. | |
| DefaultLocaleSidKey | String | False |
Default locale setting for the organization, such as date and number formats. | |
| TimeZoneSidKey | String | False |
Field containing TimeZoneSidKey information. | |
| LanguageLocaleKey | String | False |
Language preference for the organization. | |
| ReceivesInfoEmails | Bool | False |
Indicates whether the organization receives informational emails from Salesforce. | |
| ReceivesAdminInfoEmails | Bool | False |
Indicates whether the organization receives administrative emails from Salesforce. | |
| PreferencesRequireOpportunityProducts | Bool | False |
Indicates whether products are required on opportunities. | |
| PreferencesEmailSenderIdCompliance | Bool | False |
Field containing PreferencesEmailSenderIdCompliance information. | |
| PreferencesTransactionSecurityPolicy | Bool | False |
Field containing PreferencesTransactionSecurityPolicy information. | |
| PreferencesConsentManagementEnabled | Bool | False |
Field containing PreferencesConsentManagementEnabled information. | |
| PreferencesAutoSelectIndividualOnMerge | Bool | False |
Field containing PreferencesAutoSelectIndividualOnMerge information. | |
| PreferencesLightningLoginEnabled | Bool | False |
Field containing PreferencesLightningLoginEnabled information. | |
| PreferencesOnlyLLPermUserAllowed | Bool | False |
Field containing PreferencesOnlyLLPermUserAllowed information. | |
| FiscalYearStartMonth | Int | True |
Month in which the organization's fiscal year starts. | |
| UsesStartDateAsFiscalYearName | Bool | True |
Indicates whether the fiscal year name is based on the start date. | |
| DefaultAccountAccess | String | True |
Default sharing access level for accounts. | |
| DefaultContactAccess | String | True |
Default sharing access level for contacts. | |
| DefaultOpportunityAccess | String | True |
Default sharing access level for opportunities. | |
| DefaultLeadAccess | String | True |
Default sharing access level for leads. | |
| DefaultCaseAccess | String | True |
Default sharing access level for cases. | |
| DefaultCalendarAccess | String | True |
Default sharing access level for calendars. | |
| DefaultPricebookAccess | String | True |
Default sharing access level for price books. | |
| DefaultCampaignAccess | String | True |
Default sharing access level for campaigns. | |
| DelegatedAuthenticationServiceUrl | String | False |
Field containing DelegatedAuthenticationServiceUrl information. | |
| ComplianceBccEmail | String | True |
Email address used for compliance BCC on outbound emails. | |
| UiSkin | String | False |
User interface theme or skin used by the organization. | |
| SignupCountryIsoCode | String | True |
Field containing SignupCountryIsoCode information. | |
| TrialExpirationDate | Datetime | True |
Date when the organization's trial expires. | |
| NumKnowledgeService | Int | True |
Field containing NumKnowledgeService information. | |
| OrganizationType | String | True |
Salesforce edition of the organization, such as Enterprise or Professional. | |
| NamespacePrefix | String | True |
The namespace prefix associated with this object. | |
| InstanceName | String | True |
Field containing InstanceName information. | |
| IsSandbox | Bool | True |
Indicates whether the record has the Sandbox characteristic. | |
| WebToCaseDefaultOrigin | String | False |
Default origin value for cases created through Web-to-Case. | |
| MonthlyPageViewsUsed | Int | True |
Number of page views used by the organization in the current month. | |
| MonthlyPageViewsEntitlement | Int | True |
Total number of monthly page views allowed for the organization. | |
| IsReadOnly | Bool | True |
Indicates whether the record has the ReadOnly characteristic. | |
| CreatedDate | Datetime | True |
Date and time when the organization record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the organization record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the organization record. |
| SOQL | String | False |
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 | False |
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 | False |
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 | True |
System timestamp for the most recent update to the organization record. | |
| LastModifiedDate | Datetime | True |
Date and time when the organization record was last modified. |