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 | True |
Name of the organization. | |
| Division | String | True |
Division or business unit of the organization. | |
| Street | String | True |
Street address of the organization. | |
| City | String | True |
City where the organization is located. | |
| State | String | True |
State or province where the organization is located. | |
| PostalCode | String | True |
ZIP or postal code of the organization's address. | |
| Country | String | True |
Country where the organization is located. | |
| Latitude | Double | True |
Latitude coordinate of the organization's address. | |
| Longitude | Double | True |
Longitude coordinate of the organization's address. | |
| Phone | String | True |
Primary phone number of the organization. | |
| Fax | String | True |
Fax number of the organization. | |
| PrimaryContact | String | True |
Name or ID of the primary contact for the organization. | |
| DefaultLocaleSidKey | String | True |
Default locale setting for the organization, such as date and number formats. | |
| LanguageLocaleKey | String | True |
Language preference for the organization. | |
| ReceivesInfoEmails | Boolean | True |
Indicates whether the organization receives informational emails from Salesforce. | |
| ReceivesAdminInfoEmails | Boolean | True |
Indicates whether the organization receives administrative emails from Salesforce. | |
| PreferencesRequireOpportunityProducts | Boolean | True |
Indicates whether products are required on opportunities. | |
| FiscalYearStartMonth | Int | True |
Month in which the organization's fiscal year starts. | |
| UsesStartDateAsFiscalYearName | Boolean | 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. | |
| SystemModstamp | Datetime | True |
System timestamp for the most recent update to the organization record. | |
| ComplianceBccEmail | String | True |
Email address used for compliance BCC on outbound emails. | |
| UiSkin | String | True |
User interface theme or skin used by the organization. | |
| TrialExpirationDate | Datetime | True |
Date when the organization's trial expires. | |
| OrganizationType | String | True |
Salesforce edition of the organization, such as Enterprise or Professional. | |
| WebToCaseDefaultOrigin | String | True |
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. | |
| 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. |
| LastModifiedDate | Datetime | True |
Date and time when the organization record was last modified. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the organization record. |