Organization
Salesforce 組織に関する情報(会社設定や環境設定を含む)を格納します。
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
組織レコードの一意の識別子。 | |
| Name | String | False |
組織の名前。 | |
| Division | String | False |
組織のディビジョンまたは事業部。 | |
| Street | String | False |
組織の住所の地名、番地。 | |
| City | String | False |
組織が所在する市区郡。 | |
| State | String | False |
組織が所在する都道府県。 | |
| PostalCode | String | False |
組織の住所の郵便番号。 | |
| Country | String | True |
組織が所在する国。 | |
| Latitude | Double | False |
組織の住所の緯度座標。 | |
| Longitude | Double | False |
組織の住所の経度座標。 | |
| GeocodeAccuracy | String | False |
住所のジオコードの精度レベル。 | |
| Phone | String | False |
組織の主要電話番号。 | |
| Fax | String | False |
組織のFAX 番号。 | |
| PrimaryContact | String | False |
組織の主担当の名前またはID。 | |
| DefaultLocaleSidKey | String | False |
組織のデフォルトロケール設定(日付と数値の形式など)。 | |
| TimeZoneSidKey | String | False |
TimeZoneSidKey 情報を含む項目。 | |
| LanguageLocaleKey | String | False |
組織の言語設定。 | |
| ReceivesInfoEmails | Bool | False |
組織がSalesforce からの情報メールを受信するかどうかを示します。 | |
| ReceivesAdminInfoEmails | Bool | False |
組織がSalesforce からの管理メールを受信するかどうかを示します。 | |
| PreferencesRequireOpportunityProducts | Bool | False |
商談に商品が必要かどうかを示します。 | |
| PreferencesEmailSenderIdCompliance | Bool | False |
PreferencesEmailSenderIdCompliance 情報を含む項目。 | |
| PreferencesTransactionSecurityPolicy | Bool | False |
PreferencesTransactionSecurityPolicy 情報を含む項目。 | |
| PreferencesConsentManagementEnabled | Bool | False |
PreferencesConsentManagementEnabled 情報を含む項目。 | |
| PreferencesAutoSelectIndividualOnMerge | Bool | False |
PreferencesAutoSelectIndividualOnMerge 情報を含む項目。 | |
| PreferencesLightningLoginEnabled | Bool | False |
PreferencesLightningLoginEnabled 情報を含む項目。 | |
| PreferencesOnlyLLPermUserAllowed | Bool | False |
PreferencesOnlyLLPermUserAllowed 情報を含む項目。 | |
| FiscalYearStartMonth | Int | True |
組織の会計年度の開始月。 | |
| UsesStartDateAsFiscalYearName | Bool | True |
会計年度名が開始日に基づいているかどうかを示します。 | |
| DefaultAccountAccess | String | True |
取引先のデフォルト共有アクセスレベル。 | |
| DefaultContactAccess | String | True |
取引先責任者のデフォルト共有アクセスレベル。 | |
| DefaultOpportunityAccess | String | True |
商談のデフォルト共有アクセスレベル。 | |
| DefaultLeadAccess | String | True |
リードのデフォルト共有アクセスレベル。 | |
| DefaultCaseAccess | String | True |
ケースのデフォルト共有アクセスレベル。 | |
| DefaultCalendarAccess | String | True |
カレンダーのデフォルト共有アクセスレベル。 | |
| DefaultPricebookAccess | String | True |
価格表のデフォルト共有アクセスレベル。 | |
| DefaultCampaignAccess | String | True |
キャンペーンのデフォルト共有アクセスレベル。 | |
| DelegatedAuthenticationServiceUrl | String | False |
DelegatedAuthenticationServiceUrl 情報を含む項目。 | |
| ComplianceBccEmail | String | True |
送信メールのコンプライアンスBCC に使用されるメールアドレス。 | |
| UiSkin | String | False |
組織で使用されるユーザーインターフェースのテーマまたはスキン。 | |
| SignupCountryIsoCode | String | True |
SignupCountryIsoCode 情報を含む項目。 | |
| TrialExpirationDate | Datetime | True |
組織のトライアルが終了する日付。 | |
| NumKnowledgeService | Int | True |
NumKnowledgeService 情報を含む項目。 | |
| OrganizationType | String | True |
組織のSalesforce エディション(Enterprise、Professional など)。 | |
| NamespacePrefix | String | True |
このオブジェクトに関連付けられた名前空間プレフィックス。 | |
| InstanceName | String | True |
InstanceName 情報を含む項目。 | |
| IsSandbox | Bool | True |
レコードにSandbox 特性があるかどうかを示します。 | |
| WebToCaseDefaultOrigin | String | False |
Web-to-Case で作成されたケースのデフォルトの発生元の値。 | |
| MonthlyPageViewsUsed | Int | True |
当月に組織が使用したページビュー数。 | |
| MonthlyPageViewsEntitlement | Int | True |
組織に許可されている月間ページビューの総数。 | |
| IsReadOnly | Bool | True |
レコードにReadOnly 特性があるかどうかを示します。 | |
| CreatedDate | Datetime | True |
組織レコードが作成された日時。 | |
| CreatedById | String | True |
User.Id |
組織レコードを作成したユーザーのID。 |
| LastModifiedById | String | True |
User.Id |
組織レコードを最後に更新したユーザーのID。 |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入の実行時に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にアップサートが使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限する任意のスコープ。このプロパティには、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を使用できます。 | |
| SystemModstamp | Datetime | True |
組織レコードの最新の更新に対するシステムタイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
組織レコードが最後に更新された日時。 |