CData Cloud は、クラウドホスト型のソリューションで、複数の標準サービスやプロトコルにまたがるSalesforce へのアクセスを実現します。SQL Server データベースに接続できるアプリケーションであれば、CData Cloud を介してSalesforce に接続できます。
CData Cloud により、他のOData エンドポイントや標準SQL Server と同じように、Salesforce への接続を標準化し、構成することができます。
このページでは、CData Cloud でのSalesforce への接続の確立 のガイド、利用可能なリソースに関する情報、および使用可能な接続プロパティのリファレンスについて説明します。
接続の確立 は、CData Cloud にデータベースを作成するためのSalesforce への認証方法と必要な接続プロパティの設定方法について示します。
利用可能な標準サービスを経由してSalesforce からデータにアクセスする方法と、CData Cloud の管理については、CData Cloud ドキュメント で詳しく説明します。
Database タブで対応するアイコンを選択して、Salesforce に接続します。必須プロパティはSettings にリストされています。Advanced タブには、通常は必要ない接続プロパティが表示されます。
Salesforce sandbox アカウントを使用するには、UseSandbox をtrue に設定し、User でsandbox ユーザーネームを指定してください。
セキュリティトークンの使用を不要にするには:
セキュリティトークンを使用せずに接続したい場合は、以下の手順でセキュリティトークンを無効にする必要があります。
すべての認証フローで、OAuth 経由で接続するにはAuthScheme をOAuth に設定する必要があります。
以下のサブセクションでは、利用可能なOAuth フローでのSalesforce への認証について詳しく説明します。 カスタムOAuth アプリケーションの作成についての情報と、すでに埋め込みOAuth 認証情報を持つ認証フローでもカスタムOAuth アプリケーションを作成したほうがよい場合の説明については、カスタムOAuth アプリケーションの作成 を参照してください。
Salesforce で利用可能な接続文字列プロパティの全リストは、Connection を参照してください。
Note:セッションの設定 -> ログイン時のIP アドレスとセッションをロックするを有効にしている場合、Cloud の使用中にIP アドレスが変更されないことを確認してください。Cloud 使用中にIP が変更された場合、Salesforce から"INVALID_SESSION_ID" エラーが返され、Cloud はデータを取得できなくなります。このエラーが表示された場合は、Salesforce 管理者にこの設定を無効にするよう依頼するか、Cloud を使用するインスタンスに固定IP を必ず設定してください。その後、接続をリセットしてCloud を使い続けます。
AuthScheme をOAuthJWT に設定します。
OAuthJWT コンシューマーキーを取得するには:
http://localhost:8019/src/oauthCallback.rstOAuth アプリケーション作成後、次の接続プロパティを設定します。
Note: このフローではリフレッシュトークンは発行されません。
AuthScheme をAzureAD に設定します。 AzureAD に接続するには、次の接続プロパティを使用します。
この構成には、2つのAAD アプリケーションが必要であることに注意してください:シングルサインオンに使用される"Salesforce" アプリケーションと、"Salesforce" アプリケーションに対するuser_impersonation 権限を持つ別の"コネクタ" アプリケーションです。 OAuth 接続プロパティも指定する必要があります。
以下のSSOProperties を使用して、AzureAD へ認証します。
以下は接続文字列の例です。
AuthScheme=AzureAD;InitiateOAuth=GETANDREFRESH;OAuthClientId=3ea1c786-d527-4399-8c3b-2e3696ae4b48;OauthClientSecret=xxx;SSOProperties='Resource=https://example.my.salesforce.com;AzureTenant=6ee709df-9de0-4cdf-10e6b7a51d95';
AuthScheme をOkta に設定します。Okta に接続するには、次の接続プロパティを使用します。
以下は接続文字列の例です。
AuthScheme=OKTA;User=OktaUserName;Password=OktaPassword;SSOLoginURL='https://subdomain.okta.com/app/salesforce/app/sso/saml';SSOExchangeURL='https://subdomain.my.salesforce.com/services/oauth2/token';
AuthScheme をOneLogin に設定します。OneLogin に接続するには、次の接続プロパティを使用します。
以下は接続文字列の例です。
AuthScheme=OneLogin;User=OneLoginUserName;Password=OneLoginPassword;SSOProperties='OAuthClientID=3fc8394584f153ce3b7924d9cd4f686443a52b;OAuthClientSecret=ca9257fd5cc3277abb5818cea28c06fe9b3b285d73d06;Subdomain=OneLoginSubDomain;AppId=1433920';
AuthScheme をPingFederate に設定します。次の接続プロパティを設定する必要があります。
AuthScheme=PingFederate;User=pingFederateUser;Password=pingFederatePassword;SSOLoginURL='https://<authority>/idp/sts.wst';SSOExchangeUrl='https://domain.my.salesforce.com/services/oauth2/token?so=00D3000006JDF';
AuthScheme をADFS に設定し、次のプロパティを設定します。
ADFS へ認証するには、以下のSSOProperties が必要です。
AuthScheme=ADFS;User=username;Password=password;SSOLoginURL='https://sts.company.com';SSOProperties='RelyingParty=https://saml.salesforce.com';
ADFS 統合フローでは、現在ログインしているWindows ユーザーの資格情報で接続します。 ADFS 統合フローを使用するには、User およびPassword を指定せず、それ以外の設定は上記のADFS ガイドと同じ手順を実行してください。
これらの権限はアクセススコープによって定義され、アプリケーションがアクセス可能なデータと実行可能なアクションを決定します。
このトピックでは、Salesforce プロバイダーに必要なアクセススコープとエンドポイントドメインについての情報を提供します。
スコープは、ユーザーのデータへのアプリケーションによるアクセスを制限するための手段です。これは、アプリケーションがユーザーに代わって実行できる特定のアクションを定義します。
例えば、読み取り専用スコープではアプリケーションにデータの閲覧を許可し、フルアクセススコープではデータの変更を許可することができます。
| スコープ | 説明 |
| full | ログインユーザーがアクセス可能なすべてのデータへのアクセスを許可し、他のすべてのスコープを包含します。書き込みアクセスに必要です。 |
| api | REST API やBulk API 2.0 などのAPI を使用して、現在ログインしているユーザーのアカウントへのアクセスを許可します。このスコープは、Connect REST API リソースへのアクセスを許可するchatter_api も含みます。読み取りアクセスに必要です。 |
| chatter_api | ユーザーに代わってConnect REST API リソースへのアクセスを許可します。 |
| refresh_token | 要求元のクライアントがリフレッシュトークンを受け取る資格がある場合に、リフレッシュトークンを返すことを許可します。リフレッシュトークンがあれば、ユーザーがオフラインでもアプリはユーザーのデータを操作できます。このトークンは、offline_access のリクエストと同義です。読み取りアクセスに必要です。 |
| id | ID URL サービスへのアクセスを許可します。プロファイル、E メール、住所、または電話番号を個別に要求すると、id とは同義であるため、id を使用した場合と同じ結果が得られます。読み取りアクセスに必要です。 |
| visualforce | 顧客が作成したVisualforce ページのみへのアクセスを許可します。このスコープでは、標準のSalesforce UI にアクセスできません。 |
| web | Web 上でのaccess_token の使用を許可します。このスコープにはvisualforce も含まれ、顧客が作成したVisualforce ページへのアクセスを許可します。読み取りアクセスに必要です。 |
エンドポイントドメインとは、アプリケーションが認証、レコードの取得、その他の重要な操作を実行するために通信する必要がある特定のURL を指します。
これらのドメインを許可することで、アプリケーションとAPI 間のネットワークトラフィックがファイアウォールやセキュリティ設定によってブロックされることがなくなります。
Note: ほとんどのユーザーは特別な設定をする必要はありません。許可リストは通常、送信ネットワークトラフィックの制限など、厳格なセキュリティ対策が施された環境でのみ必要となります。
| ドメイン | 常に必須 | 説明 |
| test.salesforce.com | FALSE | Salesforce のSandbox インスタンスへのアクセスに使用するサブドメイン。 |
| <Site>.my.salesforce.com | TRUE | Salesforce サイトのドメイン。 |
| <LoginURL> | FALSE | LoginURL で指定されたログインURL。デフォルト値はlogin.salesforce.com です。 |
| <SSOLoginURL> | FALSE | SSO プロバイダーのログインURL。AuthScheme がOKTA、PingFederate、またはADFS に設定されている場合は必須です。 |
| <Subdomain>.onelogin.com | FALSE | SSOProperties で指定されたonelogin.com のサブドメイン。AuthScheme がOKTAに設定されている場合は必須です。 |
| <SSOExchangeURL> | FALSE | お使いのSSO Exchange URL。AuthScheme がOKTA、PingFederate、ADFS、OneLogin、またはAzureAD に設定されている場合は必須です。 |
| <Resource> | FALSE | SSOProperties で指定されたAzure AD リソース URL。AuthScheme がAzureAD に設定されている場合は必須です。 |
| <RelyingParty> | FALSE | SSOProperties で指定されたADFS のRelying party のURI。AuthScheme がADFS に設定されている場合は必須です。 |
デフォルトでは、Cloud はサーバーとのTLS のネゴシエーションを試みます。サーバー証明書は、デフォルトのシステム信頼済み証明書ストアで検証されます。SSLServerCert 接続プロパティを使用して、証明書の検証方法をオーバーライドできます。
別の証明書を指定するには、SSLServerCert 接続プロパティを参照してください。
HTTP プロキシへの認証には、以下のように設定します。
次のプロパティを設定します。
CData Cloud はSalesforce データを使いやすいSQL データベースとしてモデル化します。データモデルには3つのパートがあります。テーブル、ビュー、およびストアドプロシージャです。 Cloud のデータモデルは動的です。これは、Cloud を使用して接続すると、新しいテーブルの追加、新しいカラムの追加、カラムのデータ型の変更など、Salesforce UI で行ったあらゆる変更が自動的にCloud のスキーマに含まれることを意味します。
Tables セクションには標準SQL テーブルの詳細が、Views セクションには読み取り専用SQL テーブルの一覧が記載されています。これらには、Salesforce アカウントでのアクセスを想定したサンプルが含まれています。テーブル定義は動的に引用されます。ここではSalesforce.com 開発環境に含まれるサンプルテーブル定義を表示します。
一般的なテーブルには以下のものが含まれます。
| テーブル | 説明 |
| Account | ビジネスや個人の情報、関連する活動など、取引先に関する詳細を含みます。 |
| Contact | 取引先に関連付けられた個人の詳細を保持し、コミュニケーションや関係性を追跡します。 |
| Lead | 取引先や取引先責任者に変換される前の見込み客やビジネス機会を追跡します。 |
| Opportunity | 収益を生み出す可能性のある商談を追跡し、商談パイプラインを管理します。 |
| Case | 顧客サービスおよびサポートケースを管理し、問題、解決策、および顧客とのやり取りを追跡します。 |
| User | Salesforce ユーザーの詳細(ログイン資格情報、プロファイル、ロールなど)を保存します。 |
| Task | Salesforce 内の活動を追跡するフォローアップやリマインダーなどのユーザーToDo を表します。 |
| Event | ユーザーまたはレコードに関連付けられたスケジュールされた会議、予定、およびカレンダーイベントを保存します。 |
| Campaign | アウトリーチ活動や関連するリード、取引先責任者、商談を含むマーケティングキャンペーンを追跡します。 |
| CampaignMember | リードおよび取引先責任者をキャンペーンに関連付け、参加状況やレスポンスの詳細を追跡します。 |
| OpportunityLineItem | 商談に関連付けられた商品やサービスを表し、価格や数量を追跡します。 |
| Pricebook2 | 商品とサービスに対して異なる価格設定構造を定義する価格表を保存します。 |
| Product2 | 会社が提供する商品やサービスの詳細を含む、商品カタログ情報を保存します。 |
| CaseComment | サポート担当者または顧客がケースレコードに追加したコメントを格納します。 |
| Attachment | 取引先、商談、ケースなど、さまざまなSalesforce レコードに関連するファイル添付を保存します。 |
| Report | レポートのメタデータを保存し、データクエリと可視化設定を定義します。 |
| RecordType | オブジェクト内でさまざまなレコードタイプを定義し、カスタマイズされたページレイアウトとプロセスを可能にします。 |
| Profile | さまざまなロールのアクセス権限とセキュリティ設定を指定し、ユーザープロファイルを定義します。 |
| Dashboard | Salesforce のダッシュボードのメタデータを保存し、ビジュアルレポートや主要なパフォーマンス指標を提供します。 |
| FeedItem | ステータスの更新、ファイルの共有、レコードとのやり取りを含むChatter 投稿を表します。 |
ポリモーフィックフィールド では、関連するオブジェクトを異なるタイプのオブジェクトとして扱う方法について説明します。
Cloud は、データソースの型を、スキーマで使用可能な対応するデータ型にマッピングします。次のテーブルはこれらのマッピングをまとめたものです。
| Salesforce UI | Salesforce API Type | CData Schema |
| Auto Number | string | string |
| Lookup Relationship | ID | string |
| Master-Detail Relationship | ID | string |
| External Lookup Relationship | ID | string |
| Checkbox | boolean | bool |
| Currency | double | float |
| Date | date | date |
| Date/Time | datetime | datetime |
| string | string | |
| Geolocation | Location* | string |
| Number | double | float |
| Percent | double | float |
| Phone | string | string |
| Picklist | string | string |
| Picklist (Multi-Select) | string | string |
| Text | string | string |
| Text Area | string | string |
| Text Area (Long) | string | string |
| Text Area (Rich) | string | string |
| Text (Encrypted) | string | string |
| Time | time | time |
| URL | string | string |
ポリモーフィックフィールドとは、関連オブジェクトを複数の異なる種別のオブジェクトのいずれかにできるフィールドです。 例えば、タスクのWhoID フィールドにはContact またはLead のいずれかを使用できます。フィールドがポリモーフィックかどうかを調べるには、sys_tablecolumns をクエリしてIsPolymorphic カラムをチェックします。ポリモーフィックフィールドに関連する2つの擬似カラムがあります。
擬似カラムは、ポリモーフィックフィールドを効率的に扱うために使用されます。
SELECT * FROM Task WHERE OwnerIDType = 'User'INSERT/UPDATE/UPSERT ステートメントでは、ポリモーフィックフィールドを直接使用するか、特定のオブジェクト種別のID を調べる代わりに{PolymorphicField}ExternalID を使用できます。例えば、あるタスクのWhoID を更新しようとする際、特定のContact に属するID を探す代わりに、取引先責任者の外部ID フィールドを参照として使用できます。 取引先責任者の外部ID が"ContactEmail__c" であるとします。以下を使う代わりに、
SELECT ID FROM Contact WHERE ContactEmail__c = '[email protected]' UPDATE Task SET WhoID = ID from first query以下を実行できます。
UPDATE Task SET WhoID='[email protected]', WhoIDType='Contact', WhoIDExternalID = 'ContactEmail__c'これは、このタスクのWhoID 値を、外部ID ContactEmail__c が[email protected] に等しい取引先責任者ID に設定するようにサービスに指示します。INSERT およびUPSERT ステートメントも同様です。
ドライバーでレポートにアクセスするには、IncludeReports をtrue に設定します。
利用可能なレポートのリストを取得するには、以下を実行します:
SELECT * FROM sys_tables WHERE IsReport='true'
Salesforce は、1件のレポートで許可される行数を2,000行以下に制限しています。 すべてのデータを適切に取得するために、フィルタを使用して特定のビューに絞り込んだレポートを作成することをお勧めします。 限定されたレポートであれば、行数制限内に収まる可能性が高くなります。
これらのレポートタイプでは、ドライバーは現在プレビュー機能(Detailed rows = ON)をサポートしていません。 しかし、ドライバーはグループ化、サマリー数式、レコードカウントを含むレポートサマリーをビューとして公開します。 詳細情報を取得するには、このレポートをクローンしてグルーピングを削除してください。 これにより、ビューは表形式のレポートに変わります。
SELECT * FROM Report_Accounts_With_Contacts SELECT Max(AnnualRevenue) FROM Report_Accounts_With_Contacts
Cloud はSalesforce のデータを、標準のSQL ステートメントを使用してクエリできるリレーショナルデータベースのテーブルのリストとしてモデル化します。
| Name | Description |
| Account | ビジネスや個人の情報、関連する活動など、取引先に関する詳細を含みます。 |
| AccountCleanInfo | Schema file for AccountCleanInfo. |
| AccountContactRole | 取引先内で取引先責任者が果たすロールを追跡します。Salesforce でリレーションを定義するのに役立ちます。 |
| AccountFeed | Account レコードに関連する投稿、コメント、およびインタラクションを含む、Chatter フィードの更新を取得します。 |
| AccountPartner | 取引先に関連するパートナー関係を保存します。ビジネスパートナー関係を追跡するのに役立ちます。 |
| AccountShare | Account レコードのアクセスおよび共有設定を制御し、誰がそのレコードを閲覧または編集できるかを定義します。 |
| ActionLinkGroupTemplate | Schema file for ActionLinkGroupTemplate. |
| ActionLinkTemplate | Schema file for ActionLinkTemplate. |
| ActivityFieldHistory | Schema file for ActivityFieldHistory. |
| AdditionalNumber | 取引先責任者や取引先など、さまざまなSalesforce エンティティに関連する追加の電話番号を保持します。 |
| AIRecordInsight | Schema file for AIRecordInsight. |
| AITrustAttribute | Schema file for AITrustAttribute. |
| AITrustAttrSetup | Schema file for AITrustAttrSetup. |
| AlternativePaymentMethod | Schema file for AlternativePaymentMethod. |
| AlternativePaymentMethodShare | Schema file for AlternativePaymentMethodShare. |
| AnalyticsUserAttrFuncTkn | Schema file for AnalyticsUserAttrFuncTkn. |
| AnalyticsUserAttrFuncTknShare | Schema file for AnalyticsUserAttrFuncTknShare. |
| AnalyticsVisualization | Schema file for AnalyticsVisualization. |
| AnalyticsVizField | Schema file for AnalyticsVizField. |
| AnalyticsVizViewDef | Schema file for AnalyticsVizViewDef. |
| Announcement | Schema file for Announcement. |
| ApexClass | サーバーサイドのビジネスロジックやカスタム機能を定義するApex クラスのメタデータを保存します。 |
| ApexComponent | 複数のVisualforce ページで再利用できるVisualforce コンポーネントのメタデータを含みます。 |
| ApexEmailNotification | Schema file for ApexEmailNotification. |
| ApexLog | Salesforce のApex トランザクション、デバッグ、およびパフォーマンス監視のために、実行ログを記録します。 |
| ApexPage | Salesforce でカスタムユーザーインターフェースを定義するVisualforce ページのメタデータを格納します。 |
| ApexTestQueueItem | 非同期テストキュー内のApex テスト実行を追跡し、開発者がテストの実行を管理できるようにします。 |
| ApexTestResult | Apex テストの実行結果(成功、失敗、エラーメッセージなど)を保存します。 |
| ApexTestResultLimits | Schema file for ApexTestResultLimits. |
| ApexTestRunResult | Schema file for ApexTestRunResult. |
| ApexTestSuite | Schema file for ApexTestSuite. |
| ApexTrigger | レコードが変更されたときにロジックを実行して処理を自動化するApex トリガーのメタデータを含みます。 |
| ApiAnomalyEventStoreFeed | Schema file for ApiAnomalyEventStoreFeed. |
| AppAnalyticsQueryRequest | Schema file for AppAnalyticsQueryRequest. |
| AppMenuItem | Salesforce のアプリケーションメニューに表示されるカスタム項目を定義し、アプリケーションやリンクへのナビゲーションを可能にします。 |
| Approval | Salesforce における承認プロセスのインスタンスを表し、ワークフロー承認とそのステータスを追跡します。 |
| ApprovalSubmissionShare | Schema file for ApprovalSubmissionShare. |
| AppUsageAssignment | Schema file for AppUsageAssignment. |
| Asset | 顧客が所有する商品を、保証やサポートの詳細を含め、納入商品の追跡のために管理します。 |
| AssetFeed | Asset レコードに関連する投稿や更新を含むChatter アクティビティを記録します。 |
| AssetRelationship | Schema file for AssetRelationship. |
| AssetRelationshipFeed | Schema file for AssetRelationshipFeed. |
| AssetShare | Schema file for AssetShare. |
| AssociatedLocation | Schema file for AssociatedLocation. |
| AsyncOperationLog | Schema file for AsyncOperationLog. |
| Attachment | 取引先、商談、ケースなど、さまざまなSalesforce レコードに関連するファイル添付を保存します。 |
| AuraDefinition | Schema file for AuraDefinition. |
| AuraDefinitionBundle | Schema file for AuraDefinitionBundle. |
| AuthConfigProviders | Schema file for AuthConfigProviders. |
| AuthorizationForm | Schema file for AuthorizationForm. |
| AuthorizationFormConsent | Schema file for AuthorizationFormConsent. |
| AuthorizationFormConsentShare | Schema file for AuthorizationFormConsentShare. |
| AuthorizationFormDataUse | Schema file for AuthorizationFormDataUse. |
| AuthorizationFormDataUseShare | Schema file for AuthorizationFormDataUseShare. |
| AuthorizationFormShare | Schema file for AuthorizationFormShare. |
| AuthorizationFormText | Schema file for AuthorizationFormText. |
| AuthorizationFormTextFeed | Schema file for AuthorizationFormTextFeed. |
| AuthProvider | 認証プロバイダーの設定を含み、サードパーティのログインシステムとの連携を可能にします。 |
| AuthProvParamFwdAllowlist | Schema file for AuthProvParamFwdAllowlist. |
| AuthSession | Salesforce ユーザーのログインセッションおよび認証の詳細を追跡します。 |
| BrandingSet | Schema file for BrandingSet. |
| BrandingSetProperty | Schema file for BrandingSetProperty. |
| BrandTemplate | Salesforce コミュニティやメールの外観をカスタマイズするためのブランディング要素やテンプレートを保存します。 |
| BriefcaseAssignment | Schema file for BriefcaseAssignment. |
| BrowserPolicyViolation | Schema file for BrowserPolicyViolation. |
| BusinessBrand | Schema file for BusinessBrand. |
| BusinessBrandShare | Schema file for BusinessBrandShare. |
| BusinessHours | ケースのエスカレーションルール、サービスレベル契約(SLA)の計算、時間ベースのワークフローで使用される営業時間を定義します。 |
| BusinessProcess | リードやケース管理などのビジネスプロセスを表し、さまざまなレコードのパスを定義します。 |
| CalendarView | Schema file for CalendarView. |
| CalendarViewShare | Schema file for CalendarViewShare. |
| CallCenter | コールセンター設定に関するメタデータを含み、Salesforce とテレフォニーシステムを統合します。 |
| CallCoachingMediaProvider | Schema file for CallCoachingMediaProvider. |
| CampaignFeed | Campaign レコードに関連するChatter 投稿および活動の更新を記録します。 |
| CampaignMember | リードおよび取引先責任者をキャンペーンに関連付け、参加状況やレスポンスの詳細を追跡します。 |
| CampaignShare | Campaign レコードの共有設定を制御し、ユーザーおよびグループのアクセスレベルを定義します。 |
| CardPaymentMethod | Schema file for CardPaymentMethod. |
| Case | 顧客サービスおよびサポートケースを管理し、問題、解決策、および顧客とのやり取りを追跡します。 |
| CaseComment | サポート担当者または顧客がケースレコードに追加したコメントを格納します。 |
| CaseContactRole | ケースと取引先責任者のリレーションを定義し、ケースプロセスにおけるロールを指定します。 |
| CaseFeed | ケースレコードに関連するChatter 活動(投稿や更新など)を記録します。 |
| CaseMilestone | Schema file for CaseMilestone. |
| CaseShare | ケースレコードの共有設定を制御し、ユーザーのアクセスレベルを定義します。 |
| CaseSolution | ケースにソリューションを関連付け、サポート担当者が顧客の問題を迅速に解決できるようにします。 |
| CaseTeamMember | ケースレコードに割り当てられたチームメンバーの詳細を格納します。 |
| CaseTeamRole | ケースレコードに対応するチームメンバーに割り当てられるロール(サポート担当者やマネージャーなど)を定義します。 |
| CaseTeamTemplate | ケースチーム用の定義済みテンプレートを管理し、標準化されたチーム割り当てを可能にします。 |
| CaseTeamTemplateMember | ケースチームテンプレートのメンバーを格納し、それぞれのロールと権限を定義します。 |
| CaseTeamTemplateRecord | ケースチームテンプレートを特定のケースレコードに関連付け、定義済みのチーム構成を適用します。 |
| CategoryData | Salesforce Knowledge やその他の分類機能で使用されるカテゴリに関連する構造化データを格納します。 |
| CategoryNode | ナレッジ記事やコンテンツを整理するための階層型カテゴリ構造を表します。 |
| ChatterExtension | Schema file for ChatterExtension. |
| ChatterExtensionConfig | Schema file for ChatterExtensionConfig. |
| ClientBrowser | Salesforce にアクセスする際に使用されるブラウザを識別し、ユーザーアクティビティや互換性の追跡に役立ちます。 |
| CollaborationGroup | Salesforce 内でのコラボレーションやディスカッションに使用されるChatter グループの詳細を格納します。 |
| CollaborationGroupFeed | コラボレーショングループに関連する投稿や更新などのChatter アクティビティを記録します。 |
| CollaborationGroupMember | Chatter コラボレーショングループに所属するユーザーをリストし、グループメンバーシップを管理します。 |
| CollaborationGroupMemberRequest | 承認が必要なChatter グループへの参加リクエストを追跡します。 |
| CollaborationGroupRecord | Schema file for CollaborationGroupRecord. |
| CollaborationInvitation | 外部ユーザーに送信されるSalesforce Chatter グループへの招待を管理します。 |
| CollaborationRoom | Schema file for CollaborationRoom. |
| CommSubscription | Schema file for CommSubscription. |
| CommSubscriptionChannelType | Schema file for CommSubscriptionChannelType. |
| CommSubscriptionChannelTypeFeed | Schema file for CommSubscriptionChannelTypeFeed. |
| CommSubscriptionChannelTypeShare | Schema file for CommSubscriptionChannelTypeShare. |
| CommSubscriptionConsent | Schema file for CommSubscriptionConsent. |
| CommSubscriptionConsentFeed | Schema file for CommSubscriptionConsentFeed. |
| CommSubscriptionConsentShare | Schema file for CommSubscriptionConsentShare. |
| CommSubscriptionFeed | Schema file for CommSubscriptionFeed. |
| CommSubscriptionShare | Schema file for CommSubscriptionShare. |
| CommSubscriptionTiming | Schema file for CommSubscriptionTiming. |
| CommSubscriptionTimingFeed | Schema file for CommSubscriptionTimingFeed. |
| ConferenceNumber | Schema file for ConferenceNumber. |
| ConsumptionRate | Schema file for ConsumptionRate. |
| ConsumptionSchedule | Schema file for ConsumptionSchedule. |
| ConsumptionScheduleFeed | Schema file for ConsumptionScheduleFeed. |
| ConsumptionScheduleShare | Schema file for ConsumptionScheduleShare. |
| Contact | 取引先に関連付けられた個人の詳細を保持し、コミュニケーションや関係性を追跡します。 |
| ContactCleanInfo | Schema file for ContactCleanInfo. |
| ContactFeed | 取引先責任者レコードに関連する投稿や更新などのChatter アクティビティを記録します。 |
| ContactPointAddress | Schema file for ContactPointAddress. |
| ContactPointAddressShare | Schema file for ContactPointAddressShare. |
| ContactPointConsent | Schema file for ContactPointConsent. |
| ContactPointConsentShare | Schema file for ContactPointConsentShare. |
| ContactPointEmail | Schema file for ContactPointEmail. |
| ContactPointEmailShare | Schema file for ContactPointEmailShare. |
| ContactPointPhone | Schema file for ContactPointPhone. |
| ContactPointPhoneShare | Schema file for ContactPointPhoneShare. |
| ContactPointTypeConsent | Schema file for ContactPointTypeConsent. |
| ContactPointTypeConsentShare | Schema file for ContactPointTypeConsentShare. |
| ContactRequest | Schema file for ContactRequest. |
| ContactRequestShare | Schema file for ContactRequestShare. |
| ContentAsset | Schema file for ContentAsset. |
| ContentDistribution | Schema file for ContentDistribution. |
| ContentDistributionView | Schema file for ContentDistributionView. |
| ContentDocument | レコードに添付されたファイルやライブラリに保存されたファイルなど、Salesforce にアップロードされたドキュメントを格納します。 |
| ContentDocumentFeed | コンテンツドキュメントに関連する投稿や更新などのChatter アクティビティを記録します。 |
| ContentDocumentLink | コンテンツドキュメントを複数のレコードにリンクし、ファイルをさまざまなオブジェクトに関連付けることを可能にします。 |
| ContentDocumentSubscription | Schema file for ContentDocumentSubscription. |
| ContentFolder | Schema file for ContentFolder. |
| ContentFolderMember | Schema file for ContentFolderMember. |
| ContentNote | Schema file for ContentNote. |
| ContentNotification | Schema file for ContentNotification. |
| ContentTagSubscription | Schema file for ContentTagSubscription. |
| ContentTaxonomy | Schema file for ContentTaxonomy. |
| ContentTaxonomyRelatedTerm | Schema file for ContentTaxonomyRelatedTerm. |
| ContentTaxonomyTerm | Schema file for ContentTaxonomyTerm. |
| ContentTaxonomyTermRelatedTerm | Schema file for ContentTaxonomyTermRelatedTerm. |
| ContentUserSubscription | Schema file for ContentUserSubscription. |
| ContentVersion | コンテンツドキュメントのさまざまなバージョンを追跡し、アップロードされたファイルのバージョン管理を可能にします。 |
| ContentVersionComment | Schema file for ContentVersionComment. |
| ContentVersionRating | Schema file for ContentVersionRating. |
| ContentWorkspace | Schema file for ContentWorkspace. |
| ContentWorkspaceDoc | Schema file for ContentWorkspaceDoc. |
| ContentWorkspaceMember | Schema file for ContentWorkspaceMember. |
| ContentWorkspacePermission | Schema file for ContentWorkspacePermission. |
| ContentWorkspaceSubscription | Schema file for ContentWorkspaceSubscription. |
| Contract | 契約条件、状況、更新詳細などを含む顧客契約を管理します。 |
| ContractContactRole | 取引先責任者と契約の間のリレーションを定義し、契約における役割を指定します。 |
| ContractFeed | 契約レコードに関連する投稿や更新などのChatter アクティビティを記録します。 |
| ContractLineItem | Schema file for ContractLineItem. |
| ContractLineItemFeed | Schema file for ContractLineItemFeed. |
| ConversationApiLog | Schema file for ConversationApiLog. |
| ConversationApiLogObjSum | Schema file for ConversationApiLogObjSum. |
| ConversationApiLogShare | Schema file for ConversationApiLogShare. |
| ConversationEntry | Schema file for ConversationEntry. |
| ConvIntelligenceSignalRule | Schema file for ConvIntelligenceSignalRule. |
| ConvIntelligenceSignalSubRule | Schema file for ConvIntelligenceSignalSubRule. |
| CorsWhitelistEntry | Schema file for CorsWhitelistEntry. |
| CredentialStuffingEventStoreFeed | Schema file for CredentialStuffingEventStoreFeed. |
| CreditMemo | Schema file for CreditMemo. |
| CreditMemoFeed | Schema file for CreditMemoFeed. |
| CreditMemoInvApplication | Schema file for CreditMemoInvApplication. |
| CreditMemoInvApplicationFeed | Schema file for CreditMemoInvApplicationFeed. |
| CreditMemoLine | Schema file for CreditMemoLine. |
| CreditMemoLineFeed | Schema file for CreditMemoLineFeed. |
| CreditMemoShare | Schema file for CreditMemoShare. |
| CspTrustedSite | Schema file for CspTrustedSite. |
| CurrencyType | Schema file for CurrencyType. |
| CustomBrand | Schema file for CustomBrand. |
| CustomBrandAsset | Schema file for CustomBrandAsset. |
| Customer | Schema file for Customer. |
| CustomerShare | Schema file for CustomerShare. |
| CustomHelpMenuItem | Schema file for CustomHelpMenuItem. |
| CustomHelpMenuSection | Schema file for CustomHelpMenuSection. |
| CustomNotificationType | Schema file for CustomNotificationType. |
| DandBCompany | Schema file for DandBCompany. |
| DashboardComponentFeed | DashboardComponent に関連するChatter 活動(投稿や更新など)を記録します。 |
| DashboardFeed | Dashboard に関連するChatter 活動(投稿や更新など)を記録します。 |
| DataAssetPromotionRequest | Schema file for DataAssetPromotionRequest. |
| DataEncryptionKey | Schema file for DataEncryptionKey. |
| DataMaskCustomValueLibrary | Schema file for DataMaskCustomValueLibrary. |
| DataMaskCustomValueLibraryShare | Schema file for DataMaskCustomValueLibraryShare. |
| DataUseLegalBasis | Schema file for DataUseLegalBasis. |
| DataUseLegalBasisShare | Schema file for DataUseLegalBasisShare. |
| DataUsePurpose | Schema file for DataUsePurpose. |
| DataUsePurposeShare | Schema file for DataUsePurposeShare. |
| DigitalWallet | Schema file for DigitalWallet. |
| Document | Salesforce のレガシーのドキュメントライブラリにアップロードされたドキュメントおよびファイルを保存します。 |
| DocumentAttachmentMap | 添付ファイルをドキュメントにマッピングし、ファイルをさまざまなレコードにリンクできるようにします。 |
| DuplicateRecordItem | Schema file for DuplicateRecordItem. |
| DuplicateRecordSet | Schema file for DuplicateRecordSet. |
| EmailCapture | Schema file for EmailCapture. |
| EmailDomainFilter | Schema file for EmailDomainFilter. |
| EmailDomainKey | Schema file for EmailDomainKey. |
| EmailMessage | Schema file for EmailMessage. |
| EmailMessageRelation | Schema file for EmailMessageRelation. |
| EmailRelay | Schema file for EmailRelay. |
| EmailServicesAddress | Salesforce のメールサービス用に設定されたメールアドレスを保存し、自動メール処理を可能にします。 |
| EmailServicesFunction | Salesforce メールサービスを通じて受信メールを処理する機能を定義します。 |
| EmailTemplate | 標準化された送信メール通信に使用されるメールテンプレートを管理します。 |
| EngagementChannelType | Schema file for EngagementChannelType. |
| EngagementChannelTypeFeed | Schema file for EngagementChannelTypeFeed. |
| EngagementChannelTypeShare | Schema file for EngagementChannelTypeShare. |
| EngmtChannelTypeSettings | Schema file for EngmtChannelTypeSettings. |
| EnhancedLetterhead | Schema file for EnhancedLetterhead. |
| EnhancedLetterheadFeed | Schema file for EnhancedLetterheadFeed. |
| Entitlement | Schema file for Entitlement. |
| EntitlementContact | Schema file for EntitlementContact. |
| EntitlementFeed | Schema file for EntitlementFeed. |
| EntitlementTemplate | Schema file for EntitlementTemplate. |
| EntityMilestone | Schema file for EntityMilestone. |
| EntityMilestoneFeed | Schema file for EntityMilestoneFeed. |
| EntitySubscription | Chatter のサブスクリプションを追跡し、ユーザーがレコードをフォローして更新を受け取れるようにします。 |
| Event | ユーザーまたはレコードに関連付けられたスケジュールされた会議、予定、およびカレンダーイベントを保存します。 |
| EventFeed | Event レコードに関連する投稿や更新を含むChatter 活動をキャプチャします。 |
| EventRelation | 行動と、招待者やリードなどの関連レコードとのリレーションを管理します。 |
| EvfPipelineSubTaskDetails | Schema file for EvfPipelineSubTaskDetails. |
| ExpressionFilter | Schema file for ExpressionFilter. |
| ExpressionFilterCriteria | Schema file for ExpressionFilterCriteria. |
| ExternalDataUserAuth | Schema file for ExternalDataUserAuth. |
| ExternalEncryptionRootKey | Schema file for ExternalEncryptionRootKey. |
| ExternalEvent | Schema file for ExternalEvent. |
| ExternalEventMapping | Schema file for ExternalEventMapping. |
| ExternalEventMappingShare | Schema file for ExternalEventMappingShare. |
| FeedAttachment | Schema file for FeedAttachment. |
| FeedComment | Salesforce レコード全体のChatter 投稿に追加されたコメントを格納します。 |
| FeedItem | ステータスの更新、ファイルの共有、レコードとのやり取りを含むChatter 投稿を表します。 |
| FieldPermissions | 項目レベルのセキュリティ設定を定義し、個々の項目に対するユーザーのアクセス権限を指定します。 |
| FinanceBalanceSnapshot | Schema file for FinanceBalanceSnapshot. |
| FinanceBalanceSnapshotShare | Schema file for FinanceBalanceSnapshotShare. |
| FinanceTransaction | Schema file for FinanceTransaction. |
| FinanceTransactionShare | Schema file for FinanceTransactionShare. |
| FlowInterview | Schema file for FlowInterview. |
| FlowInterviewLogShare | Schema file for FlowInterviewLogShare. |
| FlowInterviewShare | Schema file for FlowInterviewShare. |
| FlowOrchestration | Schema file for FlowOrchestration. |
| FlowOrchestrationInstance | Schema file for FlowOrchestrationInstance. |
| FlowOrchestrationInstanceShare | Schema file for FlowOrchestrationInstanceShare. |
| FlowOrchestrationLog | Schema file for FlowOrchestrationLog. |
| FlowOrchestrationStageInstance | Schema file for FlowOrchestrationStageInstance. |
| FlowOrchestrationStageInstanceShare | Schema file for FlowOrchestrationStageInstanceShare. |
| FlowOrchestrationStepInstance | Schema file for FlowOrchestrationStepInstance. |
| FlowOrchestrationStepInstanceShare | Schema file for FlowOrchestrationStepInstanceShare. |
| FlowOrchestrationWorkItem | Schema file for FlowOrchestrationWorkItem. |
| FlowOrchestrationWorkItemShare | Schema file for FlowOrchestrationWorkItemShare. |
| FlowRecord | Schema file for FlowRecord. |
| FlowRecordRelation | Schema file for FlowRecordRelation. |
| FlowRecordShare | Schema file for FlowRecordShare. |
| FlowRecordVersion | Schema file for FlowRecordVersion. |
| FlowStageRelation | Schema file for FlowStageRelation. |
| FlowTestResultShare | Schema file for FlowTestResultShare. |
| Folder | Salesforce 内でレポート、ダッシュボード、ドキュメントを整理するために使用されるフォルダを表します。 |
| ForecastShare | 売上予測データの共有設定を管理し、誰が売上予測レコードを表示または編集できるかを定義します。 |
| Group | Salesforce 内でのコラボレーションおよび共有に使用される、公開グループおよび非公開グループを管理します。 |
| GroupMember | グループメンバーシップの詳細を保存し、特定の公開または非公開グループに割り当てられているユーザーを一覧表示します。 |
| GtwyProvPaymentMethodType | Schema file for GtwyProvPaymentMethodType. |
| GuestUserAnomalyEventStoreFeed | Schema file for GuestUserAnomalyEventStoreFeed. |
| HashtagDefinition | Chatter 投稿で使用されるカスタムハッシュタグを追跡し、コンテンツの分類や検索を可能にします。 |
| Holiday | 営業時間やケースのエスカレーションルールで参照できる、全社的な休日を格納します。 |
| Idea | Schema file for Idea. |
| IdeaComment | Schema file for IdeaComment. |
| IframeWhiteListUrl | Schema file for IframeWhiteListUrl. |
| Image | Schema file for Image. |
| ImageFeed | Schema file for ImageFeed. |
| ImageShare | Schema file for ImageShare. |
| Individual | Schema file for Individual. |
| IndividualShare | Schema file for IndividualShare. |
| Invoice | Schema file for Invoice. |
| InvoiceFeed | Schema file for InvoiceFeed. |
| InvoiceLine | Schema file for InvoiceLine. |
| InvoiceLineFeed | Schema file for InvoiceLineFeed. |
| InvoiceShare | Schema file for InvoiceShare. |
| IPAddressRange | Schema file for IPAddressRange. |
| Lead | 取引先や取引先責任者に変換される前の見込み客やビジネス機会を追跡します。 |
| LeadCleanInfo | Schema file for LeadCleanInfo. |
| LeadFeed | リードレコードに関連するChatter 活動(投稿や更新を含む)を記録します。 |
| LeadShare | リードレコードの共有設定を管理し、ユーザーのアクセスレベルと可視性を定義します。 |
| LegalEntity | Schema file for LegalEntity. |
| LegalEntityFeed | Schema file for LegalEntityFeed. |
| LegalEntityShare | Schema file for LegalEntityShare. |
| LightningExperienceTheme | Schema file for LightningExperienceTheme. |
| LightningOnboardingConfig | Schema file for LightningOnboardingConfig. |
| ListEmail | Schema file for ListEmail. |
| ListEmailIndividualRecipient | Schema file for ListEmailIndividualRecipient. |
| ListEmailRecipientSource | Schema file for ListEmailRecipientSource. |
| ListEmailShare | Schema file for ListEmailShare. |
| ListViewChart | Schema file for ListViewChart. |
| LiveChatSensitiveDataRule | Schema file for LiveChatSensitiveDataRule. |
| Location | Schema file for Location. |
| LocationFeed | Schema file for LocationFeed. |
| LocationGroup | Schema file for LocationGroup. |
| LocationGroupAssignment | Schema file for LocationGroupAssignment. |
| LocationGroupFeed | Schema file for LocationGroupFeed. |
| LocationGroupShare | Schema file for LocationGroupShare. |
| LocationShare | Schema file for LocationShare. |
| LoginAnomalyEventStoreFeed | Schema file for LoginAnomalyEventStoreFeed. |
| LoginIp | ユーザーログインに関連するIP アドレスの詳細を保存し、セキュリティやアクセスパターンの追跡に役立てます。 |
| Macro | Schema file for Macro. |
| MacroInstruction | Schema file for MacroInstruction. |
| MacroShare | Schema file for MacroShare. |
| MacroUsage | Schema file for MacroUsage. |
| MacroUsageShare | Schema file for MacroUsageShare. |
| MailmergeTemplate | パーソナライズされたドキュメントを生成するために使用される差し込み印刷テンプレートを管理します。 |
| MessagingChannel | Schema file for MessagingChannel. |
| MessagingChannelUsage | Schema file for MessagingChannelUsage. |
| MessagingEndUser | Schema file for MessagingEndUser. |
| MessagingEndUserShare | Schema file for MessagingEndUserShare. |
| MessagingSession | Schema file for MessagingSession. |
| MessagingSessionFeed | Schema file for MessagingSessionFeed. |
| MessagingSessionMetrics | Schema file for MessagingSessionMetrics. |
| MessagingSessionShare | Schema file for MessagingSessionShare. |
| MilestoneType | Schema file for MilestoneType. |
| MlFeatureValueMetric | Schema file for MlFeatureValueMetric. |
| MobileApplicationDetail | Schema file for MobileApplicationDetail. |
| MobileDeviceRegistrar | Salesforce へアクセスするために登録されたモバイルデバイスを追跡し、モバイルセキュリティおよび認証に使用されます。 |
| MsgChannelLanguageKeyword | Schema file for MsgChannelLanguageKeyword. |
| MsgChannelUsageExternalOrg | Schema file for MsgChannelUsageExternalOrg. |
| MutingPermissionSet | Schema file for MutingPermissionSet. |
| MyDomainDiscoverableLogin | Schema file for MyDomainDiscoverableLogin. |
| Note | Salesforce レコードに添付された、参照および記録用のユーザー作成のメモを格納します。 |
| OauthCustomScope | Schema file for OauthCustomScope. |
| OauthCustomScopeApp | Schema file for OauthCustomScopeApp. |
| OauthTokenExchangeHandler | Schema file for OauthTokenExchangeHandler. |
| OauthTokenExchHandlerApp | Schema file for OauthTokenExchHandlerApp. |
| ObjectPermissions | オブジェクトレベルの権限を定義し、ユーザーによる各種Salesforce オブジェクトへのアクセスを制御します。 |
| ObjectTerritory2AssignmentRule | Schema file for ObjectTerritory2AssignmentRule. |
| ObjectTerritory2AssignmentRuleItem | Schema file for ObjectTerritory2AssignmentRuleItem. |
| ObjectTerritory2Association | Schema file for ObjectTerritory2Association. |
| OnboardingMetrics | Schema file for OnboardingMetrics. |
| Opportunity | 収益を生み出す可能性のある商談を追跡し、商談パイプラインを管理します。 |
| OpportunityCompetitor | 商談に関連付けられた競合会社の詳細を格納し、競合に関するインサイトの追跡を支援します。 |
| OpportunityContactRole | 取引先責任者と商談の関係を定義し、商談における役割を指定します。 |
| OpportunityFeed | 商談レコードに関連するChatter 活動(投稿や更新を含む)を記録します。 |
| OpportunityLineItem | 商談に関連付けられた商品やサービスを表し、価格と数量を追跡します。 |
| OpportunityPartner | 商談に関連付けられたビジネスパートナーの詳細を格納し、パートナーシップの関与を追跡します。 |
| OpportunityShare | 商談レコードの共有設定を管理し、ユーザーのアクセスレベルを定義します。 |
| Order | Schema file for Order. |
| OrderAdjustmentGroup | Schema file for OrderAdjustmentGroup. |
| OrderAdjustmentGroupFeed | Schema file for OrderAdjustmentGroupFeed. |
| OrderAdjustmentGroupSummary | Schema file for OrderAdjustmentGroupSummary. |
| OrderAdjustmentGroupSummaryFeed | Schema file for OrderAdjustmentGroupSummaryFeed. |
| OrderChangeLogFeed | Schema file for OrderChangeLogFeed. |
| OrderDeliveryGroup | Schema file for OrderDeliveryGroup. |
| OrderDeliveryGroupFeed | Schema file for OrderDeliveryGroupFeed. |
| OrderDeliveryGroupSummary | Schema file for OrderDeliveryGroupSummary. |
| OrderDeliveryGroupSummaryFeed | Schema file for OrderDeliveryGroupSummaryFeed. |
| OrderDeliveryMethod | Schema file for OrderDeliveryMethod. |
| OrderDeliveryMethodFeed | Schema file for OrderDeliveryMethodFeed. |
| OrderDeliveryMethodShare | Schema file for OrderDeliveryMethodShare. |
| OrderFeed | Schema file for OrderFeed. |
| OrderItem | Schema file for OrderItem. |
| OrderItemAdjustmentLineItem | Schema file for OrderItemAdjustmentLineItem. |
| OrderItemAdjustmentLineItemFeed | Schema file for OrderItemAdjustmentLineItemFeed. |
| OrderItemAdjustmentLineSummary | Schema file for OrderItemAdjustmentLineSummary. |
| OrderItemAdjustmentLineSummaryFeed | Schema file for OrderItemAdjustmentLineSummaryFeed. |
| OrderItemFeed | Schema file for OrderItemFeed. |
| OrderItemRelationship | Schema file for OrderItemRelationship. |
| OrderItemRelationshipFeed | Schema file for OrderItemRelationshipFeed. |
| OrderItemsRest | Schema file for OrderItemsRest. |
| OrderItemSummary | Schema file for OrderItemSummary. |
| OrderItemSummaryChange | Schema file for OrderItemSummaryChange. |
| OrderItemSummaryFeed | Schema file for OrderItemSummaryFeed. |
| OrderItemSummaryRelationship | Schema file for OrderItemSummaryRelationship. |
| OrderItemTaxLineItem | Schema file for OrderItemTaxLineItem. |
| OrderItemTaxLineItemFeed | Schema file for OrderItemTaxLineItemFeed. |
| OrderItemTaxLineItemSummary | Schema file for OrderItemTaxLineItemSummary. |
| OrderItemTaxLineItemSummaryFeed | Schema file for OrderItemTaxLineItemSummaryFeed. |
| OrderPaymentSummary | Schema file for OrderPaymentSummary. |
| OrderPaymentSummaryFeed | Schema file for OrderPaymentSummaryFeed. |
| OrderPaymentSummaryReference | Schema file for OrderPaymentSummaryReference. |
| OrderPaymentSummaryShare | Schema file for OrderPaymentSummaryShare. |
| OrderSummary | Schema file for OrderSummary. |
| OrderSummaryAdditionalInfo | Schema file for OrderSummaryAdditionalInfo. |
| OrderSummaryAdditionalInfoFeed | Schema file for OrderSummaryAdditionalInfoFeed. |
| OrderSummaryAdditionalInfoShare | Schema file for OrderSummaryAdditionalInfoShare. |
| OrderSummaryFeed | Schema file for OrderSummaryFeed. |
| OrderSummaryRelationship | Schema file for OrderSummaryRelationship. |
| OrderSummaryRoutingSchedule | Schema file for OrderSummaryRoutingSchedule. |
| OrderSummaryRoutingScheduleShare | Schema file for OrderSummaryRoutingScheduleShare. |
| OrderSummaryShare | Schema file for OrderSummaryShare. |
| Organization | Salesforce 組織に関する情報(会社設定や環境設定を含む)を格納します。 |
| OrgDeleteRequest | Schema file for OrgDeleteRequest. |
| OrgDeleteRequestShare | Schema file for OrgDeleteRequestShare. |
| OrgEmailAddressSecurity | Schema file for OrgEmailAddressSecurity. |
| OrgMetric | Schema file for OrgMetric. |
| OrgMetricScanResult | Schema file for OrgMetricScanResult. |
| OrgMetricScanSummary | Schema file for OrgMetricScanSummary. |
| OrgWideEmailAddress | Salesforce からシステム生成メールを送信するために使用される組織全体のメールアドレスを管理します。 |
| OutgoingEmail | Schema file for OutgoingEmail. |
| OutgoingEmailRelation | Schema file for OutgoingEmailRelation. |
| PardotTenant | Schema file for PardotTenant. |
| Partner | ビジネスパートナー関係を追跡し、取引先や商談に関連付けます。 |
| PartyConsent | Schema file for PartyConsent. |
| PartyConsentFeed | Schema file for PartyConsentFeed. |
| PartyConsentShare | Schema file for PartyConsentShare. |
| Payment | Schema file for Payment. |
| PaymentAuthAdjustment | Schema file for PaymentAuthAdjustment. |
| PaymentAuthorization | Schema file for PaymentAuthorization. |
| PaymentFeed | Schema file for PaymentFeed. |
| PaymentGateway | Schema file for PaymentGateway. |
| PaymentGatewayLog | Schema file for PaymentGatewayLog. |
| PaymentGatewayProvider | Schema file for PaymentGatewayProvider. |
| PaymentGroup | Schema file for PaymentGroup. |
| PaymentLineInvoice | Schema file for PaymentLineInvoice. |
| PermissionSet | ユーザーに追加のアクセス権とセキュリティ権限を付与する権限セットを管理します。 |
| PermissionSetAssignment | 権限セットをユーザーに割り当て、標準プロファイルを超えたセキュリティとアクセス権を拡張します。 |
| PermissionSetGroup | Schema file for PermissionSetGroup. |
| PermissionSetGroupComponent | Schema file for PermissionSetGroupComponent. |
| PermissionSetLicenseAssign | 特定のユーザーへの権限セットライセンスの割り当てを管理します。 |
| PermissionSetTabSetting | Schema file for PermissionSetTabSetting. |
| PipelineInspectionListView | Schema file for PipelineInspectionListView. |
| PlatformCachePartition | Schema file for PlatformCachePartition. |
| PlatformCachePartitionType | Schema file for PlatformCachePartitionType. |
| Pricebook2 | 商品とサービスに対して異なる価格設定構造を定義する価格表を保存します。 |
| PricebookEntry | 価格表内の個別の商品エントリを表し、商品を特定の価格詳細にリンクします。 |
| PrivacyJobSessionShare | Schema file for PrivacyJobSessionShare. |
| PrivacyObjectSessionShare | Schema file for PrivacyObjectSessionShare. |
| PrivacyPolicy | Schema file for PrivacyPolicy. |
| PrivacyPolicyDefinition | Schema file for PrivacyPolicyDefinition. |
| PrivacyRTBFRequest | Schema file for PrivacyRTBFRequest. |
| PrivacyRTBFRequestFeed | Schema file for PrivacyRTBFRequestFeed. |
| PrivacyRTBFRequestShare | Schema file for PrivacyRTBFRequestShare. |
| PrivacySessionRecordFailureShare | Schema file for PrivacySessionRecordFailureShare. |
| ProcessException | Schema file for ProcessException. |
| ProcessExceptionShare | Schema file for ProcessExceptionShare. |
| ProcessInstanceWorkitem | 承認プロセスの一部としてユーザーに割り当てられたワークアイテムを保存します。 |
| Product2 | 会社が提供する商品やサービスの詳細を含む、商品カタログ情報を保存します。 |
| Product2Feed | Product2 レコードに関連する投稿や更新を含むChatter アクティビティを取得します。 |
| ProductConsumptionSchedule | Schema file for ProductConsumptionSchedule. |
| ProductEntitlementTemplate | Schema file for ProductEntitlementTemplate. |
| ProductRelatedComponent | Schema file for ProductRelatedComponent. |
| ProductRelationshipType | Schema file for ProductRelationshipType. |
| Profile | さまざまなロールのアクセス権限とセキュリティ設定を指定し、ユーザープロファイルを定義します。 |
| Prompt | Schema file for Prompt. |
| PromptAction | Schema file for PromptAction. |
| PromptActionShare | Schema file for PromptActionShare. |
| PromptError | Schema file for PromptError. |
| PromptErrorShare | Schema file for PromptErrorShare. |
| PromptVersion | Schema file for PromptVersion. |
| Prospect | Schema file for Prospect. |
| PushTopic | Streaming API を通じたリアルタイムデータ更新に使用されるPushTopic レコードを保存します。 |
| QueueSobject | キューに割り当てられたレコードを追跡し、チーム間でのワークロード配分を管理します。 |
| QuickText | Schema file for QuickText. |
| QuickTextShare | Schema file for QuickTextShare. |
| QuickTextUsageShare | Schema file for QuickTextUsageShare. |
| Quote | 営業見積を表し、顧客に提示する価格詳細と商品を追跡します。 |
| QuoteDocument | 顧客に送信されるPDF を含む、Salesforce で生成された見積ドキュメントを保存します。 |
| QuoteFeed | 見積レコードに関連する投稿や更新を含むChatter 活動を記録します。 |
| QuoteLineItem | 見積に含まれる個別の商品またはサービスを追跡し、価格と数量を管理します。 |
| RecentlyViewed | 迅速な取得とナビゲーションのためにユーザーが最近アクセスしたレコードを保存します。 |
| Recommendation | Schema file for Recommendation. |
| RecommendationResponse | Schema file for RecommendationResponse. |
| RecordAction | Schema file for RecordAction. |
| RecordType | オブジェクト内でさまざまなレコードタイプを定義し、カスタマイズされたページレイアウトとプロセスを可能にします。 |
| RedirectWhitelistUrl | Schema file for RedirectWhitelistUrl. |
| Refund | Schema file for Refund. |
| RefundLinePayment | Schema file for RefundLinePayment. |
| ReplyEmailSettings | Schema file for ReplyEmailSettings. |
| ReportAnomalyEventStoreFeed | Schema file for ReportAnomalyEventStoreFeed. |
| ReportFeed | レポートレコードに関連する投稿や更新を含むChatter アクティビティを記録します。 |
| RuleTerritory2Association | Schema file for RuleTerritory2Association. |
| SalesChannel | Schema file for SalesChannel. |
| SalesChannelFeed | Schema file for SalesChannelFeed. |
| SalesChannelShare | Schema file for SalesChannelShare. |
| Scontrol | Visualforce とLightning コンポーネント以前の古いSalesforce 環境で使用されていたレガシーカスタムコントロールを表します。 |
| Scorecard | Schema file for Scorecard. |
| ScorecardAssociation | Schema file for ScorecardAssociation. |
| ScorecardMetric | Schema file for ScorecardMetric. |
| ScorecardShare | Schema file for ScorecardShare. |
| SearchPromotionRule | Schema file for SearchPromotionRule. |
| SecurityCustomBaseline | Schema file for SecurityCustomBaseline. |
| SelfServiceUser | ケースをログし、ナレッジ記事にアクセスできるセルフサービスポータルユーザーを管理します。 |
| Seller | Schema file for Seller. |
| SellerShare | Schema file for SellerShare. |
| SenderEmailAddress | Schema file for SenderEmailAddress. |
| SenderEmailAddressShare | Schema file for SenderEmailAddressShare. |
| ServiceContract | Schema file for ServiceContract. |
| ServiceContractFeed | Schema file for ServiceContractFeed. |
| ServiceContractShare | Schema file for ServiceContractShare. |
| SessionHijackingEventStoreFeed | Schema file for SessionHijackingEventStoreFeed. |
| SetupAssistantStep | Schema file for SetupAssistantStep. |
| SetupEntityAccess | カスタムメタデータ型、オブジェクト、システム権限のアクセス設定を制御します。 |
| SiteFeed | サイトレコードに関連する投稿や更新を含むChatter アクティビティを記録します。 |
| SiteIframeWhiteListUrl | Schema file for SiteIframeWhiteListUrl. |
| SiteRedirectMapping | Schema file for SiteRedirectMapping. |
| Solution | 顧客の問題を解決するためのナレッジベースで使用されるソリューションを格納します。 |
| SolutionFeed | ソリューションレコードに関連する投稿や更新を含むChatter アクティビティを記録します。 |
| SPSamlAttributes | Schema file for SPSamlAttributes. |
| StaticResource | Visualforce およびLightning アプリケーションで使用する画像、スタイルシート、JavaScript などの静的ファイルを格納します。 |
| StreamingChannel | Schema file for StreamingChannel. |
| StreamingChannelShare | Schema file for StreamingChannelShare. |
| Swarm | Schema file for Swarm. |
| SwarmFeed | Schema file for SwarmFeed. |
| SwarmMember | Schema file for SwarmMember. |
| SwarmMemberFeed | Schema file for SwarmMemberFeed. |
| SwarmMemberShare | Schema file for SwarmMemberShare. |
| SwarmShare | Schema file for SwarmShare. |
| TableauHostMapping | Schema file for TableauHostMapping. |
| TableauHostMappingShare | Schema file for TableauHostMappingShare. |
| Task | Salesforce 内のアクティビティを追跡するフォローアップやリマインダーなどのユーザーToDo を表します。 |
| TaskFeed | ToDo レコードに関連する投稿や更新を含むChatter アクティビティを記録します。 |
| Territory2 | Schema file for Territory2. |
| Territory2Model | Schema file for Territory2Model. |
| Territory2ModelFeed | Schema file for Territory2ModelFeed. |
| Territory2ObjectExclusion | Schema file for Territory2ObjectExclusion. |
| Territory2ObjSharingConfig | Schema file for Territory2ObjSharingConfig. |
| Territory2Type | Schema file for Territory2Type. |
| TerritoryAdminAssignment | Schema file for TerritoryAdminAssignment. |
| TerritoryMgmtObjectConfig | Schema file for TerritoryMgmtObjectConfig. |
| TestSuiteMembership | Schema file for TestSuiteMembership. |
| ThreatDetectionFeedback | Schema file for ThreatDetectionFeedback. |
| ThreatDetectionFeedbackFeed | Schema file for ThreatDetectionFeedbackFeed. |
| TodayGoal | Schema file for TodayGoal. |
| TodayGoalShare | Schema file for TodayGoalShare. |
| Topic | Chatter やレコードでコンテンツを分類およびグループ化するために使用されるトピックを表します。 |
| TopicAssignment | トピックをレコードにリンクし、ユーザーがトピックタグを使用してコンテンツを分類およびフィルタリングできるようにします。 |
| TopicFeed | トピックレコードに関連する投稿や更新を含むChatter アクティビティを記録します。 |
| TopicUserEvent | Schema file for TopicUserEvent. |
| TransactionSecurityPolicy | Schema file for TransactionSecurityPolicy. |
| User | Salesforce ユーザーの詳細(ログイン資格情報、プロファイル、ロールなど)を保存します。 |
| UserAppInfo | Schema file for UserAppInfo. |
| UserAppMenuCustomization | Schema file for UserAppMenuCustomization. |
| UserAppMenuCustomizationShare | Schema file for UserAppMenuCustomizationShare. |
| UserDefinedLabel | Schema file for UserDefinedLabel. |
| UserDefinedLabelAssignment | Schema file for UserDefinedLabelAssignment. |
| UserDefinedLabelAssignmentShare | Schema file for UserDefinedLabelAssignmentShare. |
| UserDefinedLabelShare | Schema file for UserDefinedLabelShare. |
| UserEmailPreferredPerson | Schema file for UserEmailPreferredPerson. |
| UserEmailPreferredPersonShare | Schema file for UserEmailPreferredPersonShare. |
| UserFeed | User レコードに関連する投稿や更新を含むChatter アクティビティをキャプチャします。 |
| UserListView | Schema file for UserListView. |
| UserListViewCriterion | Schema file for UserListViewCriterion. |
| UserLocalWebServerIdentity | Schema file for UserLocalWebServerIdentity. |
| UserLocalWebServerIdentityShare | Schema file for UserLocalWebServerIdentityShare. |
| UserLogin | 認証試行を記録し、成功したログイン試行と失敗したログイン試行を追跡します。 |
| UserPackageLicense | Schema file for UserPackageLicense. |
| UserPreference | 機能、通知、カスタマイズ設定に関するユーザー固有の個人設定を保存します。 |
| UserPrioritizedRecord | Schema file for UserPrioritizedRecord. |
| UserPrioritizedRecordShare | Schema file for UserPrioritizedRecordShare. |
| UserProfile | 名前、E メール、アクセシビリティ設定を含むユーザープロファイル情報を管理します。 |
| UserProvAccount | Schema file for UserProvAccount. |
| UserProvAccountStaging | Schema file for UserProvAccountStaging. |
| UserProvisioningConfig | Schema file for UserProvisioningConfig. |
| UserProvisioningLog | Schema file for UserProvisioningLog. |
| UserProvisioningRequest | Schema file for UserProvisioningRequest. |
| UserProvisioningRequestShare | Schema file for UserProvisioningRequestShare. |
| UserProvMockTarget | Schema file for UserProvMockTarget. |
| UserRole | Salesforce におけるロール階層を定義し、データアクセスやレポート関係を制御します。 |
| UserShare | Schema file for UserShare. |
| UserTerritory2Association | Schema file for UserTerritory2Association. |
| UserTerritory2AssocLog | Schema file for UserTerritory2AssocLog. |
| Vote | Chatter の投稿やコメントに投じられた投票を格納し、ユーザーが承認や同意を示すことができるようにします。 |
| WaveAutoInstallRequest | Schema file for WaveAutoInstallRequest. |
| WebLink | Salesforce ページレイアウトに追加されたカスタムWeb リンクを管理し、外部リソースへの迅速なアクセスを提供します。 |
| WebStore | Schema file for WebStore. |
| WebStoreShare | Schema file for WebStoreShare. |
| WorkOrder | Schema file for WorkOrder. |
| WorkOrderFeed | Schema file for WorkOrderFeed. |
| WorkOrderLineItem | Schema file for WorkOrderLineItem. |
| WorkOrderLineItemFeed | Schema file for WorkOrderLineItemFeed. |
| WorkOrderShare | Schema file for WorkOrderShare. |
Cloud は、Tables に記載されていないSalesforce アカウントにもカスタムエンティティを公開できます。普通のテーブルと同様に、このカスタムエンティティに対してクエリを実行できます。さらに、標準エンティティのカスタムフィールドに対してもクエリを実行できます。
リストおよびカスタムフィールドの名前には、いくつかの制限が適用されます。リスト名に含まれる空白は、テーブル名ではアンダースコアに変換されます。 また、すべてのカスタムフィールドおよびカスタムエンティティは、名前の末尾に追加された「__c」でSalesforce によって識別されます。
Spring20リリースのSalesforce のAPI では、「アプリケーションのカスタマイズ」権限を持たないユーザーが保護されていないカスタムメタデータタイプを読み取るためのアクセスが取り消されています。 ユーザーへの影響を最小限に抑えるために、アプリケーションのカスタマイズ権限を持つ管理者は、プロファイルまたは権限セットを通じて読み取りアクセス権を付与できます。 詳しくは、このリンクを参照してください。
ビジネスや個人の情報、関連する活動など、取引先に関する詳細を含みます。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
取引先レコードを識別する一意のSalesforce ID。 | |
| IsDeleted | Bool | True |
取引先がSalesforce から削除されているか(true)、削除されていないか(false)を示します。 | |
| MasterRecordId | String | True |
Account.Id |
この取引先が結合されたセットの一部である場合のマスター取引先レコードのID。 |
| Name | String | False |
取引先名で、通常は会社や組織を表します。 | |
| LastName | String | False |
取引先責任者または個人取引先の姓。個人取引先には必須です。 | |
| FirstName | String | False |
取引先責任者または個人取引先の名。 | |
| Salutation | String | False |
あいさつの際に名前の前に使用する敬称の略語、単語、またはフレーズ。 | |
| Type | String | False |
顧客、パートナー、見込み客などの取引先の分類。 | |
| RecordTypeId | String | False |
RecordType.Id |
このオブジェクトに割り当てられたレコードタイプのID。 |
| ParentId | String | False |
Account.Id |
階層関係にある親オブジェクトのID。 |
| BillingStreet | String | False |
この取引先の請求先住所の所在地、番地。 | |
| BillingCity | String | False |
この取引先の請求先住所に関連付けられた市区郡。 | |
| BillingState | String | False |
請求先住所の都道府県名。 | |
| BillingPostalCode | String | False |
請求先住所の郵便番号またはZIP コード。 | |
| BillingCountry | String | False |
請求先住所に関連付けられた国。 | |
| BillingLatitude | Double | False |
地図作成や地理位置情報のための請求先住所の緯度座標。 | |
| BillingLongitude | Double | False |
地図作成や地理位置情報のための請求先住所の経度座標。 | |
| BillingGeocodeAccuracy | String | False |
請求先住所のジオコードの精度レベル。 | |
| ShippingStreet | String | False |
この取引先の納入先住所の所在地、番地。 | |
| ShippingCity | String | False |
この取引先の納入先住所に関連付けられた市区郡。 | |
| ShippingState | String | False |
納入先住所の都道府県名。 | |
| ShippingPostalCode | String | False |
納入先住所の郵便番号またはZIP コード。 | |
| ShippingCountry | String | False |
納入先住所に関連付けられた国。 | |
| ShippingLatitude | Double | False |
地理位置情報のための納入先住所の緯度座標。 | |
| ShippingLongitude | Double | False |
地理位置情報のための納入先住所の経度座標。 | |
| ShippingGeocodeAccuracy | String | False |
配送先住所のジオコードの精度レベル。 | |
| Phone | String | False |
この取引先に関連付けられている主な電話番号。 | |
| Fax | String | False |
この取引先に関連付けられているFAX 番号。 | |
| AccountNumber | String | False |
この取引先に割り当てられたカスタムまたはシステム生成の参照番号。 | |
| Website | String | False |
この取引先の会社Web サイトのURL。 | |
| PhotoUrl | String | True |
取引先責任者の写真のURL。 | |
| Sic | String | False |
事業を分類するための標準産業分類(SIC)コード。 | |
| Industry | String | False |
この取引先が属する業種(テクノロジーや小売など)。 | |
| AnnualRevenue | Decimal | False |
取引先の年間収益の見積または報告。 | |
| NumberOfEmployees | Int | False |
この取引先が表す会社で働く従業員の総数。 | |
| Ownership | String | False |
非公開、公開、子会社など、取引先の会社形態の種類。 | |
| TickerSymbol | String | False |
株式公開されている場合、この取引先の株式市場の記号。 | |
| Description | String | False |
取引先に関する詳細情報を入力するためのフリーテキストフィールド。 | |
| Rating | String | False |
Hot(見込み有り)、Warm(将来見込み有り)、Cold(見込み無し)などの取引先に対するカスタム評価。 | |
| Site | String | False |
取引先に関連付けられた所在地名またはオフィスサイト。複数の拠点を持つ企業に有用です。 | |
| CurrencyIsoCode | String | False |
売上金額が表されている通貨のISO コード。 | |
| OwnerId | String | False |
User.Id |
この取引先の所有者として割り当てられたユーザーのID。 |
| CreatedDate | Datetime | True |
この取引先がSalesforce で最初に作成された日時。 | |
| CreatedById | String | True |
User.Id |
この取引先レコードを作成したユーザーのID。 |
| LastModifiedById | String | True |
User.Id |
この取引先レコードを最後に変更したユーザーのID。 |
| LastActivityDate | Date | True |
ToDo や行動など、この取引先に対して記録された最新の活動の日付。 | |
| LastViewedDate | Datetime | True |
この取引先レコードがユーザーによって最後に閲覧された日時。 | |
| LastReferencedDate | Datetime | True |
この取引先レコードが、レポートやダッシュボードなどの関連コンテキストで最後にアクセスされた日時。 | |
| PersonContactId | String | True |
Contact.Id |
この個人取引先に関連付けられた取引先責任者のID。 |
| IsPersonAccount | Bool | True |
この取引先が個人取引先かどうかを示します。 | |
| PersonMailingStreet | String | False |
MailingStreet の個人取引先項目。 | |
| PersonMailingCity | String | False |
MailingCity の個人取引先項目。 | |
| PersonMailingState | String | False |
MailingState の個人取引先項目。 | |
| PersonMailingPostalCode | String | False |
MailingPostalCode の個人取引先項目。 | |
| PersonMailingCountry | String | False |
MailingCountry の個人取引先項目。 | |
| PersonMailingLatitude | Double | False |
MailingLatitude の個人取引先項目。 | |
| PersonMailingLongitude | Double | False |
MailingLongitude の個人取引先項目。 | |
| PersonMailingGeocodeAccuracy | String | False |
MailingGeocodeAccuracy の個人取引先項目。 | |
| PersonOtherStreet | String | False |
OtherStreet の個人取引先項目。 | |
| PersonOtherCity | String | False |
OtherCity の個人取引先項目。 | |
| PersonOtherState | String | False |
OtherState の個人取引先項目。 | |
| PersonOtherPostalCode | String | False |
OtherPostalCode の個人取引先項目。 | |
| PersonOtherCountry | String | False |
OtherCountry の個人取引先項目。 | |
| PersonOtherLatitude | Double | False |
OtherLatitude の個人取引先項目。 | |
| PersonOtherLongitude | Double | False |
OtherLongitude の個人取引先項目。 | |
| PersonOtherGeocodeAccuracy | String | False |
OtherGeocodeAccuracy の個人取引先項目。 | |
| PersonMobilePhone | String | False |
個人取引先の携帯電話番号。 | |
| PersonHomePhone | String | False |
個人取引先の自宅電話番号。 | |
| PersonOtherPhone | String | False |
個人取引先の追加電話番号。 | |
| PersonAssistantPhone | String | False |
個人取引先のアシスタントの電話番号。 | |
| PersonEmail | String | False |
個人取引先のメールアドレス。 | |
| PersonTitle | String | False |
個人取引先の役職。 | |
| PersonDepartment | String | False |
個人取引先の部署。 | |
| PersonAssistantName | String | False |
個人取引先のアシスタントの名前。 | |
| PersonLeadSource | String | False |
個人取引先リードが取得されたソース。 | |
| PersonBirthdate | Date | False |
個人取引先の生年月日。 | |
| PersonLastCURequestDate | Datetime | True |
最後のユーザークリーンアップ要求の日時。 | |
| PersonLastCUUpdateDate | Datetime | True |
ユーザークリーンアップによってレコードが最後に更新された日時。 | |
| PersonEmailBouncedReason | String | False |
個人取引先のメールがバウンスされた理由。 | |
| PersonEmailBouncedDate | Datetime | False |
個人取引先のメールがバウンスされた日時。 | |
| PersonIndividualId | String | False |
Individual.Id |
この個人取引先に関連付けられたデータプライバシーレコードのID。 |
| Jigsaw | String | False |
企業データの充実に使用されるレガシーData.com 識別子。 | |
| JigsawCompanyId | String | True |
レガシーData.com 固有の会社識別子。 | |
| CleanStatus | String | False |
Data.com と比較したレコードのクリーンステータスを示します。 | |
| AccountSource | String | False |
取引先レコードの取得元。たとえば、Web、電話問い合わせ、購入リストなどです。 | |
| DunsNumber | String | False |
Data Universal Number System (D-U-N-S) 番号は、Dun & Bradstreet によって会社に割り当てられる9桁の番号です。 | |
| Tradestyle | String | False |
組織がビジネスを行うために使用できる、法的名称とは異なる名前。 | |
| NaicsCode | String | False |
取引先の主要ビジネスの北米産業分類システム(NAICS)コード。 | |
| NaicsDesc | String | False |
NAICS コードに基づく簡単な説明。 | |
| YearStarted | String | False |
会社が設立された日付。 | |
| SicDesc | String | False |
取引先の業種を表すSIC コードの説明。 | |
| DandbCompanyId | String | False |
DandBCompany.Id |
関連するDB 会社レコードの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 |
この取引先の最新更新タイムスタンプ。 |
Schema file for AccountCleanInfo.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| AccountId | String | True |
Account.Id |
ID of the Account associated with this record. |
| LastMatchedDate | Datetime | True |
Date associated with LastMatched. | |
| LastStatusChangedDate | Datetime | True |
Date associated with LastStatusChanged. | |
| LastStatusChangedById | String | True |
User.Id |
ID of the LastStatusChangedBy associated with this record. |
| IsInactive | Bool | False |
Indicates whether the record has the Inactive characteristic. | |
| CompanyName | String | True |
Field containing CompanyName information. | |
| Phone | String | True |
Phone number for the contact or account. | |
| Street | String | True |
Street address. | |
| City | String | True |
City portion of the address. | |
| State | String | True |
State or province portion of the address. | |
| PostalCode | String | True |
Postal code portion of the address. | |
| Country | String | True |
Country portion of the address. | |
| Latitude | Double | True |
Used with Longitude to specify the precise geolocation of an address. | |
| Longitude | Double | True |
Used with Latitude to specify the precise geolocation of an address. | |
| GeocodeAccuracy | String | True |
Accuracy level of the geocode for the address. | |
| Website | String | True |
Website URL for this account. | |
| TickerSymbol | String | True |
The stock market symbol for the account. | |
| AnnualRevenue | Decimal | True |
Estimated annual revenue of the account. | |
| NumberOfEmployees | Int | True |
Number of employees working at the company represented by this account. | |
| Industry | String | True |
Industry that the account belongs to. | |
| Ownership | String | True |
Ownership type for the account. | |
| DunsNumber | String | True |
The Data Universal Number System (D-U-N-S) number is a nine-digit number assigned to companies by Dun & Bradstreet. | |
| Sic | String | True |
Standard Industrial Classification code of the company's main business categorization. | |
| SicDescription | String | True |
Field containing SicDescription information. | |
| NaicsCode | String | True |
Field containing NaicsCode information. | |
| NaicsDescription | String | True |
Field containing NaicsDescription information. | |
| YearStarted | String | True |
Field containing YearStarted information. | |
| Fax | String | True |
Fax number for the contact or account. | |
| AccountSite | String | True |
Field containing AccountSite information. | |
| Description | String | True |
Text description of the record. | |
| Tradestyle | String | True |
Field containing Tradestyle information. | |
| DandBCompanyDunsNumber | String | True |
DandBCompanyDuns identification number. | |
| DunsRightMatchGrade | String | True |
Field containing DunsRightMatchGrade information. | |
| DunsRightMatchConfidence | Int | True |
Field containing DunsRightMatchConfidence information. | |
| CompanyStatusDataDotCom | String | True |
Field containing CompanyStatusDataDotCom information. | |
| IsReviewedCompanyName | Bool | False |
Indicates whether the record has the ReviewedCompanyName characteristic. | |
| IsReviewedPhone | Bool | False |
Indicates whether the record has the ReviewedPhone characteristic. | |
| IsReviewedAddress | Bool | False |
Indicates whether the record has the ReviewedAddress characteristic. | |
| IsReviewedWebsite | Bool | False |
Indicates whether the record has the ReviewedWebsite characteristic. | |
| IsReviewedTickerSymbol | Bool | False |
Indicates whether the record has the ReviewedTickerSymbol characteristic. | |
| IsReviewedAnnualRevenue | Bool | False |
Indicates whether the record has the ReviewedAnnualRevenue characteristic. | |
| IsReviewedNumberOfEmployees | Bool | False |
Indicates whether the record has the ReviewedNumberOfEmployees characteristic. | |
| IsReviewedIndustry | Bool | False |
Indicates whether the record has the ReviewedIndustry characteristic. | |
| IsReviewedOwnership | Bool | False |
Indicates whether the record has the ReviewedOwnership characteristic. | |
| IsReviewedDunsNumber | Bool | False |
Indicates whether the record has the ReviewedDunsNumber characteristic. | |
| IsReviewedSic | Bool | False |
Indicates whether the record has the ReviewedSic characteristic. | |
| IsReviewedSicDescription | Bool | False |
Indicates whether the record has the ReviewedSicDescription characteristic. | |
| IsReviewedNaicsCode | Bool | False |
Indicates whether the record has the ReviewedNaicsCode characteristic. | |
| IsReviewedNaicsDescription | Bool | False |
Indicates whether the record has the ReviewedNaicsDescription characteristic. | |
| IsReviewedYearStarted | Bool | False |
Indicates whether the record has the ReviewedYearStarted characteristic. | |
| IsReviewedFax | Bool | False |
Indicates whether the record has the ReviewedFax characteristic. | |
| IsReviewedAccountSite | Bool | False |
Indicates whether the record has the ReviewedAccountSite characteristic. | |
| IsReviewedDescription | Bool | False |
Indicates whether the record has the ReviewedDescription characteristic. | |
| IsReviewedTradestyle | Bool | False |
Indicates whether the record has the ReviewedTradestyle characteristic. | |
| IsReviewedDandBCompanyDunsNumber | Bool | False |
Indicates whether the record has the ReviewedDandBCompanyDunsNumber characteristic. | |
| IsDifferentCompanyName | Bool | True |
Indicates whether the record has the DifferentCompanyName characteristic. | |
| IsDifferentPhone | Bool | True |
Indicates whether the record has the DifferentPhone characteristic. | |
| IsDifferentStreet | Bool | True |
Indicates whether the record has the DifferentStreet characteristic. | |
| IsDifferentCity | Bool | True |
Indicates whether the record has the DifferentCity characteristic. | |
| IsDifferentState | Bool | True |
Indicates whether the record has the DifferentState characteristic. | |
| IsDifferentPostalCode | Bool | True |
Indicates whether the record has the DifferentPostalCode characteristic. | |
| IsDifferentCountry | Bool | True |
Indicates whether the record has the DifferentCountry characteristic. | |
| IsDifferentWebsite | Bool | True |
Indicates whether the record has the DifferentWebsite characteristic. | |
| IsDifferentTickerSymbol | Bool | True |
Indicates whether the record has the DifferentTickerSymbol characteristic. | |
| IsDifferentAnnualRevenue | Bool | True |
Indicates whether the record has the DifferentAnnualRevenue characteristic. | |
| IsDifferentNumberOfEmployees | Bool | True |
Indicates whether the record has the DifferentNumberOfEmployees characteristic. | |
| IsDifferentIndustry | Bool | True |
Indicates whether the record has the DifferentIndustry characteristic. | |
| IsDifferentOwnership | Bool | True |
Indicates whether the record has the DifferentOwnership characteristic. | |
| IsDifferentDunsNumber | Bool | True |
Indicates whether the record has the DifferentDunsNumber characteristic. | |
| IsDifferentSic | Bool | True |
Indicates whether the record has the DifferentSic characteristic. | |
| IsDifferentSicDescription | Bool | True |
Indicates whether the record has the DifferentSicDescription characteristic. | |
| IsDifferentNaicsCode | Bool | True |
Indicates whether the record has the DifferentNaicsCode characteristic. | |
| IsDifferentNaicsDescription | Bool | True |
Indicates whether the record has the DifferentNaicsDescription characteristic. | |
| IsDifferentYearStarted | Bool | True |
Indicates whether the record has the DifferentYearStarted characteristic. | |
| IsDifferentFax | Bool | True |
Indicates whether the record has the DifferentFax characteristic. | |
| IsDifferentAccountSite | Bool | True |
Indicates whether the record has the DifferentAccountSite characteristic. | |
| IsDifferentDescription | Bool | True |
Indicates whether the record has the DifferentDescription characteristic. | |
| IsDifferentTradestyle | Bool | True |
Indicates whether the record has the DifferentTradestyle characteristic. | |
| IsDifferentDandBCompanyDunsNumber | Bool | True |
Indicates whether the record has the DifferentDandBCompanyDunsNumber characteristic. | |
| IsDifferentStateCode | Bool | True |
Indicates whether the record has the DifferentStateCode characteristic. | |
| IsDifferentCountryCode | Bool | True |
Indicates whether the record has the DifferentCountryCode characteristic. | |
| CleanedByJob | Bool | True |
Field containing CleanedByJob information. | |
| CleanedByUser | Bool | True |
Field containing CleanedByUser information. | |
| IsFlaggedWrongCompanyName | Bool | False |
Indicates whether the record has the FlaggedWrongCompanyName characteristic. | |
| IsFlaggedWrongPhone | Bool | False |
Indicates whether the record has the FlaggedWrongPhone characteristic. | |
| IsFlaggedWrongAddress | Bool | False |
Indicates whether the record has the FlaggedWrongAddress characteristic. | |
| IsFlaggedWrongWebsite | Bool | False |
Indicates whether the record has the FlaggedWrongWebsite characteristic. | |
| IsFlaggedWrongTickerSymbol | Bool | False |
Indicates whether the record has the FlaggedWrongTickerSymbol characteristic. | |
| IsFlaggedWrongAnnualRevenue | Bool | False |
Indicates whether the record has the FlaggedWrongAnnualRevenue characteristic. | |
| IsFlaggedWrongNumberOfEmployees | Bool | False |
Indicates whether the record has the FlaggedWrongNumberOfEmployees characteristic. | |
| IsFlaggedWrongIndustry | Bool | False |
Indicates whether the record has the FlaggedWrongIndustry characteristic. | |
| IsFlaggedWrongOwnership | Bool | False |
Indicates whether the record has the FlaggedWrongOwnership characteristic. | |
| IsFlaggedWrongDunsNumber | Bool | False |
Indicates whether the record has the FlaggedWrongDunsNumber characteristic. | |
| IsFlaggedWrongSic | Bool | False |
Indicates whether the record has the FlaggedWrongSic characteristic. | |
| IsFlaggedWrongSicDescription | Bool | False |
Indicates whether the record has the FlaggedWrongSicDescription characteristic. | |
| IsFlaggedWrongNaicsCode | Bool | False |
Indicates whether the record has the FlaggedWrongNaicsCode characteristic. | |
| IsFlaggedWrongNaicsDescription | Bool | False |
Indicates whether the record has the FlaggedWrongNaicsDescription characteristic. | |
| IsFlaggedWrongYearStarted | Bool | False |
Indicates whether the record has the FlaggedWrongYearStarted characteristic. | |
| IsFlaggedWrongFax | Bool | False |
Indicates whether the record has the FlaggedWrongFax characteristic. | |
| IsFlaggedWrongAccountSite | Bool | False |
Indicates whether the record has the FlaggedWrongAccountSite characteristic. | |
| IsFlaggedWrongDescription | Bool | False |
Indicates whether the record has the FlaggedWrongDescription characteristic. | |
| IsFlaggedWrongTradestyle | Bool | False |
Indicates whether the record has the FlaggedWrongTradestyle characteristic. | |
| DataDotComId | String | True |
ID of the DataDotCom associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
取引先内で取引先責任者が果たすロールを追跡します。Salesforce でリレーションを定義するのに役立ちます。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
AccountContactRole レコードの一意の識別子。 | |
| IsDeleted | Bool | True |
AccountContactRole レコードが削除されたかどうかを示します。 | |
| CreatedDate | Datetime | True |
AccountContactRole が作成された日時。 | |
| CreatedById | String | True |
User.Id |
AccountContactRole レコードを作成したユーザーのID。 |
| LastModifiedById | String | True |
User.Id |
AccountContactRole レコードを最後に変更したユーザーのID。 |
| AccountId | String | False |
Account.Id |
このロールに関連付けられたAccount のID。 |
| ContactId | String | False |
Contact.Id |
このロールに関連付けられたContact のID。 |
| Role | String | False |
意思決定者やインフルエンサーなど、このAccount に関するContact のロールを記述します。 | |
| IsPrimary | Bool | False |
Contact がAccount の主担当(主取引先責任者)であるかどうかを示します。 | |
| 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 |
AccountContactRole レコードの最後のシステム更新時のタイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
AccountContactRole が最後に変更された日時。 |
Account レコードに関連する投稿、コメント、およびインタラクションを含む、Chatter フィードの更新を取得します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
AccountFeed レコードの一意の識別子。 | |
| ParentId | String | True |
Account.Id |
このフィード項目に関連付けられている取引先レコードのID。 |
| Type | String | True |
フィード項目の種類。テキスト投稿、リンク、またはコンテンツ添付など。 | |
| CreatedById | String | True |
User.Id |
フィード項目を作成したユーザーのID。 |
| CreatedByIdType | String | False |
ステートメントで使用する'CreatedById' ポリモーフィック項目の種別を指定します。 | |
| CreatedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| IsDeleted | Bool | True |
フィード項目が削除されたかどうかを示します。 | |
| CommentCount | Int | True |
このフィード項目に関連付けられたコメントの数。 | |
| LikeCount | Int | True |
このフィード項目が受け取ったいいね!の数。 | |
| Title | String | True |
フィード項目のタイトル。通常はリンクやファイルの投稿に使用します。 | |
| Body | String | True |
フィード項目の主な内容やメッセージ。 | |
| LinkUrl | String | True |
フィード項目で共有されているリンクのURL(該当する場合)。 | |
| IsRichText | Bool | True |
コンテンツにリッチテキスト形式が含まれているかどうかを示します。 | |
| RelatedRecordId | String | True |
このフィード項目に関連するSalesforce レコードのID。 | |
| InsertedById | String | True |
User.Id |
他のユーザーまたはプロセスに代わってフィード項目を挿入したユーザーのID。 |
| InsertedByIdType | String | False |
ステートメントで使用する'InsertedById' ポリモーフィック項目の種別を指定します。 | |
| InsertedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'InsertedById' ポリモーフィック項目の外部項目名を指定します。 | |
| BestCommentId | String | True |
FeedComment.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 |
フィード項目が最後に変更された日時。 | |
| CreatedDate | Datetime | True |
フィード項目が作成された日時。 |
取引先に関連するパートナー関係を保存します。ビジネスパートナー関係を追跡するのに役立ちます。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
取引先のパートナー関係レコードの一意の識別子。 | |
| AccountFromId | String | False |
Account.Id |
パートナー関係における主Account のID。 |
| AccountToId | String | False |
Account.Id |
パートナー関係におけるパートナーAccount のID。 |
| OpportunityId | String | False |
Opportunity.Id |
このパートナー関係のOpportunity のID(該当する場合)。 |
| Role | String | False |
このパートナーAccount が主Account に対して持つロール。 | |
| IsPrimary | Bool | False |
AccountPartner が主取引先の主パートナーであるかどうかを示します。 | |
| CreatedById | String | True |
User.Id |
このパートナー関係を作成したユーザーのID。 |
| LastModifiedById | String | True |
User.Id |
このパートナー関係を最後に変更したユーザーのID。 |
| IsDeleted | Bool | True |
このパートナー関係が削除されたかどうかを示します。 | |
| ReversePartnerId | String | True |
逆方向の対応するパートナー関係の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 |
このパートナー関係が最後に変更された日時。 | |
| CreatedDate | Datetime | True |
このパートナー関係が作成された日時。 |
Schema file for ActionLinkGroupTemplate.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| NamespacePrefix | String | True |
The namespace prefix associated with this object. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ExecutionsAllowed | String | False |
Field containing ExecutionsAllowed information. | |
| HoursUntilExpiration | Int | False |
Field containing HoursUntilExpiration information. | |
| Category | String | False |
Field containing Category information. | |
| IsPublished | Bool | False |
Indicates whether the record has the Published characteristic. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ActionLinkTemplate.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ActionLinkGroupTemplateId | String | False |
ID of the ActionLinkGroupTemplate associated with this record. | |
| LabelKey | String | False |
Field containing LabelKey information. | |
| Method | String | False |
Field containing Method information. | |
| LinkType | String | False |
Type classification for Link. | |
| Position | Int | False |
Field containing Position information. | |
| IsConfirmationRequired | Bool | False |
Indicates whether the record has the ConfirmationRequired characteristic. | |
| IsGroupDefault | Bool | False |
Indicates whether the record has the GroupDefault characteristic. | |
| UserVisibility | String | False |
Field containing UserVisibility information. | |
| UserAlias | String | False |
Field containing UserAlias information. | |
| Label | String | False |
Field containing Label information. | |
| ActionUrl | String | False |
Field containing ActionUrl information. | |
| RequestBody | String | False |
Field containing RequestBody information. | |
| Headers | String | False |
Field containing Headers information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ActivityFieldHistory.
| Name | Type | ReadOnly | References | Description |
| Id | String | True |
Unique identifier for the record. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| SystemModstamp | Datetime | True |
Date and time when the record was last modified by a user or by an automated process. | |
| ActivityId | String | True |
ID of the Activity associated with this record. | |
| ChangedDate | Datetime | True |
Date associated with Changed. | |
| ChangedById | String | True |
User.Id |
ID of the ChangedBy associated with this record. |
| FieldName | String | True |
Field containing FieldName information. | |
| DataType | String | True |
Type classification for Data. | |
| Operation | String | True |
Field containing Operation information. | |
| IsDataAvailable | Bool | True |
Indicates whether the record has the DataAvailable characteristic. | |
| OldValueDateTime | Datetime | True |
Field containing OldValueDateTime information. | |
| NewValueDateTime | Datetime | True |
Field containing NewValueDateTime information. | |
| OldValueNumber | Double | True |
OldValue identification number. | |
| NewValueNumber | Double | True |
NewValue identification number. | |
| OldValueText | String | True |
Field containing OldValueText information. | |
| NewValueText | String | True |
Field containing NewValueText information. | |
| 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. |
取引先責任者や取引先など、さまざまなSalesforce エンティティに関連する追加の電話番号を保持します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
AdditionalNumber レコードの一意の識別子。 | |
| IsDeleted | Bool | True |
このAdditionalNumber レコードが削除されたかどうかを示します。 | |
| CallCenterId | String | False |
CallCenter.Id |
この番号が関連するコールセンターのID。 |
| Name | String | False |
追加の電話番号に割り当てられた名前またはラベル。 | |
| Description | String | False |
番号のコンテキストや目的を提供する任意の説明。 | |
| Phone | String | False |
追加番号として割り当てられた実際の電話番号。 | |
| 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 |
レコードの最終更新日時を示すタイムスタンプ。 |
Schema file for AIRecordInsight.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| AiApplicationId | String | True |
ID of the AiApplication associated with this record. | |
| TargetId | String | True |
ID of the Target associated with this record. | |
| TargetSobjectType | String | True |
Type classification for TargetSobject. | |
| Type | String | True |
Type of account or classification. | |
| RunGuid | String | True |
ID of the RunGu associated with this record. | |
| RunStartTime | Datetime | True |
Field containing RunStartTime information. | |
| ValidUntil | Datetime | True |
Field containing ValidUntil information. | |
| Confidence | Double | True |
Field containing Confidence information. | |
| TargetField | String | True |
Field containing TargetField information. | |
| Status | String | True |
Status of the record. | |
| ModelId | String | True |
MLModel.Id |
ID of the Model associated with this record. |
| MlPredictionDefinitionId | String | True |
ID of the MlPredictionDefinition associated with this record. | |
| PredictionField | String | True |
Field containing PredictionField information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for AITrustAttribute.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| AttributeType | String | False |
Type classification for Attribute. | |
| Description | String | False |
Text description of the record. | |
| AttributeSubtype | String | False |
Type classification for AttributeSub. | |
| CountryCode | String | False |
Field containing CountryCode information. | |
| LanguageCode | String | False |
Field containing LanguageCode information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for AITrustAttrSetup.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| TrustAttribute | String | False |
Field containing TrustAttribute information. | |
| IsEnabled | Bool | False |
Indicates whether the record has the Enabled characteristic. | |
| IsLocked | Bool | False |
Indicates whether the record has the Locked characteristic. | |
| Scope | String | False |
Field containing Scope information. | |
| SourceObject | String | False |
Field containing SourceObject information. | |
| AttributeId | String | False |
ID of the Attribute associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for AlternativePaymentMethod.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| AlternativePaymentMethodNumber | String | True |
AlternativePaymentMethod identification number. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| PaymentGatewayId | String | False |
ID of the PaymentGateway associated with this record. | |
| NickName | String | False |
Field containing NickName information. | |
| GatewayToken | String | False |
Token representing the payment method in the payment gateway. | |
| GatewayTokenDetails | String | False |
Additional details about the gateway token. | |
| String | False |
Email address for the contact or person account. | ||
| AccountId | String | False |
Account.Id |
ID of the Account associated with this record. |
| Status | String | False |
Status of the record. | |
| CompanyName | String | False |
Field containing CompanyName information. | |
| PaymentMethodStreet | String | False |
Street address for PaymentMethod purposes. | |
| PaymentMethodCity | String | False |
City for PaymentMethod address. | |
| PaymentMethodState | String | False |
State or province for PaymentMethod address. | |
| PaymentMethodPostalCode | String | False |
Postal code for PaymentMethod address. | |
| PaymentMethodCountry | String | False |
Country for PaymentMethod address. | |
| PaymentMethodLatitude | Double | False |
Latitude coordinate for PaymentMethod address geolocation. | |
| PaymentMethodLongitude | Double | False |
Longitude coordinate for PaymentMethod address geolocation. | |
| PaymentMethodGeocodeAccuracy | String | False |
Accuracy level of the geocode for the PaymentMethod address. | |
| Comments | String | False |
Field containing Comments information. | |
| ProcessingMode | String | False |
Mode used for processing the payment. | |
| MacAddress | String | False |
Field containing MacAddress information. | |
| Phone | String | False |
Phone number for the contact or account. | |
| IpAddress | String | False |
Field containing IpAddress information. | |
| AuditEmail | String | False |
Field containing AuditEmail information. | |
| IsAutoPayEnabled | Bool | False |
Indicates whether the record has the AutoPayEnabled characteristic. | |
| PaymentMethodType | String | False |
Type classification for PaymentMethod. | |
| PaymentMethodSubType | String | False |
Type classification for PaymentMethodSub. | |
| PaymentMethodDetails | String | False |
Field containing PaymentMethodDetails information. | |
| Type | String | False |
Type of account or classification. | |
| BillingFirstName | String | False |
Field containing BillingFirstName information. | |
| BillingLastName | String | False |
Field containing BillingLastName information. | |
| BillingName | String | False |
Field containing BillingName information. | |
| BankAccountHolderType | String | True |
Type classification for BankAccountHolder. | |
| BankAccountType | String | True |
Type classification for BankAccount. | |
| StandardEntryClassCode | String | True |
Field containing StandardEntryClassCode information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for AnalyticsUserAttrFuncTkn.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| DefinitionName | String | False |
Field containing DefinitionName information. | |
| TokenKey | String | False |
Field containing TokenKey information. | |
| TargetObject | String | False |
Field containing TargetObject information. | |
| TargetObjectField | String | False |
Field containing TargetObjectField information. | |
| ViewerTgtObjRelDesc | String | False |
Field containing ViewerTgtObjRelDesc information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for AnalyticsVisualization.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| NamespacePrefix | String | True |
The namespace prefix associated with this object. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| OwnerId | String | False |
User.Id |
ID of the user who owns the record. |
| Version | Double | False |
Field containing Version information. | |
| TemplateSource | String | False |
Field containing TemplateSource information. | |
| TemplateAssetSourceName | String | False |
Field containing TemplateAssetSourceName information. | |
| AnalyticsWorkspaceId | String | False |
ID of the AnalyticsWorkspace associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for AnalyticsVizField.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| VisualizationId | String | False |
ID of the Visualization associated with this record. | |
| FieldKey | String | False |
Field containing FieldKey information. | |
| DisplayCategory | String | False |
Field containing DisplayCategory information. | |
| Role | String | False |
Field containing Role information. | |
| Function | String | False |
Field containing Function information. | |
| Type | String | False |
Type of account or classification. | |
| Label | String | False |
Field containing Label information. | |
| SemanticObjectApiName | String | False |
Field containing SemanticObjectApiName information. | |
| SemanticFieldApiName | String | False |
Field containing SemanticFieldApiName information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for AnalyticsVizViewDef.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| NamespacePrefix | String | True |
The namespace prefix associated with this object. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| OwnerId | String | False |
User.Id |
ID of the user who owns the record. |
| VisualizationId | String | False |
ID of the Visualization associated with this record. | |
| IsOriginal | Bool | False |
Indicates whether the record has the Original characteristic. | |
| Version | Double | False |
Field containing Version information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for Announcement.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| FeedItemId | String | False |
FeedItem.Id |
ID of the FeedItem associated with this record. |
| ExpirationDate | Datetime | False |
Date associated with Expiration. | |
| SendEmails | Bool | True |
Field containing SendEmails information. | |
| IsArchived | Bool | False |
Indicates whether the record has the Archived characteristic. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
サーバーサイドのビジネスロジックやカスタム機能を定義するApex クラスのメタデータを保存します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Apex クラスの一意の識別子。 | |
| NamespacePrefix | String | True |
Apex クラスに付けられた名前空間プレフィックス(管理パッケージの一部である場合)。 | |
| Name | String | False |
Apex クラスの名前。 | |
| ApiVersion | Double | False |
クラスがコンパイルされるAPI バージョン。 | |
| Status | String | False |
Apex クラスの現在の状況。Active、Inactive、またはDeleted。 | |
| IsValid | Bool | False |
Apex クラスが構文的に有効であり、正常に保存されたかどうかを示します。 | |
| BodyCrc | Double | False |
Apex クラスの本体の変更を検出するために使用されるチェックサム値。 | |
| Body | String | False |
Apex クラスの完全なソースコード。 | |
| LengthWithoutComments | Int | False |
コメントを除いたApex クラスの文字数。 | |
| CreatedDate | Datetime | True |
クラスが最初に作成された時のタイムスタンプ。 | |
| CreatedById | String | True |
User.Id |
Apex クラスを作成したユーザーの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 |
クラスが最後に変更された時のタイムスタンプ。 |
複数のVisualforce ページで再利用できるVisualforce コンポーネントのメタデータを含みます。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Apex コンポーネントの一意の識別子。 | |
| NamespacePrefix | String | True |
コンポーネントの名前空間プレフィックス。管理パッケージの一部である場合に使用されます。 | |
| Name | String | False |
開発者が指定したコンポーネントの名前。 | |
| ApiVersion | Double | False |
このコンポーネントが互換性を持つSalesforce API バージョン。 | |
| MasterLabel | String | False |
UI でよく使用される、Apex コンポーネントのユーザーフレンドリーなラベル。 | |
| Description | String | False |
コンポーネントの目的や機能に関するテキスト説明。 | |
| ControllerType | String | False |
コンポーネントで使用されるコントローラーの種類、Apex クラスや標準コントローラーなど。 | |
| ControllerKey | String | False |
コンポーネントで使用されている特定のコントローラー実装への参照。 | |
| Markup | String | False |
コンポーネントの構造と動作を定義するVisualforce マークアップ(HTML のようなタグ)。 | |
| CreatedDate | Datetime | True |
このコンポーネントが最初に作成された日時。 | |
| CreatedById | String | True |
User.Id |
Apex コンポーネントを作成したユーザーの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 |
コンポーネントが最後に変更された日時。 |
Schema file for ApexEmailNotification.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| UserId | String | False |
User.Id |
ID of the User associated with this record. |
| String | False |
Email address for the contact or person account. | ||
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Salesforce のApex トランザクション、デバッグ、およびパフォーマンス監視のために、実行ログを記録します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Apex デバッグログの一意の識別子。 | |
| LogUserId | String | True |
User.Id |
ログを生成したユーザーのID。 |
| LogUserIdType | String | False |
ステートメントで使用する'LogUserId' ポリモーフィック項目の種別を指定します。 | |
| LogUserIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'LogUserId' ポリモーフィック項目の外部項目名を指定します。 | |
| LogLength | Int | True |
ログファイルのサイズ(バイト単位)。 | |
| Request | String | True |
API コールやUI 操作など、ログを生成した要求の種類。 | |
| Operation | String | True |
ログイン、クエリ、DML など、実行された具体的な操作。 | |
| Application | String | True |
要求が発生したアプリケーションまたはコンテキストの名前。 | |
| Status | String | True |
要求の実行ステータス。Success またはFailed など。 | |
| DurationMilliseconds | Int | True |
要求の実行にかかった合計時間(ミリ秒単位)。 | |
| StartTime | Datetime | True |
ログを生成した実行が開始された時刻。 | |
| Location | String | True |
要求の元の場所。Salesforce ページやAPI 呼び出し元など。 | |
| RequestIdentifier | String | True |
RequestIdentifier 情報を含む項目。 | |
| 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 |
ログが最後に更新された時のタイムスタンプ。 |
Salesforce でカスタムユーザーインターフェースを定義するVisualforce ページのメタデータを格納します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Visualforce ページの一意の識別子。 | |
| NamespacePrefix | String | True |
このページに関連付けられた名前空間プレフィックスで、通常は管理パッケージで使用されます。 | |
| Name | String | False |
Visualforce ページの名前。 | |
| ApiVersion | Double | False |
このページが互換性を持つSalesforce API バージョン。 | |
| MasterLabel | String | False |
ユーザーインターフェースに表示される、ページのユーザーフレンドリーなラベル。 | |
| Description | String | False |
ページの目的や機能に関する詳細を記述するための任意の説明。 | |
| ControllerType | String | False |
標準コントローラーやカスタムコントローラーなど、ページで使用されるコントローラーの種類を指定します。 | |
| ControllerKey | String | False |
Visualforce ページで使用されるコントローラーへの参照。 | |
| IsAvailableInTouch | Bool | False |
このページがSalesforce モバイルアプリで使用可能かどうかを示します。 | |
| IsConfirmationTokenRequired | Bool | False |
このページへのGET 要求に対して、クロスサイトリクエストフォージェリ(CSRF)保護が適用されるかどうかを指定します。 | |
| Markup | String | False |
ページの構造と動作を定義するVisualforce マークアップ。 | |
| 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 |
ページが最後に変更された日時。 |
非同期テストキュー内のApex テスト実行を追跡し、開発者がテストの実行を管理できるようにします。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Apex テストキュー項目の一意の識別子。 | |
| CreatedDate | Datetime | True |
テストキュー項目が作成された日時。 | |
| CreatedById | String | True |
User.Id |
テストキュー項目を作成したユーザーのID。 |
| ApexClassId | String | False |
ApexClass.Id |
このテスト実行要求に関連付けられたApex クラスの ID。 |
| Status | String | False |
テストキュー項目の現在の状況。Queued やCompleted など。 | |
| ExtendedStatus | String | True |
実行状態に関する追加のコンテキストを提供する、詳細な状況情報。 | |
| ParentJobId | String | True |
AsyncApexJob.Id |
このテストキュー項目が属している親Apex ジョブのID。 |
| TestRunResultId | String | True |
このレコードに関連付けられたTestRunResult のID。 | |
| ShouldSkipCodeCoverage | Bool | False |
ShouldSkipCodeCoverage 情報を含む項目。 | |
| 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 |
最新の更新を追跡するための、システムによって生成されたタイムスタンプ。 |
Apex テストの実行結果(成功、失敗、エラーメッセージなど)を保存します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Apex テスト結果の一意の識別子。 | |
| TestTimestamp | Datetime | False |
テストの実行が開始された日時。 | |
| Outcome | String | False |
テストメソッドの実行結果。Pass やFail など。 | |
| ApexClassId | String | False |
ApexClass.Id |
テストメソッドを含むApex クラスのID。 |
| MethodName | String | False |
実行されたテストメソッドの名前。 | |
| Message | String | False |
テストが失敗した場合に返されるエラーメッセージ。 | |
| StackTrace | String | False |
テストの失敗や例外に関連するスタック追跡の詳細。 | |
| AsyncApexJobId | String | False |
AsyncApexJob.Id |
テストを実行した非同期ジョブのID。 |
| QueueItemId | String | False |
テスト実行要求の追跡に使用されるキュー項目のID。 | |
| ApexLogId | String | False |
ApexLog.Id |
このテスト結果に関連付けられたApex デバッグログのID。 |
| ApexTestRunResultId | String | False |
このレコードに関連付けられたApexTestRunResult のID。 | |
| RunTime | Int | False |
RunTime 情報を含む項目。 | |
| IsTestSetup | Bool | False |
レコードがTestSetup 特性を持つかどうかを示します。 | |
| 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 |
システムによって生成された、最新の更新日時を示すタイムスタンプ。 |
Schema file for ApexTestResultLimits.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ApexTestResultId | String | False |
ID of the ApexTestResult associated with this record. | |
| Soql | Int | False |
Specifies a SOQL WHERE clause to filter the records returned. | |
| QueryRows | Int | False |
Field containing QueryRows information. | |
| Sosl | Int | False |
Field containing Sosl information. | |
| Dml | Int | False |
Field containing Dml information. | |
| DmlRows | Int | False |
Field containing DmlRows information. | |
| Cpu | Int | False |
Field containing Cpu information. | |
| Callouts | Int | False |
Field containing Callouts information. | |
| Int | False |
Email address for the contact or person account. | ||
| AsyncCalls | Int | False |
Field containing AsyncCalls information. | |
| MobilePush | Int | False |
Field containing MobilePush information. | |
| LimitContext | String | False |
Field containing LimitContext information. | |
| LimitExceptions | String | False |
Field containing LimitExceptions information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ApexTestRunResult.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| AsyncApexJobId | String | False |
AsyncApexJob.Id |
ID of the AsyncApexJob associated with this record. |
| UserId | String | False |
User.Id |
ID of the User associated with this record. |
| JobName | String | False |
Field containing JobName information. | |
| IsAllTests | Bool | False |
Indicates whether the record has the AllTests characteristic. | |
| Source | String | False |
Field containing Source information. | |
| StartTime | Datetime | False |
Field containing StartTime information. | |
| EndTime | Datetime | False |
Field containing EndTime information. | |
| TestTime | Int | False |
Field containing TestTime information. | |
| Status | String | False |
Status of the record. | |
| ClassesEnqueued | Int | False |
Field containing ClassesEnqueued information. | |
| ClassesCompleted | Int | False |
Field containing ClassesCompleted information. | |
| MethodsEnqueued | Int | False |
Field containing MethodsEnqueued information. | |
| MethodsCompleted | Int | False |
Field containing MethodsCompleted information. | |
| MethodsFailed | Int | False |
Field containing MethodsFailed information. | |
| TestSetupTime | Int | False |
Field containing TestSetupTime information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ApexTestSuite.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| TestSuiteName | String | False |
Field containing TestSuiteName information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
レコードが変更されたときにロジックを実行して処理を自動化するApex トリガーのメタデータを含みます。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Apex トリガーの一意の識別子。 | |
| NamespacePrefix | String | True |
トリガーに関連付けられた名前空間プレフィックス。通常は管理パッケージで使用されます。 | |
| Name | String | False |
Apex トリガーに割り当てられた名前。 | |
| TableEnumOrId | String | False |
トリガーが関連付けられているオブジェクトの名前またはID。 | |
| UsageBeforeInsert | Bool | False |
トリガーがbefore insert 操作を実行するかどうかを示します。 | |
| UsageAfterInsert | Bool | False |
トリガーがafter insert 操作を実行するかどうかを示します。 | |
| UsageBeforeUpdate | Bool | False |
トリガーがbefore update 操作を実行するかどうかを示します。 | |
| UsageAfterUpdate | Bool | False |
トリガーがafter update 操作を実行するかどうかを示します。 | |
| UsageBeforeDelete | Bool | False |
トリガーがbefore delete 操作を実行するかどうかを示します。 | |
| UsageAfterDelete | Bool | False |
トリガーがafter delete 操作を実行するかどうかを示します。 | |
| UsageIsBulk | Bool | False |
トリガーが一括データ操作に対応するように設計されているかどうかを示します。 | |
| UsageAfterUndelete | Bool | False |
トリガーがレコードのafter undelete 操作を実行するかどうかを示します。 | |
| ApiVersion | Double | False |
このトリガーが開発されたSalesforce API バージョン。 | |
| Status | String | False |
トリガーの現在の状況(たとえばActive またはInactive)を示します。 | |
| IsValid | Bool | False |
トリガーの構文が有効で、正常にコンパイルされたかどうかを示します。 | |
| BodyCrc | Double | False |
トリガーのボディに対するチェックサム値。変更の検出に使用されます。 | |
| Body | String | False |
トリガーのロジックを定義するApex コード。 | |
| LengthWithoutComments | Int | False |
コメントを除いたトリガーコードの文字数。 | |
| 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 |
トリガーが最後に変更された日時のタイムスタンプ。 |
Schema file for ApiAnomalyEventStoreFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for AppAnalyticsQueryRequest.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| DataType | String | False |
Type classification for Data. | |
| StartTime | Datetime | False |
Field containing StartTime information. | |
| EndTime | Datetime | False |
Field containing EndTime information. | |
| RequestState | String | True |
State or province for Request address. | |
| DownloadUrl | String | True |
Field containing DownloadUrl information. | |
| DownloadExpirationTime | Datetime | True |
Field containing DownloadExpirationTime information. | |
| ErrorMessage | String | True |
Field containing ErrorMessage information. | |
| QuerySubmittedTime | Datetime | True |
Field containing QuerySubmittedTime information. | |
| PackageIds | String | False |
Field containing PackageIds information. | |
| OrganizationIds | String | False |
Field containing OrganizationIds information. | |
| DownloadSize | String | True |
Field containing DownloadSize information. | |
| FileCompression | String | False |
Field containing FileCompression information. | |
| AvailableSince | Datetime | False |
Field containing AvailableSince information. | |
| FileType | String | False |
Type classification for File. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Salesforce における承認プロセスのインスタンスを表し、ワークフロー承認とそのステータスを追跡します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
承認申請レコードの一意の識別子。 | |
| IsDeleted | Boolean | True |
このApproval レコードが削除されたかどうかを示します。 | |
| ParentId | String | False |
Contract.Id |
Opportunity やケースCase など、承認のために提出されているレコードのID。 |
| OwnerId | String | False |
User.Id |
現在その承認申請を所有しているユーザーまたはキューのID。 |
| CreatedDate | Datetime | True |
承認申請が作成された日時。 | |
| CreatedById | String | True |
User.Id |
承認申請を送信したユーザーのID。 |
| LastModifiedDate | Datetime | True |
Approval レコードが最後に更新された日時。 | |
| LastModifiedById | String | True |
User.Id |
承認申請を最後に更新したユーザーのID。 |
| Status | String | False |
承認申請の現在の状況(Pending、Approved、Rejected、またはRemoved など)。 | |
| RequestComment | String | False |
ユーザーがレコードを承認申請する際に任意で入力するコメント。 | |
| ApproveComment | String | False |
承認者が申請を承認または却下する際に任意で追加するコメント。 | |
| SystemModstamp | Datetime | True |
レコードの最後の変更日を示す、システムによって生成されたタイムスタンプ。 |
Schema file for AppUsageAssignment.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| RecordId | String | False |
ID of the Record associated with this record. | |
| RecordIdType | String | False |
Specifies the type of the 'RecordId' polymorphic field to use in the statement. | |
| RecordIdExternalFieldName | String | False |
Specifies the external field name of the 'RecordId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| AppUsageType | String | False |
Type classification for AppUsage. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
顧客が所有する商品を、保証やサポートの詳細を含め、納入商品の追跡のために管理します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Asset レコードの一意の識別子。 | |
| ContactId | String | False |
Contact.Id |
この納入商品に関連付けられた取引先責任者のID。通常はエンドユーザーまたは所有者です。 |
| AccountId | String | False |
Account.Id |
この納入商品を所有または管理する取引先ID。 |
| ParentId | String | False |
Asset.Id |
階層における親オブジェクトのID。 |
| RootAssetId | String | True |
Asset.Id |
このレコードに関連付けられたRootAsset のID。 |
| Product2Id | String | False |
Product2.Id |
この納入商品に関連付けられたProduct2 のID。商品カタログのエントリと紐づけられます。 |
| ProductCode | String | True |
ProductCode 情報を含む項目。 | |
| IsCompetitorProduct | Bool | False |
この納入商品が自社製品ではなく、競合会社の製品であるかどうかを示します。 | |
| CreatedDate | Datetime | True |
この納入商品レコードが作成された日時。 | |
| CreatedById | String | True |
User.Id |
この納入商品レコードを作成したユーザーのID。 |
| LastModifiedById | String | True |
User.Id |
この納入商品レコードを最後に変更したユーザーのID。 |
| IsDeleted | Bool | True |
この納入商品が削除されているかどうかを示します。 | |
| CurrencyIsoCode | String | False |
売上金額が表されている通貨のISO コード。 | |
| Name | String | False |
納入商品の名前。多くの場合、参照名や製品モデルの識別子が使用されます。 | |
| SerialNumber | String | False |
現物の納入商品に対する製造元のシリアル番号。 | |
| InstallDate | Date | False |
この納入商品が設置された日、または運用を開始した日。 | |
| PurchaseDate | Date | False |
顧客または取引先がこの納入商品を購入した日付。 | |
| UsageEndDate | Date | False |
この納入商品の使用が終了する予定日、または実際に使用を終了した日。 | |
| LifecycleStartDate | Datetime | True |
LifecycleStart に関連付けられた日付。 | |
| LifecycleEndDate | Datetime | True |
LifecycleEnd に関連付けられた日付。 | |
| Status | String | False |
この納入商品の現在のライフサイクル状況。Active、Inactive、Returned など。 | |
| Price | Decimal | False |
この納入商品の販売時または設置時の金額またはコスト。 | |
| Quantity | Double | False |
この納入商品レコードが表す製品の数量。 | |
| Description | String | False |
この納入商品に関する追加情報やメモ。 | |
| OwnerId | String | False |
User.Id |
レコードを所有するユーザーのID。 |
| AssetProvidedById | String | False |
Account.Id |
このレコードに関連付けられたAssetProvidedBy のID。 |
| AssetServicedById | String | False |
Account.Id |
このレコードに関連付けられたAssetServicedBy のID。 |
| IsInternal | Bool | False |
レコードがInternal 特性を持つかどうかを示します。 | |
| AssetLevel | Int | True |
AssetLevel 情報を含む項目。 | |
| StockKeepingUnit | String | True |
StockKeepingUnit 情報を含む項目。 | |
| HasLifecycleManagement | Bool | True |
レコードがLifecycleManagement を持つかどうかを示します。 | |
| CurrentMrr | Decimal | True |
CurrentMrr 情報を含む項目。 | |
| CurrentLifecycleEndDate | Datetime | True |
CurrentLifecycleEnd に関連付けられた日付。 | |
| CurrentQuantity | Double | True |
CurrentQuantity 情報を含む項目。 | |
| CurrentAmount | Decimal | True |
CurrentAmount 情報を含む項目。 | |
| TotalLifecycleAmount | Decimal | True |
TotalLifecycleAmount 情報を含む項目。 | |
| Street | String | False |
番地。 | |
| City | String | False |
住所の市区郡部分。 | |
| State | String | False |
住所の都道府県部分。 | |
| PostalCode | String | False |
住所の郵便番号部分。 | |
| Country | String | False |
住所の国部分。 | |
| Latitude | Double | False |
Longitude と併用して住所の正確な位置情報を指定します。 | |
| Longitude | Double | False |
Latitude と併用して住所の正確な位置情報を指定します。 | |
| GeocodeAccuracy | String | False |
住所のジオコードの精度レベル。 | |
| LastViewedDate | Datetime | True |
ユーザーインターフェースでレコードが最後に表示された日時。 | |
| LastReferencedDate | Datetime | True |
レコードが最後に参照された日時。 | |
| 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 |
この納入商品レコードが最後に変更されたタイムスタンプ。 |
Asset レコードに関連する投稿や更新を含むChatter アクティビティを記録します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Asset フィード項目の一意の識別子。 | |
| ParentId | String | True |
Asset.Id |
このフィード項目が関連付けられているAsset レコードのID。 |
| Type | String | True |
フィード項目の種類。たとえば、TextPost、ContentPost、LinkPost など。 | |
| CreatedById | String | True |
User.Id |
フィード投稿を作成したユーザーのID。 |
| CreatedByIdType | String | False |
ステートメントで使用する 'CreatedById' ポリモーフィック項目の種別を指定します。 | |
| CreatedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する 'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| IsDeleted | Bool | True |
フィード項目が削除されたかどうかを示します。 | |
| CommentCount | Int | True |
このフィード投稿に対するコメントの総数。 | |
| LikeCount | Int | True |
このフィード項目が受け取ったいいね!の総数。 | |
| Title | String | True |
フィード投稿のタイトル。通常はリンクやコンテンツの投稿に使用します。 | |
| Body | String | True |
フィード項目の本文あるいは内容。 | |
| LinkUrl | String | True |
フィード項目で共有されるURL。リンクタイプの投稿に使用されます。 | |
| IsRichText | Bool | True |
コンテンツにリッチテキスト形式が含まれているかどうかを示します。 | |
| RelatedRecordId | String | True |
ケースや商談など、フィード項目に関連するレコードのID。 | |
| InsertedById | String | True |
User.Id |
フィード項目を最初に挿入したユーザーのID。オートメーションで挿入した場合は作成者と異なる場合があります。 |
| InsertedByIdType | String | False |
ステートメントで使用する 'InsertedById' ポリモーフィック項目の種別を指定します。 | |
| InsertedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する 'InsertedById' ポリモーフィック項目の外部項目名を指定します。 | |
| BestCommentId | String | True |
FeedComment.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 |
フィード項目がが最後に変更された日時。 | |
| CreatedDate | Datetime | True |
フィード項目が作成された日時。 |
Schema file for AssetRelationship.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| AssetRelationshipNumber | String | True |
AssetRelationship identification number. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| AssetId | String | False |
Asset.Id |
ID of the Asset associated with this record. |
| RelatedAssetId | String | False |
Asset.Id |
ID of the RelatedAsset associated with this record. |
| FromDate | Datetime | False |
Date associated with From. | |
| ToDate | Datetime | False |
Date associated with To. | |
| RelationshipType | String | False |
Type classification for Relationship. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for AssetRelationshipFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for AssociatedLocation.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| AssociatedLocationNumber | String | True |
AssociatedLocation identification number. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| ParentRecordId | String | False |
Account.Id |
ID of the ParentRecord associated with this record. |
| LocationId | String | False |
Location.Id |
ID of the Location associated with this record. |
| Type | String | False |
Type of account or classification. | |
| ActiveFrom | Datetime | False |
Field containing ActiveFrom information. | |
| ActiveTo | Datetime | False |
Field containing ActiveTo information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for AsyncOperationLog.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| AsyncOperationNumber | String | True |
AsyncOperation identification number. | |
| CurrencyIsoCode | String | True |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| ExternalReference | String | True |
Field containing ExternalReference information. | |
| Description | String | True |
Text description of the record. | |
| Status | String | True |
Status of the record. | |
| Type | String | True |
Type of account or classification. | |
| StartedAt | Datetime | True |
Field containing StartedAt information. | |
| FinishedAt | Datetime | True |
Field containing FinishedAt information. | |
| LastStatusUpdateAt | Datetime | True |
Field containing LastStatusUpdateAt information. | |
| Error | String | True |
Field containing Error information. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| RelatedRecordIdType | String | False |
Specifies the type of the 'RelatedRecordId' polymorphic field to use in the statement. | |
| RelatedRecordIdExternalFieldName | String | False |
Specifies the external field name of the 'RelatedRecordId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Request | String | True |
Field containing Request information. | |
| Response | String | True |
Field containing Response information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
取引先、商談、ケースなど、さまざまなSalesforce レコードに関連するファイル添付を保存します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
添付ファイルレコードの一意の識別子。 | |
| IsDeleted | Bool | True |
添付ファイルがSalesforce から削除されたかどうかを示します。 | |
| ParentId | String | False |
添付ファイルが関連付けられている親レコードのID。Account、Case、Opportunity など。 | |
| ParentIdType | String | False |
ステートメントで使用する'ParentId' ポリモーフィック項目の型を指定します。 | |
| ParentIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'ParentId' ポリモーフィック項目の外部項目名を指定します。 | |
| Name | String | False |
ファイル拡張子を含む、添付ファイルの名前。 | |
| IsPrivate | Bool | False |
添付ファイルが非公開かどうかを指定します。非公開の添付ファイルは、所有者およびそのロール階層上位のユーザーのみがアクセスできます。 | |
| ContentType | String | False |
添付ファイルのMIME タイプ。application/pdf やimage/jpeg など。 | |
| BodyLength | Int | True |
添付ファイルのサイズ(バイト単位)。 | |
| Body | String | False |
添付ファイルのファイル内容。Base64 形式で保存されます。 | |
| OwnerId | String | False |
添付ファイルを所有するユーザーのID。 | |
| OwnerIdType | String | False |
ステートメントで使用する'OwnerId' ポリモーフィック項目の型を指定します。 | |
| OwnerIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'OwnerId' ポリモーフィック項目の外部項目名を指定します。 | |
| CreatedDate | Datetime | True |
添付ファイルが作成された日時。 | |
| CreatedById | String | True |
User.Id |
添付ファイルを作成したユーザーのID。 |
| CreatedByIdType | String | False |
ステートメントで使用する'CreatedById' ポリモーフィック項目の型を指定します。 | |
| CreatedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| LastModifiedById | String | True |
User.Id |
添付ファイルを最後に変更したユーザーのID。 |
| LastModifiedByIdType | String | False |
ステートメントで使用する'LastModifiedById' ポリモーフィック項目の型を指定します。 | |
| LastModifiedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'LastModifiedById' ポリモーフィック項目の外部項目名を指定します。 | |
| Description | String | False |
添付ファイルに関する追加の詳細を提供する、任意のテキスト説明。 | |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入の実行時に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティには、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を指定できます。 | |
| FullPath | String | False |
attachment#TEMP 一時テーブルへの入力に使用される疑似カラム。このテーブルは、Uploadattachment ストアドプロシージャを使用して複数の添付ファイルをアップロードする際に使用されます。例についてはドキュメントを参照してください。 | |
| FolderPath | String | False |
attachment#TEMP 一時テーブルへの入力に使用される疑似カラム。このテーブルは、Uploadattachment ストアドプロシージャを使用して複数の添付ファイルをアップロードする際に使用されます。例についてはドキュメントを参照してください。 | |
| Base64Data | String | False |
attachment#TEMP 一時テーブルへの入力に使用される疑似カラム。このテーブルは、Uploadattachment ストアドプロシージャを使用して複数の添付ファイルをアップロードする際に使用されます。例についてはドキュメントを参照してください。 | |
| ObjectId | String | False |
attachment#TEMP 一時テーブルへの入力に使用される疑似カラム。このテーブルは、Uploadattachment ストアドプロシージャを使用して複数の添付ファイルをアップロードする際に使用されます。例についてはドキュメントを参照してください。 | |
| FileName | String | False |
attachment#TEMP 一時テーブルへの入力に使用される疑似カラム。このテーブルは、Uploadattachment ストアドプロシージャを使用して複数の添付ファイルをアップロードする際に使用されます。例についてはドキュメントを参照してください。 | |
| LightningMode | String | False |
attachment#TEMP 一時テーブルへの入力に使用される疑似カラム。このテーブルは、Uploadattachment ストアドプロシージャを使用して複数の添付ファイルをアップロードする際に使用されます。例についてはドキュメントを参照してください。 | |
| SystemModstamp | Datetime | True |
添付ファイルレコードに対する最後のシステムレベルの更新のタイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
添付ファイルが最後に変更された日時。 |
Schema file for AuraDefinition.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| AuraDefinitionBundleId | String | False |
ID of the AuraDefinitionBundle associated with this record. | |
| DefType | String | False |
Type classification for Def. | |
| Format | String | False |
Field containing Format information. | |
| Source | String | False |
Field containing Source information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for AuraDefinitionBundle.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| NamespacePrefix | String | True |
The namespace prefix associated with this object. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ApiVersion | Double | False |
Field containing ApiVersion information. | |
| Description | String | False |
Text description of the 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for AuthConfigProviders.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| AuthConfigId | String | False |
AuthConfig.Id |
ID of the AuthConfig associated with this record. |
| AuthProviderId | String | False |
ID of the AuthProvider associated with this record. | |
| AuthProviderIdType | String | False |
Specifies the type of the 'AuthProviderId' polymorphic field to use in the statement. | |
| AuthProviderIdExternalFieldName | String | False |
Specifies the external field name of the 'AuthProviderId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for AuthorizationForm.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| RevisionNumber | String | False |
Revision identification number. | |
| EffectiveFromDate | Date | False |
Date associated with EffectiveFrom. | |
| EffectiveToDate | Date | False |
Date associated with EffectiveTo. | |
| DefaultAuthFormTextId | String | False |
ID of the DefaultAuthFormText associated with this record. | |
| IsSignatureRequired | Bool | False |
Indicates whether the record has the SignatureRequired characteristic. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for AuthorizationFormConsent.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| ConsentGiverId | String | False |
ID of the ConsentGiver associated with this record. | |
| ConsentGiverIdType | String | False |
Specifies the type of the 'ConsentGiverId' polymorphic field to use in the statement. | |
| ConsentGiverIdExternalFieldName | String | False |
Specifies the external field name of the 'ConsentGiverId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| AuthorizationFormTextId | String | False |
ID of the AuthorizationFormText associated with this record. | |
| ConsentCapturedSource | String | False |
Field containing ConsentCapturedSource information. | |
| ConsentCapturedSourceType | String | False |
Type classification for ConsentCapturedSource. | |
| ConsentCapturedDateTime | Datetime | False |
Field containing ConsentCapturedDateTime information. | |
| Status | String | False |
Status of the record. | |
| DocumentVersionId | String | False |
ID of the DocumentVersion associated with this record. | |
| RelatedRecordId | String | False |
Account.Id |
ID of the record associated with this feed item. |
| RelatedRecordIdType | String | False |
Specifies the type of the 'RelatedRecordId' polymorphic field to use in the statement. | |
| RelatedRecordIdExternalFieldName | String | False |
Specifies the external field name of the 'RelatedRecordId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for AuthorizationFormDataUse.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| AuthorizationFormId | String | False |
ID of the AuthorizationForm associated with this record. | |
| DataUsePurposeId | String | False |
ID of the DataUsePurpose associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for AuthorizationFormText.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| AuthorizationFormId | String | False |
ID of the AuthorizationForm associated with this record. | |
| FullAuthorizationFormUrl | String | False |
Field containing FullAuthorizationFormUrl information. | |
| SummaryAuthFormText | String | False |
Field containing SummaryAuthFormText information. | |
| Locale | String | False |
Field containing Locale information. | |
| LocaleSelection | String | False |
Field containing LocaleSelection information. | |
| ContentDocumentId | String | False |
ID of the ContentDocument associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for AuthorizationFormTextFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
認証プロバイダーの設定を含み、サードパーティのログインシステムとの連携を可能にします。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
認証プロバイダー設定の一意の識別子。 | |
| CreatedDate | Datetime | True |
認証プロバイダーレコードが作成された日時。 | |
| ProviderType | String | False |
認証プロバイダーの種類。Google、Facebook、OpenID Connect、カスタムプロバイダーなど。 | |
| FriendlyName | String | False |
Salesforce のUI で認証プロバイダーを識別するために使用される表示名。 | |
| DeveloperName | String | False |
認証プロバイダーのコールバックURL で使用される一意のURL サフィックス。 | |
| RegistrationHandlerId | String | False |
ApexClass.Id |
認証プロバイダーでの新規ユーザー登録およびログイン処理を行うために使用されるApex クラスのID。 |
| ExecutionUserId | String | False |
User.Id |
認証されていないAPI リクエストが実行されるコンテキストを持つSalesforce ユーザーのID。 |
| ConsumerKey | String | False |
外部のID プロバイダーとの認証に使用されるOAuth クライアントID。 | |
| ConsumerSecret | String | False |
外部のID プロバイダーとの認証に使用されるOAuth クライアントシークレット。 | |
| ErrorUrl | String | False |
認証に失敗した場合にユーザーをリダイレクトするカスタムURL。 | |
| AuthorizeUrl | String | False |
外部のID プロバイダーとのOAuth 認可フローを開始するために使用されるURL。 | |
| TokenUrl | String | False |
外部のID プロバイダーからOAuth アクセストークンを取得するために使用されるURL。 | |
| UserInfoUrl | String | False |
外部のID プロバイダーからユーザープロファイル情報を取得するために使用されるURL。 | |
| DefaultScopes | String | False |
認証プロセス中に要求されるデフォルトのOAuth スコープ。 | |
| IdTokenIssuer | String | False |
IdTokenIssuer 情報を含む項目。 | |
| OptionsSendAccessTokenInHeader | Bool | False |
OptionsSendAccessTokenInHeader 情報を含む項目。 | |
| OptionsSendClientCredentialsInHeader | Bool | False |
OptionsSendClientCredentialsInHeader 情報を含む項目。 | |
| OptionsIncludeOrgIdInId | Bool | False |
このレコードに関連付けられているOptionsIncludeOrgIdIn のID。 | |
| OptionsSendSecretInApis | Bool | False |
OptionsSendSecretInApis 情報を含む項目。 | |
| OptionsIsMuleSoftUS | Bool | False |
OptionsIsMuleSoftUS 情報を含む項目。 | |
| OptionsIsMuleSoftEU | Bool | False |
OptionsIsMuleSoftEU 情報を含む項目。 | |
| OptionsRequireMfa | Bool | False |
OptionsRequireMfa 情報を含む項目。 | |
| OptionsIsSegmentIntelligence | Bool | False |
OptionsIsSegmentIntelligence 情報を含む項目。 | |
| OptionsIsPkceEnabled | Bool | False |
OptionsIsPkceEnabled 情報を含む項目。 | |
| OptionsIsWebDataConnector | Bool | False |
OptionsIsWebDataConnector 情報を含む項目。 | |
| OptionsIsBitbucket | Bool | False |
OptionsIsBitbucket 情報を含む項目。 | |
| OptionsIsEmiSnapchatAds | Bool | False |
OptionsIsEmiSnapchatAds 情報を含む項目。 | |
| OptionsIsEmi | Bool | False |
OptionsIsEmi 情報を含む項目。 | |
| OptionsIsEmiTikTokAds | Bool | False |
OptionsIsEmiTikTokAds 情報を含む項目。 | |
| IconUrl | String | False |
IconUrl 情報を含む項目。 | |
| LogoutUrl | String | False |
LogoutUrl 情報を含む項目。 | |
| PluginId | String | False |
ApexClass.Id |
このレコードに関連付けられているPlugin のID。 |
| CustomMetadataTypeRecord | String | False |
CustomMetadataTypeRecord 情報を含む項目。 | |
| EcKey | String | False |
EcKey 情報を含む項目。 | |
| AppleTeam | String | False |
AppleTeam 情報を含む項目。 | |
| FlowDefaultProfileId | String | False |
Profile.Id |
このレコードに関連付けられているFlowDefaultProfile のID。 |
| FlowDefaultAccountId | String | False |
Account.Id |
このレコードに関連付けられているFlowDefaultAccount のID。 |
| SsoKickoffUrl | String | True |
SsoKickoffUrl 情報を含む項目。 | |
| LinkKickoffUrl | String | True |
LinkKickoffUrl 情報を含む項目。 | |
| OauthKickoffUrl | String | True |
OauthKickoffUrl 情報を含む項目。 | |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入の実行時に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティには、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を指定できます。 |
Schema file for AuthProvParamFwdAllowlist.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| AuthProviderId | String | False |
AuthProvider.Id |
ID of the AuthProvider associated with this record. |
| Param | String | False |
Field containing Param information. | |
| Description | String | False |
Text description of the 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Salesforce ユーザーのログインセッションおよび認証の詳細を追跡します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
認証セッションの一意の識別子。 | |
| UsersId | String | True |
User.Id |
セッションに関連付けられているユーザーのID。 |
| NumSecondsValid | Int | True |
セッションの有効期間(秒)。 | |
| UserType | String | True |
セッションに関連付けられているユーザーの種類。標準、ゲスト、システムなど。 | |
| SourceIp | String | True |
セッションの開始元のIP アドレス。 | |
| LoginType | String | True |
セッションの認証に使用された方法。UI ログイン、OAuth、API など。 | |
| SessionType | String | True |
セッションのカテゴリ。UI、API、リモートアクセスなど。 | |
| SessionSecurityLevel | String | True |
セッションに割り当てられたセキュリティレベル。これにより、アクセス権限や認証要件が決定されます。 | |
| LogoutUrl | String | True |
LogoutUrl 情報を含む項目。 | |
| ParentId | String | True |
AuthSession.Id |
階層内の親オブジェクトのID。 |
| LoginHistoryId | String | True |
LoginHistory.Id |
関連するログイン履歴レコードのID。 |
| LoginGeoId | String | True |
LoginGeo.Id |
このレコードに関連付けられているLoginGeo のID。 |
| IsCurrent | Bool | True |
レコードがCurrent 特性を持つかどうかを示します。 | |
| IsAssociatedWithJwtAccessToken | Bool | True |
レコードがAssociatedWithJwtAccessToken 特性を持つかどうかを示します。 | |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入の実行時に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティには、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を指定できます。 | |
| LastModifiedDate | Datetime | True |
セッションが最後に変更または更新された日時。 | |
| CreatedDate | Datetime | True |
セッションが作成された日時。 |
Schema file for BrandingSet.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| NamespacePrefix | String | True |
The namespace prefix associated with this object. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| Description | String | False |
Text description of the 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for BrandingSetProperty.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| BrandingSetId | String | False |
BrandingSet.Id |
ID of the BrandingSet associated with this record. |
| PropertyName | String | False |
Field containing PropertyName information. | |
| PropertyValue | String | False |
Field containing PropertyValue information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Salesforce コミュニティやメールの外観をカスタマイズするためのブランディング要素やテンプレートを保存します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
ブランドテンプレートレコードの一意の識別子。 | |
| Name | String | False |
ブランドテンプレートの表示名で、識別のために使用されます。 | |
| DeveloperName | String | False |
ブランドテンプレートの一意のAPI 名。通常、コードや統合処理で使用されます。 | |
| IsActive | Bool | False |
ブランドテンプレートが現在アクティブで使用中かどうかを示します。 | |
| Description | String | False |
ブランドテンプレートの目的や使用方法に関する詳細を提供するための、任意の説明。 | |
| Value | String | False |
ブランドテンプレートに関連付けられたコンテンツ、またはHTML マークアップ。 | |
| NamespacePrefix | String | True |
ブランドテンプレートに関連付けられた名前空間プレフィックス。通常は管理パッケージで使用されます。 | |
| 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 コマンドの呼び出し時にupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティには、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を指定できます。 | |
| SystemModstamp | Datetime | True |
レプリケーションや同期のために、Salesforce がレコードの最終更新を追跡するために使用するタイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
ブランドテンプレートが最後に変更された日時。 |
Schema file for BriefcaseAssignment.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| UserOrGroupId | String | False |
ID of the UserOrGroup associated with this record. | |
| UserOrGroupIdType | String | False |
Specifies the type of the 'UserOrGroupId' polymorphic field to use in the statement. | |
| UserOrGroupIdExternalFieldName | String | False |
Specifies the external field name of the 'UserOrGroupId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BriefcaseId | String | False |
ID of the Briefcase associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for BrowserPolicyViolation.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | True |
The unique name used by the API and managed packages. | |
| Language | String | True |
Language of the record or user interface. | |
| MasterLabel | String | True |
The custom object label that appears in the user interface. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| UntrustedUrl | String | True |
Field containing UntrustedUrl information. | |
| ViolationContext | String | True |
Field containing ViolationContext information. | |
| ViolationType | String | True |
Type classification for Violation. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for BusinessBrand.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| OrgId | String | False |
ID of the Org associated with this record. | |
| ParentId | String | False |
ID of the parent object in the hierarchy. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
ケースのエスカレーションルール、サービスレベル契約(SLA)の計算、時間ベースのワークフローで使用される営業時間を定義します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
営業時間レコードの一意の識別子。 | |
| Name | String | False |
識別のために使用される営業時間エントリの名前。 | |
| IsActive | Bool | False |
営業時間が現在有効であるかどうかを示します。 | |
| IsDefault | Bool | False |
これが組織のデフォルトの営業時間であるかどうかを示します。 | |
| SundayStartTime | Time | False |
日曜日の営業時間の開始時刻。 | |
| SundayEndTime | Time | False |
日曜日の営業時間の終了時刻。 | |
| MondayStartTime | Time | False |
月曜日の営業時間の開始時刻。 | |
| MondayEndTime | Time | False |
月曜日の営業時間の終了時刻。 | |
| TuesdayStartTime | Time | False |
火曜日の営業時間の開始時刻。 | |
| TuesdayEndTime | Time | False |
火曜日の営業時間の終了時刻。 | |
| WednesdayStartTime | Time | False |
水曜日の営業時間の開始時刻。 | |
| WednesdayEndTime | Time | False |
水曜日の営業時間の終了時刻。 | |
| ThursdayStartTime | Time | False |
木曜日の営業時間の開始時刻。 | |
| ThursdayEndTime | Time | False |
木曜日の営業時間の終了時刻。 | |
| FridayStartTime | Time | False |
金曜日の営業時間の開始時刻。 | |
| FridayEndTime | Time | False |
金曜日の営業時間の終了時刻。 | |
| SaturdayStartTime | Time | False |
土曜日の営業時間の開始時刻。 | |
| SaturdayEndTime | Time | False |
土曜日の営業時間の終了時刻。 | |
| TimeZoneSidKey | String | False |
営業時間設定に関連付けられたタイムゾーン。 | |
| CreatedDate | Datetime | True |
営業時間レコードが作成された日時。 | |
| CreatedById | String | True |
User.Id |
営業時間レコードを作成したユーザーのID。 |
| LastModifiedById | String | True |
User.Id |
営業時間レコードを最後に変更したユーザーのID。 |
| LastViewedDate | Datetime | True |
レコードがユーザーインターフェースで最後に表示された日時。 | |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入の実行時に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティには、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を指定できます。 | |
| SystemModstamp | Datetime | True |
システムの同期およびレプリケーションに使用されるタイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
営業時間レコードが最後に変更された日時。 |
リードやケース管理などのビジネスプロセスを表し、さまざまなレコードのパスを定義します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
ビジネスプロセスレコードの一意の識別子。 | |
| Name | String | False |
他のビジネスプロセスと区別するために使用されるビジネスプロセスの名前。 | |
| NamespacePrefix | String | True |
ビジネスプロセスに関連付けられた名前空間プレフィックス。通常は管理パッケージで使用されます。 | |
| Description | String | False |
ビジネスプロセスの詳細を提供するテキストによる説明。 | |
| TableEnumOrId | String | False |
ビジネスプロセスが関連付けられているオブジェクト(Opportunity やCase など)のAPI 名またはID。 | |
| IsActive | Bool | False |
ビジネスプロセスが現在アクティブであるかどうかを示します。 | |
| CreatedById | String | True |
User.Id |
ビジネスプロセスを作成したユーザーのID。 |
| CreatedDate | Datetime | True |
ビジネスプロセスが作成された日時。 | |
| LastModifiedById | String | True |
User.Id |
ビジネスプロセスを最後に変更したユーザーのID。 |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入の実行時に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティには、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を指定できます。 | |
| SystemModstamp | Datetime | True |
データのレプリケーションのために、システムが最後の変更を追跡するために使用するタイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
ビジネスプロセスが最後に更新された日時。 |
Schema file for CalendarView.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| IsDisplayed | Bool | False |
Indicates whether the record has the Displayed characteristic. | |
| Color | String | False |
Field containing Color information. | |
| FillPattern | String | False |
Field containing FillPattern information. | |
| ListViewFilterId | String | False |
ListView.Id |
ID of the ListViewFilter associated with this record. |
| DateHandlingType | String | True |
Type classification for DateHandling. | |
| StartField | String | False |
Field containing StartField information. | |
| EndField | String | False |
Field containing EndField information. | |
| DisplayField | String | False |
Field containing DisplayField information. | |
| SobjectType | String | False |
Type classification for Sobject. | |
| PublisherId | String | False |
ID of the Publisher associated with this record. | |
| PublisherIdType | String | False |
Specifies the type of the 'PublisherId' polymorphic field to use in the statement. | |
| PublisherIdExternalFieldName | String | False |
Specifies the external field name of the 'PublisherId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
コールセンター設定に関するメタデータを含み、Salesforce とテレフォニーシステムを統合します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
コールセンター設定レコードの一意の識別子。 | |
| Name | String | False |
Salesforce 内で使用されるコールセンターの表示名。 | |
| InternalName | String | False |
コールセンター設定をプログラム上で参照するために使用される内部システム名。 | |
| Version | Double | False |
コールセンター定義のバージョン番号。通常アダプターの互換性を追跡するために使用されます。 | |
| AdapterUrl | String | False |
Salesforce とテレフォニーシステム間の通信を可能にするComputer Telephony Integration(CTI)アダプターのURL。 | |
| CustomSettings | String | False |
コールセンターアダプター用の追加のカスタム設定。通常はXML 形式で定義されます。 | |
| CreatedById | String | True |
User.Id |
コールセンター設定を作成したユーザーのID。 |
| LastModifiedById | String | True |
User.Id |
コールセンター設定を最後に変更したユーザーのID。 |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入の実行時に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティには、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を指定できます。 | |
| SystemModstamp | Datetime | True |
レコードが最後に変更された日時を示す、システムによって生成されたタイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
コールセンター設定が最後に更新された日時。 | |
| CreatedDate | Datetime | True |
コールセンター設定が作成された日時。 |
Schema file for CallCoachingMediaProvider.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ProviderName | String | False |
Field containing ProviderName information. | |
| ProviderDescription | String | False |
Field containing ProviderDescription information. | |
| IsActive | Bool | True |
Indicates whether the record is active. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Campaign レコードに関連するChatter 投稿および活動の更新を記録します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
キャンペーンフィード項目の一意の識別子。 | |
| ParentId | String | True |
Campaign.Id |
このフィード項目が関連付けられているキャンペーンレコードのID。 |
| Type | String | True |
テキスト投稿、リンク、ファイルなど、フィード項目の種類を指定します。 | |
| CreatedById | String | True |
User.Id |
フィード項目を作成したユーザーのID。 |
| CreatedByIdType | String | False |
ステートメントで使用する'CreatedById' ポリモーフィック項目の型を指定します。 | |
| CreatedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| IsDeleted | Bool | True |
フィード項目が削除されたか(true)、アクティブか(false)を示します。 | |
| CommentCount | Int | True |
このフィード項目に対して投稿されたコメントの数。 | |
| LikeCount | Int | True |
このフィード項目が受け取ったいいね!の数。 | |
| Title | String | True |
該当する場合、フィード項目のタイトルまたは件名。 | |
| Body | String | True |
フィード項目の主な内容またはメッセージ本文。 | |
| LinkUrl | String | True |
フィード項目にリンクが含まれている場合に共有されたURL。 | |
| IsRichText | Bool | True |
コンテンツにリッチテキスト書式が含まれているかどうかを示します。 | |
| RelatedRecordId | String | True |
フィード項目で参照またはメンションされたSalesforce レコードのID。 | |
| InsertedById | String | True |
User.Id |
フィード項目を挿入したユーザーまたはプロセスのID。作成者とは異なる場合があります。 |
| InsertedByIdType | String | False |
ステートメントで使用する'InsertedById' ポリモーフィック項目の型を指定します。 | |
| InsertedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'InsertedById' ポリモーフィック項目の外部項目名を指定します。 | |
| BestCommentId | String | True |
FeedComment.Id |
ベストコメントとしてマークされたコメントのID。 |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入の実行時に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティには、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を指定できます。 | |
| SystemModstamp | Datetime | True |
最新の変更を追跡するための、システムによって管理されるタイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
フィード項目が最後に更新された時のタイムスタンプ。 | |
| CreatedDate | Datetime | True |
フィード項目が作成された日時。 |
リードおよび取引先責任者をキャンペーンに関連付け、参加状況やレスポンスの詳細を追跡します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
キャンペーンメンバーレコードの一意の識別子。 | |
| IsDeleted | Bool | True |
キャンペーンメンバーレコードが削除されている(true)か、アクティブである(false)かを示します。 | |
| CampaignId | String | False |
Campaign.Id |
このメンバーが関連付けられているキャンペーンのID。 |
| LeadId | String | False |
Lead.Id |
このキャンペーンメンバーに関連付けられているリードのID(該当する場合)。 |
| ContactId | String | False |
Contact.Id |
このキャンペーンメンバーに関連付けられている取引先責任者のID(該当する場合)。 |
| Status | String | False |
キャンペーンメンバーの現在の状況。Sent、Responded、Attended など。 | |
| HasResponded | Bool | True |
リードまたは取引先責任者がキャンペーンにレスポンスを行ったかどうかを示します。 | |
| CreatedDate | Datetime | True |
キャンペーンメンバーレコードが作成された日時。 | |
| CreatedById | String | True |
User.Id |
キャンペーンメンバーレコードを作成したユーザーのID。 |
| LastModifiedById | String | True |
User.Id |
キャンペーンメンバーレコードを最後に変更したユーザーのID。 |
| FirstRespondedDate | Date | True |
リードまたは取引先責任者がキャンペーンに初めてレスポンスを行った日時。 | |
| CurrencyIsoCode | String | False |
収益金額が表される通貨のISO コード。 | |
| Salutation | String | True |
挨拶時に名前の前に使用される敬称の略語、単語、またはフレーズ。 | |
| Name | String | True |
レコードの名前。 | |
| FirstName | String | True |
取引先責任者または個人取引先の名。 | |
| LastName | String | True |
取引先責任者または個人取引先の姓。個人取引先では必須です。 | |
| Title | String | True |
取引先責任者または個人の役職。CEO やVice President など。 | |
| Street | String | True |
住所の番地。 | |
| City | String | True |
住所の市区町村。 | |
| State | String | True |
住所の都道府県。 | |
| PostalCode | String | True |
住所の郵便番号。 | |
| Country | String | True |
住所の国。 | |
| String | True |
取引先責任者または個人取引先のメールアドレス。 | ||
| Phone | String | True |
取引先責任者または取引先の電話番号。 | |
| Fax | String | True |
取引先責任者または取引先のFAX 番号。 | |
| MobilePhone | String | True |
取引先責任者の携帯電話番号。 | |
| Description | String | True |
レコードのテキスト説明。 | |
| DoNotCall | Bool | True |
取引先責任者が電話連絡を希望しないことを示します。 | |
| HasOptedOutOfEmail | Bool | True |
取引先責任者がメール配信をオプトアウトしたかどうかを示します。 | |
| HasOptedOutOfFax | Bool | True |
取引先責任者がFAX 配信をオプトアウトしたかどうかを示します。 | |
| LeadSource | String | True |
リードの取得元ソース。 | |
| CompanyOrAccount | String | True |
このレコードに関連付けられているCompanyOrAc の数。 | |
| Type | String | True |
取引先の種別または分類。 | |
| LeadOrContactId | String | True |
このレコードに関連付けられているLeadOrContact のID。 | |
| LeadOrContactOwnerId | String | True |
このレコードに関連付けられているLeadOrContactOwner のID。 | |
| LeadOrContactOwnerIdType | String | False |
ステートメントで使用する'LeadOrContactOwnerId' ポリモーフィック項目の型を指定します。 | |
| LeadOrContactOwnerIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'LeadOrContactOwnerId' ポリモーフィック項目の外部項目名を指定します。 | |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入の実行時に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティには、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を指定できます。 | |
| SystemModstamp | Datetime | True |
最新の変更を追跡するための、システムによって管理されるタイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
キャンペーンメンバーレコードが最後に更新された日時。 |
Schema file for CardPaymentMethod.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CardPaymentMethodNumber | String | True |
Masked credit card number for the payment method. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| DisplayCardNumber | String | True |
DisplayCard identification number. | |
| ExpiryMonth | Int | False |
Field containing ExpiryMonth information. | |
| ExpiryYear | Int | False |
Field containing ExpiryYear information. | |
| StartMonth | Int | False |
Field containing StartMonth information. | |
| StartYear | Int | False |
Field containing StartYear information. | |
| CardType | String | False |
Type of credit card (Visa, MasterCard, etc.). | |
| CardTypeCategory | String | True |
Field containing CardTypeCategory information. | |
| AutoCardType | String | False |
Type classification for AutoCard. | |
| CardCategory | String | False |
Category of the credit card (credit, debit, prepaid). | |
| AccountId | String | False |
Account.Id |
ID of the Account associated with this record. |
| PaymentMethodStreet | String | False |
Street address for PaymentMethod purposes. | |
| PaymentMethodCity | String | False |
City for PaymentMethod address. | |
| PaymentMethodState | String | False |
State or province for PaymentMethod address. | |
| PaymentMethodPostalCode | String | False |
Postal code for PaymentMethod address. | |
| PaymentMethodCountry | String | False |
Country for PaymentMethod address. | |
| PaymentMethodLatitude | Double | False |
Latitude coordinate for PaymentMethod address geolocation. | |
| PaymentMethodLongitude | Double | False |
Longitude coordinate for PaymentMethod address geolocation. | |
| PaymentMethodGeocodeAccuracy | String | False |
Accuracy level of the geocode for the PaymentMethod address. | |
| NickName | String | False |
Field containing NickName information. | |
| CardHolderName | String | False |
Field containing CardHolderName information. | |
| CardBin | Int | False |
Bank Identification Number (BIN) of the credit card. | |
| CardLastFour | Int | False |
Last four digits of the credit card number. | |
| String | False |
Email address for the contact or person account. | ||
| Comments | String | False |
Field containing Comments information. | |
| Status | String | False |
Status of the record. | |
| InputCardNumber | String | False |
InputCard identification number. | |
| CardHolderFirstName | String | False |
Field containing CardHolderFirstName information. | |
| CardHolderLastName | String | False |
Field containing CardHolderLastName information. | |
| CompanyName | String | False |
Field containing CompanyName information. | |
| GatewayToken | String | False |
Token representing the payment method in the payment gateway. | |
| GatewayTokenDetails | String | False |
Additional details about the gateway token. | |
| PaymentGatewayId | String | False |
ID of the PaymentGateway associated with this record. | |
| ProcessingMode | String | False |
Mode used for processing the payment. | |
| MacAddress | String | False |
Field containing MacAddress information. | |
| Phone | String | False |
Phone number for the contact or account. | |
| IpAddress | String | False |
Field containing IpAddress information. | |
| AuditEmail | String | False |
Field containing AuditEmail information. | |
| GatewayResultCode | String | False |
Result code returned by the payment gateway. | |
| GatewayResultCodeDescription | String | False |
Field containing GatewayResultCodeDescription information. | |
| SfResultCode | String | False |
Salesforce-specific result code for the transaction. | |
| GatewayDate | Datetime | False |
Date associated with Gateway. | |
| GatewayTokenEncrypted | String | False |
Field containing GatewayTokenEncrypted information. | |
| IsAutoPayEnabled | Bool | False |
Indicates whether the record has the AutoPayEnabled characteristic. | |
| PaymentMethodType | String | False |
Type classification for PaymentMethod. | |
| PaymentMethodSubType | String | False |
Type classification for PaymentMethodSub. | |
| PaymentMethodDetails | String | False |
Field containing PaymentMethodDetails information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
顧客サービスおよびサポートケースを管理し、問題、解決策、および顧客とのやり取りを追跡します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
ケースレコードの一意の識別子。 | |
| IsDeleted | Bool | True |
ケースが削除された(true)か、アクティブである(false)かを示します。 | |
| MasterRecordId | String | True |
Case.Id |
このオブジェクトがマージの結果として削除された場合、このフィールドには保持されたレコードのID が含まれます。 |
| CaseNumber | String | True |
ケースを一意に識別する自動生成番号。 | |
| ContactId | String | False |
Contact.Id |
ケースに関連付けられた取引先責任者のID。 |
| AccountId | String | False |
Account.Id |
ケースに関連付けられた取引先のID。 |
| AssetId | String | False |
Asset.Id |
ケースに関連する資産のID(製品や機器など)。 |
| ParentId | String | False |
Case.Id |
親ケースのID。 |
| SuppliedName | String | False |
ケースが送信されたときに顧客が提供した名前。 | |
| SuppliedEmail | String | False |
ケースを送信する際に顧客が提供したメールアドレス。 | |
| SuppliedPhone | String | False |
ケースを送信する際に顧客が提供した電話番号。 | |
| SuppliedCompany | String | False |
ケース送信時に顧客が提供した会社名。 | |
| Type | String | False |
ケースのカテゴリまたは種類。Question、Problem、Feature Request など。 | |
| Status | String | False |
ケースの現在の状況。New、Working、Closed など。 | |
| Reason | String | False |
ケースが開始された理由。Installation やBreakdown など。 | |
| Origin | String | False |
ケース送信のソース。Email、Phone、Web など。 | |
| Subject | String | False |
ケースの短いタイトルまたは概要。 | |
| Priority | String | False |
ケースの緊急度を示します。High、Medium、Low など。 | |
| Description | String | False |
ケースで報告された問題や問い合わせの詳細な説明。 | |
| IsClosed | Bool | True |
ケースがクローズされた(true)か、まだオープンである(false)かを示します。 | |
| ClosedDate | Datetime | True |
ケースがクローズされた日時。 | |
| IsEscalated | Bool | False |
ケースが上位レベルの注意を引くためにエスカレーションされたかどうかを示します。 | |
| CurrencyIsoCode | String | False |
収益金額が表される通貨のISO コード。 | |
| OwnerId | String | False |
ケースを所有するユーザーまたはキューのID。 | |
| OwnerIdType | String | False |
ステートメントで使用する'OwnerId' ポリモーフィック項目の型を指定します。 | |
| OwnerIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'OwnerId' ポリモーフィック項目の外部項目名を指定します。 | |
| CreatedDate | Datetime | True |
ケースが作成された日時。 | |
| CreatedById | String | True |
User.Id |
ケースを作成したユーザーのID。 |
| LastModifiedById | String | True |
User.Id |
ケースを最後に変更したユーザーのID。 |
| ContactPhone | String | True |
ContactPhone 情報を含む項目。 | |
| ContactMobile | String | True |
ContactMobile 情報を含む項目。 | |
| ContactEmail | String | True |
ContactEmail 情報を含む項目。 | |
| ContactFax | String | True |
ContactFax 情報を含む項目。 | |
| Comments | String | False |
Comments 情報を含む項目。 | |
| LastViewedDate | Datetime | True |
現在のユーザーが最後にケースを表示した日時。 | |
| LastReferencedDate | Datetime | True |
関連レコードなどの参照を通してケースが最後にアクセスされた日時。 | |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入の実行時に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティには、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を指定できます。 | |
| TriggerAutoResponseEmail | Bool | False |
リードとケースの自動応答ルールをトリガーするかどうか(true)を示します。 | |
| TriggerOtherEmail | Bool | False |
組織外へのメールをトリガーするかどうか(true)を示します。 | |
| TriggerUserEmail | Bool | False |
組織内のユーザーに送信されるメールをトリガーするかどうか(true)を示します。 | |
| SystemModstamp | Datetime | True |
ケースレコードに対する最後のシステム更新のタイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
ケースが最後に更新された日時。 |
サポート担当者または顧客がケースレコードに追加したコメントを格納します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
ケースコメントレコードの一意の識別子。 | |
| ParentId | String | False |
Case.Id |
コメントが関連付けられているケースのID。 |
| IsPublished | Bool | False |
コメントがセルフサービスポータルを通じて顧客に表示されるかどうかを示します。 | |
| CommentBody | String | False |
ケースに追加されたコメントのテキスト内容。 | |
| CommentBodyRichtext | String | False |
CommentBodyRichtext 情報を含む項目。 | |
| CreatedById | String | True |
User.Id |
コメントを作成したユーザーのID。 |
| CreatedByIdType | String | False |
ステートメントで使用する'CreatedById' ポリモーフィック項目の型を指定します。 | |
| CreatedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| CreatedDate | Datetime | True |
コメントが作成された日時。 | |
| LastModifiedById | String | True |
User.Id |
コメントを最後に変更したユーザーのID。 |
| LastModifiedByIdType | String | False |
ステートメントで使用する'LastModifiedById' ポリモーフィック項目の型を指定します。 | |
| LastModifiedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'LastModifiedById' ポリモーフィック項目の外部項目名を指定します。 | |
| IsDeleted | Bool | True |
コメントが削除されている(true)か、アクティブである(false)かを示します。 | |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入の実行時に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティには、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を指定できます。 | |
| TriggerAutoResponseEmail | Bool | False |
リードとケースの自動応答ルールをトリガーするかどうか(true)を示します。 | |
| TriggerOtherEmail | Bool | False |
組織外へのメールをトリガーするかどうか(true)を示します。 | |
| TriggerUserEmail | Bool | False |
組織内のユーザーに送信されるメールをトリガーするかどうか(true)を示します。 | |
| SystemModstamp | Datetime | True |
コメントレコードに対する最後のシステム更新のタイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
コメントが最後に変更された日時。 |
ケースと取引先責任者のリレーションを定義し、ケースプロセスにおけるロールを指定します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
ケース取引先責任者ロールレコードの一意の識別子。 | |
| CasesId | String | False |
Case.Id |
取引先責任者が関連付けられているケースのID。 |
| ContactId | String | False |
Contact.Id |
ケースでロールを割り当てられている取引先責任者のID。 |
| Role | String | False |
意思決定者や主連絡先など、ケースに関連する取引先責任者が果たすロール。 | |
| CreatedDate | Datetime | True |
ケース取引先責任者ロールが作成された日時。 | |
| CreatedById | String | True |
User.Id |
ケース取引先責任者ロールを作成したユーザーのID。 |
| LastModifiedById | String | True |
User.Id |
ケース取引先責任者ロールを最後に変更したユーザーのID。 |
| IsDeleted | Bool | True |
ケース取引先責任者ロールが削除されている(true)か、アクティブである(false)かを示します。 | |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入の実行時に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティには、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を指定できます。 | |
| SystemModstamp | Datetime | True |
このレコードに対する最新のシステム更新のタイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
ケース取引先責任者ロールが最後に変更された日時。 |
ケースレコードに関連するChatter 活動(投稿や更新など)を記録します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
ケースフィード項目の一意の識別子。 | |
| ParentId | String | True |
Case.Id |
このフィード項目が関連付けられているケースのID。 |
| Type | String | True |
テキスト投稿、リンク、ファイルアップロードなど、フィード項目の種類を指定します。 | |
| CreatedById | String | True |
User.Id |
フィード項目を作成したユーザーのID。 |
| CreatedByIdType | String | False |
ステートメントで使用する'CreatedById' ポリモーフィック項目の型を指定します。 | |
| CreatedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| IsDeleted | Bool | True |
フィード項目が削除されている(true)か否か(false)を示します。 | |
| CommentCount | Int | True |
このフィード項目に関連付けられているコメントの総数。 | |
| LikeCount | Int | True |
このフィード項目が受け取ったいいね!の総数。 | |
| Title | String | True |
該当する場合、フィード項目のタイトル。 | |
| Body | String | True |
フィード項目の主な内容やメッセージ。 | |
| LinkUrl | String | True |
該当する場合、フィード項目に含まれるURL リンク。 | |
| IsRichText | Bool | True |
コンテンツにリッチテキスト書式が含まれているかどうかを示します。 | |
| RelatedRecordId | String | True |
このフィード項目に関連するレコード(ToDo や行動など)のID。 | |
| InsertedById | String | True |
User.Id |
フィード項目をフィードに挿入したユーザーのID。自動プロセスの場合、作成者と異なる場合があります。 |
| InsertedByIdType | String | False |
ステートメントで使用する'InsertedById' ポリモーフィック項目の型を指定します。 | |
| InsertedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'InsertedById' ポリモーフィック項目の外部項目名を指定します。 | |
| BestCommentId | String | True |
FeedComment.Id |
ベストコメントとしてマークされたコメントのID。 |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入の実行時に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティには、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を指定できます。 | |
| SystemModstamp | Datetime | True |
フィード項目に対する最新のシステム更新のタイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
フィード項目が最後に変更された日時。 | |
| CreatedDate | Datetime | True |
フィード項目が作成された日時。 |
Schema file for CaseMilestone.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| CaseId | String | True |
Case.Id |
ID of the Case associated with this record. |
| StartDate | Datetime | False |
Start date for the record or activity. | |
| TargetDate | Datetime | True |
Date associated with Target. | |
| CompletionDate | Datetime | False |
Date associated with Completion. | |
| MilestoneTypeId | String | True |
ID of the MilestoneType associated with this record. | |
| IsCompleted | Bool | True |
Indicates whether the task has been completed. | |
| IsViolated | Bool | True |
Indicates whether the record has the Violated characteristic. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| TargetResponseInMins | Int | True |
Field containing TargetResponseInMins information. | |
| TargetResponseInHrs | Double | True |
Field containing TargetResponseInHrs information. | |
| TargetResponseInDays | Double | True |
Field containing TargetResponseInDays information. | |
| TimeRemainingInMins | String | True |
Field containing TimeRemainingInMins information. | |
| TimeRemainingInHrs | String | True |
Field containing TimeRemainingInHrs information. | |
| TimeRemainingInDays | Double | True |
Field containing TimeRemainingInDays information. | |
| ElapsedTimeInMins | Int | True |
Field containing ElapsedTimeInMins information. | |
| ElapsedTimeInHrs | Double | True |
Field containing ElapsedTimeInHrs information. | |
| ElapsedTimeInDays | Double | True |
Field containing ElapsedTimeInDays information. | |
| TimeSinceTargetInMins | String | True |
Field containing TimeSinceTargetInMins information. | |
| TimeSinceTargetInHrs | String | True |
Field containing TimeSinceTargetInHrs information. | |
| TimeSinceTargetInDays | Double | True |
Field containing TimeSinceTargetInDays information. | |
| BusinessHoursId | String | True |
ID of the business hours associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
ケースにソリューションを関連付け、サポート担当者が顧客の問題を迅速に解決できるようにします。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
ケースとソリューションの関連付けレコードの一意の識別子。 | |
| CaseId | String | False |
Case.Id |
ソリューションに関連付けられているケースのID。 |
| SolutionId | String | False |
Solution.Id |
ケースに関連付けられているソリューションのID。 |
| CreatedById | String | True |
User.Id |
ケースとソリューションの関連付けを作成したユーザーのID。 |
| IsDeleted | Bool | True |
ケースとソリューションの関連付けレコードが削除されている(true)か否か(false)を示します。 | |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入の実行時に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティには、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を指定できます。 | |
| SystemModstamp | Datetime | True |
関連付けレコードに対する最後のシステム更新のタイムスタンプ。 | |
| CreatedDate | Datetime | True |
ケースとソリューションの関連付けが作成された日時。 |
ケースレコードに割り当てられたチームメンバーの詳細を格納します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
ケースチームメンバーレコードの一意の識別子。 | |
| ParentId | String | False |
Case.Id |
このチームメンバーが割り当てられているケースのID。 |
| MemberId | String | False |
ケースにチームメンバーとして割り当てられているユーザー、パートナー、またはキューのID。 | |
| MemberIdType | String | False |
ステートメントで使用する'MemberId' ポリモーフィック項目の型を指定します。 | |
| MemberIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'MemberId' ポリモーフィック項目の外部項目名を指定します。 | |
| TeamTemplateMemberId | String | True |
該当する場合、このレコードが作成されたチームテンプレートメンバーのID。 | |
| TeamRoleId | String | False |
CaseTeamRole.Id |
ケース上でのチームメンバーの特定のロールを表すID。 |
| TeamTemplateId | String | True |
このレコードに関連付けられているTeamTemplate のID。 | |
| 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 コマンドの呼び出し時にupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティには、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を指定できます。 | |
| SystemModstamp | Datetime | True |
ケースチームメンバーレコードに対する最新のシステム更新のタイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
ケースチームメンバーレコードが最後に変更された日時。 |
ケースレコードに対応するチームメンバーに割り当てられるロール(サポート担当者やマネージャーなど)を定義します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
ケースチームロールレコードの一意の識別子。 | |
| Name | String | False |
ケースチームのメンバーに割り当てられるロールの名前。 | |
| AccessLevel | String | False |
このロールを持つチームメンバーに付与されるアクセスレベル。Read やRead/Write など。 | |
| PreferencesVisibleInCSP | Bool | False |
このロールがカスタマーポータルに表示されるか(true)非表示か(false)を示します。 | |
| 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 コマンドの呼び出し時にupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティには、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を指定できます。 | |
| SystemModstamp | Datetime | True |
ケースチームロールに対する最新のシステム更新のタイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
ケースチームロールが最後に変更された日時。 |
ケースチーム用の定義済みテンプレートを管理し、標準化されたチーム割り当てを可能にします。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
ケースチームテンプレートレコードの一意の識別子。 | |
| Name | String | False |
再利用可能なケースチームメンバーのグループを定義するために使用される、ケースチームテンプレートの名前。 | |
| Description | String | False |
ケースチームテンプレートの目的や使用方法に関する詳細を提供するテキスト説明。 | |
| 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 コマンドの呼び出し時にupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティには、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を指定できます。 | |
| SystemModstamp | Datetime | True |
ケースチームテンプレートレコードに対する最新のシステム更新のタイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
ケースチームテンプレートが最後に変更された日時。 |
ケースチームテンプレートのメンバーを格納し、それぞれのロールと権限を定義します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
ケースチームテンプレートメンバーレコードの一意の識別子。 | |
| TeamTemplateId | String | False |
このメンバーが属するケースチームテンプレートのID。 | |
| MemberId | String | False |
ケースチームテンプレートのメンバーとして割り当てられているユーザー、グループ、またはキューのID。 | |
| TeamRoleId | String | False |
CaseTeamRole.Id |
チームテンプレート内でこのメンバーに割り当てられているロールのID。 |
| 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 コマンドの呼び出し時にupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティには、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を指定できます。 | |
| SystemModstamp | Datetime | True |
このレコードに対する最新の更新のシステム生成タイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
ケースチームテンプレートメンバーが最後に変更された日時。 |
ケースチームテンプレートを特定のケースレコードに関連付け、定義済みのチーム構成を適用します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
ケースチームテンプレートレコードの一意の識別子。 | |
| ParentId | String | False |
Case.Id |
このチームテンプレートレコードに関連付けられているケースのID。 |
| TeamTemplateId | String | False |
ケースに適用されたケースチームテンプレートのID。 | |
| CreatedById | String | True |
User.Id |
ケースチームテンプレートレコードを作成したユーザーのID。 |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入の実行時に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティには、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を指定できます。 | |
| SystemModstamp | Datetime | True |
このレコードに対する最新の更新のシステム生成タイムスタンプ。 | |
| CreatedDate | Datetime | True |
ケースチームテンプレートレコードが作成された日時。 |
Salesforce Knowledge やその他の分類機能で使用されるカテゴリに関連する構造化データを格納します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
カテゴリデータレコードの一意の識別子。 | |
| CategoryNodeId | String | False |
CategoryNode.Id |
このデータレコードに関連付けられているカテゴリノードのID。 |
| RelatedSobjectId | String | False |
Solution.Id |
このカテゴリデータにリンクされている関連Salesforce オブジェクトのID。 |
| IsDeleted | Bool | True |
カテゴリデータレコードが削除されたかどうかを示します。 | |
| 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 コマンドが呼び出されたときにupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam のいずれかの値を取ることができます。 | |
| SystemModstamp | Datetime | True |
このレコードの最新の更新に対してシステムによって生成されたタイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
カテゴリデータレコードが最後に更新された日時。 |
ナレッジ記事やコンテンツを整理するための階層型カテゴリ構造を表します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
カテゴリノードの一意の識別子。 | |
| ParentId | String | False |
CategoryNode.Id |
カテゴリの階層構造を定義するために使用される、親カテゴリノードのID。 |
| MasterLabel | String | False |
カテゴリノードの表示名。 | |
| SortOrder | Int | False |
兄弟ノード間でのこのカテゴリノードの位置で、表示順序を決定します。 | |
| SortStyle | String | False |
このカテゴリ配下のサブカテゴリの並び順を指定します。 | |
| 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 コマンドが呼び出されたときにupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam のいずれかの値を取ることができます。 | |
| SystemModstamp | Datetime | True |
このレコードの最終更新を示すシステム生成のタイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
カテゴリノードが最後に更新された日時。 |
Schema file for ChatterExtension.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| NamespacePrefix | String | True |
The namespace prefix associated with this object. | |
| IsProtected | Bool | False |
Indicates whether the component is protected or not. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ExtensionName | String | False |
Field containing ExtensionName information. | |
| Type | String | False |
Type of account or classification. | |
| IconId | String | False |
ContentAsset.Id |
ID of the Icon associated with this record. |
| Description | String | False |
Text description of the record. | |
| CompositionComponentEnumOrId | String | False |
ID of the CompositionComponentEnumOr associated with this record. | |
| RenderComponentEnumOrId | String | False |
ID of the RenderComponentEnumOr associated with this record. | |
| HoverText | String | False |
Field containing HoverText information. | |
| HeaderText | String | False |
Field containing HeaderText information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ChatterExtensionConfig.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ChatterExtensionId | String | False |
ID of the ChatterExtension associated with this record. | |
| CanCreate | Bool | False |
Indicates whether the user can create records. | |
| CanRead | Bool | False |
Indicates whether the user can view records. | |
| Position | Int | False |
Field containing Position information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Salesforce にアクセスする際に使用されるブラウザを識別し、ユーザーアクティビティや互換性の追跡に役立ちます。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
クライアントブラウザレコードの一意の識別子。 | |
| UsersId | String | True |
User.Id |
クライアントブラウザセッションに関連付けられたユーザーのID。 |
| FullUserAgent | String | True |
ブラウザ、オペレーティングシステム、デバイスを識別する完全なユーザーエージェント文字列。 | |
| ProxyInfo | String | True |
セッション中に使用されたプロキシサーバーに関する情報。 | |
| LastUpdate | Datetime | True |
このクライアントブラウザレコードの最新の更新のタイムスタンプ。 | |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されたときにupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam のいずれかの値を取ることができます。 | |
| CreatedDate | Datetime | True |
クライアントブラウザレコードが最初に作成された日時。 |
Salesforce 内でのコラボレーションやディスカッションに使用されるChatter グループの詳細を格納します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
コラボレーショングループの一意の識別子。 | |
| Name | String | False |
コラボレーショングループの名前。 | |
| MemberCount | Int | True |
現在グループに所属しているメンバーの数。 | |
| OwnerId | String | False |
User.Id |
グループの所有者または作成者であるユーザーのID。 |
| CollaborationType | String | False |
グループのアクセスレベル(Public やPrivate など)を指定します。 | |
| Description | String | False |
グループの目的や焦点を概説する簡潔な説明。 | |
| CreatedDate | Datetime | True |
グループが作成された日時。 | |
| CreatedById | String | True |
User.Id |
グループを作成したユーザーのID。 |
| LastModifiedById | String | True |
User.Id |
グループを最後に更新したユーザーのID。 |
| FullPhotoUrl | String | True |
グループのフルサイズの写真またはロゴのURL。 | |
| MediumPhotoUrl | String | True |
MediumPhotoUrl 情報を含む項目。 | |
| SmallPhotoUrl | String | True |
グループのサムネイルサイズの写真のURL。 | |
| LastFeedModifiedDate | Datetime | True |
グループのフィードが最後に更新された日時。 | |
| InformationTitle | String | False |
グループ内に表示される追加情報またはお知らせのタイトル。 | |
| InformationBody | String | False |
グループの追加情報またはお知らせの本文コンテンツ。 | |
| HasPrivateFieldsAccess | Bool | True |
ユーザーがグループ内の非公開項目にアクセスできるかどうかを示します。 | |
| CanHaveGuests | Bool | False |
外部ユーザー(ゲスト)をグループに参加させることができるかどうかを指定します。 | |
| LastViewedDate | Datetime | True |
現在のユーザーがこのグループを最後に表示した日時。 | |
| LastReferencedDate | Datetime | True |
現在のユーザーがこのグループを最後に参照した日時。 | |
| IsArchived | Bool | False |
グループがアーカイブされているかどうかを示します。 | |
| IsAutoArchiveDisabled | Bool | False |
グループの自動アーカイブが無効になっているかどうかを示します。 | |
| AnnouncementId | String | False |
Announcement.Id |
このレコードに関連付けられたお知らせのID。 |
| GroupEmail | String | True |
GroupEmail 情報を含む項目。 | |
| BannerPhotoUrl | String | True |
BannerPhotoUrl 情報を含む項目。 | |
| IsBroadcast | Bool | False |
レコードがブロードキャスト特性を持つかどうかを示します。 | |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されたときにupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam のいずれかの値を取ることができます。 | |
| SystemModstamp | Datetime | True |
グループレコードの最終システム更新のタイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
グループが最後に更新された日時。 |
コラボレーショングループに関連する投稿や更新などのChatter アクティビティを記録します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
コラボレーショングループフィード項目の一意の識別子。 | |
| ParentId | String | True |
このフィード項目が関連付けられているコラボレーショングループのID。 | |
| Type | String | True |
投稿、投票、リンクなど、フィード項目の種類を指定します。 | |
| CreatedById | String | True |
User.Id |
フィード項目を作成したユーザーのID。 |
| CreatedByIdType | String | False |
ステートメントで使用する'CreatedById' ポリモーフィック項目のタイプを指定します。 | |
| CreatedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| IsDeleted | Bool | True |
フィード項目が削除されたかどうかを示します。 | |
| CommentCount | Int | True |
フィード項目に関連付けられているコメントの数。 | |
| LikeCount | Int | True |
フィード項目が受け取ったいいね!の数。 | |
| Title | String | True |
該当する場合のフィード項目のタイトル。 | |
| Body | String | True |
フィード項目の本文テキストコンテンツ。 | |
| LinkUrl | String | True |
フィード項目で共有されたリンクのURL。 | |
| IsRichText | Bool | True |
コンテンツにリッチテキスト形式が含まれているかどうかを示します。 | |
| RelatedRecordId | String | True |
フィード項目に関連するレコードのID(存在する場合)。 | |
| InsertedById | String | True |
User.Id |
他のユーザーまたはシステムに代わってフィード項目を挿入したユーザーのID。 |
| InsertedByIdType | String | False |
ステートメントで使用する'InsertedById' ポリモーフィック項目のタイプを指定します。 | |
| InsertedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'InsertedById' ポリモーフィック項目の外部項目名を指定します。 | |
| BestCommentId | String | True |
FeedComment.Id |
ベストコメントとしてマークされたコメントのID。 |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されたときにupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam のいずれかの値を取ることができます。 | |
| SystemModstamp | Datetime | True |
フィード項目の最終システム更新のタイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
フィード項目が最後に更新された日時。 | |
| CreatedDate | Datetime | True |
フィード項目が作成された日時。 |
Chatter コラボレーショングループに所属するユーザーをリストし、グループメンバーシップを管理します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
コラボレーショングループメンバーレコードの一意の識別子。 | |
| CollaborationGroupId | String | False |
メンバーが所属するコラボレーショングループのID。 | |
| MemberId | String | False |
User.Id |
コラボレーショングループのメンバーであるユーザーのID。 |
| CollaborationRole | String | False |
標準メンバーやマネージャーなど、グループ内でのメンバーのロール。 | |
| NotificationFrequency | String | False |
メンバーがグループから通知を受け取る頻度(毎日、投稿ごとなど)。 | |
| CreatedDate | Datetime | True |
メンバーがコラボレーショングループに追加された日時。 | |
| CreatedById | String | True |
User.Id |
メンバーをグループに追加したユーザーのID。 |
| LastModifiedById | String | True |
User.Id |
メンバーレコードを最後に更新したユーザーのID。 |
| LastFeedAccessDate | Datetime | True |
LastFeedAccess に関連付けられた日付。 | |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されたときにupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam のいずれかの値を取ることができます。 | |
| SystemModstamp | Datetime | True |
メンバーレコードの最終システム更新のタイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
メンバーレコードが最後に更新された日時。 |
承認が必要なChatter グループへの参加リクエストを追跡します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
コラボレーショングループメンバーシップリクエストの一意の識別子。 | |
| CollaborationGroupId | String | False |
ユーザーが参加リクエストを送信したコラボレーショングループのID。 | |
| RequesterId | String | False |
User.Id |
グループへの参加リクエストを送信したユーザーのID。 |
| ResponseMessage | String | False |
メンバーシップリクエストに対するグループの返答に含まれるオプションのメッセージ。 | |
| Status | String | False |
メンバーシップリクエストの現在のステータス(Pending、Approved、Rejected など)。 | |
| 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 コマンドが呼び出されたときにupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam のいずれかの値を取ることができます。 | |
| SystemModstamp | Datetime | True |
メンバーシップリクエストレコードの最終システム更新のタイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
リクエストレコードが最後に更新された日時。 |
Schema file for CollaborationGroupRecord.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| CollaborationGroupId | String | False |
ID of the CollaborationGroup associated with this record. | |
| RecordId | String | False |
ID of the Record associated with this record. | |
| RecordIdType | String | False |
Specifies the type of the 'RecordId' polymorphic field to use in the statement. | |
| RecordIdExternalFieldName | String | False |
Specifies the external field name of the 'RecordId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
外部ユーザーに送信されるSalesforce Chatter グループへの招待を管理します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
コラボレーション招待レコードの一意の識別子。 | |
| ParentId | String | True |
コラボレーショングループなど、招待に関連付けられた親レコードのID。 | |
| SharedEntityId | String | False |
ファイルやグループなど、招待されたユーザーと共有されるエンティティのID。 | |
| InviterId | String | True |
User.Id |
コラボレーション招待を送信したユーザーのID。 |
| InvitedUserEmail | String | False |
コラボレーションに招待されたユーザーのメールアドレス。 | |
| InvitedUserEmailNormalized | String | True |
照合の一貫性を保つための、招待されたユーザーのメールアドレスの正規化バージョン。 | |
| Status | String | True |
招待の現在のステータス(Sent、Accepted、Expired など)。 | |
| OptionalMessage | String | False |
通常は招待者からの、招待に含まれるオプションのメッセージ。 | |
| CreatedById | String | True |
User.Id |
コラボレーション招待を作成したユーザーのID。 |
| LastModifiedById | String | True |
User.Id |
招待レコードを最後に更新したユーザーのID。 |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されたときにupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam のいずれかの値を取ることができます。 | |
| SystemModstamp | Datetime | True |
招待レコードの最新のシステム更新のタイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
招待レコードが最後に更新された日時。 | |
| CreatedDate | Datetime | True |
コラボレーション招待が作成された日時。 |
Schema file for CollaborationRoom.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| PlatformKey | String | False |
Field containing PlatformKey information. | |
| TeamKey | String | False |
Field containing TeamKey information. | |
| IsAutoJoin | Bool | False |
Indicates whether the record has the AutoJoin characteristic. | |
| IsArchived | Bool | False |
Indicates whether the record has the Archived characteristic. | |
| IsExternal | Bool | False |
Indicates whether the record has the External characteristic. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for CommSubscription.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for CommSubscriptionChannelType.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| CommunicationSubscriptionId | String | False |
ID of the CommunicationSubscription associated with this record. | |
| EngagementChannelTypeId | String | False |
ID of the EngagementChannelType associated with this record. | |
| DataUsePurposeId | String | True |
ID of the DataUsePurpose associated with this record. | |
| MessagingChannelId | String | False |
ID of the MessagingChannel associated with this record. | |
| MessagingChannelUsageId | String | False |
ID of the MessagingChannelUsage associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for CommSubscriptionChannelTypeFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for CommSubscriptionConsent.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| ConsentGiverId | String | False |
ID of the ConsentGiver associated with this record. | |
| ConsentGiverIdType | String | False |
Specifies the type of the 'ConsentGiverId' polymorphic field to use in the statement. | |
| ConsentGiverIdExternalFieldName | String | False |
Specifies the external field name of the 'ConsentGiverId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| ContactPointId | String | False |
ID of the ContactPoint associated with this record. | |
| ContactPointIdType | String | False |
Specifies the type of the 'ContactPointId' polymorphic field to use in the statement. | |
| ContactPointIdExternalFieldName | String | False |
Specifies the external field name of the 'ContactPointId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| EffectiveFromDate | Date | False |
Date associated with EffectiveFrom. | |
| ConsentCapturedDateTime | Datetime | False |
Field containing ConsentCapturedDateTime information. | |
| ConsentCapturedSource | String | False |
Field containing ConsentCapturedSource information. | |
| CommSubscriptionChannelTypeId | String | False |
ID of the CommSubscriptionChannelType associated with this record. | |
| PartyRoleId | String | False |
ID of the PartyRole associated with this record. | |
| PartyRoleIdType | String | False |
Specifies the type of the 'PartyRoleId' polymorphic field to use in the statement. | |
| PartyRoleIdExternalFieldName | String | False |
Specifies the external field name of the 'PartyRoleId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BusinessBrandId | String | False |
ID of the BusinessBrand associated with this record. | |
| PrivacyConsentStatus | String | False |
Status of the PrivacyConsent. | |
| DataUsePurposeId | String | False |
ID of the DataUsePurpose associated with this record. | |
| EngagementChannelTypeId | String | False |
ID of the EngagementChannelType associated with this record. | |
| PartyId | String | True |
Individual.Id |
ID of the Party associated with this record. |
| ContactPointValue | String | False |
Field containing ContactPointValue information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for CommSubscriptionConsentFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for CommSubscriptionFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for CommSubscriptionTiming.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| CommSubscriptionConsentId | String | False |
ID of the CommSubscriptionConsent associated with this record. | |
| Unit | String | False |
Field containing Unit information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for CommSubscriptionTimingFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for ConferenceNumber.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ExternalEventId | String | False |
ID of the ExternalEvent associated with this record. | |
| Label | String | False |
Field containing Label information. | |
| Number | String | False |
identification number. | |
| AccessCode | String | False |
Field containing AccessCode information. | |
| Vendor | String | False |
Field containing Vendor information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ConsumptionRate.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ConsumptionScheduleId | String | False |
ID of the ConsumptionSchedule associated with this record. | |
| Description | String | False |
Text description of the record. | |
| ProcessingOrder | Int | False |
Field containing ProcessingOrder information. | |
| PricingMethod | String | False |
Field containing PricingMethod information. | |
| LowerBound | Int | False |
Field containing LowerBound information. | |
| UpperBound | Int | False |
Field containing UpperBound information. | |
| Price | Decimal | False |
Field containing Price information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ConsumptionSchedule.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| IsActive | Bool | False |
Indicates whether the record is active. | |
| Description | String | False |
Text description of the record. | |
| BillingTerm | Int | False |
Field containing BillingTerm information. | |
| BillingTermUnit | String | False |
Field containing BillingTermUnit information. | |
| Type | String | False |
Type of account or classification. | |
| UnitOfMeasure | String | False |
Field containing UnitOfMeasure information. | |
| RatingMethod | String | False |
Field containing RatingMethod information. | |
| MatchingAttribute | String | False |
Field containing MatchingAttribute information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ConsumptionScheduleFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
取引先に関連付けられた個人の詳細を保持し、コミュニケーションや関係性を追跡します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
取引先責任者の一意の識別子。 | |
| IsDeleted | Bool | True |
取引先責任者が削除されたか(true)、削除されていないか(false)を示します。 | |
| MasterRecordId | String | True |
Contact.Id |
取引先責任者がマージ操作の一部である場合のマスターレコードのID。 |
| AccountId | String | False |
Account.Id |
取引先責任者に関連付けられている取引先のID。 |
| IsPersonAccount | Bool | True |
この取引先が個人取引先かどうかを示します。 | |
| LastName | String | False |
取引先責任者の姓。 | |
| FirstName | String | False |
取引先責任者の名。 | |
| Salutation | String | False |
取引先責任者の敬称(Mr.、Ms.、Dr. など)。 | |
| Name | String | True |
名と姓から自動生成される取引先責任者の氏名。 | |
| RecordTypeId | String | False |
RecordType.Id |
このオブジェクトに割り当てられたレコードタイプのID。 |
| OtherStreet | String | False |
取引先責任者の代替(その他)住所の町名・番地。 | |
| OtherCity | String | False |
取引先責任者の代替(その他)住所の市区町村。 | |
| OtherState | String | False |
取引先責任者の代替(その他)住所の都道府県。 | |
| OtherPostalCode | String | False |
取引先責任者の代替(その他)住所の郵便番号。 | |
| OtherCountry | String | False |
取引先責任者の代替(その他)住所の国。 | |
| OtherLatitude | Double | False |
マッピングおよびジオロケーションに使用される、取引先責任者の代替(その他)住所の緯度。 | |
| OtherLongitude | Double | False |
マッピングおよびジオロケーションに使用される、取引先責任者の代替(その他)住所の経度。 | |
| OtherGeocodeAccuracy | String | False |
その他の住所のジオコードの精度レベル。 | |
| MailingStreet | String | False |
取引先責任者の郵送先住所の町名・番地。 | |
| MailingCity | String | False |
取引先責任者の郵送先住所の市区町村。 | |
| MailingState | String | False |
取引先責任者の郵送先住所の都道府県。 | |
| MailingPostalCode | String | False |
取引先責任者の郵送先住所の郵便番号。 | |
| MailingCountry | String | False |
取引先責任者の郵送先住所の国。 | |
| MailingLatitude | Double | False |
マッピングおよびジオロケーションに使用される、取引先責任者の郵送先住所の緯度。 | |
| MailingLongitude | Double | False |
マッピングおよびジオロケーションに使用される、取引先責任者の郵送先住所の経度。 | |
| MailingGeocodeAccuracy | String | False |
郵送先住所のジオコードの精度レベル。 | |
| Phone | String | False |
取引先責任者の主な勤務先電話番号。 | |
| Fax | String | False |
取引先責任者の勤務先FAX 番号。 | |
| MobilePhone | String | False |
取引先責任者の携帯電話番号。 | |
| HomePhone | String | False |
取引先責任者の自宅電話番号。 | |
| OtherPhone | String | False |
取引先責任者のその他の電話番号。 | |
| AssistantPhone | String | False |
取引先責任者のアシスタントの電話番号。 | |
| ReportsToId | String | False |
Contact.Id |
この取引先責任者が報告する別の取引先責任者のID。 |
| String | False |
取引先責任者のメールアドレス。 | ||
| Title | String | False |
取引先責任者の役職。 | |
| Department | String | False |
取引先責任者に関連付けられた部署。 | |
| AssistantName | String | False |
取引先責任者のアシスタントの名前。 | |
| LeadSource | String | False |
取引先責任者が獲得されたソース(Web やReferral など)。 | |
| Birthdate | Date | False |
取引先責任者の生年月日。 | |
| Description | String | False |
取引先責任者に関する追加のメモや説明情報。 | |
| CurrencyIsoCode | String | False |
収益金額が表現される通貨のISO コード。 | |
| OwnerId | String | False |
User.Id |
この取引先責任者レコードの所有者であるユーザーのID。 |
| CreatedDate | Datetime | True |
取引先責任者が作成された日時。 | |
| CreatedById | String | True |
User.Id |
取引先責任者レコードを作成したユーザーのID。 |
| LastModifiedById | String | True |
User.Id |
取引先責任者レコードを最後に更新したユーザーのID。 |
| LastActivityDate | Date | True |
ToDo や行動など、取引先責任者に関連付けられた最後の活動の日付。 | |
| LastCURequestDate | Datetime | True |
取引先責任者に最後の登録情報照会リクエストが送信された日付。 | |
| LastCUUpdateDate | Datetime | True |
取引先責任者が登録情報照会の更新リクエストに最後に応答した日付。 | |
| LastViewedDate | Datetime | True |
取引先責任者レコードが最後に表示された日時。 | |
| LastReferencedDate | Datetime | True |
関連するレコードまたはプロセスによって取引先責任者レコードが最後に参照された日時。 | |
| EmailBouncedReason | String | False |
この取引先責任者に送信されたメールがバウンスした理由。 | |
| EmailBouncedDate | Datetime | False |
取引先責任者へのメールがバウンスした日時。 | |
| IsEmailBounced | Bool | True |
この取引先責任者へのメールがバウンスしたか(true)、していないか(false)を示します。 | |
| PhotoUrl | String | True |
取引先責任者の写真のURL。 | |
| Jigsaw | String | False |
Data.com(現在はレガシー製品)における取引先責任者の一意の識別子。 | |
| JigsawContactId | String | True |
データエンリッチメントに使用される、Data.com における取引先責任者のID。 | |
| CleanStatus | String | False |
Data.com と比較したレコードのクリーンステータスを示します。 | |
| IndividualId | String | False |
Individual.Id |
この取引先責任者に関連付けられたデータプライバシーレコードのID。 |
| IsPriorityRecord | Bool | True |
レコードが優先レコード特性を持つかどうかを示します。 | |
| ContactSource | String | False |
ContactSource 情報を含む項目。 | |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されたときにupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam のいずれかの値を取ることができます。 | |
| TriggerAutoResponseEmail | Bool | False |
リードとケースに対して、自動返信ルールをトリガーするか(true)、しないか(false)を示します。 | |
| TriggerOtherEmail | Bool | False |
組織外へのメールをトリガーするか(true)、しないか(false)を示します。 | |
| TriggerUserEmail | Bool | False |
組織内のユーザーに送信されるメールをトリガーするか(true)、しないか(false)を示します。 | |
| SystemModstamp | Datetime | True |
取引先責任者レコードの最終システム更新のタイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
取引先責任者レコードが最後に更新された日時。 |
Schema file for ContactCleanInfo.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ContactId | String | True |
Contact.Id |
ID of the Contact associated with this record. |
| LastMatchedDate | Datetime | True |
Date associated with LastMatched. | |
| LastStatusChangedDate | Datetime | True |
Date associated with LastStatusChanged. | |
| LastStatusChangedById | String | True |
User.Id |
ID of the LastStatusChangedBy associated with this record. |
| IsInactive | Bool | False |
Indicates whether the record has the Inactive characteristic. | |
| FirstName | String | True |
First name of the contact or person account. | |
| LastName | String | True |
Last name of the contact or person account. Required for person accounts. | |
| String | True |
Email address for the contact or person account. | ||
| Phone | String | True |
Phone number for the contact or account. | |
| Street | String | True |
Street address. | |
| City | String | True |
City portion of the address. | |
| State | String | True |
State or province portion of the address. | |
| PostalCode | String | True |
Postal code portion of the address. | |
| Country | String | True |
Country portion of the address. | |
| Latitude | Double | True |
Used with Longitude to specify the precise geolocation of an address. | |
| Longitude | Double | True |
Used with Latitude to specify the precise geolocation of an address. | |
| GeocodeAccuracy | String | True |
Accuracy level of the geocode for the address. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| ContactStatusDataDotCom | String | True |
Field containing ContactStatusDataDotCom information. | |
| IsReviewedName | Bool | False |
Indicates whether the record has the ReviewedName characteristic. | |
| IsReviewedEmail | Bool | False |
Indicates whether the record has the ReviewedEmail characteristic. | |
| IsReviewedPhone | Bool | False |
Indicates whether the record has the ReviewedPhone characteristic. | |
| IsReviewedAddress | Bool | False |
Indicates whether the record has the ReviewedAddress characteristic. | |
| IsReviewedTitle | Bool | False |
Indicates whether the record has the ReviewedTitle characteristic. | |
| IsDifferentFirstName | Bool | True |
Indicates whether the record has the DifferentFirstName characteristic. | |
| IsDifferentLastName | Bool | True |
Indicates whether the record has the DifferentLastName characteristic. | |
| IsDifferentEmail | Bool | True |
Indicates whether the record has the DifferentEmail characteristic. | |
| IsDifferentPhone | Bool | True |
Indicates whether the record has the DifferentPhone characteristic. | |
| IsDifferentStreet | Bool | True |
Indicates whether the record has the DifferentStreet characteristic. | |
| IsDifferentCity | Bool | True |
Indicates whether the record has the DifferentCity characteristic. | |
| IsDifferentState | Bool | True |
Indicates whether the record has the DifferentState characteristic. | |
| IsDifferentPostalCode | Bool | True |
Indicates whether the record has the DifferentPostalCode characteristic. | |
| IsDifferentCountry | Bool | True |
Indicates whether the record has the DifferentCountry characteristic. | |
| IsDifferentTitle | Bool | True |
Indicates whether the record has the DifferentTitle characteristic. | |
| IsDifferentStateCode | Bool | True |
Indicates whether the record has the DifferentStateCode characteristic. | |
| IsDifferentCountryCode | Bool | True |
Indicates whether the record has the DifferentCountryCode characteristic. | |
| CleanedByJob | Bool | True |
Field containing CleanedByJob information. | |
| CleanedByUser | Bool | True |
Field containing CleanedByUser information. | |
| IsFlaggedWrongName | Bool | False |
Indicates whether the record has the FlaggedWrongName characteristic. | |
| IsFlaggedWrongEmail | Bool | False |
Indicates whether the record has the FlaggedWrongEmail characteristic. | |
| IsFlaggedWrongPhone | Bool | False |
Indicates whether the record has the FlaggedWrongPhone characteristic. | |
| IsFlaggedWrongAddress | Bool | False |
Indicates whether the record has the FlaggedWrongAddress characteristic. | |
| IsFlaggedWrongTitle | Bool | False |
Indicates whether the record has the FlaggedWrongTitle characteristic. | |
| DataDotComId | String | True |
ID of the DataDotCom associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
取引先責任者レコードに関連する投稿や更新などのChatter アクティビティを記録します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
取引先責任者フィード項目の一意の識別子。 | |
| ParentId | String | True |
Contact.Id |
このフィード項目が関連付けられている取引先責任者レコードのID。 |
| Type | String | True |
TextPost、LinkPost、ContentPost、PollPost などのフィード項目のタイプ。 | |
| CreatedById | String | True |
User.Id |
フィード項目を作成したユーザーのID。 |
| CreatedByIdType | String | False |
ステートメントで使用する'CreatedById' ポリモーフィック項目のタイプを指定します。 | |
| CreatedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| IsDeleted | Bool | True |
フィード項目が削除されたか(true)、削除されていないか(false)を示します。 | |
| CommentCount | Int | True |
このフィード項目に関連付けられているコメントの数。 | |
| LikeCount | Int | True |
このフィード項目が受け取ったいいね!の数。 | |
| Title | String | True |
フィード項目のタイトルまたは件名。 | |
| Body | String | True |
フィード項目の本文テキストコンテンツ。 | |
| LinkUrl | String | True |
該当する場合、フィード項目に含まれるURL。 | |
| IsRichText | Bool | True |
コンテンツにリッチテキスト形式が含まれているかどうかを示します。 | |
| RelatedRecordId | String | True |
商談やケースなど、フィード項目に関連するレコードのID。 | |
| InsertedById | String | True |
User.Id |
フィード項目を挿入したユーザーまたはプロセスのID。 |
| InsertedByIdType | String | False |
ステートメントで使用する'InsertedById' ポリモーフィック項目のタイプを指定します。 | |
| InsertedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'InsertedById' ポリモーフィック項目の外部項目名を指定します。 | |
| BestCommentId | String | True |
FeedComment.Id |
ベストコメントとしてマークされたコメントのID。 |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されたときにupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam のいずれかの値を取ることができます。 | |
| SystemModstamp | Datetime | True |
フィード項目の最終更新のシステム生成タイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
フィード項目が最後に更新された日時。 | |
| CreatedDate | Datetime | True |
フィード項目が作成された日時。 |
Schema file for ContactPointAddress.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| ParentId | String | False |
ID of the parent object in the hierarchy. | |
| ParentIdType | String | False |
Specifies the type of the 'ParentId' polymorphic field to use in the statement. | |
| ParentIdExternalFieldName | String | False |
Specifies the external field name of the 'ParentId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| ActiveFromDate | Date | False |
Date associated with ActiveFrom. | |
| ActiveToDate | Date | False |
Date associated with ActiveTo. | |
| BestTimeToContactEndTime | Time | False |
Field containing BestTimeToContactEndTime information. | |
| BestTimeToContactStartTime | Time | False |
Field containing BestTimeToContactStartTime information. | |
| BestTimeToContactTimezone | String | False |
Field containing BestTimeToContactTimezone information. | |
| IsPrimary | Bool | False |
Indicates whether the record has the Primary characteristic. | |
| ContactPointPhoneId | String | False |
ID of the ContactPointPhone associated with this record. | |
| AddressType | String | False |
Type classification for Address. | |
| Street | String | False |
Street address. | |
| City | String | False |
City portion of the address. | |
| State | String | False |
State or province portion of the address. | |
| PostalCode | String | False |
Postal code portion of the address. | |
| Country | String | False |
Country portion of the address. | |
| Latitude | Double | False |
Used with Longitude to specify the precise geolocation of an address. | |
| Longitude | Double | False |
Used with Latitude to specify the precise geolocation of an address. | |
| GeocodeAccuracy | String | False |
Accuracy level of the geocode for the address. | |
| IsDefault | Bool | False |
Indicates whether the record has the Default characteristic. | |
| PreferenceRank | Int | False |
Field containing PreferenceRank information. | |
| UsageType | String | False |
Type classification for Usage. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ContactPointConsent.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| ContactPointId | String | False |
ID of the ContactPoint associated with this record. | |
| ContactPointIdType | String | False |
Specifies the type of the 'ContactPointId' polymorphic field to use in the statement. | |
| ContactPointIdExternalFieldName | String | False |
Specifies the external field name of the 'ContactPointId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| DataUsePurposeId | String | False |
ID of the DataUsePurpose associated with this record. | |
| PrivacyConsentStatus | String | False |
Status of the PrivacyConsent. | |
| EffectiveFrom | Datetime | False |
Field containing EffectiveFrom information. | |
| EffectiveTo | Datetime | False |
Field containing EffectiveTo information. | |
| CaptureDate | Datetime | False |
Date associated with Capture. | |
| CaptureContactPointType | String | False |
Type classification for CaptureContactPoint. | |
| CaptureSource | String | False |
Field containing CaptureSource information. | |
| DoubleConsentCaptureDate | Datetime | False |
Date associated with DoubleConsentCapture. | |
| PartyRoleId | String | False |
ID of the PartyRole associated with this record. | |
| PartyRoleIdType | String | False |
Specifies the type of the 'PartyRoleId' polymorphic field to use in the statement. | |
| PartyRoleIdExternalFieldName | String | False |
Specifies the external field name of the 'PartyRoleId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BusinessBrandId | String | False |
ID of the BusinessBrand associated with this record. | |
| PartyId | String | True |
Individual.Id |
ID of the Party associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ContactPointEmail.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| ParentId | String | False |
ID of the parent object in the hierarchy. | |
| ParentIdType | String | False |
Specifies the type of the 'ParentId' polymorphic field to use in the statement. | |
| ParentIdExternalFieldName | String | False |
Specifies the external field name of the 'ParentId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| ActiveFromDate | Date | False |
Date associated with ActiveFrom. | |
| ActiveToDate | Date | False |
Date associated with ActiveTo. | |
| BestTimeToContactEndTime | Time | False |
Field containing BestTimeToContactEndTime information. | |
| BestTimeToContactStartTime | Time | False |
Field containing BestTimeToContactStartTime information. | |
| BestTimeToContactTimezone | String | False |
Field containing BestTimeToContactTimezone information. | |
| IsPrimary | Bool | False |
Indicates whether the record has the Primary characteristic. | |
| EmailAddress | String | False |
Field containing EmailAddress information. | |
| EmailMailBox | String | False |
Field containing EmailMailBox information. | |
| EmailDomain | String | False |
Field containing EmailDomain information. | |
| EmailLatestBounceDateTime | Datetime | False |
Field containing EmailLatestBounceDateTime information. | |
| EmailLatestBounceReasonText | String | False |
Field containing EmailLatestBounceReasonText information. | |
| PreferenceRank | Int | False |
Field containing PreferenceRank information. | |
| UsageType | String | False |
Type classification for Usage. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ContactPointPhone.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| ParentId | String | False |
ID of the parent object in the hierarchy. | |
| ParentIdType | String | False |
Specifies the type of the 'ParentId' polymorphic field to use in the statement. | |
| ParentIdExternalFieldName | String | False |
Specifies the external field name of the 'ParentId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| ActiveFromDate | Date | False |
Date associated with ActiveFrom. | |
| ActiveToDate | Date | False |
Date associated with ActiveTo. | |
| BestTimeToContactEndTime | Time | False |
Field containing BestTimeToContactEndTime information. | |
| BestTimeToContactStartTime | Time | False |
Field containing BestTimeToContactStartTime information. | |
| BestTimeToContactTimezone | String | False |
Field containing BestTimeToContactTimezone information. | |
| IsPrimary | Bool | False |
Indicates whether the record has the Primary characteristic. | |
| AreaCode | String | False |
Field containing AreaCode information. | |
| TelephoneNumber | String | False |
Telephone identification number. | |
| ExtensionNumber | String | False |
Extension identification number. | |
| PhoneType | String | False |
Type classification for Phone. | |
| IsSmsCapable | Bool | False |
Indicates whether the record has the SmsCapable characteristic. | |
| FormattedInternationalPhoneNumber | String | False |
FormattedInternationalPhone identification number. | |
| FormattedNationalPhoneNumber | String | False |
FormattedNationalPhone identification number. | |
| IsFaxCapable | Bool | False |
Indicates whether the record has the FaxCapable characteristic. | |
| IsPersonalPhone | Bool | False |
Indicates whether the record has the PersonalPhone characteristic. | |
| IsBusinessPhone | Bool | False |
Indicates whether the record has the BusinessPhone characteristic. | |
| PreferenceRank | Int | False |
Field containing PreferenceRank information. | |
| UsageType | String | False |
Type classification for Usage. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ContactPointTypeConsent.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| PartyId | String | False |
Individual.Id |
ID of the Party associated with this record. |
| ContactPointType | String | False |
Type classification for ContactPoint. | |
| DataUsePurposeId | String | False |
ID of the DataUsePurpose associated with this record. | |
| PrivacyConsentStatus | String | False |
Status of the PrivacyConsent. | |
| EffectiveFrom | Datetime | False |
Field containing EffectiveFrom information. | |
| EffectiveTo | Datetime | False |
Field containing EffectiveTo information. | |
| CaptureDate | Datetime | False |
Date associated with Capture. | |
| CaptureContactPointType | String | False |
Type classification for CaptureContactPoint. | |
| CaptureSource | String | False |
Field containing CaptureSource information. | |
| DoubleConsentCaptureDate | Datetime | False |
Date associated with DoubleConsentCapture. | |
| PartyRoleId | String | False |
ID of the PartyRole associated with this record. | |
| PartyRoleIdType | String | False |
Specifies the type of the 'PartyRoleId' polymorphic field to use in the statement. | |
| PartyRoleIdExternalFieldName | String | False |
Specifies the external field name of the 'PartyRoleId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BusinessBrandId | String | False |
ID of the BusinessBrand associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ContactRequest.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| WhatId | String | False |
ID of the What associated with this record. | |
| WhatIdType | String | False |
Specifies the type of the 'WhatId' polymorphic field to use in the statement. | |
| WhatIdExternalFieldName | String | False |
Specifies the external field name of the 'WhatId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| WhoId | String | False |
ID of the Who associated with this record. | |
| WhoIdType | String | False |
Specifies the type of the 'WhoId' polymorphic field to use in the statement. | |
| WhoIdExternalFieldName | String | False |
Specifies the external field name of the 'WhoId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| PreferredPhone | String | False |
Field containing PreferredPhone information. | |
| PreferredChannel | String | False |
Field containing PreferredChannel information. | |
| Status | String | False |
Status of the record. | |
| RequestReason | String | False |
Field containing RequestReason information. | |
| RequestDescription | String | False |
Field containing RequestDescription information. | |
| IsCallback | Bool | False |
Indicates whether the record has the Callback characteristic. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ContentAsset.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| NamespacePrefix | String | True |
The namespace prefix associated with this object. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ContentDocumentId | String | True |
ID of the ContentDocument associated with this record. | |
| IsVisibleByExternalUsers | Bool | False |
Indicates whether the record has the VisibleByExternalUsers characteristic. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ContentDistribution.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| OwnerId | String | False |
User.Id |
ID of the user who owns the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| Name | String | False |
Name of the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| ContentVersionId | String | False |
ID of the ContentVersion associated with this record. | |
| ContentDocumentId | String | True |
ID of the ContentDocument associated with this record. | |
| RelatedRecordId | String | False |
ID of the record associated with this feed item. | |
| RelatedRecordIdType | String | False |
Specifies the type of the 'RelatedRecordId' polymorphic field to use in the statement. | |
| RelatedRecordIdExternalFieldName | String | False |
Specifies the external field name of the 'RelatedRecordId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| PreferencesAllowPDFDownload | Bool | False |
Field containing PreferencesAllowPDFDownload information. | |
| PreferencesAllowOriginalDownload | Bool | False |
Field containing PreferencesAllowOriginalDownload information. | |
| PreferencesPasswordRequired | Bool | False |
Field containing PreferencesPasswordRequired information. | |
| PreferencesNotifyOnVisit | Bool | False |
Field containing PreferencesNotifyOnVisit information. | |
| PreferencesLinkLatestVersion | Bool | False |
Field containing PreferencesLinkLatestVersion information. | |
| PreferencesAllowViewInBrowser | Bool | False |
Field containing PreferencesAllowViewInBrowser information. | |
| PreferencesExpires | Bool | False |
Field containing PreferencesExpires information. | |
| PreferencesNotifyRndtnComplete | Bool | False |
Field containing PreferencesNotifyRndtnComplete information. | |
| ExpiryDate | Datetime | False |
Date associated with Expiry. | |
| Password | String | True |
Field containing Password information. | |
| ViewCount | Int | True |
Number of View associated with this record. | |
| FirstViewDate | Datetime | True |
Date associated with FirstView. | |
| LastViewDate | Datetime | True |
Date associated with LastView. | |
| DistributionPublicUrl | String | True |
Field containing DistributionPublicUrl information. | |
| ContentDownloadUrl | String | True |
Field containing ContentDownloadUrl information. | |
| PdfDownloadUrl | String | True |
Field containing PdfDownloadUrl information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ContentDistributionView.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| DistributionId | String | True |
ID of the Distribution associated with this record. | |
| ParentViewId | String | True |
ID of the ParentView associated with this record. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| IsInternal | Bool | True |
Indicates whether the record has the Internal characteristic. | |
| IsDownload | Bool | True |
Indicates whether the record has the Download characteristic. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. |
レコードに添付されたファイルやライブラリに保存されたファイルなど、Salesforce にアップロードされたドキュメントを格納します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
コンテンツドキュメントの一意の識別子。 | |
| CreatedById | String | True |
User.Id |
コンテンツドキュメントを作成したユーザーのID。 |
| CreatedDate | Datetime | True |
コンテンツドキュメントが作成された日時。 | |
| LastModifiedById | String | True |
User.Id |
コンテンツドキュメントを最後に更新したユーザーのID。 |
| IsArchived | Bool | False |
コンテンツドキュメントがアーカイブされているか(true)、されていないか(false)を示します。 | |
| ArchivedById | String | True |
User.Id |
コンテンツドキュメントをアーカイブしたユーザーのID。 |
| ArchivedDate | Date | True |
コンテンツドキュメントがアーカイブされた日時。 | |
| IsDeleted | Bool | True |
コンテンツドキュメントが削除されたか(true)、削除されていないか(false)を示します。 | |
| OwnerId | String | False |
User.Id |
コンテンツドキュメントの所有者のID。 |
| Title | String | False |
コンテンツドキュメントのタイトル。 | |
| PublishStatus | String | True |
Published やDraft など、ドキュメントの公開状態のステータス。 | |
| LatestPublishedVersionId | String | True |
ドキュメントの最新の公開バージョンのID。 | |
| ParentId | String | False |
階層内の親オブジェクトのID。 | |
| LastViewedDate | Datetime | True |
コンテンツドキュメントが最後に表示された日時。 | |
| LastReferencedDate | Datetime | True |
コンテンツドキュメントが最後に参照された日時。 | |
| Description | String | False |
レコードのテキスト説明。 | |
| ContentSize | Int | True |
ContentSize 情報を含む項目。 | |
| FileType | String | True |
ファイルのタイプ分類。 | |
| FileExtension | String | True |
FileExtension 情報を含む項目。 | |
| SharingOption | String | False |
SharingOption 情報を含む項目。 | |
| SharingPrivacy | String | False |
SharingPrivacy 情報を含む項目。 | |
| ContentModifiedDate | Datetime | True |
ContentModified に関連付けられた日付。 | |
| ContentAssetId | String | False |
ContentAsset.Id |
このレコードに関連付けられたContentAsset のID。 |
| IsInternalOnly | Bool | False |
レコードが内部専用特性を持つかどうかを示します。 | |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されたときにupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam のいずれかの値を取ることができます。 | |
| FullPath | String | False |
contentdocument#TEMP 一時テーブルに入力するために使用される疑似カラム。その後、Uploadcontentdocument ストアドプロシージャを使用して複数のコンテンツドキュメントをアップロードするために使用されます。例についてはドキュメントを参照してください。 | |
| FolderPath | String | False |
contentdocument#TEMP 一時テーブルに入力するために使用される疑似カラム。その後、Uploadcontentdocument ストアドプロシージャを使用して複数のコンテンツドキュメントをアップロードするために使用されます。例についてはドキュメントを参照してください。 | |
| Base64Data | String | False |
contentdocument#TEMP 一時テーブルに入力するために使用される疑似カラム。その後、Uploadcontentdocument ストアドプロシージャを使用して複数のコンテンツドキュメントをアップロードするために使用されます。例についてはドキュメントを参照してください。 | |
| SystemModstamp | Datetime | True |
最終更新を追跡するためのシステム生成タイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
コンテンツドキュメントが最後に更新された日時。 |
コンテンツドキュメントに関連する投稿や更新などのChatter アクティビティを記録します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
コンテンツドキュメントフィード項目の一意の識別子。 | |
| ParentId | String | True |
このフィード項目に関連付けられている親レコードのID。 | |
| Type | String | True |
TextPost、ContentPost、LinkPost などのフィード項目のタイプ。 | |
| CreatedById | String | True |
User.Id |
フィード項目を作成したユーザーのID。 |
| CreatedByIdType | String | False |
ステートメントで使用する'CreatedById' ポリモーフィック項目のタイプを指定します。 | |
| CreatedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| IsDeleted | Bool | True |
フィード項目が削除されたか(true)、削除されていないか(false)を示します。 | |
| CommentCount | Int | True |
フィード項目に投稿されたコメントの数。 | |
| LikeCount | Int | True |
フィード項目が受け取ったいいね!の数。 | |
| Title | String | True |
フィード投稿のタイトル(主にコンテンツ投稿やリンク投稿で使用)。 | |
| Body | String | True |
フィード項目の主なコンテンツまたはメッセージ本文。 | |
| LinkUrl | String | True |
フィード投稿に関連付けられたURL(ある場合)。 | |
| IsRichText | Bool | True |
コンテンツにリッチテキスト形式が含まれているかどうかを示します。 | |
| RelatedRecordId | String | True |
ケースや商談など、フィード項目に関連するレコードのID。 | |
| InsertedById | String | True |
User.Id |
フィード項目を挿入したユーザーまたはプロセスのID。 |
| InsertedByIdType | String | False |
ステートメントで使用する「InsertedById」ポリモーフィック項目のタイプを指定します。 | |
| InsertedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'InsertedById' ポリモーフィック項目の外部項目名を指定します。 | |
| BestCommentId | String | True |
FeedComment.Id |
ベストコメントとしてマークされたコメントのID。 |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されたときにupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam のいずれかの値を取ることができます。 | |
| SystemModstamp | Datetime | True |
最終更新を追跡するためのシステム生成タイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
フィード項目が最後に更新された日時。 | |
| CreatedDate | Datetime | True |
フィード項目が作成された日時。 |
コンテンツドキュメントを複数のレコードにリンクし、ファイルをさまざまなオブジェクトに関連付けることを可能にします。
Salesforce Cloud では、クエリを実行するためにId、ContentDocumentId、またはLinkedEntityId によるフィルタリングが必要です。
フィルタやWHERE 句を作成する際には、次のいずれかの演算子を使用できます。次に例を示します。
SELECT * FROM ContentDocumentLink WHERE Id = 'your value' SELECT * FROM ContentDocumentLink WHERE ContentDocumentId = 'your value' SELECT * FROM ContentDocumentLink WHERE LinkedEntityId = 'your value'
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
コンテンツドキュメントリンクレコードの一意の識別子。 | |
| LinkedEntityId | String | False |
コンテンツドキュメントがリンクされているレコード(ユーザー、グループ、またはオブジェクトなど)のID。 | |
| LinkedEntityIdType | String | False |
ステートメントで使用する'LinkedEntityId' ポリモーフィック項目のタイプを指定します。 | |
| LinkedEntityIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'LinkedEntityId' ポリモーフィック項目の外部項目名を指定します。 | |
| ContentDocumentId | String | False |
このリンクに関連付けられているコンテンツドキュメントのID。 | |
| IsDeleted | Bool | True |
リンクレコードが削除されたか(true)、削除されていないか(false)を示します。 | |
| ShareType | String | False |
リンクされたエンティティに付与されたアクセスレベル。たとえば、閲覧者は'V'、コラボレーターは'C'、推定権限は'I' です。 | |
| Visibility | String | False |
Visibility 情報を含む項目。 | |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されたときにupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam のいずれかの値を取ることができます。 | |
| SystemModstamp | Datetime | True |
リンクレコードが最後に更新された日時。 |
Schema file for ContentDocumentSubscription.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| UserId | String | True |
User.Id |
ID of the User associated with this record. |
| ContentDocumentId | String | True |
ID of the ContentDocument associated with this record. | |
| IsCommentSub | Bool | True |
Indicates whether the record has the CommentSub characteristic. | |
| IsDocumentSub | Bool | True |
Indicates whether the record has the DocumentSub characteristic. | |
| 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. |
Schema file for ContentFolder.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ParentContentFolderId | String | False |
ID of the ParentContentFolder associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ContentFolderMember.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentContentFolderId | String | False |
ID of the ParentContentFolder associated with this record. | |
| ChildRecordId | String | True |
ID of the ChildRecord associated with this record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ContentNote.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| Title | String | False |
Title of the contact or person, for example CEO or Vice President. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ContentModifiedDate | Datetime | True |
Date associated with ContentModified. | |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| FileType | String | True |
Type classification for File. | |
| TextPreview | String | True |
Field containing TextPreview information. | |
| ContentSize | Int | True |
Field containing ContentSize information. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| FileExtension | String | True |
Field containing FileExtension information. | |
| LatestPublishedVersionId | String | True |
ID of the LatestPublishedVersion associated with this record. | |
| OwnerId | String | False |
User.Id |
ID of the user who owns the record. |
| LatestContentId | String | True |
ID of the LatestContent associated with this record. | |
| Content | String | False |
Field containing Content information. | |
| DecodedContent | String | False |
Field containing DecodedContent information. | |
| IsReadOnly | Bool | True |
Indicates whether the record has the ReadOnly characteristic. | |
| SharingPrivacy | String | False |
Field containing SharingPrivacy information. | |
| 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. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ContentNotification.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| Nature | String | True |
Field containing Nature information. | |
| UsersId | String | True |
User.Id |
ID of the Users associated with this record. |
| EntityType | String | True |
Type classification for Entity. | |
| EntityIdentifierId | String | True |
ID of the EntityIdentifier associated with this record. | |
| Subject | String | True |
Subject or title of the activity. | |
| Text | String | True |
Field containing Text information. | |
| 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. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for ContentTagSubscription.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| UserId | String | True |
User.Id |
ID of the User associated with this 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. |
Schema file for ContentTaxonomy.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| Description | String | False |
Text description of the record. | |
| Language | String | False |
Language of the record or user interface. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ContentTaxonomyTerm.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ExternalId | String | False |
External ID from another system. | |
| Description | String | False |
Text description of the record. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ContentUserSubscription.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| SubscriberUserId | String | True |
User.Id |
ID of the SubscriberUser associated with this record. |
| SubscribedToUserId | String | True |
User.Id |
ID of the SubscribedToUser associated with this 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. |
コンテンツドキュメントのさまざまなバージョンを追跡し、アップロードされたファイルのバージョン管理を可能にします。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
コンテンツバージョンレコードの一意の識別子。 | |
| ContentDocumentId | String | False |
このバージョンが属する親コンテンツドキュメントのID。 | |
| IsLatest | Bool | True |
このバージョンが最新であるか(true)、最新でないか(false)を示します。 | |
| ContentUrl | String | False |
コンテンツにアクセスするために使用されるURL。 | |
| ContentBodyId | String | False |
このレコードに関連付けられたContentBody のID。 | |
| VersionNumber | String | True |
コンテンツドキュメントのバージョン番号。 | |
| Title | String | False |
コンテンツドキュメントバージョンのタイトル。 | |
| Description | String | False |
コンテンツドキュメントバージョンのテキスト説明。 | |
| ReasonForChange | String | False |
このバージョンで行われた変更の理由の説明。 | |
| SharingOption | String | False |
SharingOption 情報を含む項目。 | |
| SharingPrivacy | String | False |
SharingPrivacy 情報を含む項目。 | |
| PathOnClient | String | False |
コンテンツがアップロードされたときのクライアントマシン上の元のファイルパス。 | |
| RatingCount | Int | True |
このバージョンが受け取った評価の合計数。 | |
| IsDeleted | Bool | True |
バージョンが削除されたか(true)、削除されていないか(false)を示します。 | |
| ContentModifiedDate | Datetime | False |
コンテンツが最後に更新された日時。 | |
| ContentModifiedById | String | True |
User.Id |
コンテンツを最後に更新したユーザーのID。 |
| PositiveRatingCount | Int | True |
このコンテンツバージョンに対する賛成評価の数。 | |
| NegativeRatingCount | Int | True |
このコンテンツバージョンに対する反対評価の数。 | |
| FeaturedContentBoost | Int | True |
コンテンツが注目コンテンツである場合に適用されるブースト値。 | |
| FeaturedContentDate | Date | True |
コンテンツが注目コンテンツとしてマークされた日付。 | |
| CurrencyIsoCode | String | False |
収益金額が表現される通貨のISO コード。 | |
| OwnerId | String | False |
User.Id |
このコンテンツバージョンを所有するユーザーのID。 |
| CreatedById | String | True |
User.Id |
このバージョンを作成したユーザーのID。 |
| CreatedDate | Datetime | True |
このコンテンツバージョンが作成された日時。 | |
| LastModifiedById | String | True |
User.Id |
このバージョンを最後に更新したユーザーのID。 |
| TagCsv | String | False |
このバージョンに関連付けられたタグのカンマ区切りリスト。 | |
| FileType | String | True |
ファイルの種類(PDF、DOCX、PNG など)。 | |
| PublishStatus | String | True |
コンテンツの公開ステータス(下書きは'D'、公開済みは'P'など)。 | |
| VersionData | String | False |
このバージョンのBase64 エンコードされたファイルデータ。 | |
| ContentSize | Int | True |
コンテンツのサイズ(バイト単位)。 | |
| FileExtension | String | True |
FileExtension 情報を含む項目。 | |
| FirstPublishLocationId | String | False |
このコンテンツバージョンが最初に公開されたレコードのID。 | |
| FirstPublishLocationIdType | String | False |
ステートメントで使用する'FirstPublishLocationId' ポリモーフィック項目のタイプを指定します。 | |
| FirstPublishLocationIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'FirstPublishLocationId' ポリモーフィック項目の外部項目名を指定します。 | |
| Origin | String | False |
コンテンツの発生元(Chatter は'C'、API は'H' など)を示します。 | |
| ContentLocation | String | False |
ContentLocation 情報を含む項目。 | |
| TextPreview | String | True |
TextPreview 情報を含む項目。 | |
| ExternalDocumentInfo1 | String | False |
ExternalDocumentInfo1 情報を含む項目。 | |
| ExternalDocumentInfo2 | String | False |
ExternalDocumentInfo2 情報を含む項目。 | |
| ExternalDataSourceId | String | False |
このレコードに関連付けられたExternalDataSource のID。 | |
| Checksum | String | True |
アップロードされたファイルのSHA-256 チェックサム。 | |
| IsMajorVersion | Bool | False |
レコードがメジャーバージョン特性を持つかどうかを示します。 | |
| IsAssetEnabled | Bool | False |
レコードがアセット有効化特性を持つかどうかを示します。 | |
| VersionDataUrl | String | True |
VersionDataUrl 情報を含む項目。 | |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されたときにupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam のいずれかの値を取ることができます。 | |
| SystemModstamp | Datetime | True |
システムレベルの更新のタイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
このバージョンが最後に更新された日時。 |
Schema file for ContentVersionComment.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ContentDocumentId | String | True |
ID of the ContentDocument associated with this record. | |
| ContentVersionId | String | True |
ID of the ContentVersion associated with this record. | |
| UserComment | String | True |
Field containing UserComment information. | |
| 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. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for ContentVersionRating.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| UserId | String | True |
User.Id |
ID of the User associated with this record. |
| ContentVersionId | String | True |
ID of the ContentVersion associated with this record. | |
| Rating | Int | True |
The account's prospect rating. | |
| UserComment | String | True |
Field containing UserComment information. | |
| 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. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ContentWorkspace.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| Name | String | False |
Name of the record. | |
| Description | String | False |
Text description of the record. | |
| TagModel | String | True |
Field containing TagModel information. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| DefaultRecordTypeId | String | True |
RecordType.Id |
ID of the DefaultRecordType associated with this record. |
| IsRestrictContentTypes | Bool | True |
Indicates whether the record has the RestrictContentTypes characteristic. | |
| IsRestrictLinkedContentTypes | Bool | True |
Indicates whether the record has the RestrictLinkedContentTypes characteristic. | |
| WorkspaceType | String | True |
Type classification for Workspace. | |
| ShouldAddCreatorMembership | Bool | False |
Field containing ShouldAddCreatorMembership information. | |
| LastWorkspaceActivityDate | Datetime | True |
Date associated with LastWorkspaceActivity. | |
| RootContentFolderId | String | True |
ID of the RootContentFolder associated with this record. | |
| NamespacePrefix | String | True |
The namespace prefix associated with this object. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| WorkspaceImageId | String | False |
ContentAsset.Id |
ID of the WorkspaceImage associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ContentWorkspaceDoc.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ContentWorkspaceId | String | False |
ID of the ContentWorkspace associated with this record. | |
| ContentDocumentId | String | False |
ID of the ContentDocument associated with this record. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| IsOwner | Bool | True |
Indicates whether the record has the Owner characteristic. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. |
Schema file for ContentWorkspaceMember.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ContentWorkspaceId | String | False |
ID of the ContentWorkspace associated with this record. | |
| ContentWorkspacePermissionId | String | False |
ID of the ContentWorkspacePermission associated with this record. | |
| MemberId | String | False |
ID of the Member associated with this record. | |
| MemberIdType | String | False |
Specifies the type of the 'MemberId' polymorphic field to use in the statement. | |
| MemberIdExternalFieldName | String | False |
Specifies the external field name of the 'MemberId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| MemberType | String | True |
Type classification for Member. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| 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. |
Schema file for ContentWorkspacePermission.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| Name | String | False |
Name of the record. | |
| Type | String | True |
Type of account or classification. | |
| PermissionsManageWorkspace | Bool | False |
Field containing PermissionsManageWorkspace information. | |
| PermissionsAddContent | Bool | False |
Field containing PermissionsAddContent information. | |
| PermissionsAddContentOBO | Bool | False |
Field containing PermissionsAddContentOBO information. | |
| PermissionsArchiveContent | Bool | False |
Field containing PermissionsArchiveContent information. | |
| PermissionsDeleteContent | Bool | False |
Field containing PermissionsDeleteContent information. | |
| PermissionsFeatureContent | Bool | False |
Field containing PermissionsFeatureContent information. | |
| PermissionsViewComments | Bool | False |
Field containing PermissionsViewComments information. | |
| PermissionsAddComment | Bool | False |
Field containing PermissionsAddComment information. | |
| PermissionsModifyComments | Bool | False |
Field containing PermissionsModifyComments information. | |
| PermissionsTagContent | Bool | False |
Field containing PermissionsTagContent information. | |
| PermissionsDeliverContent | Bool | False |
Field containing PermissionsDeliverContent information. | |
| PermissionsChatterSharing | Bool | False |
Field containing PermissionsChatterSharing information. | |
| PermissionsOrganizeFileAndFolder | Bool | False |
Field containing PermissionsOrganizeFileAndFolder information. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| Description | String | False |
Text description of the 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ContentWorkspaceSubscription.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| UserId | String | True |
User.Id |
ID of the User associated with this record. |
| ContentWorkspaceId | String | True |
ID of the ContentWorkspace associated with this 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. |
契約条件、状況、更新詳細などを含む顧客契約を管理します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
契約レコードの一意の識別子。 | |
| AccountId | String | False |
Account.Id |
契約に関連付けられている取引先のID。 |
| CurrencyIsoCode | String | False |
収益金額が表現される通貨のISO コード。 | |
| Pricebook2Id | String | False |
Pricebook2.Id |
このレコードに関連付けられたPricebook2 のID。 |
| OwnerExpirationNotice | String | False |
契約の有効期限前に所有者に送信される通知メッセージ。 | |
| StartDate | Date | False |
契約期間の開始日。 | |
| EndDate | Date | True |
契約期間の終了日。 | |
| BillingStreet | String | False |
請求に使用される町名・番地。 | |
| BillingCity | String | False |
請求に使用される市区町村。 | |
| BillingState | String | False |
請求に使用される都道府県。 | |
| BillingPostalCode | String | False |
請求に使用される郵便番号。 | |
| BillingCountry | String | False |
請求に使用される国。 | |
| BillingLatitude | Double | False |
請求先住所の緯度。 | |
| BillingLongitude | Double | False |
請求先住所の経度。 | |
| BillingGeocodeAccuracy | String | False |
請求先住所のジオコードの精度レベル。 | |
| ContractTerm | Int | False |
契約期間の月数。 | |
| OwnerId | String | False |
User.Id |
契約レコードを所有するユーザーのID。 |
| Status | String | False |
Draft、Activated、Terminated などの契約の現在の状況。 | |
| CompanySignedId | String | False |
User.Id |
会社を代表して契約に署名したユーザーのID。 |
| CompanySignedDate | Date | False |
会社の代表者が契約に署名した日付。 | |
| CustomerSignedId | String | False |
Contact.Id |
顧客を代表して契約に署名した取引先責任者のID。 |
| CustomerSignedTitle | String | False |
顧客を代表して契約に署名した取引先責任者の役職。 | |
| CustomerSignedDate | Date | False |
顧客が契約に署名した日付。 | |
| SpecialTerms | String | False |
契約に定義されたカスタム条項または条件。 | |
| ActivatedById | String | False |
User.Id |
契約を有効化したユーザーのID。 |
| ActivatedDate | Datetime | False |
契約が有効化された日付。 | |
| StatusCode | String | True |
Draft、InApproval、Activated などの契約の分類された状況。 | |
| Description | String | False |
契約に関する追加情報またはコメント。 | |
| IsDeleted | Bool | True |
契約が削除されたか(true)、削除されていないか(false)を示します。 | |
| ContractNumber | String | True |
契約を一意に識別するために自動生成される番号。 | |
| LastApprovedDate | Datetime | True |
契約が最後に承認された日付。 | |
| CreatedDate | Datetime | True |
契約レコードが作成された日時。 | |
| CreatedById | String | True |
User.Id |
契約レコードを作成したユーザーのID。 |
| LastModifiedById | String | True |
User.Id |
契約レコードを最後に更新したユーザーのID。 |
| LastActivityDate | Date | True |
この契約に関連する最新のアクティビティの日付。 | |
| LastViewedDate | Datetime | True |
ユーザーが契約を最後に表示した日時。 | |
| LastReferencedDate | Datetime | True |
契約が他のレコードまたはプロセスで最後に参照された日時。 | |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されたときにupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam のいずれかの値を取ることができます。 | |
| SystemModstamp | Datetime | True |
システム追跡の目的でレコードが最後に更新された日時。 | |
| LastModifiedDate | Datetime | True |
契約レコードが最後に更新された日時。 |
取引先責任者と契約の間のリレーションを定義し、契約における役割を指定します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
契約取引先責任者ロールレコードの一意の識別子。 | |
| ContractId | String | False |
Contract.Id |
この取引先責任者ロールに関連付けられている契約のID。 |
| ContactId | String | False |
Contact.Id |
契約に割り当てられている取引先責任者のID。 |
| Role | String | False |
意思決定者や署名者など、契約における取引先責任者の役割。 | |
| IsPrimary | Bool | False |
この取引先責任者が契約の主取引先責任者であるか(true)、そうでないか(false)を示します。 | |
| CreatedDate | Datetime | True |
レコードが作成された日時。 | |
| CreatedById | String | True |
User.Id |
レコードを作成したユーザーのID。 |
| LastModifiedById | String | True |
User.Id |
レコードを最後に更新したユーザーのID。 |
| IsDeleted | Bool | True |
レコードが削除されたか(true)、削除されていないか(false)を示します。 | |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されたときにupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam のいずれかの値を取ることができます。 | |
| SystemModstamp | Datetime | True |
最終更新を追跡するためのシステム生成タイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
レコードが最後に更新された日時。 |
契約レコードに関連する投稿や更新などのChatter アクティビティを記録します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
契約フィード項目の一意の識別子。 | |
| ParentId | String | True |
Contract.Id |
このフィード項目に関連付けられている契約レコードのID。 |
| Type | String | True |
TextPost、ContentPost、LinkPost などのフィード項目のタイプ。 | |
| CreatedById | String | True |
User.Id |
フィード項目を作成したユーザーのID。 |
| CreatedByIdType | String | False |
ステートメントで使用する'CreatedById' ポリモーフィック項目のタイプを指定します。 | |
| CreatedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| IsDeleted | Bool | True |
フィード項目が削除されたか(true)、削除されていないか(false)を示します。 | |
| CommentCount | Int | True |
フィード項目に対するコメントの合計数。 | |
| LikeCount | Int | True |
フィード項目に対するいいね!の合計数。 | |
| Title | String | True |
フィード項目のタイトル(主にコンテンツ投稿やリンク投稿で使用)。 | |
| Body | String | True |
フィード項目の主なコンテンツまたはメッセージ。 | |
| LinkUrl | String | True |
リンクタイプのフィード項目に関連付けられたURL。 | |
| IsRichText | Bool | True |
コンテンツにリッチテキスト形式が含まれているかどうかを示します。 | |
| RelatedRecordId | String | True |
参照されたドキュメントやタスクなど、このフィード項目に関連するレコードのID。 | |
| InsertedById | String | True |
User.Id |
フィード項目を元々挿入したユーザーのID(場合によっては作成者と異なる場合があります)。 |
| InsertedByIdType | String | False |
ステートメントで使用する'InsertedById' ポリモーフィック項目のタイプを指定します。 | |
| InsertedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'InsertedById' ポリモーフィック項目の外部項目名を指定します。 | |
| BestCommentId | String | True |
FeedComment.Id |
ベストコメントとしてマークされたコメントのID。 |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されたときにupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam のいずれかの値を取ることができます。 | |
| SystemModstamp | Datetime | True |
最終更新を追跡するためのシステム生成タイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
フィード項目が最後に更新された日時。 | |
| CreatedDate | Datetime | True |
フィード項目が作成された日時。 |
Schema file for ContractLineItem.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| LineItemNumber | String | True |
LineItem identification number. | |
| CurrencyIsoCode | String | True |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| ServiceContractId | String | False |
ID of the ServiceContract associated with this record. | |
| Product2Id | String | True |
Product2.Id |
ID of the Product associated with this record. |
| AssetId | String | False |
Asset.Id |
ID of the Asset associated with this record. |
| StartDate | Date | False |
Start date for the record or activity. | |
| EndDate | Date | False |
End date for the record or activity. | |
| Description | String | False |
Text description of the record. | |
| PricebookEntryId | String | False |
ID of the PricebookEntry associated with this record. | |
| Quantity | Double | False |
Quantity of the product. | |
| UnitPrice | Decimal | False |
Price per unit for the product. | |
| Discount | Double | False |
Percentage discount from the list price. | |
| ListPrice | Decimal | True |
List price for the product. | |
| Subtotal | Decimal | True |
Subtotal amount before tax. | |
| TotalPrice | Decimal | True |
Total price for the line item. | |
| Status | String | True |
Status of the record. | |
| ParentContractLineItemId | String | False |
ID of the ParentContractLineItem associated with this record. | |
| RootContractLineItemId | String | True |
ID of the RootContractLineItem associated with this record. | |
| LocationId | String | False |
Location.Id |
ID of the Location associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ContractLineItemFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for ConversationApiLog.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| RequestedById | String | False |
User.Id |
ID of the RequestedBy associated with this record. |
| RequestedDate | Datetime | False |
Date associated with Requested. | |
| RequestedEntityType | String | False |
Type classification for RequestedEntity. | |
| RequestedEntityIdentifier | String | False |
Field containing RequestedEntityIdentifier information. | |
| Action | String | False |
Field containing Action information. | |
| Operation | String | False |
Field containing Operation information. | |
| Status | String | False |
Status of the record. | |
| Parameter | String | False |
Field containing Parameter information. | |
| StatusHistory | String | False |
Field containing StatusHistory information. | |
| Context | String | False |
Field containing Context information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ConversationApiLogObjSum.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ConversationApiLogId | String | False |
ID of the ConversationApiLog associated with this record. | |
| EntityKeyPrefix | String | False |
Field containing EntityKeyPrefix information. | |
| StorageSystem | String | False |
Field containing StorageSystem information. | |
| RecordCountTotal | Int | False |
Field containing RecordCountTotal information. | |
| RecordCountSuccess | Int | False |
Field containing RecordCountSuccess information. | |
| RecordCountFailed | Int | False |
Field containing RecordCountFailed information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ConversationEntry.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ConversationEntityId | String | False |
Conversation.Id |
ID of the ConversationEntity associated with this record. |
| ConversationId | String | False |
ID of the Conversation associated with this record. | |
| ConversationIdType | String | False |
Specifies the type of the 'ConversationId' polymorphic field to use in the statement. | |
| ConversationIdExternalFieldName | String | False |
Specifies the external field name of the 'ConversationId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Seq | Int | False |
Field containing Seq information. | |
| EntryTime | Datetime | False |
Field containing EntryTime information. | |
| EntryTimeMilliSecs | Int | False |
Field containing EntryTimeMilliSecs information. | |
| EntryType | String | False |
Type classification for Entry. | |
| ActorType | String | False |
Type classification for Actor. | |
| ActorId | String | False |
ID of the Actor associated with this record. | |
| ActorIdType | String | False |
Specifies the type of the 'ActorId' polymorphic field to use in the statement. | |
| ActorIdExternalFieldName | String | False |
Specifies the external field name of the 'ActorId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| ActorName | String | False |
Field containing ActorName information. | |
| Message | String | False |
Field containing Message information. | |
| MessageStatus | String | False |
Status of the Message. | |
| MessageStatusCode | String | False |
Field containing MessageStatusCode information. | |
| MessageSendTime | Datetime | False |
Field containing MessageSendTime information. | |
| MessageDeliverTime | Datetime | False |
Field containing MessageDeliverTime information. | |
| MessageReadTime | Datetime | False |
Field containing MessageReadTime information. | |
| MessageIdentifier | String | False |
Field containing MessageIdentifier information. | |
| HasAttachments | Bool | False |
Indicates whether the record has Attachments. | |
| EntryEndTime | Datetime | False |
Field containing EntryEndTime information. | |
| ClientTimestamp | Datetime | False |
Field containing ClientTimestamp information. | |
| ClientDuration | Int | False |
Field containing ClientDuration information. | |
| ServerReceivedTimestamp | Datetime | False |
Field containing ServerReceivedTimestamp information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ConvIntelligenceSignalRule.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ConversationChannelId | String | False |
ID of the ConversationChannel associated with this record. | |
| IsActive | Bool | False |
Indicates whether the record is active. | |
| Criteria | String | False |
Field containing Criteria information. | |
| ActionType | String | False |
Type classification for Action. | |
| ActionValue | String | False |
Field containing ActionValue information. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Label | String | False |
Field containing Label information. | |
| Service | String | False |
Field containing Service information. | |
| ParticipantRole | String | False |
Field containing ParticipantRole information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ConvIntelligenceSignalSubRule.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ConvIntelligenceSignalRuleId | String | False |
ID of the ConvIntelligenceSignalRule associated with this record. | |
| Type | String | False |
Type of account or classification. | |
| OperandValue | String | False |
Field containing OperandValue information. | |
| Order | Int | False |
Field containing Order information. | |
| Operator | String | False |
Field containing Operator information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for CorsWhitelistEntry.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| NamespacePrefix | String | True |
The namespace prefix associated with this object. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| UrlPattern | String | False |
Field containing UrlPattern information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for CredentialStuffingEventStoreFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for CreditMemo.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DocumentNumber | String | True |
Document identification number. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| BillingAccountId | String | False |
Account.Id |
ID of the BillingAccount associated with this record. |
| ReferenceEntityId | String | False |
ID of the ReferenceEntity associated with this record. | |
| ReferenceEntityIdType | String | False |
Specifies the type of the 'ReferenceEntityId' polymorphic field to use in the statement. | |
| ReferenceEntityIdExternalFieldName | String | False |
Specifies the external field name of the 'ReferenceEntityId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| CreditMemoNumber | String | False |
CreditMemo identification number. | |
| CreditDate | Date | False |
Date associated with Credit. | |
| Description | String | False |
Text description of the record. | |
| Status | String | False |
Status of the record. | |
| BillToContactId | String | False |
Contact.Id |
ID of the BillToContact associated with this record. |
| Balance | Decimal | True |
Field containing Balance information. | |
| TaxLocaleType | String | False |
Type classification for TaxLocale. | |
| TotalChargeTaxAmount | Decimal | True |
Field containing TotalChargeTaxAmount information. | |
| TotalChargeAmountWithTax | Decimal | True |
Field containing TotalChargeAmountWithTax information. | |
| TotalAdjustmentTaxAmount | Decimal | True |
Field containing TotalAdjustmentTaxAmount information. | |
| TotalAdjustmentAmountWithTax | Decimal | True |
Field containing TotalAdjustmentAmountWithTax information. | |
| TotalCreditAmountApplied | Decimal | True |
Field containing TotalCreditAmountApplied information. | |
| TotalCreditAmountUnapplied | Decimal | True |
Field containing TotalCreditAmountUnapplied information. | |
| CreationMode | String | True |
Field containing CreationMode information. | |
| ExternalReference | String | False |
Field containing ExternalReference information. | |
| ExternalReferenceDataSource | String | False |
Field containing ExternalReferenceDataSource information. | |
| Category | String | True |
Field containing Category information. | |
| ReasonCode | String | True |
Field containing ReasonCode information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for CreditMemoFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
CreditMemo.Id |
ID of the parent object in the hierarchy. |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for CreditMemoInvApplication.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreditMemoInvoiceNumber | String | True |
CreditMemoInvoice identification number. | |
| CurrencyIsoCode | String | True |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| InvoiceId | String | True |
Invoice.Id |
ID of the Invoice associated with this record. |
| CreditMemoId | String | True |
CreditMemo.Id |
ID of the CreditMemo associated with this record. |
| Amount | Decimal | True |
Estimated total sale amount. | |
| Type | String | True |
Type of account or classification. | |
| Description | String | False |
Text description of the record. | |
| Date | Datetime | True |
Date associated with . | |
| AppliedDate | Datetime | True |
Date associated with Applied. | |
| EffectiveDate | Datetime | True |
Date associated with Effective. | |
| UnappliedDate | Datetime | True |
Date associated with Unapplied. | |
| AssociatedLineId | String | True |
ID of the AssociatedLine associated with this record. | |
| HasBeenUnapplied | String | True |
Indicates whether the record has BeenUnapplied. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for CreditMemoInvApplicationFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for CreditMemoLine.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| CreditMemoId | String | True |
CreditMemo.Id |
ID of the CreditMemo associated with this record. |
| ReferenceEntityItemId | String | False |
ID of the ReferenceEntityItem associated with this record. | |
| ReferenceEntityItemIdType | String | False |
Specifies the type of the 'ReferenceEntityItemId' polymorphic field to use in the statement. | |
| ReferenceEntityItemIdExternalFieldName | String | False |
Specifies the external field name of the 'ReferenceEntityItemId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| StartDate | Date | False |
Start date for the record or activity. | |
| EndDate | Date | False |
End date for the record or activity. | |
| TaxEffectiveDate | Date | False |
Date associated with TaxEffective. | |
| Type | String | True |
Type of account or classification. | |
| TaxCode | String | False |
Field containing TaxCode information. | |
| TaxRate | Double | False |
Field containing TaxRate information. | |
| Status | String | True |
Status of the record. | |
| ChargeAmount | Decimal | False |
Field containing ChargeAmount information. | |
| TaxAmount | Decimal | False |
Field containing TaxAmount information. | |
| AdjustmentAmount | Decimal | False |
Field containing AdjustmentAmount information. | |
| Description | String | False |
Text description of the record. | |
| ReferenceEntityItemTypeCode | String | False |
Field containing ReferenceEntityItemTypeCode information. | |
| ReferenceEntityItemType | String | False |
Type classification for ReferenceEntityItem. | |
| RelatedLineId | String | False |
ID of the RelatedLine associated with this record. | |
| Product2Id | String | False |
Product2.Id |
ID of the Product associated with this record. |
| TaxName | String | False |
Field containing TaxName information. | |
| GrossUnitPrice | Decimal | False |
Field containing GrossUnitPrice information. | |
| ChargeTaxAmount | Decimal | True |
Field containing ChargeTaxAmount information. | |
| ChargeAmountWithTax | Decimal | True |
Field containing ChargeAmountWithTax information. | |
| AdjustmentTaxAmount | Decimal | True |
Field containing AdjustmentTaxAmount information. | |
| AdjustmentAmountWithTax | Decimal | True |
Field containing AdjustmentAmountWithTax information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for CreditMemoLineFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for CspTrustedSite.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| NamespacePrefix | String | True |
The namespace prefix associated with this object. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| EndpointUrl | String | False |
Field containing EndpointUrl information. | |
| Description | String | False |
Text description of the record. | |
| IsActive | Bool | False |
Indicates whether the record is active. | |
| Context | String | False |
Field containing Context information. | |
| IsApplicableToConnectSrc | Bool | False |
Indicates whether the record has the ApplicableToConnectSrc characteristic. | |
| IsApplicableToFrameSrc | Bool | False |
Indicates whether the record has the ApplicableToFrameSrc characteristic. | |
| IsApplicableToImgSrc | Bool | False |
Indicates whether the record has the ApplicableToImgSrc characteristic. | |
| IsApplicableToStyleSrc | Bool | False |
Indicates whether the record has the ApplicableToStyleSrc characteristic. | |
| IsApplicableToFontSrc | Bool | False |
Indicates whether the record has the ApplicableToFontSrc characteristic. | |
| IsApplicableToMediaSrc | Bool | False |
Indicates whether the record has the ApplicableToMediaSrc characteristic. | |
| CanAccessCamera | Bool | False |
Indicates whether the user or record can perform AccessCamera action. | |
| CanAccessMicrophone | Bool | False |
Indicates whether the user or record can perform AccessMicrophone action. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for CurrencyType.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsoCode | String | False |
Indicates whether the record has the oCode characteristic. | |
| ConversionRate | Double | False |
Field containing ConversionRate information. | |
| DecimalPlaces | Int | False |
Field containing DecimalPlaces information. | |
| IsActive | Bool | False |
Indicates whether the record is active. | |
| IsCorporate | Bool | False |
Indicates whether the record has the Corporate characteristic. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for CustomBrand.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | False |
ID of the parent object in the hierarchy. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the 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. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for CustomBrandAsset.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| CustomBrandId | String | False |
CustomBrand.Id |
ID of the CustomBrand associated with this record. |
| AssetCategory | String | False |
Field containing AssetCategory information. | |
| TextAsset | String | False |
Field containing TextAsset information. | |
| AssetSourceId | String | False |
ID of the AssetSource associated with this record. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the 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. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for Customer.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| PartyId | String | False |
Individual.Id |
ID of the Party associated with this record. |
| TotalLifeTimeValue | Int | False |
Field containing TotalLifeTimeValue information. | |
| CustomerStatusType | String | False |
Type classification for CustomerStatus. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for CustomNotificationType.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| NamespacePrefix | String | True |
The namespace prefix associated with this object. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| CustomNotifTypeName | String | False |
Field containing CustomNotifTypeName information. | |
| Description | String | False |
Text description of the record. | |
| Desktop | Bool | False |
Field containing Desktop information. | |
| Mobile | Bool | False |
Field containing Mobile information. | |
| IsSlack | Bool | False |
Indicates whether the record has the Slack characteristic. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for DandBCompany.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| DunsNumber | String | False |
The Data Universal Number System (D-U-N-S) number is a nine-digit number assigned to companies by Dun & Bradstreet. | |
| Street | String | False |
Street address. | |
| City | String | False |
City portion of the address. | |
| State | String | False |
State or province portion of the address. | |
| PostalCode | String | False |
Postal code portion of the address. | |
| Country | String | False |
Country portion of the address. | |
| GeocodeAccuracyStandard | String | False |
Field containing GeocodeAccuracyStandard information. | |
| Phone | String | False |
Phone number for the contact or account. | |
| Fax | String | False |
Fax number for the contact or account. | |
| CountryAccessCode | String | False |
Field containing CountryAccessCode information. | |
| PublicIndicator | String | False |
Field containing PublicIndicator information. | |
| StockSymbol | String | False |
Field containing StockSymbol information. | |
| StockExchange | String | False |
Field containing StockExchange information. | |
| SalesVolume | Double | False |
Field containing SalesVolume information. | |
| URL | String | False |
Field containing URL information. | |
| OutOfBusiness | String | False |
Field containing OutOfBusiness information. | |
| EmployeesTotal | Double | False |
Field containing EmployeesTotal information. | |
| FipsMsaCode | String | False |
Field containing FipsMsaCode information. | |
| FipsMsaDesc | String | False |
Field containing FipsMsaDesc information. | |
| TradeStyle1 | String | False |
Field containing TradeStyle1 information. | |
| YearStarted | String | False |
Field containing YearStarted information. | |
| MailingStreet | String | False |
Street address for Mailing purposes. | |
| MailingCity | String | False |
City for Mailing address. | |
| MailingState | String | False |
State or province for Mailing address. | |
| MailingPostalCode | String | False |
Postal code for Mailing address. | |
| MailingCountry | String | False |
Country for Mailing address. | |
| MailingGeocodeAccuracy | String | False |
Accuracy level of the geocode for the Mailing address. | |
| Latitude | String | False |
Used with Longitude to specify the precise geolocation of an address. | |
| Longitude | String | False |
Used with Latitude to specify the precise geolocation of an address. | |
| PrimarySic | String | False |
Field containing PrimarySic information. | |
| PrimarySicDesc | String | False |
Field containing PrimarySicDesc information. | |
| SecondSic | String | False |
Field containing SecondSic information. | |
| SecondSicDesc | String | False |
Field containing SecondSicDesc information. | |
| ThirdSic | String | False |
Field containing ThirdSic information. | |
| ThirdSicDesc | String | False |
Field containing ThirdSicDesc information. | |
| FourthSic | String | False |
Field containing FourthSic information. | |
| FourthSicDesc | String | False |
Field containing FourthSicDesc information. | |
| FifthSic | String | False |
Field containing FifthSic information. | |
| FifthSicDesc | String | False |
Field containing FifthSicDesc information. | |
| SixthSic | String | False |
Field containing SixthSic information. | |
| SixthSicDesc | String | False |
Field containing SixthSicDesc information. | |
| PrimaryNaics | String | False |
Field containing PrimaryNaics information. | |
| PrimaryNaicsDesc | String | False |
Field containing PrimaryNaicsDesc information. | |
| SecondNaics | String | False |
Field containing SecondNaics information. | |
| SecondNaicsDesc | String | False |
Field containing SecondNaicsDesc information. | |
| ThirdNaics | String | False |
Field containing ThirdNaics information. | |
| ThirdNaicsDesc | String | False |
Field containing ThirdNaicsDesc information. | |
| FourthNaics | String | False |
Field containing FourthNaics information. | |
| FourthNaicsDesc | String | False |
Field containing FourthNaicsDesc information. | |
| FifthNaics | String | False |
Field containing FifthNaics information. | |
| FifthNaicsDesc | String | False |
Field containing FifthNaicsDesc information. | |
| SixthNaics | String | False |
Field containing SixthNaics information. | |
| SixthNaicsDesc | String | False |
Field containing SixthNaicsDesc information. | |
| OwnOrRent | String | False |
Field containing OwnOrRent information. | |
| EmployeesHere | Double | False |
Field containing EmployeesHere information. | |
| EmployeesHereReliability | String | False |
Field containing EmployeesHereReliability information. | |
| SalesVolumeReliability | String | False |
Field containing SalesVolumeReliability information. | |
| CurrencyCode | String | False |
Field containing CurrencyCode information. | |
| LegalStatus | String | False |
Status of the Legal. | |
| GlobalUltimateTotalEmployees | Double | False |
Field containing GlobalUltimateTotalEmployees information. | |
| EmployeesTotalReliability | String | False |
Field containing EmployeesTotalReliability information. | |
| MinorityOwned | String | False |
Field containing MinorityOwned information. | |
| WomenOwned | String | False |
Field containing WomenOwned information. | |
| SmallBusiness | String | False |
Field containing SmallBusiness information. | |
| MarketingSegmentationCluster | String | False |
Field containing MarketingSegmentationCluster information. | |
| ImportExportAgent | String | False |
Field containing ImportExportAgent information. | |
| Subsidiary | String | False |
Field containing Subsidiary information. | |
| TradeStyle2 | String | False |
Field containing TradeStyle2 information. | |
| TradeStyle3 | String | False |
Field containing TradeStyle3 information. | |
| TradeStyle4 | String | False |
Field containing TradeStyle4 information. | |
| TradeStyle5 | String | False |
Field containing TradeStyle5 information. | |
| NationalId | String | False |
ID of the National associated with this record. | |
| NationalIdType | String | False |
Type classification for NationalId. | |
| UsTaxId | String | False |
ID of the UsTax associated with this record. | |
| GeoCodeAccuracy | String | False |
Accuracy level of the geocode for the address. | |
| FamilyMembers | Int | False |
Field containing FamilyMembers information. | |
| MarketingPreScreen | String | False |
Field containing MarketingPreScreen information. | |
| GlobalUltimateDunsNumber | String | False |
GlobalUltimateDuns identification number. | |
| GlobalUltimateBusinessName | String | False |
Field containing GlobalUltimateBusinessName information. | |
| ParentOrHqDunsNumber | String | False |
ParentOrHqDuns identification number. | |
| ParentOrHqBusinessName | String | False |
Field containing ParentOrHqBusinessName information. | |
| DomesticUltimateDunsNumber | String | False |
DomesticUltimateDuns identification number. | |
| DomesticUltimateBusinessName | String | False |
Field containing DomesticUltimateBusinessName information. | |
| LocationStatus | String | False |
Status of the Location. | |
| CompanyCurrencyIsoCode | String | False |
Field containing CompanyCurrencyIsoCode information. | |
| Description | String | False |
Text description of the record. | |
| FortuneRank | Int | False |
Field containing FortuneRank information. | |
| IncludedInSnP500 | String | False |
Field containing IncludedInSnP500 information. | |
| PremisesMeasure | Int | False |
Field containing PremisesMeasure information. | |
| PremisesMeasureReliability | String | False |
Field containing PremisesMeasureReliability information. | |
| PremisesMeasureUnit | String | False |
Field containing PremisesMeasureUnit information. | |
| EmployeeQuantityGrowthRate | Double | False |
Field containing EmployeeQuantityGrowthRate information. | |
| SalesTurnoverGrowthRate | Double | False |
Field containing SalesTurnoverGrowthRate information. | |
| PrimarySic8 | String | False |
Field containing PrimarySic8 information. | |
| PrimarySic8Desc | String | False |
Field containing PrimarySic8Desc information. | |
| SecondSic8 | String | False |
Field containing SecondSic8 information. | |
| SecondSic8Desc | String | False |
Field containing SecondSic8Desc information. | |
| ThirdSic8 | String | False |
Field containing ThirdSic8 information. | |
| ThirdSic8Desc | String | False |
Field containing ThirdSic8Desc information. | |
| FourthSic8 | String | False |
Field containing FourthSic8 information. | |
| FourthSic8Desc | String | False |
Field containing FourthSic8Desc information. | |
| FifthSic8 | String | False |
Field containing FifthSic8 information. | |
| FifthSic8Desc | String | False |
Field containing FifthSic8Desc information. | |
| SixthSic8 | String | False |
Field containing SixthSic8 information. | |
| SixthSic8Desc | String | False |
Field containing SixthSic8Desc information. | |
| PriorYearEmployees | Int | False |
Field containing PriorYearEmployees information. | |
| PriorYearRevenue | Double | False |
Field containing PriorYearRevenue information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
DashboardComponent に関連するChatter 活動(投稿や更新など)を記録します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
ダッシュボードコンポーネントフィード項目の一意の識別子。 | |
| ParentId | String | True |
このフィード項目に関連付けられている親ダッシュボードコンポーネントのID。 | |
| Type | String | True |
フィード項目の種類(TextPost、LinkPost、ContentPost など)。 | |
| CreatedById | String | True |
User.Id |
フィード項目を作成したユーザーのID。 |
| CreatedByIdType | String | False |
ステートメントで使用する'CreatedById' ポリモーフィック項目のタイプを指定します。 | |
| CreatedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| IsDeleted | Bool | True |
フィード項目が削除されたかどうかを示します。 | |
| CommentCount | Int | True |
このフィード項目に関連付けられたコメントの数。 | |
| LikeCount | Int | True |
このフィード項目に関連付けられているいいね!の数。 | |
| Title | String | True |
フィード項目のタイトル。 | |
| Body | String | True |
フィード項目の本文または主な内容。 | |
| LinkUrl | String | True |
該当する場合、フィード項目に含まれるリンクのURL。 | |
| IsRichText | Bool | True |
コンテンツにリッチテキスト書式が含まれているかどうかを示します。 | |
| RelatedRecordId | String | True |
フィード項目に関連するレコードのID(該当する場合)。 | |
| InsertedById | String | True |
User.Id |
このフィード項目を挿入したユーザーのID(作成者と異なる場合があります)。 |
| InsertedByIdType | String | False |
ステートメントで使用する'InsertedById' ポリモーフィック項目のタイプを指定します。 | |
| InsertedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'InsertedById' ポリモーフィック項目の外部項目名を指定します。 | |
| BestCommentId | String | True |
FeedComment.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 |
フィード項目が最後に変更された日時。 | |
| CreatedDate | Datetime | True |
フィード項目が作成された日時。 |
Dashboard に関連するChatter 活動(投稿や更新など)を記録します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
ダッシュボードフィード項目の一意の識別子。 | |
| ParentId | String | True |
Dashboard.Id |
このフィード項目に関連付けられているダッシュボードレコードのID。 |
| Type | String | True |
フィード項目の種類(TextPost、LinkPost、ContentPost など)。 | |
| CreatedById | String | True |
User.Id |
フィード項目を作成したユーザーのID。 |
| CreatedByIdType | String | False |
ステートメントで使用する'CreatedById' ポリモーフィック項目のタイプを指定します。 | |
| CreatedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| IsDeleted | Bool | True |
フィード項目が削除されたかどうかを示します。 | |
| CommentCount | Int | True |
このフィード項目に関連付けられたコメントの数。 | |
| LikeCount | Int | True |
このフィード項目に関連付けられているいいね!の数。 | |
| Title | String | True |
フィード項目のタイトル。 | |
| Body | String | True |
フィード項目の本文または主な内容。 | |
| LinkUrl | String | True |
該当する場合、フィード項目に含まれるリンクのURL。 | |
| IsRichText | Bool | True |
コンテンツにリッチテキスト書式が含まれているかどうかを示します。 | |
| RelatedRecordId | String | True |
フィード項目内でリンクされている関連レコードのID。 | |
| InsertedById | String | True |
User.Id |
このフィード項目を挿入したユーザーのID(自動処理などで作成者と異なる場合があります)。 |
| InsertedByIdType | String | False |
ステートメントで使用する'InsertedById' ポリモーフィック項目のタイプを指定します。 | |
| InsertedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'InsertedById' ポリモーフィック項目の外部項目名を指定します。 | |
| BestCommentId | String | True |
FeedComment.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 |
フィード項目が最後に変更された日時。 | |
| CreatedDate | Datetime | True |
フィード項目が作成された日時。 |
Schema file for DataAssetPromotionRequest.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| NamespacePrefix | String | True |
The namespace prefix associated with this object. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| Status | String | False |
Status of the record. | |
| RequesterComment | String | False |
Field containing RequesterComment information. | |
| RequestedById | String | False |
User.Id |
ID of the RequestedBy associated with this record. |
| RequestedDate | Datetime | False |
Date associated with Requested. | |
| WorkspaceAssetId | String | False |
ID of the WorkspaceAsset associated with this record. | |
| Asset | String | False |
Field containing Asset information. | |
| AcknowledgedDate | Datetime | False |
Date associated with Acknowledged. | |
| AcknowledgedById | String | False |
User.Id |
ID of the AcknowledgedBy associated with this record. |
| MigrationSucceededDate | Datetime | False |
Date associated with MigrationSucceeded. | |
| FailedDate | Datetime | False |
Date associated with Failed. | |
| CancelledById | String | False |
User.Id |
ID of the CancelledBy associated with this record. |
| CancelledDate | Datetime | False |
Indicates whether the user or record can perform celledDate action. | |
| CompletedById | String | False |
User.Id |
ID of the CompletedBy associated with this record. |
| CompletedDate | Datetime | False |
Date when the record was completed. | |
| RejectionComment | String | False |
Field containing RejectionComment information. | |
| PersonalOrg | String | False |
Person account field for alOrg. | |
| ProductionOrg | String | False |
Field containing ProductionOrg information. | |
| SourceRequest | String | False |
Field containing SourceRequest information. | |
| TargetRequest | String | False |
Field containing TargetRequest information. | |
| PersonalOrgWorkspace | String | False |
Person account field for alOrgWorkspace. | |
| ProductionOrgWorkspace | String | False |
Field containing ProductionOrgWorkspace information. | |
| NumberOfDependencies | Int | False |
Field containing NumberOfDependencies information. | |
| InstalledDate | Datetime | False |
Date associated with Installed. | |
| AssetLabel | String | False |
Field containing AssetLabel information. | |
| TaskType | String | False |
Type classification for Task. | |
| TargetAsset | String | False |
Field containing TargetAsset information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for DataEncryptionKey.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| DataEncryptionKeyCertName | String | False |
Field containing DataEncryptionKeyCertName information. | |
| Version | Int | False |
Field containing Version information. | |
| RootKeyIdentifier | String | False |
Field containing RootKeyIdentifier information. | |
| RootKeyKmsIdentifier | String | False |
Field containing RootKeyKmsIdentifier information. | |
| CreatedDate | Datetime | False |
Date and time when the record was created. | |
| CreatedBy | String | False |
Field containing CreatedBy information. | |
| LastModifiedBy | String | False |
Field containing LastModifiedBy information. | |
| DoesUseKeyDerivation | Bool | False |
Field containing DoesUseKeyDerivation information. | |
| Source | String | False |
Field containing Source information. | |
| Type | String | False |
Type of account or classification. | |
| Status | String | False |
Status of the record. | |
| Description | String | False |
Text description of the record. | |
| SessionToken | String | False |
Field containing SessionToken information. | |
| SecretValue | String | False |
Field containing SecretValue information. | |
| 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. | |
| LastModifiedDate | Datetime | False |
Date and time when the record was last modified. |
Schema file for DataMaskCustomValueLibrary.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| Values | String | False |
Field containing Values information. | |
| ContentType | String | False |
Type classification for Content. | |
| IsActive | Bool | False |
Indicates whether the record is active. | |
| Description | String | False |
Text description of the record. | |
| Type | String | True |
Type of account or classification. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for DataUseLegalBasis.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| Source | String | False |
Field containing Source information. | |
| Description | String | False |
Text description of the 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for DataUsePurpose.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| LegalBasisId | String | False |
ID of the LegalBasis associated with this record. | |
| Description | String | False |
Text description of the record. | |
| CanDataSubjectOptOut | Bool | False |
Indicates whether the user or record can perform DataSubjectOptOut action. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for DigitalWallet.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DigitalWalletNumber | String | True |
DigitalWallet identification number. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| PaymentGatewayId | String | False |
ID of the PaymentGateway associated with this record. | |
| NickName | String | False |
Field containing NickName information. | |
| GatewayToken | String | False |
Token representing the payment method in the payment gateway. | |
| GatewayTokenDetails | String | False |
Additional details about the gateway token. | |
| Customer | String | False |
Field containing Customer information. | |
| String | False |
Email address for the contact or person account. | ||
| Type | String | False |
Type of account or classification. | |
| AccountId | String | False |
Account.Id |
ID of the Account associated with this record. |
| Status | String | False |
Status of the record. | |
| CompanyName | String | False |
Field containing CompanyName information. | |
| PaymentMethodStreet | String | False |
Street address for PaymentMethod purposes. | |
| PaymentMethodCity | String | False |
City for PaymentMethod address. | |
| PaymentMethodState | String | False |
State or province for PaymentMethod address. | |
| PaymentMethodPostalCode | String | False |
Postal code for PaymentMethod address. | |
| PaymentMethodCountry | String | False |
Country for PaymentMethod address. | |
| PaymentMethodLatitude | Double | False |
Latitude coordinate for PaymentMethod address geolocation. | |
| PaymentMethodLongitude | Double | False |
Longitude coordinate for PaymentMethod address geolocation. | |
| PaymentMethodGeocodeAccuracy | String | False |
Accuracy level of the geocode for the PaymentMethod address. | |
| Comments | String | False |
Field containing Comments information. | |
| ProcessingMode | String | False |
Mode used for processing the payment. | |
| MacAddress | String | False |
Field containing MacAddress information. | |
| Phone | String | False |
Phone number for the contact or account. | |
| IpAddress | String | False |
Field containing IpAddress information. | |
| AuditEmail | String | False |
Field containing AuditEmail information. | |
| GatewayTokenEncrypted | String | False |
Field containing GatewayTokenEncrypted information. | |
| IsAutoPayEnabled | Bool | False |
Indicates whether the record has the AutoPayEnabled characteristic. | |
| PaymentMethodType | String | False |
Type classification for PaymentMethod. | |
| PaymentMethodSubType | String | False |
Type classification for PaymentMethodSub. | |
| PaymentMethodDetails | String | False |
Field containing PaymentMethodDetails information. | |
| BillingName | String | False |
Field containing BillingName information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Salesforce のレガシーのドキュメントライブラリにアップロードされたドキュメントおよびファイルを保存します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
ドキュメントの一意の識別子。 | |
| FolderId | String | False |
ドキュメントが保存されているフォルダのID。 | |
| IsDeleted | Bool | True |
このドキュメントが削除されているかどうかを示します。 | |
| Name | String | False |
Salesforce に表示されるドキュメントの名前。 | |
| DeveloperName | String | False |
プログラムでドキュメントを参照するための一意の名前。 | |
| NamespacePrefix | String | True |
該当する場合、ドキュメントに関連付けられている名前空間プレフィックス。 | |
| ContentType | String | False |
ドキュメントのMultipurpose Internet Mail Extensions(MIME)タイプ('application/pdf' や'image/png' など)。 | |
| Type | String | False |
ドキュメントのファイル拡張子('pdf' や'docx' など)。 | |
| IsPublic | Bool | False |
ドキュメントが組織外から公開アクセス可能かどうかを示します。 | |
| BodyLength | Int | True |
ドキュメント本文のバイト単位のサイズ。 | |
| Body | String | False |
Base64 でエンコードされたドキュメントの内容。 | |
| Url | String | False |
該当する場合、ドキュメントにアクセスするためのURL。 | |
| Description | String | False |
ドキュメントの内容または目的の説明。 | |
| Keywords | String | False |
ドキュメントに関連付けられたキーワードのカンマ区切りリスト。 | |
| IsInternalUseOnly | Bool | False |
ドキュメントが社内利用のみに制限されているかどうかを示します。 | |
| AuthorId | String | False |
User.Id |
ドキュメントを作成またはアップロードしたユーザーのID。 |
| CreatedDate | Datetime | True |
ドキュメントが作成された日時。 | |
| CreatedById | String | True |
User.Id |
ドキュメントを作成したユーザーのID。 |
| LastModifiedById | String | True |
User.Id |
ドキュメントを最後に変更したユーザーのID。 |
| IsBodySearchable | Bool | True |
ドキュメントの内容が検索可能かどうかを示します。 | |
| LastViewedDate | Datetime | True |
ドキュメントが最後に表示された日時。 | |
| LastReferencedDate | Datetime | True |
ドキュメントがSalesforce 内で最後に参照された日時。 | |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定された場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されたときにアップサートが使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティは次の値のいずれかを取ることができます:Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team。 | |
| FullPath | String | False |
document#TEMP 一時テーブルに入力するために使用される疑似カラム。その後、Uploaddocument ストアドプロシージャを使用して複数のドキュメントをアップロードするために使用されます。例についてはドキュメントを参照してください。 | |
| FolderPath | String | False |
document#TEMP 一時テーブルに入力するために使用される疑似カラム。その後、Uploaddocument ストアドプロシージャを使用して複数のドキュメントをアップロードするために使用されます。例についてはドキュメントを参照してください。 | |
| Base64Data | String | False |
document#TEMP 一時テーブルに入力するために使用される疑似カラム。その後、Uploaddocument ストアドプロシージャを使用して複数のドキュメントをアップロードするために使用されます。例についてはドキュメントを参照してください。 | |
| SystemModstamp | Datetime | True |
ドキュメントに対する最後のシステム更新のタイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
ドキュメントが最後に変更された日時。 |
添付ファイルをドキュメントにマッピングし、ファイルをさまざまなレコードにリンクできるようにします。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
ドキュメント添付マッピングレコードの一意の識別子。 | |
| ParentId | String | False |
ドキュメントが添付されている親エンティティのID。 | |
| DocumentId | String | False |
Document.Id |
親エンティティに添付されているドキュメントのID。 |
| DocumentSequence | Int | False |
ドキュメント添付の順序を示す連番。 | |
| CreatedDate | Datetime | True |
ドキュメント添付マッピングが作成された日時。 | |
| CreatedById | 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。 |
Schema file for DuplicateRecordItem.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| DuplicateRecordSetId | String | False |
ID of the DuplicateRecordSet associated with this record. | |
| RecordId | String | False |
ID of the Record associated with this record. | |
| RecordIdType | String | False |
Specifies the type of the 'RecordId' polymorphic field to use in the statement. | |
| RecordIdExternalFieldName | String | False |
Specifies the external field name of the 'RecordId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for DuplicateRecordSet.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| DuplicateRuleId | String | False |
ID of the DuplicateRule associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for EmailCapture.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| IsActive | Bool | True |
Indicates whether the record is active. | |
| ToPattern | String | False |
Field containing ToPattern information. | |
| FromPattern | String | False |
Field containing FromPattern information. | |
| Sender | String | True |
Field containing Sender information. | |
| Recipient | String | True |
Field containing Recipient information. | |
| CaptureDate | Datetime | True |
Date associated with Capture. | |
| RawMessageLength | Int | True |
Field containing RawMessageLength information. | |
| RawMessage | String | True |
Field containing RawMessage information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for EmailDomainFilter.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| PriorityNumber | Int | False |
Priority identification number. | |
| EmailRelayId | String | False |
EmailRelay.Id |
ID of the EmailRelay associated with this record. |
| ToDomain | String | False |
Field containing ToDomain information. | |
| FromDomain | String | False |
Field containing FromDomain information. | |
| IsActive | Bool | False |
Indicates whether the record is active. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for EmailDomainKey.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| Selector | String | False |
Field containing Selector information. | |
| Domain | String | False |
Field containing Domain information. | |
| DomainMatch | String | False |
Field containing DomainMatch information. | |
| IsActive | Bool | False |
Indicates whether the record is active. | |
| AlternateSelector | String | False |
Field containing AlternateSelector information. | |
| TxtRecordName | String | True |
Field containing TxtRecordName information. | |
| AlternateTxtRecordName | String | True |
Field containing AlternateTxtRecordName information. | |
| TxtRecordsPublishState | String | True |
State or province for TxtRecordsPublish address. | |
| KeySize | Int | False |
Field containing KeySize information. | |
| PublicKey | String | False |
Field containing PublicKey information. | |
| AlternatePublicKey | String | True |
Field containing AlternatePublicKey information. | |
| DomainMatchPattern | String | False |
Field containing DomainMatchPattern information. | |
| PlatformType | String | False |
Type classification for Platform. | |
| ThirdSelector | String | False |
Field containing ThirdSelector information. | |
| ThirdTxtRecordName | String | True |
Field containing ThirdTxtRecordName information. | |
| Status | String | True |
Status of the record. | |
| StatusMessage | String | True |
Field containing StatusMessage information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for EmailMessage.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | False |
Case.Id |
ID of the parent object in the hierarchy. |
| ActivityId | String | False |
Task.Id |
ID of the Activity associated with this record. |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| TextBody | String | False |
Field containing TextBody information. | |
| HtmlBody | String | False |
Field containing HtmlBody information. | |
| Headers | String | False |
Field containing Headers information. | |
| Subject | String | False |
Subject or title of the activity. | |
| Name | String | True |
Name of the record. | |
| FromName | String | False |
Field containing FromName information. | |
| FromAddress | String | False |
Field containing FromAddress information. | |
| ValidatedFromAddress | String | False |
Field containing ValidatedFromAddress information. | |
| ToAddress | String | False |
Field containing ToAddress information. | |
| CcAddress | String | False |
Field containing CcAddress information. | |
| BccAddress | String | False |
Field containing BccAddress information. | |
| Incoming | Bool | False |
Field containing Incoming information. | |
| HasAttachment | Bool | True |
Indicates whether the record has Attachment. | |
| Status | String | False |
Status of the record. | |
| MessageDate | Datetime | False |
Date associated with Message. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| ReplyToEmailMessageId | String | False |
EmailMessage.Id |
ID of the ReplyToEmailMessage associated with this record. |
| IsExternallyVisible | Bool | True |
Indicates whether the record has the ExternallyVisible characteristic. | |
| MessageIdentifier | String | False |
Field containing MessageIdentifier information. | |
| ThreadIdentifier | String | False |
Field containing ThreadIdentifier information. | |
| ClientThreadIdentifier | String | False |
Field containing ClientThreadIdentifier information. | |
| FromId | String | False |
ID of the From associated with this record. | |
| IsClientManaged | Bool | False |
Indicates whether the record has the ClientManaged characteristic. | |
| AttachmentIds | String | False |
Field containing AttachmentIds information. | |
| RelatedToId | String | False |
ID of the RelatedTo associated with this record. | |
| RelatedToIdType | String | False |
Specifies the type of the 'RelatedToId' polymorphic field to use in the statement. | |
| RelatedToIdExternalFieldName | String | False |
Specifies the external field name of the 'RelatedToId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsTracked | Bool | False |
Indicates whether the record has the Tracked characteristic. | |
| IsOpened | Bool | True |
Indicates whether the record has the Opened characteristic. | |
| FirstOpenedDate | Datetime | False |
Date associated with FirstOpened. | |
| LastOpenedDate | Datetime | False |
Date associated with LastOpened. | |
| IsBounced | Bool | False |
Indicates whether the record has the Bounced characteristic. | |
| EmailTemplateId | String | False |
ID of the EmailTemplate associated with this record. | |
| AutomationType | String | False |
Type classification for Automation. | |
| Source | String | False |
Field containing Source information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for EmailMessageRelation.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| EmailMessageId | String | False |
EmailMessage.Id |
ID of the EmailMessage associated with this record. |
| RelationId | String | False |
ID of the Relation associated with this record. | |
| RelationIdType | String | False |
Specifies the type of the 'RelationId' polymorphic field to use in the statement. | |
| RelationIdExternalFieldName | String | False |
Specifies the external field name of the 'RelationId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| RelationType | String | False |
Type classification for Relation. | |
| RelationAddress | String | False |
Field containing RelationAddress information. | |
| RelationObjectType | String | True |
Type classification for RelationObject. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. |
Schema file for EmailRelay.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| Host | String | False |
Field containing Host information. | |
| Port | String | False |
Field containing Port information. | |
| TlsSetting | String | False |
Field containing TlsSetting information. | |
| IsRequireAuth | Bool | False |
Indicates whether the record has the RequireAuth characteristic. | |
| Username | String | False |
Username of the user associated with this record. | |
| Password | String | False |
Field containing Password information. | |
| AuthType | String | False |
Type classification for Auth. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Salesforce のメールサービス用に設定されたメールアドレスを保存し、自動メール処理を可能にします。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
メールサービスアドレスの一意の識別子。 | |
| IsActive | Bool | False |
メールサービスアドレスが現在有効かどうかを示します。 | |
| LocalPart | String | False |
受信メールに使用されるメールアドレスのローカル部分。 | |
| EmailDomainName | String | True |
メールアドレスのドメイン名部分。 | |
| AuthorizedSenders | String | False |
このサービスにメッセージを送信することが認可されているメールアドレスまたはドメインのカンマ区切りリスト。 | |
| RunAsUserId | String | False |
User.Id |
サービスが実行されるコンテキストのユーザーID。 |
| FunctionId | String | False |
このアドレスに関連付けられているメールサービス機能のID。 | |
| DeveloperName | String | False |
API およびマネージパッケージで使用される一意の名前。 | |
| CreatedById | String | True |
User.Id |
メールサービスアドレスを作成したユーザーのID。 |
| CreatedDate | Datetime | True |
メールサービスアドレスが作成された日時。 | |
| 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 |
メールサービスアドレスが最後に変更された日時。 |
Salesforce メールサービスを通じて受信メールを処理する機能を定義します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
メールサービス機能の一意の識別子。 | |
| IsActive | Bool | False |
メールサービス機能が現在有効かどうかを示します。 | |
| FunctionName | String | False |
メールサービス機能の名前。 | |
| AuthorizedSenders | String | False |
このサービスにメッセージを送信することが認可されているメールアドレスまたはドメインのカンマ区切りリスト。 | |
| IsAuthenticationRequired | Bool | False |
受信メールに対して送信者の認証が必要かどうかを示します。 | |
| IsTlsRequired | Bool | False |
受信メール接続にTransport Layer Security(TLS)が必要かどうかを示します。 | |
| AttachmentOption | String | False |
受信メールの添付ファイルの処理方法を指定します。 | |
| ApexClassId | String | False |
ApexClass.Id |
メールメッセージを処理するApex クラスのID。 |
| OverLimitAction | String | False |
メールのレート制限を超えた場合に実行されるアクション。 | |
| FunctionInactiveAction | String | False |
メールサービス機能が無効な場合に実行されるアクション。 | |
| AddressInactiveAction | String | False |
関連付けられたメールアドレスが無効な場合に実行されるアクション。 | |
| AuthenticationFailureAction | String | False |
受信メールの認証に失敗した場合に実行されるアクション。 | |
| AuthorizationFailureAction | String | False |
受信メールが認可されていない送信者からのものである場合に実行されるアクション。 | |
| IsErrorRoutingEnabled | Bool | False |
メール処理に失敗した場合のエラールーティングが有効かどうかを示します。 | |
| ErrorRoutingAddress | String | False |
エラールーティングが有効な場合にエラーメッセージが送信されるメールアドレス。 | |
| IsTextAttachmentsAsBinary | Bool | False |
テキスト添付ファイルをバイナリ形式に変換するかどうかを示します。 | |
| CreatedById | String | True |
User.Id |
メールサービス機能を作成したユーザーのID。 |
| CreatedDate | Datetime | True |
メールサービス機能が作成された日時。 | |
| 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 |
メールサービス機能が最後に変更された日時。 |
標準化された送信メール通信に使用されるメールテンプレートを管理します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
メールテンプレートの一意の識別子。 | |
| Name | String | False |
メールテンプレートの表示名。 | |
| DeveloperName | String | False |
開発者が割り当てたメールテンプレートの一意の名前。 | |
| NamespacePrefix | String | True |
管理パッケージで使用される、テンプレートに関連付けられた名前空間プレフィックス。 | |
| OwnerId | String | False |
User.Id |
メールテンプレートの所有者であるユーザーまたはキューのID。 |
| FolderId | String | False |
メールテンプレートが保存されているフォルダのID。 | |
| FolderName | String | True |
FolderName 情報を含む項目。 | |
| BrandTemplateId | String | False |
メールテンプレートで使用される関連レターヘッド(ブランドテンプレート)のID。 | |
| EnhancedLetterheadId | String | False |
このレコードに関連付けられたEnhancedLetterhead のID。 | |
| TemplateStyle | String | False |
テンプレートで使用されるスタイル形式(カスタムや標準など)を指定します。 | |
| IsActive | Bool | False |
メールテンプレートが使用可能かどうかを示します。 | |
| TemplateType | String | False |
メールテンプレートの種類(text、HTML、custom、Visualforce など)。 | |
| Encoding | String | False |
メールテンプレートで使用される文字エンコーディング。 | |
| Description | String | False |
メールテンプレートに関する詳細を提供する説明文。 | |
| Subject | String | False |
メール送信時に使用されるデフォルトの件名。 | |
| HtmlValue | String | False |
HTML 形式で記述されたメールテンプレートの内容。 | |
| Body | String | False |
プレーンテキスト形式のメールテンプレートの内容。 | |
| TimesUsed | Int | True |
このテンプレートがメール送信に使用された回数。 | |
| LastUsedDate | Datetime | True |
メールテンプレートが最後に使用された日時。 | |
| CreatedDate | Datetime | True |
メールテンプレートが作成された日時。 | |
| CreatedById | String | True |
User.Id |
メールテンプレートを作成したユーザーのID。 |
| LastModifiedById | String | True |
User.Id |
メールテンプレートを最後に変更したユーザーのID。 |
| ApiVersion | Double | False |
テンプレートがVisualforce マークアップを使用している場合に関連付けられるAPI バージョン。 | |
| Markup | String | False |
Visualforce マークアップまたは追加のテンプレートマークアップの内容。 | |
| UiType | String | False |
Ui の種類分類。 | |
| RelatedEntityType | String | False |
RelatedEntity の種類分類。 | |
| IsBuilderContent | Bool | True |
レコードがBuilderContent 特性を持つかどうかを示します。 | |
| HasSalesforceFiles | Bool | True |
レコードがSalesforceFiles を持つかどうかを示します。 | |
| 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 |
メールテンプレートが最後に変更された日時。 |
Schema file for EngagementChannelType.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| ContactPointType | String | False |
Type classification for ContactPoint. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for EngagementChannelTypeFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for EngmtChannelTypeSettings.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| SettingKey | String | False |
Field containing SettingKey information. | |
| EngagementChannelType | String | False |
Type classification for EngagementChannel. | |
| IsSettingEnabled | String | False |
Indicates whether the record has the SettingEnabled characteristic. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for EnhancedLetterhead.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| Description | String | False |
Text description of the record. | |
| LetterheadHeader | String | False |
Field containing LetterheadHeader information. | |
| LetterheadFooter | String | False |
Field containing LetterheadFooter information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for EnhancedLetterheadFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for Entitlement.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| AccountId | String | False |
Account.Id |
ID of the Account associated with this record. |
| Type | String | False |
Type of account or classification. | |
| ServiceContractId | String | False |
ID of the ServiceContract associated with this record. | |
| ContractLineItemId | String | False |
ID of the ContractLineItem associated with this record. | |
| AssetId | String | False |
Asset.Id |
ID of the Asset associated with this record. |
| StartDate | Date | False |
Start date for the record or activity. | |
| EndDate | Date | False |
End date for the record or activity. | |
| SlaProcessId | String | False |
SlaProcess.Id |
ID of the SlaProcess associated with this record. |
| BusinessHoursId | String | False |
ID of the business hours associated with this record. | |
| IsPerIncident | Bool | False |
Indicates whether the record has the PerIncident characteristic. | |
| CasesPerEntitlement | Int | False |
Field containing CasesPerEntitlement information. | |
| RemainingCases | Int | False |
Field containing RemainingCases information. | |
| Status | String | True |
Status of the record. | |
| LocationId | String | False |
Location.Id |
ID of the Location associated with this record. |
| WorkOrdersPerEntitlement | Int | False |
Field containing WorkOrdersPerEntitlement information. | |
| RemainingWorkOrders | Int | False |
Field containing RemainingWorkOrders information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for EntitlementContact.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| EntitlementId | String | False |
Entitlement.Id |
ID of the Entitlement associated with this record. |
| ContactId | String | False |
Contact.Id |
ID of the Contact associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for EntitlementFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
Entitlement.Id |
ID of the parent object in the hierarchy. |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for EntitlementTemplate.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| Name | String | False |
Name of the record. | |
| BusinessHoursId | String | False |
ID of the business hours associated with this record. | |
| Type | String | False |
Type of account or classification. | |
| SlaProcessId | String | False |
SlaProcess.Id |
ID of the SlaProcess associated with this record. |
| IsPerIncident | Bool | False |
Indicates whether the record has the PerIncident characteristic. | |
| CasesPerEntitlement | Int | False |
Field containing CasesPerEntitlement information. | |
| Term | Int | False |
Field containing Term information. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| NamespacePrefix | String | True |
The namespace prefix associated with this object. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for EntityMilestone.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ParentEntityId | String | True |
WorkOrder.Id |
ID of the ParentEntity associated with this record. |
| ParentEntityIdType | String | False |
Specifies the type of the 'ParentEntityId' polymorphic field to use in the statement. | |
| ParentEntityIdExternalFieldName | String | False |
Specifies the external field name of the 'ParentEntityId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| StartDate | Datetime | False |
Start date for the record or activity. | |
| TargetDate | Datetime | True |
Date associated with Target. | |
| CompletionDate | Datetime | False |
Date associated with Completion. | |
| SlaProcessId | String | True |
SlaProcess.Id |
ID of the SlaProcess associated with this record. |
| MilestoneTypeId | String | True |
ID of the MilestoneType associated with this record. | |
| IsCompleted | Bool | True |
Indicates whether the task has been completed. | |
| IsViolated | Bool | True |
Indicates whether the record has the Violated characteristic. | |
| TargetResponseInMins | Int | True |
Field containing TargetResponseInMins information. | |
| TargetResponseInHrs | Double | True |
Field containing TargetResponseInHrs information. | |
| TargetResponseInDays | Double | True |
Field containing TargetResponseInDays information. | |
| TimeRemainingInMins | String | True |
Field containing TimeRemainingInMins information. | |
| TimeRemainingInHrs | String | True |
Field containing TimeRemainingInHrs information. | |
| TimeRemainingInDays | Double | True |
Field containing TimeRemainingInDays information. | |
| ElapsedTimeInMins | Int | True |
Field containing ElapsedTimeInMins information. | |
| ElapsedTimeInHrs | Double | True |
Field containing ElapsedTimeInHrs information. | |
| ElapsedTimeInDays | Double | True |
Field containing ElapsedTimeInDays information. | |
| TimeSinceTargetInMins | String | True |
Field containing TimeSinceTargetInMins information. | |
| TimeSinceTargetInHrs | String | True |
Field containing TimeSinceTargetInHrs information. | |
| TimeSinceTargetInDays | Double | True |
Field containing TimeSinceTargetInDays information. | |
| BusinessHoursId | String | True |
ID of the business hours associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for EntityMilestoneFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Chatter のサブスクリプションを追跡し、ユーザーがレコードをフォローして更新を受け取れるようにします。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
エンティティサブスクリプションの一意の識別子。 | |
| ParentId | String | False |
フォローされているレコード(エンティティ)のID。 | |
| ParentIdType | String | False |
ステートメントで使用する'ParentId' ポリモーフィック項目のタイプを指定します。 | |
| ParentIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'ParentId' ポリモーフィック項目の外部項目名を指定します。 | |
| SubscriberId | String | False |
User.Id |
そのレコードをフォローしているユーザーのID。 |
| CreatedById | String | True |
User.Id |
エンティティサブスクリプションを作成したユーザーのID。 |
| CreatedByIdType | String | False |
ステートメントで使用する'CreatedById' ポリモーフィック項目のタイプを指定します。 | |
| CreatedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| IsDeleted | Bool | True |
エンティティサブスクリプションが削除されたかどうかを示します。 | |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定された場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されたときにアップサートが使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティは次の値のいずれかを取ることができます:Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team。 | |
| CreatedDate | Datetime | True |
エンティティサブスクリプションが作成された日時。 |
ユーザーまたはレコードに関連付けられたスケジュールされた会議、予定、およびカレンダーイベントを保存します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
行動の一意の識別子。 | |
| WhoId | String | False |
行動に関連付けられている取引先責任者またはリードのID。 | |
| WhoIdType | String | False |
ステートメントで使用する'WhoId' ポリモーフィック項目のタイプを指定します。 | |
| WhoIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'WhoId' ポリモーフィック項目の外部項目名を指定します。 | |
| WhatId | String | False |
行動に関連付けられている、関連する商談、取引先、またはその他のオブジェクトのID。 | |
| WhatIdType | String | False |
ステートメントで使用する'WhatId' ポリモーフィック項目のタイプを指定します。 | |
| WhatIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'WhatId' ポリモーフィック項目の外部項目名を指定します。 | |
| Subject | String | False |
行動の件名またはタイトル。 | |
| Location | String | False |
行動が行われる場所。 | |
| IsAllDayEvent | Bool | False |
行動が終日に及ぶかどうかを示します。 | |
| ActivityDateTime | Datetime | False |
行動の開始日時(行動が終日でない場合に使用します)。 | |
| ActivityDate | Date | False |
行動の期日(終日の行動の場合に使用します)。 | |
| DurationInMinutes | Int | False |
行動の所要時間(分)。 | |
| StartDateTime | Datetime | False |
行動の開始日時。 | |
| EndDateTime | Datetime | False |
行動の終了日時。 | |
| EndDate | Date | True |
レコードまたは行動の終了日。 | |
| Description | String | False |
行動に関する詳細な説明やメモ。 | |
| AccountId | String | True |
Account.Id |
行動に関連付けられた関連取引先のID。 |
| OwnerId | String | False |
行動を所有するユーザー、または割り当てられたユーザーのID。 | |
| OwnerIdType | String | False |
ステートメントで使用する'OwnerId' ポリモーフィック項目のタイプを指定します。 | |
| OwnerIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'OwnerId' ポリモーフィック項目の外部項目名を指定します。 | |
| CurrencyIsoCode | String | False |
売上金額が表現される通貨のISO コード。 | |
| IsPrivate | Bool | False |
行動が非公開としてマークされているかどうかを示します。 | |
| ShowAs | String | False |
「予定あり」や「空き時間」など、カレンダーでこの行動がどのように表示されるかを指定します。 | |
| IsDeleted | Bool | True |
この行動が削除されているかどうかを示します。 | |
| IsChild | Bool | True |
この行動が定期的な予定の子(下位行動)であるかどうかを示します。 | |
| IsGroupEvent | Bool | True |
この行動がユーザーのグループを含むかどうかを示します。 | |
| GroupEventType | String | True |
グループ行動の種類。たとえば、社内会議や共有カレンダーの予定など。 | |
| CreatedDate | Datetime | True |
行動が作成された日時。 | |
| CreatedById | String | True |
User.Id |
行動を作成したユーザーのID。 |
| LastModifiedById | String | True |
User.Id |
行動を最後に変更したユーザーのID。 |
| IsArchived | Bool | True |
行動がアーカイブされたかどうかを示します。 | |
| RecurrenceActivityId | String | True |
Event.Id |
該当する場合、その行動が属する定期的なシリーズのID。 |
| IsRecurrence | Bool | False |
その行動が定期的なシリーズの一部であるかどうかを示します。 | |
| RecurrenceStartDateTime | Datetime | False |
定期的な行動シリーズの開始日時。 | |
| RecurrenceEndDateOnly | Date | False |
定期的な行動シリーズの最終日。 | |
| RecurrenceTimeZoneSidKey | String | False |
定期的な行動に関連付けられたタイムゾーン。 | |
| RecurrenceType | String | False |
定期的な行動のパターンの種類。たとえば、毎日や毎週など。 | |
| RecurrenceInterval | Int | False |
定期的な行動間の間隔。 | |
| RecurrenceDayOfWeekMask | Int | False |
行動が繰り返される曜日を表すビットマスク。 | |
| RecurrenceDayOfMonth | Int | False |
該当する場合、行動が毎月繰り返される日。 | |
| RecurrenceInstance | String | False |
行動が繰り返される月内のインスタンス。たとえば、First やLast など。 | |
| RecurrenceMonthOfYear | String | False |
該当する場合、定期的な行動が発生する月。 | |
| ReminderDateTime | Datetime | False |
アラームが起動するように予定されている日時。 | |
| IsReminderSet | Bool | False |
行動にアラームが設定されているかどうかを示します。 | |
| EventSubtype | String | False |
EventSub の種類分類。 | |
| IsRecurrence2Exclusion | Bool | True |
レコードがRecurrence2Exclusion 特性を持つかどうかを示します。 | |
| Recurrence2PatternText | String | False |
Recurrence2PatternText 情報を含む項目。 | |
| Recurrence2PatternVersion | String | True |
Recurrence2PatternVersion 情報を含む項目。 | |
| IsRecurrence2 | Bool | True |
レコードがRecurrence2 特性を持つかどうかを示します。 | |
| IsRecurrence2Exception | Bool | True |
レコードがRecurrence2Exception 特性を持つかどうかを示します。 | |
| Recurrence2PatternStartDate | Datetime | True |
Recurrence2PatternStart に関連付けられた日付。 | |
| Recurrence2PatternTimeZone | String | True |
Recurrence2PatternTimeZone 情報を含む項目。 | |
| 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 |
行動が最後に変更された日時。 |
Event レコードに関連する投稿や更新を含むChatter 活動をキャプチャします。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
行動フィード項目の一意の識別子。 | |
| ParentId | String | True |
Event.Id |
このフィード項目が関連付けられている行動レコードのID。 |
| Type | String | True |
フィード項目の種類。たとえば、テキスト投稿、コンテンツの共有、リンクなど。 | |
| CreatedById | String | True |
User.Id |
フィード項目を作成したユーザーのID。 |
| CreatedByIdType | String | False |
ステートメントで使用する'CreatedById' ポリモーフィック項目のタイプを指定します。 | |
| CreatedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| IsDeleted | Bool | True |
フィード項目が削除されたかどうかを示します。 | |
| CommentCount | Int | True |
このフィード項目に関連付けられたコメントの数。 | |
| LikeCount | Int | True |
このフィード項目が受け取ったいいね!の数。 | |
| Title | String | True |
該当する場合、フィード項目のタイトルまたは件名。 | |
| Body | String | True |
フィード項目の本文またはメッセージの内容。 | |
| LinkUrl | String | True |
フィード項目に含まれているURL(存在する場合)。 | |
| IsRichText | Bool | True |
コンテンツにリッチテキスト書式が含まれているかどうかを示します。 | |
| RelatedRecordId | String | True |
フィード項目が参照している関連レコードのID。 | |
| InsertedById | String | True |
User.Id |
フィード項目を挿入したユーザーまたはプロセスのID。 |
| InsertedByIdType | String | False |
ステートメントで使用する'InsertedById' ポリモーフィック項目のタイプを指定します。 | |
| InsertedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'InsertedById' ポリモーフィック項目の外部項目名を指定します。 | |
| BestCommentId | String | True |
FeedComment.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 |
フィード項目が最後に変更された日時。 | |
| CreatedDate | Datetime | True |
フィード項目が作成された日時。 |
行動と、招待者やリードなどの関連レコードとのリレーションを管理します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
行動リレーションレコードの一意の識別子。 | |
| RelationId | String | False |
行動に関連付けられている取引先責任者、リード、またはユーザーのID。 | |
| RelationIdType | String | False |
ステートメントで使用する'RelationId' ポリモーフィック項目のタイプを指定します。 | |
| RelationIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'RelationId' ポリモーフィック項目の外部項目名を指定します。 | |
| EventId | String | False |
Event.Id |
関連する行動レコードのID。 |
| Status | String | False |
関連するユーザーまたは取引先責任者の参加状況(Accepted またはDeclined など)。 | |
| RespondedDate | Datetime | False |
招待者が行動への招待に返答した日時。 | |
| Response | String | False |
招待者からの応答の種類。承認済み、辞退済み、または仮承認など。 | |
| CreatedDate | Datetime | True |
行動リレーションが作成された日時。 | |
| CreatedById | String | True |
User.Id |
行動リレーションを作成したユーザーのID。 |
| LastModifiedById | String | True |
User.Id |
行動リレーションを最後に変更したユーザーのID。 |
| IsDeleted | Bool | True |
行動リレーションレコードが削除されているかどうかを示します。 | |
| 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 |
行動リレーションが最後に変更された日時。 |
Schema file for EvfPipelineSubTaskDetails.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| SubTaskName | String | False |
Field containing SubTaskName information. | |
| SubTaskStatus | String | False |
Status of the SubTask. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ExpressionFilter.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| FilterConditionLogic | String | False |
Field containing FilterConditionLogic information. | |
| ContextId | String | False |
ID of the Context associated with this record. | |
| FilterDescription | String | False |
Field containing FilterDescription information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ExpressionFilterCriteria.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| FilterTarget | String | False |
Field containing FilterTarget information. | |
| FilterTargetValue | String | False |
Field containing FilterTargetValue information. | |
| Operation | String | False |
Field containing Operation information. | |
| SortOrder | Int | False |
Field containing SortOrder information. | |
| ExpressionFilterId | String | False |
ID of the ExpressionFilter associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ExternalDataUserAuth.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ExternalDataSourceId | String | False |
ID of the ExternalDataSource associated with this record. | |
| ExternalDataSourceIdType | String | False |
Specifies the type of the 'ExternalDataSourceId' polymorphic field to use in the statement. | |
| ExternalDataSourceIdExternalFieldName | String | False |
Specifies the external field name of the 'ExternalDataSourceId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| UserId | String | False |
User.Id |
ID of the User associated with this record. |
| Protocol | String | False |
Field containing Protocol information. | |
| Username | String | False |
Username of the user associated with this record. | |
| Password | String | False |
Field containing Password information. | |
| AuthProviderId | String | False |
AuthProvider.Id |
ID of the AuthProvider associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ExternalEncryptionRootKey.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| RootKeyIdentifier | String | False |
Field containing RootKeyIdentifier information. | |
| CreatedDate | Datetime | False |
Date and time when the record was created. | |
| CreatedBy | String | False |
Field containing CreatedBy information. | |
| LastModifiedBy | String | False |
Field containing LastModifiedBy information. | |
| RootKeyService | String | False |
Field containing RootKeyService information. | |
| Region | String | False |
Field containing Region information. | |
| Status | String | False |
Status of the record. | |
| Description | String | False |
Text description of the record. | |
| ActivatedDate | Datetime | False |
Date associated with Activated. | |
| 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. | |
| LastModifiedDate | Datetime | False |
Date and time when the record was last modified. |
Schema file for ExternalEvent.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ExternalId | String | False |
External ID from another system. | |
| Title | String | False |
Title of the contact or person, for example CEO or Vice President. | |
| Location | String | False |
Field containing Location information. | |
| Notes | String | False |
Field containing Notes information. | |
| Time | String | False |
Field containing Time information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ExternalEventMapping.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ExternalId | String | False |
External ID from another system. | |
| EventId | String | False |
Event.Id |
ID of the Event associated with this record. |
| StartDate | Date | False |
Start date for the record or activity. | |
| EndDate | Date | False |
End date for the record or activity. | |
| IsRecurring | Bool | False |
Indicates whether the record has the Recurring characteristic. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for FeedAttachment.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| FeedEntityId | String | False |
ID of the FeedEntity associated with this record. | |
| Type | String | False |
Type of account or classification. | |
| RecordId | String | False |
ID of the Record associated with this record. | |
| Title | String | False |
Title of the contact or person, for example CEO or Vice President. | |
| Value | String | False |
Field containing Value information. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| 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. |
Salesforce レコード全体のChatter 投稿に追加されたコメントを格納します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
フィードコメントの一意の識別子。 | |
| FeedItemId | String | False |
コメントが関連付けられているフィード項目のID。 | |
| ParentId | String | True |
フィードコメントに関連する親レコードのID。 | |
| CreatedById | String | False |
User.Id |
フィードコメントを作成したユーザーのID。 |
| CreatedByIdType | String | False |
ステートメントで使用する'CreatedById' ポリモーフィック項目のタイプを指定します。 | |
| CreatedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| CreatedDate | Datetime | False |
フィードコメントが作成された日時。 | |
| Revision | Int | False |
Revision 情報を含む項目。 | |
| LastEditById | String | False |
User.Id |
このレコードに関連付けられたLastEditBy のID。 |
| LastEditDate | Datetime | False |
LastEdit に関連付けられた日付。 | |
| CommentBody | String | False |
コメントのテキスト内容。 | |
| IsDeleted | Bool | True |
フィードコメントが削除されたかどうかを示します。 | |
| InsertedById | String | True |
User.Id |
コメントを挿入したユーザーのID。通常は自動またはシステム生成のエントリに使用されます。 |
| CommentType | String | False |
コメントの種別(テキストや変更の追跡など)。 | |
| RelatedRecordId | String | False |
コメント内で言及または参照されている関連レコードのID。 | |
| IsRichText | Bool | False |
コンテンツにリッチテキスト書式が含まれているかどうかを示します。 | |
| IsVerified | Bool | True |
レコードがVerified 特性を持つかどうかを示します。 | |
| HasEntityLinks | Bool | True |
レコードがEntityLinks を持つかどうかを示します。 | |
| Status | String | False |
レコードの状況。 | |
| ThreadParentId | String | False |
FeedComment.Id |
このレコードに関連付けられたThreadParent のID。 |
| ThreadLevel | Int | False |
ThreadLevel 情報を含む項目。 | |
| ThreadChildrenCount | Int | False |
このレコードに関連付けられたThreadChildren の数。 | |
| ThreadLastUpdatedDate | Datetime | False |
ThreadLastUpdated に関連付けられた日付。 | |
| 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 |
レコードがユーザーまたは自動プロセスによって最後に変更された日時。 |
ステータスの更新、ファイルの共有、レコードとのやり取りを含むChatter 投稿を表します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
フィード項目の一意の識別子。 | |
| ParentId | String | False |
フィード項目が関連付けられている親レコードのID。 | |
| ParentIdType | String | False |
ステートメントで使用する'ParentId' ポリモーフィック項目のタイプを指定します。 | |
| ParentIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'ParentId' ポリモーフィック項目の外部項目名を指定します。 | |
| Type | String | False |
フィード項目の種別(TextPost、ContentPost、LinkPost など)。 | |
| CreatedById | String | False |
User.Id |
フィード項目を作成したユーザーのID。 |
| CreatedByIdType | String | False |
ステートメントで使用する'CreatedById' ポリモーフィック項目のタイプを指定します。 | |
| CreatedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| CreatedDate | Datetime | False |
フィード項目が作成された日時。 | |
| IsDeleted | Bool | True |
フィード項目が削除されたかどうかを示します。 | |
| Revision | Int | False |
Revision 情報を含む項目。 | |
| LastEditById | String | False |
User.Id |
このレコードに関連付けられたLastEditBy のID。 |
| LastEditDate | Datetime | False |
LastEdit に関連付けられた日付。 | |
| CommentCount | Int | True |
このフィード項目に関連付けられたコメントの数。 | |
| LikeCount | Int | True |
このフィード項目に関連付けられているいいね!の数。 | |
| Title | String | False |
フィード項目のタイトル。通常はコンテンツ投稿やリンク投稿に使用されます。 | |
| Body | String | False |
フィード項目のテキストコンテンツまたはメッセージ本文。 | |
| LinkUrl | String | False |
リンクを含む場合にフィード項目に含まれるURL。 | |
| IsRichText | Bool | False |
コンテンツにリッチテキスト書式が含まれているかどうかを示します。 | |
| RelatedRecordId | String | False |
フィード項目で参照または言及されているレコードのID。 | |
| InsertedById | String | True |
User.Id |
フィード項目を挿入したユーザーのID。通常はシステム生成の投稿に使用されます。 |
| InsertedByIdType | String | False |
ステートメントで使用する'InsertedById' ポリモーフィック項目のタイプを指定します。 | |
| InsertedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'InsertedById' ポリモーフィック項目の外部項目名を指定します。 | |
| BestCommentId | String | True |
FeedComment.Id |
ベストコメントとしてマークされたコメントのID。 |
| HasContent | Bool | True |
レコードがContent を持つかどうかを示します。 | |
| HasLink | Bool | True |
レコードがLink を持つかどうかを示します。 | |
| HasFeedEntity | Bool | True |
レコードがFeedEntity を持つかどうかを示します。 | |
| HasVerifiedComment | Bool | True |
レコードがVerifiedComment を持つかどうかを示します。 | |
| IsClosed | Bool | True |
レコードがクローズされているかどうかを示します。 | |
| Status | String | False |
レコードの状況。 | |
| 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 |
フィード項目が最後に変更された日時。 |
項目レベルのセキュリティ設定を定義し、個々の項目に対するユーザーのアクセス権限を指定します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
項目権限エントリの一意の識別子。 | |
| ParentId | String | False |
親オブジェクトのID。通常は権限セットまたはプロファイルを参照します。 | |
| ParentIdType | String | False |
ステートメントで使用する'ParentId' ポリモーフィック項目のタイプを指定します。 | |
| ParentIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'ParentId' ポリモーフィック項目の外部項目名を指定します。 | |
| SobjectType | String | False |
項目が属するオブジェクトのAPI 名。 | |
| Field | String | False |
権限が適用される項目の完全修飾API 名。 | |
| PermissionsEdit | Bool | False |
ユーザーが項目を編集できるか(true)、否か(false)を示します。 | |
| PermissionsRead | Bool | False |
ユーザーが項目を参照できるか(true)、否か(false)を示します。 | |
| 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 |
このレコードがシステムによって最後に変更された日時。 |
Schema file for FinanceBalanceSnapshot.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| FinanceBalanceSnapshotNumber | String | True |
FinanceBalanceSnapshot identification number. | |
| CurrencyIsoCode | String | True |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| FinanceTransactionId | String | True |
ID of the FinanceTransaction associated with this record. | |
| ReferenceEntityId | String | True |
ID of the ReferenceEntity associated with this record. | |
| ReferenceEntityIdType | String | False |
Specifies the type of the 'ReferenceEntityId' polymorphic field to use in the statement. | |
| ReferenceEntityIdExternalFieldName | String | False |
Specifies the external field name of the 'ReferenceEntityId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| ReferenceEntityType | String | True |
Type classification for ReferenceEntity. | |
| EventType | String | True |
Type classification for Event. | |
| ChargeAmount | Decimal | True |
Field containing ChargeAmount information. | |
| AdjustmentAmount | Decimal | True |
Field containing AdjustmentAmount information. | |
| Subtotal | Decimal | True |
Subtotal amount before tax. | |
| TaxAmount | Decimal | True |
Field containing TaxAmount information. | |
| TotalAmountWithTax | Decimal | True |
Field containing TotalAmountWithTax information. | |
| ImpactAmount | Decimal | True |
Field containing ImpactAmount information. | |
| Balance | Decimal | True |
Field containing Balance information. | |
| AccountId | String | True |
Account.Id |
ID of the Account associated with this record. |
| TransactionDate | Datetime | True |
Date associated with Transaction. | |
| EffectiveDate | Datetime | True |
Date associated with Effective. | |
| DueDate | Datetime | True |
Due date for the task or activity. | |
| BaseCurrencyIsoCode | String | True |
Field containing BaseCurrencyIsoCode information. | |
| BaseCurrencyFxRate | Double | True |
Field containing BaseCurrencyFxRate information. | |
| BaseCurrencyFxDate | Date | True |
Date associated with BaseCurrencyFx. | |
| BaseCurrencyAmount | Decimal | True |
Field containing BaseCurrencyAmount information. | |
| BaseCurrencyBalance | Decimal | True |
Field containing BaseCurrencyBalance information. | |
| LegalEntityId | String | True |
ID of the LegalEntity associated with this record. | |
| LegalEntityIdType | String | False |
Specifies the type of the 'LegalEntityId' polymorphic field to use in the statement. | |
| LegalEntityIdExternalFieldName | String | False |
Specifies the external field name of the 'LegalEntityId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| OriginalReferenceEntityType | String | True |
Type classification for OriginalReferenceEntity. | |
| OriginalEventType | String | True |
Type classification for OriginalEvent. | |
| FinanceSystemTransactionNumber | String | False |
FinanceSystemTransaction identification number. | |
| FinanceSystemName | String | False |
Field containing FinanceSystemName information. | |
| FinanceSystemIntegrationMode | String | False |
Field containing FinanceSystemIntegrationMode information. | |
| FinanceSystemIntegrationStatus | String | False |
Status of the FinanceSystemIntegration. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for FinanceTransaction.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| FinanceTransactionNumber | String | True |
FinanceTransaction identification number. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| ReferenceEntityId | String | False |
ID of the ReferenceEntity associated with this record. | |
| ReferenceEntityIdType | String | False |
Specifies the type of the 'ReferenceEntityId' polymorphic field to use in the statement. | |
| ReferenceEntityIdExternalFieldName | String | False |
Specifies the external field name of the 'ReferenceEntityId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| ReferenceEntityType | String | False |
Type classification for ReferenceEntity. | |
| EventAction | String | False |
Field containing EventAction information. | |
| EventType | String | False |
Type classification for Event. | |
| ChargeAmount | Decimal | False |
Field containing ChargeAmount information. | |
| AdjustmentAmount | Decimal | False |
Field containing AdjustmentAmount information. | |
| Subtotal | Decimal | False |
Subtotal amount before tax. | |
| TaxAmount | Decimal | False |
Field containing TaxAmount information. | |
| TotalAmountWithTax | Decimal | False |
Field containing TotalAmountWithTax information. | |
| ImpactAmount | Decimal | False |
Field containing ImpactAmount information. | |
| ResultingBalance | Decimal | False |
Field containing ResultingBalance information. | |
| AccountId | String | False |
Account.Id |
ID of the Account associated with this record. |
| SourceEntityId | String | False |
ID of the SourceEntity associated with this record. | |
| SourceEntityIdType | String | False |
Specifies the type of the 'SourceEntityId' polymorphic field to use in the statement. | |
| SourceEntityIdExternalFieldName | String | False |
Specifies the external field name of the 'SourceEntityId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| DestinationEntityId | String | False |
ID of the DestinationEntity associated with this record. | |
| DestinationEntityIdType | String | False |
Specifies the type of the 'DestinationEntityId' polymorphic field to use in the statement. | |
| DestinationEntityIdExternalFieldName | String | False |
Specifies the external field name of the 'DestinationEntityId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| TransactionDate | Datetime | False |
Date associated with Transaction. | |
| EffectiveDate | Datetime | False |
Date associated with Effective. | |
| DueDate | Datetime | False |
Due date for the task or activity. | |
| BaseCurrencyIsoCode | String | False |
Field containing BaseCurrencyIsoCode information. | |
| BaseCurrencyFxRate | Double | False |
Field containing BaseCurrencyFxRate information. | |
| BaseCurrencyFxDate | Date | False |
Date associated with BaseCurrencyFx. | |
| BaseCurrencyAmount | Decimal | False |
Field containing BaseCurrencyAmount information. | |
| BaseCurrencyBalance | Decimal | False |
Field containing BaseCurrencyBalance information. | |
| LegalEntityId | String | False |
ID of the LegalEntity associated with this record. | |
| LegalEntityIdType | String | False |
Specifies the type of the 'LegalEntityId' polymorphic field to use in the statement. | |
| LegalEntityIdExternalFieldName | String | False |
Specifies the external field name of the 'LegalEntityId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| CreationMode | String | True |
Field containing CreationMode information. | |
| ParentReferenceEntityId | String | False |
ID of the ParentReferenceEntity associated with this record. | |
| ParentReferenceEntityIdType | String | False |
Specifies the type of the 'ParentReferenceEntityId' polymorphic field to use in the statement. | |
| ParentReferenceEntityIdExternalFieldName | String | False |
Specifies the external field name of the 'ParentReferenceEntityId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| OriginalReferenceEntityType | String | True |
Type classification for OriginalReferenceEntity. | |
| OriginalEventType | String | True |
Type classification for OriginalEvent. | |
| OriginalEventAction | String | True |
Field containing OriginalEventAction information. | |
| OriginalCreditGlAccountName | String | True |
Field containing OriginalCreditGlAccountName information. | |
| OriginalCreditGlAccountNumber | String | True |
OriginalCreditGlAccount identification number. | |
| OriginalDebitGlAccountName | String | True |
Field containing OriginalDebitGlAccountName information. | |
| OriginalDebitGlAccountNumber | String | True |
OriginalDebitGlAccount identification number. | |
| OriginalFinancePeriodName | String | True |
Field containing OriginalFinancePeriodName information. | |
| OriginalFinancePeriodStartDate | String | True |
Date associated with OriginalFinancePeriodStart. | |
| OriginalFinancePeriodEndDate | String | True |
Date associated with OriginalFinancePeriodEnd. | |
| OriginalFinancePeriodStatus | String | True |
Status of the OriginalFinancePeriod. | |
| OriginalGlRuleName | String | True |
Field containing OriginalGlRuleName information. | |
| OriginalGlTreatmentName | String | True |
Field containing OriginalGlTreatmentName information. | |
| OriginalFinanceBookName | String | True |
Field containing OriginalFinanceBookName information. | |
| FinanceSystemTransactionNumber | String | False |
FinanceSystemTransaction identification number. | |
| FinanceSystemName | String | False |
Field containing FinanceSystemName information. | |
| FinanceSystemIntegrationMode | String | False |
Field containing FinanceSystemIntegrationMode information. | |
| FinanceSystemIntegrationStatus | String | False |
Status of the FinanceSystemIntegration. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for FlowInterview.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | True |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| CurrentElement | String | True |
Field containing CurrentElement information. | |
| InterviewLabel | String | True |
Field containing InterviewLabel information. | |
| PauseLabel | String | True |
Field containing PauseLabel information. | |
| Guid | String | True |
ID of the Gu associated with this record. | |
| WasPausedFromScreen | Bool | True |
Field containing WasPausedFromScreen information. | |
| FlowVersionViewId | String | True |
ID of the FlowVersionView associated with this record. | |
| InterviewStatus | String | True |
Status of the Interview. | |
| EngineType | String | True |
Type classification for Engine. | |
| Error | String | True |
Field containing Error information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for FlowOrchestration.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| OrchestrationDefinition | String | True |
Field containing OrchestrationDefinition information. | |
| Description | String | False |
Text description of the record. | |
| TriggerType | String | True |
Type classification for Trigger. | |
| OrchestrationType | String | True |
Type classification for Orchestration. | |
| NamespacePrefix | String | True |
The namespace prefix associated with this object. | |
| ManageableState | String | True |
State or province for Manageable address. | |
| ActiveVersionId | String | True |
ID of the ActiveVersion associated with this record. | |
| Status | String | True |
Status of the record. | |
| IsCitizenEnabled | Bool | True |
Indicates whether the record has the CitizenEnabled characteristic. | |
| OrchestrationLabel | String | False |
Field containing OrchestrationLabel information. | |
| ApiName | String | True |
The name used when accessing the resource using the API. | |
| InstalledPackageName | String | True |
Field containing InstalledPackageName information. | |
| RunCount | Int | True |
Number of Run associated with this record. | |
| CompletionRate | Double | True |
Field containing CompletionRate information. | |
| AverageRunTime | Int | True |
Field containing AverageRunTime information. | |
| FailedRunCount | Int | True |
Number of FailedRun associated with this record. | |
| ApiVersion | Int | True |
Field containing ApiVersion information. | |
| IsTemplate | Bool | True |
Indicates whether the record has the Template characteristic. | |
| SourceTemplateId | String | True |
ID of the SourceTemplate associated with this record. | |
| IsOverridable | Bool | True |
Indicates whether the record has the Overridable characteristic. | |
| OverriddenById | String | True |
ID of the OverriddenBy associated with this record. | |
| OverriddenOrchestrationId | String | True |
ID of the OverriddenOrchestration associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for FlowOrchestrationInstance.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| Status | String | False |
Status of the record. | |
| InterviewId | String | False |
ID of the Interview associated with this record. | |
| OrchestrationDeveloperName | String | True |
Field containing OrchestrationDeveloperName information. | |
| OrchestrationLabel | String | True |
Field containing OrchestrationLabel information. | |
| Duration | String | True |
Field containing Duration information. | |
| CurrentStage | String | True |
Field containing CurrentStage information. | |
| TriggeringRecord | String | False |
Field containing TriggeringRecord information. | |
| TriggeringRecordType | String | False |
Type classification for TriggeringRecord. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for FlowOrchestrationLog.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | True |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| OrchestrationName | String | True |
Field containing OrchestrationName information. | |
| OrchestrationVersion | Int | True |
Field containing OrchestrationVersion information. | |
| OrchestrationInstanceId | String | True |
ID of the OrchestrationInstance associated with this record. | |
| StageName | String | True |
Current stage of this record. | |
| StepName | String | True |
Field containing StepName information. | |
| Actor | String | True |
Field containing Actor information. | |
| Kind | String | True |
Field containing Kind information. | |
| Timestamp | Datetime | True |
Field containing Timestamp information. | |
| Duration | String | True |
Field containing Duration information. | |
| Context | String | True |
Field containing Context information. | |
| AssigneeType | String | True |
Type classification for Assignee. | |
| Assignee | String | True |
Field containing Assignee information. | |
| Comments | String | True |
Field containing Comments information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for FlowOrchestrationStageInstance.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | True |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| OrchestrationInstanceId | String | True |
ID of the OrchestrationInstance associated with this record. | |
| Status | String | True |
Status of the record. | |
| Position | Int | True |
Field containing Position information. | |
| Label | String | True |
Field containing Label information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for FlowOrchestrationStepInstance.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | True |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| OrchestrationInstanceId | String | True |
ID of the OrchestrationInstance associated with this record. | |
| StageInstanceId | String | True |
ID of the StageInstance associated with this record. | |
| StepType | String | True |
Type classification for Step. | |
| Status | String | True |
Status of the record. | |
| Label | String | True |
Field containing Label information. | |
| Description | String | True |
Text description of the 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for FlowOrchestrationWorkItem.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| StepInstanceId | String | True |
ID of the StepInstance associated with this record. | |
| Status | String | True |
Status of the record. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| RelatedRecordIdType | String | False |
Specifies the type of the 'RelatedRecordId' polymorphic field to use in the statement. | |
| RelatedRecordIdExternalFieldName | String | False |
Specifies the external field name of the 'RelatedRecordId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Label | String | True |
Field containing Label information. | |
| Description | String | True |
Text description of the record. | |
| AssigneeId | String | False |
ID of the Assignee associated with this record. | |
| AssigneeIdType | String | False |
Specifies the type of the 'AssigneeId' polymorphic field to use in the statement. | |
| AssigneeIdExternalFieldName | String | False |
Specifies the external field name of the 'AssigneeId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| ScreenFlow | String | True |
Field containing ScreenFlow information. | |
| ScreenFlowInputs | String | True |
Field containing ScreenFlowInputs information. | |
| ElapsedTimeSinceCreationInSec | String | True |
Field containing ElapsedTimeSinceCreationInSec information. | |
| ElapsedTimeSinceAsgntInSec | String | True |
Field containing ElapsedTimeSinceAsgntInSec information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for FlowRecord.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| FlowDefinition | String | True |
Field containing FlowDefinition information. | |
| AssociatedRecordId | String | False |
ID of the AssociatedRecord associated with this record. | |
| AssociatedRecordIdType | String | False |
Specifies the type of the 'AssociatedRecordId' polymorphic field to use in the statement. | |
| AssociatedRecordIdExternalFieldName | String | False |
Specifies the external field name of the 'AssociatedRecordId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Description | String | False |
Text description of the record. | |
| Type | String | True |
Type of account or classification. | |
| ProgressStatus | String | True |
Status of the Progress. | |
| ScheduledStartDate | Datetime | True |
Date associated with ScheduledStart. | |
| ErrorCode | String | True |
Field containing ErrorCode information. | |
| ErrorDetails | String | True |
Field containing ErrorDetails information. | |
| FlowCategory | String | False |
Field containing FlowCategory information. | |
| FlowSubcategory | String | False |
Field containing FlowSubcategory information. | |
| IsPaused | Bool | True |
Indicates whether the record has the Paused characteristic. | |
| FlowType | String | True |
Type classification for Flow. | |
| NamespacePrefix | String | True |
The namespace prefix associated with this object. | |
| ManageableState | String | True |
State or province for Manageable address. | |
| ActiveVersionId | String | True |
ID of the ActiveVersion associated with this record. | |
| ApiVersion | Int | True |
Field containing ApiVersion information. | |
| IsTemplate | Bool | True |
Indicates whether the record has the Template characteristic. | |
| TriggerObjectOrEventLabel | String | True |
Field containing TriggerObjectOrEventLabel information. | |
| Builder | String | True |
Field containing Builder information. | |
| SourceTemplateId | String | True |
FlowRecord.Id |
ID of the SourceTemplate associated with this record. |
| IsOverridable | Bool | True |
Indicates whether the record has the Overridable characteristic. | |
| OverriddenById | String | True |
FlowRecord.Id |
ID of the OverriddenBy associated with this record. |
| OverriddenFlowId | String | True |
FlowRecord.Id |
ID of the OverriddenFlow associated with this record. |
| StartSource | String | True |
Field containing StartSource information. | |
| IsCitizenEnabled | Bool | True |
Indicates whether the record has the CitizenEnabled characteristic. | |
| FlowLabel | String | False |
Field containing FlowLabel information. | |
| ApiName | String | True |
The name used when accessing the resource using the API. | |
| InstalledPackageName | String | True |
Field containing InstalledPackageName information. | |
| CapacityCategory | String | True |
Field containing CapacityCategory information. | |
| AreMetricsLoggedToDataCloud | Bool | True |
Field containing AreMetricsLoggedToDataCloud information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for FlowRecordRelation.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ParentId | String | False |
ID of the parent object in the hierarchy. | |
| RelatedRecordId | String | False |
ID of the record associated with this feed item. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for FlowRecordVersion.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | True |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| FlowRecordId | String | True |
FlowRecord.Id |
ID of the FlowRecord associated with this record. |
| VersionNumber | Int | True |
Version identification number. | |
| ActivatedById | String | True |
User.Id |
ID of the ActivatedBy associated with this record. |
| ActivatedDate | Datetime | True |
Date associated with Activated. | |
| ProgressStatus | String | True |
Status of the Progress. | |
| Entries | Int | True |
Field containing Entries information. | |
| Exits | Int | True |
Field containing Exits information. | |
| Errors | Int | True |
Field containing Errors information. | |
| IsPaused | Bool | True |
Indicates whether the record has the Paused characteristic. | |
| PausingUserId | String | True |
User.Id |
ID of the PausingUser associated with this record. |
| PausedDate | Datetime | True |
Date associated with Paused. | |
| ResumingUserId | String | True |
User.Id |
ID of the ResumingUser associated with this record. |
| ResumedDate | Datetime | True |
Date associated with Resumed. | |
| ReasonPaused | String | True |
Field containing ReasonPaused information. | |
| ScheduledStartDate | Datetime | True |
Date associated with ScheduledStart. | |
| FlowType | String | True |
Type classification for Flow. | |
| Status | String | True |
Status of the record. | |
| Description | String | True |
Text description of the record. | |
| RunInMode | String | True |
Field containing RunInMode information. | |
| ApiVersion | Double | True |
Field containing ApiVersion information. | |
| IsTemplate | Bool | True |
Indicates whether the record has the Template characteristic. | |
| TriggerObjectOrEventLabel | String | True |
Field containing TriggerObjectOrEventLabel information. | |
| Builder | String | True |
Field containing Builder information. | |
| SourceTemplateId | String | True |
FlowRecord.Id |
ID of the SourceTemplate associated with this record. |
| IsOverridable | Bool | True |
Indicates whether the record has the Overridable characteristic. | |
| OverriddenById | String | True |
FlowRecord.Id |
ID of the OverriddenBy associated with this record. |
| OverriddenFlowId | String | True |
FlowRecord.Id |
ID of the OverriddenFlow associated with this record. |
| CapacityCategory | String | True |
Field containing CapacityCategory information. | |
| AreMetricsLoggedToDataCloud | Bool | True |
Field containing AreMetricsLoggedToDataCloud information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for FlowStageRelation.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | True |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| StageOrder | Int | True |
Field containing StageOrder information. | |
| StageType | String | True |
Type classification for Stage. | |
| StageLabel | String | True |
Field containing StageLabel information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Salesforce 内でレポート、ダッシュボード、ドキュメントを整理するために使用されるフォルダを表します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
フォルダレコードの一意の識別子。 | |
| ParentId | String | False |
Folder.Id |
階層内の親オブジェクトのID。 |
| Name | String | False |
フォルダの表示名。 | |
| DeveloperName | String | False |
コード内で参照するために使用される、フォルダのAPI 名。 | |
| AccessType | String | False |
フォルダに許可されているアクセスの種類('Public' または'Private' など)を指定します。 | |
| IsReadonly | Bool | False |
フォルダが読み取り専用(true)か編集可能(false)かを示します。 | |
| Type | String | False |
フォルダの種別('Report'、'Dashboard'、'Email' など)。 | |
| NamespacePrefix | String | True |
フォルダが管理パッケージの一部である場合に関連付けられる名前空間プレフィックス。 | |
| 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 |
フォルダが最後に変更された日時。 |
Salesforce 内でのコラボレーションおよび共有に使用される、公開グループおよび非公開グループを管理します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
グループの一意の識別子。 | |
| Name | String | False |
グループの表示名。 | |
| DeveloperName | String | False |
開発や統合目的で使用される、グループのAPI 参照名。 | |
| RelatedId | String | True |
グループに関連付けられたキューやロールなどの関連オブジェクトのID。 | |
| RelatedIdType | String | False |
ステートメントで使用する'RelatedId' ポリモーフィック項目のタイプを指定します。 | |
| RelatedIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'RelatedId' ポリモーフィック項目の外部項目名を指定します。 | |
| Type | String | False |
グループの種類('Regular'、'Role'、'Queue' など)。 | |
| String | False |
グループに関連付けられたメールアドレス。 | ||
| OwnerId | String | True |
グループの所有者または管理者のユーザーID。 | |
| OwnerIdType | String | False |
ステートメントで使用する'OwnerId' ポリモーフィック項目のタイプを指定します。 | |
| OwnerIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'OwnerId' ポリモーフィック項目の外部項目名を指定します。 | |
| DoesSendEmailToMembers | Bool | False |
グループメンバーにメールが送信されるか(true)、否か(false)を示します。 | |
| DoesIncludeBosses | Bool | False |
グループメンバーの上司が自動的に含まれるか(true)、否か(false)を示します。 | |
| CreatedDate | Datetime | True |
グループが作成された日時。 | |
| CreatedById | String | True |
User.Id |
グループを作成したユーザーのID。 |
| LastModifiedById | String | True |
User.Id |
グループを最後に変更したユーザーのID。 |
| Description | String | False |
レコードのテキスト説明。 | |
| 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 |
グループが最後に変更された日時。 |
グループメンバーシップの詳細を保存し、特定の公開または非公開グループに割り当てられているユーザーを一覧表示します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
グループメンバーエントリの一意の識別子。 | |
| GroupId | String | False |
Group.Id |
ユーザーまたはグループが割り当てられているグループのID。 |
| UserOrGroupId | String | False |
グループのメンバーであるユーザーまたはグループの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 |
最後の変更を追跡するためにシステムによって使用されるタイムスタンプ。 |
Schema file for GtwyProvPaymentMethodType.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| NamespacePrefix | String | True |
The namespace prefix associated with this object. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| PaymentGatewayProviderId | String | False |
ID of the PaymentGatewayProvider associated with this record. | |
| Comments | String | False |
Field containing Comments information. | |
| PaymentMethodType | String | False |
Type classification for PaymentMethod. | |
| GtwyProviderPaymentMethodType | String | False |
Type classification for GtwyProviderPaymentMethod. | |
| RecordTypeId | String | False |
RecordType.Id |
ID of the record type assigned to this object. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for GuestUserAnomalyEventStoreFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Chatter 投稿で使用されるカスタムハッシュタグを追跡し、コンテンツの分類や検索を可能にします。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
HashtagDefinition の一意の識別子。 | |
| NameNorm | String | True |
一貫した照合のために使用される、正規化されたハッシュタグ文字列。 | |
| Name | String | True |
ユーザーが入力した、ハッシュタグの元の文字列。 | |
| HashtagCount | Int | True |
このハッシュタグがプラットフォーム全体で使用された回数。 | |
| CreatedDate | Datetime | True |
ハッシュタグの定義が作成された日時。 | |
| SystemModstamp | Datetime | True |
最後の更新に対してシステムによって生成されたタイムスタンプ。 |
営業時間やケースのエスカレーションルールで参照できる、全社的な休日を格納します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
休日レコードの一意の識別子。 | |
| Name | String | False |
休日の名前。 | |
| Description | String | False |
休日の説明。 | |
| IsAllDay | Bool | False |
休日が終日であるかどうかを示します。 | |
| ActivityDate | Date | False |
休日の日付。 | |
| StartTimeInMinutes | Int | False |
午前0時からの分数で表した休日の開始時刻。 | |
| EndTimeInMinutes | Int | False |
午前0時からの分数で表した休日の終了時刻。 | |
| CreatedDate | Datetime | True |
休日レコードが作成された日時。 | |
| CreatedById | String | True |
User.Id |
休日レコードを作成したユーザーのID。 |
| LastModifiedById | String | True |
User.Id |
休日レコードを最後に更新したユーザーのID。 |
| IsRecurrence | Bool | False |
休日が繰り返しシリーズの一部であるかどうかを示します。 | |
| RecurrenceStartDate | Date | False |
定期的な休日シリーズの開始日。 | |
| RecurrenceEndDateOnly | Date | False |
定期的な休日シリーズの終了日。 | |
| RecurrenceType | String | False |
休日の繰り返しタイプ(毎日、毎週など)。 | |
| RecurrenceInterval | Int | False |
繰り返しタイプに基づく休日イベントの間隔。 | |
| RecurrenceDayOfWeekMask | Int | False |
休日が繰り返される曜日を表すビットマスク。 | |
| RecurrenceDayOfMonth | Int | False |
休日が繰り返される月の日付。 | |
| RecurrenceInstance | String | False |
月内での定期的な休日の頻度(第1、第2、最終など)。 | |
| RecurrenceMonthOfYear | String | False |
年次繰り返しタイプにおいて休日が繰り返される月。 | |
| 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 |
休日レコードが最後に更新された日時。 |
Schema file for Idea.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Title | String | False |
Title of the contact or person, for example CEO or Vice President. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| RecordTypeId | String | True |
RecordType.Id |
ID of the record type assigned to this object. |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| CommunityId | String | False |
Community.Id |
ID of the Community associated with this record. |
| Body | String | False |
The content of the feed item or post. | |
| VoteScore | Double | True |
Field containing VoteScore information. | |
| VoteTotal | Double | True |
Field containing VoteTotal information. | |
| Categories | String | False |
Field containing Categories information. | |
| Status | String | False |
Status of the record. | |
| LastCommentId | String | True |
IdeaComment.Id |
ID of the LastComment associated with this record. |
| ParentIdeaId | String | True |
Idea.Id |
ID of the ParentIdea associated with this record. |
| IsHtml | Bool | True |
Indicates whether the record has the Html characteristic. | |
| IsMerged | Bool | True |
Indicates whether the record has the Merged characteristic. | |
| CreatorFullPhotoUrl | String | True |
Field containing CreatorFullPhotoUrl information. | |
| CreatorSmallPhotoUrl | String | True |
Field containing CreatorSmallPhotoUrl information. | |
| CreatorName | String | True |
Field containing CreatorName information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for IdeaComment.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IdeaId | String | False |
Idea.Id |
ID of the Idea associated with this record. |
| CommunityId | String | True |
Community.Id |
ID of the Community associated with this record. |
| CommentBody | String | False |
Field containing CommentBody information. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| IsHtml | Bool | True |
Indicates whether the record has the Html characteristic. | |
| CreatorFullPhotoUrl | String | True |
Field containing CreatorFullPhotoUrl information. | |
| CreatorSmallPhotoUrl | String | True |
Field containing CreatorSmallPhotoUrl information. | |
| CreatorName | String | True |
Field containing CreatorName information. | |
| UpVotes | Int | True |
Field containing UpVotes information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. |
Schema file for IframeWhiteListUrl.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| Url | String | False |
Field containing Url information. | |
| Context | String | False |
Field containing Context information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for Image.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| ImageViewType | String | False |
Type classification for ImageView. | |
| IsActive | Bool | False |
Indicates whether the record is active. | |
| ImageClass | String | False |
Field containing ImageClass information. | |
| ImageClassObjectType | String | False |
Type classification for ImageClassObject. | |
| ContentDocumentId | String | False |
ID of the ContentDocument associated with this record. | |
| CapturedAngle | String | False |
Field containing CapturedAngle information. | |
| Title | String | False |
Title of the contact or person, for example CEO or Vice President. | |
| AlternateText | String | False |
Field containing AlternateText information. | |
| Url | String | False |
Field containing Url information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ImageFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
Image.Id |
ID of the parent object in the hierarchy. |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for Individual.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
User.Id |
ID of the user who owns the record. |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| LastName | String | False |
Last name of the contact or person account. Required for person accounts. | |
| FirstName | String | False |
First name of the contact or person account. | |
| Salutation | String | False |
Honorific abbreviation, word, or phrase to be used in front of the name in greetings. | |
| Name | String | True |
Name of the record. | |
| HasOptedOutTracking | Bool | False |
Indicates whether the record has OptedOutTracking. | |
| HasOptedOutProfiling | Bool | False |
Indicates whether the record has OptedOutProfiling. | |
| HasOptedOutProcessing | Bool | False |
Indicates whether the record has OptedOutProcessing. | |
| HasOptedOutSolicit | Bool | False |
Indicates whether the record has OptedOutSolicit. | |
| ShouldForget | Bool | False |
Field containing ShouldForget information. | |
| SendIndividualData | Bool | False |
Field containing SendIndividualData information. | |
| CanStorePiiElsewhere | Bool | False |
Indicates whether the user or record can perform StorePiiElsewhere action. | |
| HasOptedOutGeoTracking | Bool | False |
Indicates whether the record has OptedOutGeoTracking. | |
| BirthDate | Date | False |
The contact's birthdate. | |
| DeathDate | Date | False |
Date associated with Death. | |
| ConvictionsCount | Int | False |
Number of Convictions associated with this record. | |
| ChildrenCount | Int | False |
Number of Children associated with this record. | |
| MilitaryService | String | False |
Field containing MilitaryService information. | |
| IsHomeOwner | Bool | False |
Indicates whether the record has the HomeOwner characteristic. | |
| Occupation | String | False |
Field containing Occupation information. | |
| Website | String | False |
Website URL for this account. | |
| IndividualsAge | String | False |
Field containing IndividualsAge information. | |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| MasterRecordId | String | True |
Individual.Id |
If this object was deleted as the result of a merge, this field contains the ID of the record that was kept. |
| ConsumerCreditScore | Int | False |
Field containing ConsumerCreditScore information. | |
| ConsumerCreditScoreProviderName | String | False |
Field containing ConsumerCreditScoreProviderName information. | |
| InfluencerRating | Int | False |
Field containing InfluencerRating information. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for Invoice.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DocumentNumber | String | True |
Document identification number. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| ReferenceEntityId | String | False |
ID of the ReferenceEntity associated with this record. | |
| ReferenceEntityIdType | String | False |
Specifies the type of the 'ReferenceEntityId' polymorphic field to use in the statement. | |
| ReferenceEntityIdExternalFieldName | String | False |
Specifies the external field name of the 'ReferenceEntityId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| InvoiceNumber | String | False |
Invoice identification number. | |
| BillingAccountId | String | False |
Account.Id |
ID of the BillingAccount associated with this record. |
| Status | String | True |
Status of the record. | |
| InvoiceDate | Date | False |
Date associated with Invoice. | |
| DueDate | Date | False |
Due date for the task or activity. | |
| BillToContactId | String | False |
Contact.Id |
ID of the BillToContact associated with this record. |
| Description | String | False |
Text description of the record. | |
| Balance | Decimal | True |
Field containing Balance information. | |
| TaxLocaleType | String | False |
Type classification for TaxLocale. | |
| TotalChargeTaxAmount | Decimal | True |
Field containing TotalChargeTaxAmount information. | |
| TotalChargeAmountWithTax | Decimal | True |
Field containing TotalChargeAmountWithTax information. | |
| TotalAdjustmentTaxAmount | Decimal | True |
Field containing TotalAdjustmentTaxAmount information. | |
| TotalAdjustmentAmountWithTax | Decimal | True |
Field containing TotalAdjustmentAmountWithTax information. | |
| IsInvoiceLocked | Bool | True |
Indicates whether the record has the InvoiceLocked characteristic. | |
| InvoiceLockedDateTime | Datetime | True |
Field containing InvoiceLockedDateTime information. | |
| WriteOffStatus | String | True |
Status of the WriteOff. | |
| WriteOffTotalChargeAmount | Decimal | True |
Field containing WriteOffTotalChargeAmount information. | |
| WriteOffTotalTaxAmount | Decimal | True |
Field containing WriteOffTotalTaxAmount information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for InvoiceFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
Invoice.Id |
ID of the parent object in the hierarchy. |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for InvoiceLine.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| InvoiceId | String | True |
Invoice.Id |
ID of the Invoice associated with this record. |
| ReferenceEntityItemId | String | False |
ID of the ReferenceEntityItem associated with this record. | |
| ReferenceEntityItemIdType | String | False |
Specifies the type of the 'ReferenceEntityItemId' polymorphic field to use in the statement. | |
| ReferenceEntityItemIdExternalFieldName | String | False |
Specifies the external field name of the 'ReferenceEntityItemId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| GroupReferenceEntityItemId | String | False |
ID of the GroupReferenceEntityItem associated with this record. | |
| GroupReferenceEntityItemIdType | String | False |
Specifies the type of the 'GroupReferenceEntityItemId' polymorphic field to use in the statement. | |
| GroupReferenceEntityItemIdExternalFieldName | String | False |
Specifies the external field name of the 'GroupReferenceEntityItemId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Quantity | Double | False |
Quantity of the product. | |
| UnitPrice | Decimal | False |
Price per unit for the product. | |
| ChargeAmount | Decimal | False |
Field containing ChargeAmount information. | |
| TaxAmount | Decimal | False |
Field containing TaxAmount information. | |
| AdjustmentAmount | Decimal | False |
Field containing AdjustmentAmount information. | |
| InvoiceStatus | String | True |
Status of the Invoice. | |
| Description | String | False |
Text description of the record. | |
| InvoiceLineStartDate | Date | False |
Date associated with InvoiceLineStart. | |
| InvoiceLineEndDate | Date | False |
Date associated with InvoiceLineEnd. | |
| ReferenceEntityItemType | String | False |
Type classification for ReferenceEntityItem. | |
| ReferenceEntityItemTypeCode | String | False |
Field containing ReferenceEntityItemTypeCode information. | |
| Product2Id | String | False |
Product2.Id |
ID of the Product associated with this record. |
| RelatedLineId | String | False |
InvoiceLine.Id |
ID of the RelatedLine associated with this record. |
| Type | String | True |
Type of account or classification. | |
| TaxName | String | False |
Field containing TaxName information. | |
| TaxCode | String | False |
Field containing TaxCode information. | |
| TaxRate | Double | False |
Field containing TaxRate information. | |
| TaxEffectiveDate | Date | False |
Date associated with TaxEffective. | |
| GrossUnitPrice | Decimal | False |
Field containing GrossUnitPrice information. | |
| ChargeTaxAmount | Decimal | True |
Field containing ChargeTaxAmount information. | |
| ChargeAmountWithTax | Decimal | True |
Field containing ChargeAmountWithTax information. | |
| AdjustmentTaxAmount | Decimal | True |
Field containing AdjustmentTaxAmount information. | |
| AdjustmentAmountWithTax | Decimal | True |
Field containing AdjustmentAmountWithTax information. | |
| TaxProcessingStatus | String | False |
Status of the TaxProcessing. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for InvoiceLineFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
InvoiceLine.Id |
ID of the parent object in the hierarchy. |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for IPAddressRange.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| IpAddressFeature | String | False |
Field containing IpAddressFeature information. | |
| IpAddressUsageScope | String | False |
Field containing IpAddressUsageScope information. | |
| StartAddress | String | False |
Field containing StartAddress information. | |
| EndAddress | String | False |
Field containing EndAddress information. | |
| Description | String | False |
Text description of the 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
取引先や取引先責任者に変換される前の見込み客やビジネス機会を追跡します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
リードの一意の識別子。 | |
| IsDeleted | Bool | True |
リードが削除されているかどうかを示します。 | |
| MasterRecordId | String | True |
Lead.Id |
結合されたリードのマスターレコードのID。 |
| LastName | String | False |
リードの姓。 | |
| FirstName | String | False |
リードの名。 | |
| Salutation | String | False |
リードに使用される敬称(Mr.、Ms. など)。 | |
| Name | String | True |
名と姓を含むリードのフルネーム。 | |
| Title | String | False |
リードの役職。 | |
| Company | String | False |
リードが関連付けられている会社名。 | |
| Street | String | False |
リードの会社または所在地の地名、番地。 | |
| City | String | False |
リードの住所の市区郡。 | |
| State | String | False |
リードの住所の都道府県。 | |
| PostalCode | String | False |
リードの住所の郵便番号。 | |
| Country | String | False |
リードの住所の国。 | |
| Latitude | Double | False |
リードの住所の緯度。 | |
| Longitude | Double | False |
リードの住所の経度。 | |
| GeocodeAccuracy | String | False |
住所のジオコードの精度レベル。 | |
| Phone | String | False |
リードの主な勤務先電話番号。 | |
| MobilePhone | String | False |
リードの携帯電話番号。 | |
| Fax | String | False |
リードのFAX 番号。 | |
| String | False |
リードのメールアドレス。 | ||
| Website | String | False |
リードの会社に関連付けられたWeb サイト。 | |
| PhotoUrl | String | True |
取引先責任者の写真のURL。 | |
| Description | String | False |
リードに関する追加メモまたは説明。 | |
| LeadSource | String | False |
リードの供給元(Web、展示会など)。 | |
| Status | String | False |
リードの現在の状況(Open、Qualified など)。 | |
| Industry | String | False |
リードの会社が属する業種。 | |
| Rating | String | False |
リードの評価(Hot、Warm、Cold など)。 | |
| CurrencyIsoCode | String | False |
売上金額が表される通貨のISO コード。 | |
| AnnualRevenue | Decimal | False |
リードの会社の年間売上。 | |
| NumberOfEmployees | Int | False |
リードの会社の従業員数の合計。 | |
| OwnerId | String | False |
このリードを所有するユーザーのID。 | |
| OwnerIdType | String | False |
ステートメントで使用する'OwnerId' ポリモーフィック項目のタイプを指定します。 | |
| OwnerIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'OwnerId' ポリモーフィック項目の外部項目名を指定します。 | |
| IsConverted | Bool | False |
リードが変換されたかどうかを示します。 | |
| ConvertedDate | Date | True |
リードが変換された日時。 | |
| ConvertedAccountId | String | True |
Account.Id |
変換されたリードから作成された取引先のID。 |
| ConvertedContactId | String | True |
Contact.Id |
変換されたリードから作成された取引先責任者のID。 |
| ConvertedOpportunityId | String | True |
Opportunity.Id |
変換されたリードから作成された商談のID。 |
| IsUnreadByOwner | Bool | False |
所有者がこのリードを未読としてマークしているかどうかを示します。 | |
| CreatedDate | Datetime | True |
リードレコードが作成された日時。 | |
| CreatedById | String | True |
User.Id |
このリードを作成したユーザーのID。 |
| LastModifiedById | String | True |
User.Id |
このリードを最後に更新したユーザーのID。 |
| LastActivityDate | Date | True |
このリードに対する最新の活動日。 | |
| LastViewedDate | Datetime | True |
このリードが最後に表示された日時。 | |
| LastReferencedDate | Datetime | True |
このリードが関連レコードで最後に参照された日時。 | |
| Jigsaw | String | False |
このリードに関連付けられたData.com キー。 | |
| JigsawContactId | String | True |
このリードのData.com 取引先責任者ID。 | |
| CleanStatus | String | False |
Data.com と比較したレコードのクリーン状況を示します。 | |
| CompanyDunsNumber | String | False |
会社のD-U-N-S 番号。 | |
| DandbCompanyId | String | False |
DandBCompany.Id |
このレコードに関連付けられたDandBCompany のID。 |
| EmailBouncedReason | String | False |
リード宛に送信されたメールが宛先不明で戻ってきた理由。 | |
| EmailBouncedDate | Datetime | False |
リード宛に送信されたメールが宛先不明で戻ってきた日時。 | |
| IndividualId | String | False |
Individual.Id |
このレコードに関連付けられたデータプライバシーレコードのID。 |
| IsPriorityRecord | Bool | True |
レコードにPriorityRecord 特性があるかどうかを示します。 | |
| 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 |
リードレコードが最後に更新された日時。 |
Schema file for LeadCleanInfo.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LeadId | String | True |
Lead.Id |
ID of the Lead associated with this record. |
| LastMatchedDate | Datetime | True |
Date associated with LastMatched. | |
| LastStatusChangedDate | Datetime | True |
Date associated with LastStatusChanged. | |
| LastStatusChangedById | String | True |
User.Id |
ID of the LastStatusChangedBy associated with this record. |
| IsInactive | Bool | False |
Indicates whether the record has the Inactive characteristic. | |
| FirstName | String | True |
First name of the contact or person account. | |
| LastName | String | True |
Last name of the contact or person account. Required for person accounts. | |
| String | True |
Email address for the contact or person account. | ||
| Phone | String | True |
Phone number for the contact or account. | |
| Street | String | True |
Street address. | |
| City | String | True |
City portion of the address. | |
| State | String | True |
State or province portion of the address. | |
| PostalCode | String | True |
Postal code portion of the address. | |
| Country | String | True |
Country portion of the address. | |
| Latitude | Double | True |
Used with Longitude to specify the precise geolocation of an address. | |
| Longitude | Double | True |
Used with Latitude to specify the precise geolocation of an address. | |
| GeocodeAccuracy | String | True |
Accuracy level of the geocode for the address. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| AnnualRevenue | Decimal | True |
Estimated annual revenue of the account. | |
| NumberOfEmployees | Int | True |
Number of employees working at the company represented by this account. | |
| Industry | String | True |
Industry that the account belongs to. | |
| CompanyName | String | True |
Field containing CompanyName information. | |
| CompanyDunsNumber | String | True |
The D-U-N-S number for the company. | |
| ContactStatusDataDotCom | String | True |
Field containing ContactStatusDataDotCom information. | |
| IsReviewedName | Bool | False |
Indicates whether the record has the ReviewedName characteristic. | |
| IsReviewedEmail | Bool | False |
Indicates whether the record has the ReviewedEmail characteristic. | |
| IsReviewedPhone | Bool | False |
Indicates whether the record has the ReviewedPhone characteristic. | |
| IsReviewedAddress | Bool | False |
Indicates whether the record has the ReviewedAddress characteristic. | |
| IsReviewedTitle | Bool | False |
Indicates whether the record has the ReviewedTitle characteristic. | |
| IsReviewedAnnualRevenue | Bool | False |
Indicates whether the record has the ReviewedAnnualRevenue characteristic. | |
| IsReviewedNumberOfEmployees | Bool | False |
Indicates whether the record has the ReviewedNumberOfEmployees characteristic. | |
| IsReviewedIndustry | Bool | False |
Indicates whether the record has the ReviewedIndustry characteristic. | |
| IsReviewedCompanyName | Bool | False |
Indicates whether the record has the ReviewedCompanyName characteristic. | |
| IsReviewedCompanyDunsNumber | Bool | False |
Indicates whether the record has the ReviewedCompanyDunsNumber characteristic. | |
| IsReviewedDandBCompanyDunsNumber | Bool | False |
Indicates whether the record has the ReviewedDandBCompanyDunsNumber characteristic. | |
| IsDifferentFirstName | Bool | True |
Indicates whether the record has the DifferentFirstName characteristic. | |
| IsDifferentLastName | Bool | True |
Indicates whether the record has the DifferentLastName characteristic. | |
| IsDifferentEmail | Bool | True |
Indicates whether the record has the DifferentEmail characteristic. | |
| IsDifferentPhone | Bool | True |
Indicates whether the record has the DifferentPhone characteristic. | |
| IsDifferentStreet | Bool | True |
Indicates whether the record has the DifferentStreet characteristic. | |
| IsDifferentCity | Bool | True |
Indicates whether the record has the DifferentCity characteristic. | |
| IsDifferentState | Bool | True |
Indicates whether the record has the DifferentState characteristic. | |
| IsDifferentPostalCode | Bool | True |
Indicates whether the record has the DifferentPostalCode characteristic. | |
| IsDifferentCountry | Bool | True |
Indicates whether the record has the DifferentCountry characteristic. | |
| IsDifferentTitle | Bool | True |
Indicates whether the record has the DifferentTitle characteristic. | |
| IsDifferentAnnualRevenue | Bool | True |
Indicates whether the record has the DifferentAnnualRevenue characteristic. | |
| IsDifferentNumberOfEmployees | Bool | True |
Indicates whether the record has the DifferentNumberOfEmployees characteristic. | |
| IsDifferentIndustry | Bool | True |
Indicates whether the record has the DifferentIndustry characteristic. | |
| IsDifferentCompanyName | Bool | True |
Indicates whether the record has the DifferentCompanyName characteristic. | |
| IsDifferentCompanyDunsNumber | Bool | True |
Indicates whether the record has the DifferentCompanyDunsNumber characteristic. | |
| IsDifferentDandBCompanyDunsNumber | Bool | True |
Indicates whether the record has the DifferentDandBCompanyDunsNumber characteristic. | |
| IsDifferentStateCode | Bool | True |
Indicates whether the record has the DifferentStateCode characteristic. | |
| IsDifferentCountryCode | Bool | True |
Indicates whether the record has the DifferentCountryCode characteristic. | |
| CleanedByJob | Bool | True |
Field containing CleanedByJob information. | |
| CleanedByUser | Bool | True |
Field containing CleanedByUser information. | |
| DandBCompanyDunsNumber | String | True |
DandBCompanyDuns identification number. | |
| DataDotComCompanyId | String | True |
ID of the DataDotComCompany associated with this record. | |
| IsFlaggedWrongName | Bool | False |
Indicates whether the record has the FlaggedWrongName characteristic. | |
| IsFlaggedWrongEmail | Bool | False |
Indicates whether the record has the FlaggedWrongEmail characteristic. | |
| IsFlaggedWrongPhone | Bool | False |
Indicates whether the record has the FlaggedWrongPhone characteristic. | |
| IsFlaggedWrongAddress | Bool | False |
Indicates whether the record has the FlaggedWrongAddress characteristic. | |
| IsFlaggedWrongTitle | Bool | False |
Indicates whether the record has the FlaggedWrongTitle characteristic. | |
| IsFlaggedWrongAnnualRevenue | Bool | False |
Indicates whether the record has the FlaggedWrongAnnualRevenue characteristic. | |
| IsFlaggedWrongNumberOfEmployees | Bool | False |
Indicates whether the record has the FlaggedWrongNumberOfEmployees characteristic. | |
| IsFlaggedWrongIndustry | Bool | False |
Indicates whether the record has the FlaggedWrongIndustry characteristic. | |
| IsFlaggedWrongCompanyName | Bool | False |
Indicates whether the record has the FlaggedWrongCompanyName characteristic. | |
| IsFlaggedWrongCompanyDunsNumber | Bool | False |
Indicates whether the record has the FlaggedWrongCompanyDunsNumber characteristic. | |
| DataDotComId | String | True |
ID of the DataDotCom associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
リードレコードに関連するChatter 活動(投稿や更新を含む)を記録します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
リードフィード項目の一意の識別子。 | |
| ParentId | String | True |
Lead.Id |
フィード項目に関連付けられたリードレコードのID。 |
| Type | String | True |
フィード項目の種類(テキスト投稿、ファイル、リンクなど)。 | |
| CreatedById | String | True |
User.Id |
フィード項目を作成したユーザーのID。 |
| CreatedByIdType | String | False |
ステートメントで使用する'CreatedById' ポリモーフィック項目のタイプを指定します。 | |
| CreatedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| IsDeleted | Bool | True |
フィード項目が削除されたかどうかを示します。 | |
| CommentCount | Int | True |
フィード項目に対するコメント数。 | |
| LikeCount | Int | True |
フィード項目が受け取ったいいね!の数。 | |
| Title | String | True |
該当する場合、フィード項目のタイトル。 | |
| Body | String | True |
フィード項目の主な内容またはメッセージ。 | |
| LinkUrl | String | True |
該当する場合、フィード項目で共有されたリンクのURL。 | |
| IsRichText | Bool | True |
コンテンツにリッチテキスト書式が含まれているかどうかを示します。 | |
| RelatedRecordId | String | True |
フィード項目に関連するレコードのID。 | |
| InsertedById | String | True |
User.Id |
フィード項目を挿入したユーザーまたはプロセスのID。 |
| InsertedByIdType | String | False |
ステートメントで使用する'InsertedById' ポリモーフィック項目のタイプを指定します。 | |
| InsertedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'InsertedById' ポリモーフィック項目の外部項目名を指定します。 | |
| BestCommentId | String | True |
FeedComment.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 |
フィード項目が最後に更新された日時。 | |
| CreatedDate | Datetime | True |
フィード項目が作成された日時。 |
Schema file for LegalEntity.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| CompanyName | String | False |
Field containing CompanyName information. | |
| Description | String | False |
Text description of the record. | |
| Status | String | False |
Status of the record. | |
| LegalEntityStreet | String | False |
Street address for LegalEntity purposes. | |
| LegalEntityCity | String | False |
City for LegalEntity address. | |
| LegalEntityState | String | False |
State or province for LegalEntity address. | |
| LegalEntityPostalCode | String | False |
Postal code for LegalEntity address. | |
| LegalEntityCountry | String | False |
Country for LegalEntity address. | |
| LegalEntityLatitude | Double | False |
Latitude coordinate for LegalEntity address geolocation. | |
| LegalEntityLongitude | Double | False |
Longitude coordinate for LegalEntity address geolocation. | |
| LegalEntityGeocodeAccuracy | String | False |
Accuracy level of the geocode for the LegalEntity address. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for LegalEntityFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
LegalEntity.Id |
ID of the parent object in the hierarchy. |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for LightningExperienceTheme.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| NamespacePrefix | String | True |
The namespace prefix associated with this object. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| DefaultBrandingSetId | String | False |
BrandingSet.Id |
ID of the DefaultBrandingSet associated with this record. |
| ShouldOverrideLoadingImage | Bool | False |
Field containing ShouldOverrideLoadingImage information. | |
| Description | String | False |
Text description of the record. | |
| DesignSystemVersion | String | False |
Field containing DesignSystemVersion information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for LightningOnboardingConfig.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| CustomQuestion | String | False |
Field containing CustomQuestion information. | |
| CollaborationGroupId | String | False |
ID of the CollaborationGroup associated with this record. | |
| FeedbackFormDaysFrequency | Int | False |
Field containing FeedbackFormDaysFrequency information. | |
| SendFeedbackToSalesforce | Bool | False |
Field containing SendFeedbackToSalesforce information. | |
| IsCustom | Bool | False |
Indicates whether the record has the Custom characteristic. | |
| PromptDelayTime | Int | False |
Field containing PromptDelayTime information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ListEmail.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| Subject | String | False |
Subject or title of the activity. | |
| HtmlBody | String | False |
Field containing HtmlBody information. | |
| TextBody | String | False |
Field containing TextBody information. | |
| FromName | String | False |
Field containing FromName information. | |
| FromAddress | String | False |
Field containing FromAddress information. | |
| ReplyToAddress | String | False |
Field containing ReplyToAddress information. | |
| Status | String | False |
Status of the record. | |
| HasAttachment | Bool | True |
Indicates whether the record has Attachment. | |
| ScheduledDate | Datetime | False |
Date associated with Scheduled. | |
| TotalSent | Int | True |
Field containing TotalSent information. | |
| SentVia | String | True |
Field containing SentVia information. | |
| CampaignId | String | False |
Campaign.Id |
ID of the Campaign associated with this record. |
| IsTracked | Bool | True |
Indicates whether the record has the Tracked characteristic. | |
| RelatedToId | String | False |
ID of the RelatedTo associated with this record. | |
| RelatedToIdType | String | False |
Specifies the type of the 'RelatedToId' polymorphic field to use in the statement. | |
| RelatedToIdExternalFieldName | String | False |
Specifies the external field name of the 'RelatedToId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ListEmailIndividualRecipient.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ListEmailId | String | False |
ListEmail.Id |
ID of the ListEmail associated with this record. |
| RecipientId | String | False |
ID of the Recipient associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ListEmailRecipientSource.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ListEmailId | String | False |
ListEmail.Id |
ID of the ListEmail associated with this record. |
| SourceListId | String | False |
ID of the SourceList associated with this record. | |
| SourceListIdType | String | False |
Specifies the type of the 'SourceListId' polymorphic field to use in the statement. | |
| SourceListIdExternalFieldName | String | False |
Specifies the external field name of the 'SourceListId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| SourceType | String | False |
Type classification for Source. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ListViewChart.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| SobjectType | String | False |
Type classification for Sobject. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| OwnerId | String | False |
User.Id |
ID of the user who owns the record. |
| ChartType | String | False |
Type classification for Chart. | |
| GroupingField | String | False |
Field containing GroupingField information. | |
| AggregateField | String | False |
Field containing AggregateField information. | |
| AggregateType | String | False |
Type classification for Aggregate. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for LiveChatSensitiveDataRule.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| NamespacePrefix | String | True |
The namespace prefix associated with this object. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| Pattern | String | False |
Field containing Pattern information. | |
| Replacement | String | False |
Field containing Replacement information. | |
| IsEnabled | Bool | False |
Indicates whether the record has the Enabled characteristic. | |
| ActionType | String | False |
Type classification for Action. | |
| EnforceOn | Int | False |
Field containing EnforceOn information. | |
| Description | String | False |
Text description of the record. | |
| Priority | Int | False |
Priority level of the record. | |
| ProcessingType | String | False |
Type classification for Processing. | |
| Version | String | False |
Field containing Version information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for Location.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| LocationType | String | False |
Type classification for Location. | |
| IsMobile | Bool | False |
Indicates whether the record has the Mobile characteristic. | |
| IsInventoryLocation | Bool | False |
Indicates whether the record has the InventoryLocation characteristic. | |
| RootLocationId | String | True |
Location.Id |
ID of the RootLocation associated with this record. |
| ExternalReference | String | False |
Field containing ExternalReference information. | |
| ShouldSyncWithOci | Bool | False |
Field containing ShouldSyncWithOci information. | |
| LogoId | String | False |
ContentAsset.Id |
ID of the Logo associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for LocationFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
Location.Id |
ID of the parent object in the hierarchy. |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for LocationGroup.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| LocationGroupName | String | False |
Field containing LocationGroupName information. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| ExternalReference | String | False |
Field containing ExternalReference information. | |
| IsEnabled | Bool | False |
Indicates whether the record has the Enabled characteristic. | |
| ShouldSyncWithOci | Bool | False |
Field containing ShouldSyncWithOci information. | |
| Description | String | False |
Text description of the 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for LocationGroupAssignment.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| LocationGroupAssignment | String | True |
Field containing LocationGroupAssignment information. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| LocationId | String | False |
Location.Id |
ID of the Location associated with this record. |
| LocationGroupId | String | False |
ID of the LocationGroup associated with this record. | |
| LocationExternalReference | String | True |
Field containing LocationExternalReference information. | |
| LocationGroupExternalReference | String | True |
Field containing LocationGroupExternalReference information. | |
| LocationName | String | True |
Field containing LocationName information. | |
| LocationGroupName | String | True |
Field containing LocationGroupName information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for LocationGroupFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for LoginAnomalyEventStoreFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
ユーザーログインに関連するIP アドレスの詳細を保存し、セキュリティやアクセスパターンの追跡に役立てます。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
ログインIP レコードの一意の識別子。 | |
| UsersId | String | True |
User.Id |
ログインIP に関連付けられたユーザーのID。 |
| SourceIp | String | True |
ログイン試行が行われたIP アドレス。 | |
| IsAuthenticated | Bool | True |
このIP からのログイン試行が正常に認証されたかどうかを示します。 | |
| ChallengeSentDate | Datetime | True |
ログイン試行を検証するためのチャレンジが送信された日時。 | |
| ChallengeMethod | String | True |
ログイン試行のチャレンジに使用された方法(Email、SMS など)。 | |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入の実行時に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にアップサートが使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限する任意のスコープ。このプロパティには、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を使用できます。 | |
| CreatedDate | Datetime | True |
ログインIP レコードが作成された日時。 |
Schema file for Macro.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| Description | String | False |
Text description of the record. | |
| IsAlohaSupported | Bool | True |
Indicates whether the record has the AlohaSupported characteristic. | |
| IsLightningSupported | Bool | True |
Indicates whether the record has the LightningSupported characteristic. | |
| StartingContext | String | False |
Field containing StartingContext information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for MacroInstruction.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| MacroId | String | False |
Macro.Id |
ID of the Macro associated with this record. |
| Operation | String | False |
Field containing Operation information. | |
| Target | String | False |
Field containing Target information. | |
| Value | String | False |
Field containing Value information. | |
| ValueRecord | String | False |
Field containing ValueRecord information. | |
| SortOrder | Int | False |
Field containing SortOrder information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for MacroUsage.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | True |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | True |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| MacroId | String | True |
Macro.Id |
ID of the Macro associated with this record. |
| ContextRecord | String | True |
Field containing ContextRecord information. | |
| ExecutedInstructionCount | Int | True |
Number of ExecutedInstruction associated with this record. | |
| InstructionCount | Int | True |
Number of Instruction associated with this record. | |
| ExecutionEndTime | Datetime | True |
Field containing ExecutionEndTime information. | |
| UserId | String | True |
User.Id |
ID of the User associated with this record. |
| IsFromBulk | Bool | True |
Indicates whether the record has the FromBulk characteristic. | |
| AppContext | String | True |
Field containing AppContext information. | |
| ConditionCount | Int | True |
Number of Condition associated with this record. | |
| ExecutionState | String | True |
State or province for Execution address. | |
| DurationInMs | Int | True |
Field containing DurationInMs information. | |
| FailureReason | String | True |
Field containing FailureReason information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
パーソナライズされたドキュメントを生成するために使用される差し込み印刷テンプレートを管理します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
差し込み印刷テンプレートの一意の識別子。 | |
| IsDeleted | Bool | True |
差し込み印刷テンプレートが削除されたかどうかを示します。 | |
| Name | String | False |
差し込み印刷テンプレートの名前。 | |
| Description | String | False |
差し込み印刷テンプレートの説明。 | |
| Filename | String | False |
差し込み印刷テンプレートに関連付けられたファイルの名前。 | |
| BodyLength | Int | True |
テンプレートの内容の文字数。 | |
| Body | String | False |
差し込み印刷テンプレートの内容。 | |
| LastUsedDate | Datetime | True |
テンプレートが最後に使用された日時。 | |
| CreatedDate | Datetime | True |
テンプレートが作成された日時。 | |
| CreatedById | String | True |
User.Id |
テンプレートを作成したユーザーのID。 |
| LastModifiedById | String | True |
User.Id |
テンプレートを最後に更新したユーザーのID。 |
| SecurityOptionsAttachmentScannedForXSS | Bool | False |
SecurityOptionsAttachmentScannedForXSS 情報を含む項目。 | |
| SecurityOptionsAttachmentHasXSSThreat | Bool | False |
SecurityOptionsAttachmentHasXSSThreat 情報を含む項目。 | |
| SecurityOptionsAttachmentScannedforFlash | Bool | False |
SecurityOptionsAttachmentScannedforFlash 情報を含む項目。 | |
| SecurityOptionsAttachmentHasFlash | Bool | False |
SecurityOptionsAttachmentHasFlash 情報を含む項目。 | |
| 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 |
テンプレートが最後に更新された日時。 |
Schema file for MessagingChannel.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| Description | String | False |
Text description of the record. | |
| ChannelAddressIdentifier | String | True |
Field containing ChannelAddressIdentifier information. | |
| MessageType | String | False |
Type classification for Message. | |
| MessagingPlatformKey | String | False |
Field containing MessagingPlatformKey information. | |
| IsoCountryCode | String | False |
Indicates whether the record has the oCountryCode characteristic. | |
| PlatformType | String | False |
Type classification for Platform. | |
| IsActive | Bool | False |
Indicates whether the record is active. | |
| RoutingType | String | False |
Type classification for Routing. | |
| TargetQueueId | String | False |
Group.Id |
ID of the TargetQueue associated with this record. |
| SessionHandlerId | String | False |
ID of the SessionHandler associated with this record. | |
| SessionHandlerIdType | String | False |
Specifies the type of the 'SessionHandlerId' polymorphic field to use in the statement. | |
| SessionHandlerIdExternalFieldName | String | False |
Specifies the external field name of the 'SessionHandlerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| FallbackQueueId | String | False |
Group.Id |
ID of the FallbackQueue associated with this record. |
| ConsentType | String | False |
Type classification for Consent. | |
| OptInPrompt | String | False |
Field containing OptInPrompt information. | |
| DoubleOptInPrompt | String | False |
Field containing DoubleOptInPrompt information. | |
| IsRequireDoubleOptIn | Bool | False |
Indicates whether the record has the RequireDoubleOptIn characteristic. | |
| InitialResponse | String | False |
Field containing InitialResponse information. | |
| EngagedResponse | String | False |
Field containing EngagedResponse information. | |
| ConversationEndResponse | String | False |
Field containing ConversationEndResponse information. | |
| OfflineAgentsResponse | String | False |
Field containing OfflineAgentsResponse information. | |
| OutsideBusinessHoursResponse | String | False |
Field containing OutsideBusinessHoursResponse information. | |
| BusinessHoursId | String | False |
ID of the business hours associated with this record. | |
| IsRestrictedToBusinessHours | Bool | False |
Indicates whether the record has the RestrictedToBusinessHours characteristic. | |
| LinkingPreference | String | False |
Field containing LinkingPreference information. | |
| IsLinkedRecordOpenedAsSubTab | Bool | False |
Indicates whether the record has the LinkedRecordOpenedAsSubTab characteristic. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for MessagingChannelUsage.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| MessagingChannelId | String | False |
ID of the MessagingChannel associated with this record. | |
| DeploymentType | String | False |
Type classification for Deployment. | |
| DeploymentStatus | String | False |
Status of the Deployment. | |
| ErrorReason | String | False |
Field containing ErrorReason information. | |
| RoutingOverride | String | False |
Field containing RoutingOverride information. | |
| DisabledTime | Datetime | True |
Field containing DisabledTime information. | |
| ConsentType | String | False |
Type classification for Consent. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for MessagingEndUser.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| MessagingChannelId | String | False |
ID of the MessagingChannel associated with this record. | |
| MessageType | String | False |
Type classification for Message. | |
| MessagingPlatformKey | String | False |
Field containing MessagingPlatformKey information. | |
| Locale | String | False |
Field containing Locale information. | |
| ProfilePictureUrl | String | False |
Field containing ProfilePictureUrl information. | |
| HasInitialResponseSent | Bool | False |
Indicates whether the record has InitialResponseSent. | |
| AccountId | String | False |
Account.Id |
ID of the Account associated with this record. |
| ContactId | String | False |
Contact.Id |
ID of the Contact associated with this record. |
| IsoCountryCode | String | False |
Indicates whether the record has the oCountryCode characteristic. | |
| MessagingConsentStatus | String | False |
Status of the MessagingConsent. | |
| LeadId | String | False |
Lead.Id |
ID of the Lead associated with this record. |
| IsFullyOptedIn | Bool | True |
Indicates whether the record has the FullyOptedIn characteristic. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for MessagingSession.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| MessagingChannelId | String | False |
ID of the MessagingChannel associated with this record. | |
| MessagingEndUserId | String | False |
ID of the MessagingEndUser associated with this record. | |
| Status | String | False |
Status of the record. | |
| CaseId | String | False |
Case.Id |
ID of the Case associated with this record. |
| LeadId | String | False |
Lead.Id |
ID of the Lead associated with this record. |
| OpportunityId | String | False |
Opportunity.Id |
ID of the Opportunity associated with this record. |
| AcceptTime | Datetime | False |
Field containing AcceptTime information. | |
| StartTime | Datetime | False |
Field containing StartTime information. | |
| EndTime | Datetime | False |
Field containing EndTime information. | |
| Origin | String | False |
Field containing Origin information. | |
| AgentType | String | False |
Type classification for Agent. | |
| SessionKey | String | False |
Unique key identifying the user session. | |
| TargetUserId | String | False |
User.Id |
ID of the TargetUser associated with this record. |
| ChannelGroup | String | False |
Field containing ChannelGroup information. | |
| ChannelIntent | String | False |
Field containing ChannelIntent information. | |
| ChannelLocale | String | False |
Field containing ChannelLocale information. | |
| ConversationId | String | False |
Conversation.Id |
ID of the Conversation associated with this record. |
| EndUserAccountId | String | True |
Account.Id |
ID of the EndUserAccount associated with this record. |
| EndUserContactId | String | True |
Contact.Id |
ID of the EndUserContact associated with this record. |
| ChannelType | String | True |
Type classification for Channel. | |
| ChannelName | String | True |
Field containing ChannelName information. | |
| ChannelKey | String | True |
Field containing ChannelKey information. | |
| PreviewDetails | String | True |
Field containing PreviewDetails information. | |
| EndUserMessageCount | Int | True |
Number of EndUserMessage associated with this record. | |
| AgentMessageCount | Int | True |
Number of AgentMessage associated with this record. | |
| EndedByType | String | False |
Type classification for EndedBy. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for MessagingSessionFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for MessagingSessionMetrics.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| MessagingSessionId | String | False |
ID of the MessagingSession associated with this record. | |
| MessagingSessionMetricType | String | False |
Type classification for MessagingSessionMetric. | |
| MessagingSessionMetricValue | Int | False |
Field containing MessagingSessionMetricValue information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for MilestoneType.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| Name | String | False |
Name of the record. | |
| Description | String | False |
Text description of the record. | |
| RecurrenceType | String | False |
Type classification for Recurrence. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for MlFeatureValueMetric.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| Feature | String | False |
Field containing Feature information. | |
| Date | Date | False |
Date associated with . | |
| MetricKey | String | False |
Field containing MetricKey information. | |
| MetricValue | Double | False |
Field containing MetricValue information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for MobileApplicationDetail.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| NamespacePrefix | String | True |
The namespace prefix associated with this object. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| Version | String | False |
Field containing Version information. | |
| DevicePlatform | String | False |
Field containing DevicePlatform information. | |
| MinimumOsVersion | String | False |
Field containing MinimumOsVersion information. | |
| DeviceType | String | False |
Type classification for Device. | |
| ApplicationFileLength | Int | True |
Field containing ApplicationFileLength information. | |
| ApplicationIcon | String | False |
Field containing ApplicationIcon information. | |
| IsEnterpriseApp | Bool | False |
Indicates whether the record has the EnterpriseApp characteristic. | |
| AppInstallUrl | String | False |
Field containing AppInstallUrl information. | |
| ApplicationBundleIdentifier | String | False |
Field containing ApplicationBundleIdentifier information. | |
| ApplicationBinaryFileName | String | False |
Field containing ApplicationBinaryFileName information. | |
| ApplicationIconFileName | String | False |
Field containing ApplicationIconFileName information. | |
| ApplicationBinary | String | False |
Field containing ApplicationBinary information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Salesforce へアクセスするために登録されたモバイルデバイスを追跡し、モバイルセキュリティおよび認証に使用されます。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
MobileDeviceRegistrar の一意の識別子。 | |
| IsDeleted | Boolean | True |
このMobileDeviceRegistrar が削除されたかどうかを示します。 | |
| DeveloperName | String | False |
MobileDeviceRegistrar を識別するための一意の名前。 | |
| Language | String | False |
このMobileDeviceRegistrar に関連付けられた主要言語。 | |
| MasterLabel | String | False |
MobileDeviceRegistrar の表示ラベル。 | |
| NamespacePrefix | String | True |
このMobileDeviceRegistrar が属するパッケージを識別する名前空間プレフィックス。 | |
| CreatedDate | Datetime | True |
MobileDeviceRegistrar が作成された日時。 | |
| CreatedById | String | True |
User.Id |
このMobileDeviceRegistrar を作成したユーザーのID。 |
| LastModifiedDate | Datetime | True |
MobileDeviceRegistrar が最後に更新された日時。 | |
| LastModifiedById | String | True |
User.Id |
MobileDeviceRegistrar を最後に更新したユーザーのID。 |
| SystemModstamp | Datetime | True |
レコードの最終更新を追跡するためのシステム生成タイムスタンプ。 | |
| Provider | String | False |
モバイルデバイス管理(MDM)プロバイダーの名前。 | |
| MdmProviderEnrollEndpoint | String | False |
MDM プロバイダーがデバイスを登録するために使用するURL エンドポイント。 | |
| MdmProviderPushAppEndpoint | String | False |
MDM プロバイダーがアプリをデバイスに配信するために使用するURL エンドポイント。 | |
| MdmProviderApiAccessToken | String | False |
MDM プロバイダーのAPI 呼び出しを認証するために使用されるアクセストークン。 | |
| MdmProviderApiUsername | String | False |
MDM プロバイダーのAPI 認証に使用されるユーザー名。 | |
| MdmProviderApiPassword | String | False |
MDM プロバイダーのAPI 認証に使用されるパスワード。 |
Schema file for MsgChannelLanguageKeyword.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| MasterLanguage | String | False |
Field containing MasterLanguage information. | |
| OptInKeywords | String | False |
Field containing OptInKeywords information. | |
| DoubleOptInKeywords | String | False |
Field containing DoubleOptInKeywords information. | |
| OptInConfirmation | String | False |
Field containing OptInConfirmation information. | |
| HelpKeywords | String | False |
Field containing HelpKeywords information. | |
| HelpResponse | String | False |
Field containing HelpResponse information. | |
| OptOutKeywords | String | False |
Field containing OptOutKeywords information. | |
| OptOutConfirmation | String | False |
Field containing OptOutConfirmation information. | |
| MessagingChannelId | String | False |
ID of the MessagingChannel associated with this record. | |
| CustomKeywords | String | False |
Field containing CustomKeywords information. | |
| CustomResponse | String | False |
Field containing CustomResponse information. | |
| MessagingChannelUsageId | String | False |
ID of the MessagingChannelUsage associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for MsgChannelUsageExternalOrg.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| MessagingChannelUsageId | String | False |
ID of the MessagingChannelUsage associated with this record. | |
| ExternalOrgIdentifier | String | False |
Field containing ExternalOrgIdentifier information. | |
| ExternalSubOrgIdentifier | String | False |
Field containing ExternalSubOrgIdentifier information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for MutingPermissionSet.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| PermissionsEmailSingle | Bool | False |
Field containing PermissionsEmailSingle information. | |
| PermissionsEmailMass | Bool | False |
Field containing PermissionsEmailMass information. | |
| PermissionsEditTask | Bool | False |
Field containing PermissionsEditTask information. | |
| PermissionsEditEvent | Bool | False |
Field containing PermissionsEditEvent information. | |
| PermissionsExportReport | Bool | False |
Field containing PermissionsExportReport information. | |
| PermissionsImportPersonal | Bool | False |
Field containing PermissionsImportPersonal information. | |
| PermissionsDataExport | Bool | False |
Field containing PermissionsDataExport information. | |
| PermissionsManageUsers | Bool | False |
Field containing PermissionsManageUsers information. | |
| PermissionsEditPublicFilters | Bool | False |
Field containing PermissionsEditPublicFilters information. | |
| PermissionsEditPublicTemplates | Bool | False |
Field containing PermissionsEditPublicTemplates information. | |
| PermissionsModifyAllData | Bool | False |
Field containing PermissionsModifyAllData information. | |
| PermissionsEditBillingInfo | Bool | False |
Field containing PermissionsEditBillingInfo information. | |
| PermissionsManageCases | Bool | False |
Field containing PermissionsManageCases information. | |
| PermissionsMassInlineEdit | Bool | False |
Field containing PermissionsMassInlineEdit information. | |
| PermissionsEditKnowledge | Bool | False |
Field containing PermissionsEditKnowledge information. | |
| PermissionsManageKnowledge | Bool | False |
Field containing PermissionsManageKnowledge information. | |
| PermissionsManageSolutions | Bool | False |
Field containing PermissionsManageSolutions information. | |
| PermissionsCustomizeApplication | Bool | False |
Field containing PermissionsCustomizeApplication information. | |
| PermissionsEditReadonlyFields | Bool | False |
Field containing PermissionsEditReadonlyFields information. | |
| PermissionsRunReports | Bool | False |
Field containing PermissionsRunReports information. | |
| PermissionsViewSetup | Bool | False |
Field containing PermissionsViewSetup information. | |
| PermissionsTransferAnyEntity | Bool | False |
Field containing PermissionsTransferAnyEntity information. | |
| PermissionsNewReportBuilder | Bool | False |
Field containing PermissionsNewReportBuilder information. | |
| PermissionsActivateContract | Bool | False |
Field containing PermissionsActivateContract information. | |
| PermissionsActivateOrder | Bool | False |
Field containing PermissionsActivateOrder information. | |
| PermissionsImportLeads | Bool | False |
Field containing PermissionsImportLeads information. | |
| PermissionsManageLeads | Bool | False |
Field containing PermissionsManageLeads information. | |
| PermissionsTransferAnyLead | Bool | False |
Field containing PermissionsTransferAnyLead information. | |
| PermissionsViewAllData | Bool | False |
Field containing PermissionsViewAllData information. | |
| PermissionsEditPublicDocuments | Bool | False |
Field containing PermissionsEditPublicDocuments information. | |
| PermissionsViewEncryptedData | Bool | False |
Field containing PermissionsViewEncryptedData information. | |
| PermissionsEditBrandTemplates | Bool | False |
Field containing PermissionsEditBrandTemplates information. | |
| PermissionsEditHtmlTemplates | Bool | False |
Field containing PermissionsEditHtmlTemplates information. | |
| PermissionsChatterInternalUser | Bool | False |
Field containing PermissionsChatterInternalUser information. | |
| PermissionsManageEncryptionKeys | Bool | False |
Field containing PermissionsManageEncryptionKeys information. | |
| PermissionsDeleteActivatedContract | Bool | False |
Field containing PermissionsDeleteActivatedContract information. | |
| PermissionsChatterInviteExternalUsers | Bool | False |
Field containing PermissionsChatterInviteExternalUsers information. | |
| PermissionsSendSitRequests | Bool | False |
Field containing PermissionsSendSitRequests information. | |
| PermissionsApiUserOnly | Bool | False |
Field containing PermissionsApiUserOnly information. | |
| PermissionsManageRemoteAccess | Bool | False |
Field containing PermissionsManageRemoteAccess information. | |
| PermissionsCanUseNewDashboardBuilder | Bool | False |
Field containing PermissionsCanUseNewDashboardBuilder information. | |
| PermissionsManageCategories | Bool | False |
Field containing PermissionsManageCategories information. | |
| PermissionsConvertLeads | Bool | False |
Field containing PermissionsConvertLeads information. | |
| PermissionsPasswordNeverExpires | Bool | False |
Field containing PermissionsPasswordNeverExpires information. | |
| PermissionsUseTeamReassignWizards | Bool | False |
Field containing PermissionsUseTeamReassignWizards information. | |
| PermissionsEditActivatedOrders | Bool | False |
Field containing PermissionsEditActivatedOrders information. | |
| PermissionsInstallPackaging | Bool | False |
Field containing PermissionsInstallPackaging information. | |
| PermissionsPublishPackaging | Bool | False |
Field containing PermissionsPublishPackaging information. | |
| PermissionsChatterOwnGroups | Bool | False |
Field containing PermissionsChatterOwnGroups information. | |
| PermissionsEditOppLineItemUnitPrice | Bool | False |
Field containing PermissionsEditOppLineItemUnitPrice information. | |
| PermissionsManageTerritories | Bool | False |
Field containing PermissionsManageTerritories information. | |
| PermissionsCreatePackaging | Bool | False |
Field containing PermissionsCreatePackaging information. | |
| PermissionsBulkApiHardDelete | Bool | False |
Field containing PermissionsBulkApiHardDelete information. | |
| PermissionsSolutionImport | Bool | False |
Field containing PermissionsSolutionImport information. | |
| PermissionsManageCallCenters | Bool | False |
Field containing PermissionsManageCallCenters information. | |
| PermissionsManageSynonyms | Bool | False |
Field containing PermissionsManageSynonyms information. | |
| PermissionsViewContent | Bool | False |
Field containing PermissionsViewContent information. | |
| PermissionsManageEmailClientConfig | Bool | False |
Field containing PermissionsManageEmailClientConfig information. | |
| PermissionsEnableNotifications | Bool | False |
Field containing PermissionsEnableNotifications information. | |
| PermissionsIsSsoEnabled | Bool | False |
Field containing PermissionsIsSsoEnabled information. | |
| PermissionsManageDataIntegrations | Bool | False |
Field containing PermissionsManageDataIntegrations information. | |
| PermissionsDistributeFromPersWksp | Bool | False |
Field containing PermissionsDistributeFromPersWksp information. | |
| PermissionsViewDataCategories | Bool | False |
Field containing PermissionsViewDataCategories information. | |
| PermissionsManageDataCategories | Bool | False |
Field containing PermissionsManageDataCategories information. | |
| PermissionsAuthorApex | Bool | False |
Field containing PermissionsAuthorApex information. | |
| PermissionsManageMobile | Bool | False |
Field containing PermissionsManageMobile information. | |
| PermissionsApiEnabled | Bool | False |
Field containing PermissionsApiEnabled information. | |
| PermissionsManageCustomReportTypes | Bool | False |
Field containing PermissionsManageCustomReportTypes information. | |
| PermissionsEditCaseComments | Bool | False |
Field containing PermissionsEditCaseComments information. | |
| PermissionsTransferAnyCase | Bool | False |
Field containing PermissionsTransferAnyCase information. | |
| PermissionsContentAdministrator | Bool | False |
Field containing PermissionsContentAdministrator information. | |
| PermissionsCreateWorkspaces | Bool | False |
Field containing PermissionsCreateWorkspaces information. | |
| PermissionsManageContentPermissions | Bool | False |
Field containing PermissionsManageContentPermissions information. | |
| PermissionsManageContentProperties | Bool | False |
Field containing PermissionsManageContentProperties information. | |
| PermissionsManageContentTypes | Bool | False |
Field containing PermissionsManageContentTypes information. | |
| PermissionsManageExchangeConfig | Bool | False |
Field containing PermissionsManageExchangeConfig information. | |
| PermissionsManageAnalyticSnapshots | Bool | False |
Field containing PermissionsManageAnalyticSnapshots information. | |
| PermissionsScheduleReports | Bool | False |
Field containing PermissionsScheduleReports information. | |
| PermissionsManageBusinessHourHolidays | Bool | False |
Field containing PermissionsManageBusinessHourHolidays information. | |
| PermissionsManageEntitlements | Bool | False |
Field containing PermissionsManageEntitlements information. | |
| PermissionsManageDynamicDashboards | Bool | False |
Field containing PermissionsManageDynamicDashboards information. | |
| PermissionsCustomSidebarOnAllPages | Bool | False |
Field containing PermissionsCustomSidebarOnAllPages information. | |
| PermissionsManageInteraction | Bool | False |
Field containing PermissionsManageInteraction information. | |
| PermissionsViewMyTeamsDashboards | Bool | False |
Field containing PermissionsViewMyTeamsDashboards information. | |
| PermissionsModerateChatter | Bool | False |
Field containing PermissionsModerateChatter information. | |
| PermissionsResetPasswords | Bool | False |
Field containing PermissionsResetPasswords information. | |
| PermissionsFlowUFLRequired | Bool | False |
Field containing PermissionsFlowUFLRequired information. | |
| PermissionsCanInsertFeedSystemFields | Bool | False |
Field containing PermissionsCanInsertFeedSystemFields information. | |
| PermissionsActivitiesAccess | Bool | False |
Field containing PermissionsActivitiesAccess information. | |
| PermissionsManageKnowledgeImportExport | Bool | False |
Field containing PermissionsManageKnowledgeImportExport information. | |
| PermissionsUseInboxSchedulingOnBehalfOf | Bool | False |
Field containing PermissionsUseInboxSchedulingOnBehalfOf information. | |
| PermissionsEmailTemplateManagement | Bool | False |
Field containing PermissionsEmailTemplateManagement information. | |
| PermissionsEmailAdministration | Bool | False |
Field containing PermissionsEmailAdministration information. | |
| PermissionsDeleteEventMonitoringData | Bool | False |
Field containing PermissionsDeleteEventMonitoringData information. | |
| PermissionsManageChatterMessages | Bool | False |
Field containing PermissionsManageChatterMessages information. | |
| PermissionsAllowEmailIC | Bool | False |
Field containing PermissionsAllowEmailIC information. | |
| PermissionsChatterFileLink | Bool | False |
Field containing PermissionsChatterFileLink information. | |
| PermissionsForceTwoFactor | Bool | False |
Field containing PermissionsForceTwoFactor information. | |
| PermissionsViewEventLogFiles | Bool | False |
Field containing PermissionsViewEventLogFiles information. | |
| PermissionsManageNetworks | Bool | False |
Field containing PermissionsManageNetworks information. | |
| PermissionsManageAuthProviders | Bool | False |
Field containing PermissionsManageAuthProviders information. | |
| PermissionsRunFlow | Bool | False |
Field containing PermissionsRunFlow information. | |
| PermissionsCreateCustomizeDashboards | Bool | False |
Field containing PermissionsCreateCustomizeDashboards information. | |
| PermissionsCreateDashboardFolders | Bool | False |
Field containing PermissionsCreateDashboardFolders information. | |
| PermissionsViewPublicDashboards | Bool | False |
Field containing PermissionsViewPublicDashboards information. | |
| PermissionsManageDashbdsInPubFolders | Bool | False |
Field containing PermissionsManageDashbdsInPubFolders information. | |
| PermissionsCreateCustomizeReports | Bool | False |
Field containing PermissionsCreateCustomizeReports information. | |
| PermissionsCreateReportFolders | Bool | False |
Field containing PermissionsCreateReportFolders information. | |
| PermissionsViewPublicReports | Bool | False |
Field containing PermissionsViewPublicReports information. | |
| PermissionsManageReportsInPubFolders | Bool | False |
Field containing PermissionsManageReportsInPubFolders information. | |
| PermissionsEditMyDashboards | Bool | False |
Field containing PermissionsEditMyDashboards information. | |
| PermissionsEditMyReports | Bool | False |
Field containing PermissionsEditMyReports information. | |
| PermissionsDeleteFieldHistoryArchive | Bool | False |
Field containing PermissionsDeleteFieldHistoryArchive information. | |
| PermissionsViewAllUsers | Bool | False |
Field containing PermissionsViewAllUsers information. | |
| PermissionsAllowUniversalSearch | Bool | False |
Field containing PermissionsAllowUniversalSearch information. | |
| PermissionsConnectOrgToEnvironmentHub | Bool | False |
Field containing PermissionsConnectOrgToEnvironmentHub information. | |
| PermissionsWorkCalibrationUser | Bool | False |
Field containing PermissionsWorkCalibrationUser information. | |
| PermissionsCreateCustomizeFilters | Bool | False |
Field containing PermissionsCreateCustomizeFilters information. | |
| PermissionsWorkDotComUserPerm | Bool | False |
Field containing PermissionsWorkDotComUserPerm information. | |
| PermissionsContentHubUser | Bool | False |
Field containing PermissionsContentHubUser information. | |
| PermissionsGovernNetworks | Bool | False |
Field containing PermissionsGovernNetworks information. | |
| PermissionsSalesConsole | Bool | False |
Field containing PermissionsSalesConsole information. | |
| PermissionsTwoFactorApi | Bool | False |
Field containing PermissionsTwoFactorApi information. | |
| PermissionsDeleteTopics | Bool | False |
Field containing PermissionsDeleteTopics information. | |
| PermissionsEditTopics | Bool | False |
Field containing PermissionsEditTopics information. | |
| PermissionsCreateTopics | Bool | False |
Field containing PermissionsCreateTopics information. | |
| PermissionsAssignTopics | Bool | False |
Field containing PermissionsAssignTopics information. | |
| PermissionsIdentityEnabled | Bool | False |
Field containing PermissionsIdentityEnabled information. | |
| PermissionsIdentityConnect | Bool | False |
Field containing PermissionsIdentityConnect information. | |
| PermissionsAllowViewKnowledge | Bool | False |
Field containing PermissionsAllowViewKnowledge information. | |
| PermissionsContentWorkspaces | Bool | False |
Field containing PermissionsContentWorkspaces information. | |
| PermissionsManageSearchPromotionRules | Bool | False |
Field containing PermissionsManageSearchPromotionRules information. | |
| PermissionsCustomMobileAppsAccess | Bool | False |
Field containing PermissionsCustomMobileAppsAccess information. | |
| PermissionsViewHelpLink | Bool | False |
Field containing PermissionsViewHelpLink information. | |
| PermissionsManageProfilesPermissionsets | Bool | False |
Field containing PermissionsManageProfilesPermissionsets information. | |
| PermissionsAssignPermissionSets | Bool | False |
Field containing PermissionsAssignPermissionSets information. | |
| PermissionsManageRoles | Bool | False |
Field containing PermissionsManageRoles information. | |
| PermissionsManageIpAddresses | Bool | False |
Field containing PermissionsManageIpAddresses information. | |
| PermissionsManageSharing | Bool | False |
Field containing PermissionsManageSharing information. | |
| PermissionsManageInternalUsers | Bool | False |
Field containing PermissionsManageInternalUsers information. | |
| PermissionsManagePasswordPolicies | Bool | False |
Field containing PermissionsManagePasswordPolicies information. | |
| PermissionsManageLoginAccessPolicies | Bool | False |
Field containing PermissionsManageLoginAccessPolicies information. | |
| PermissionsViewPlatformEvents | Bool | False |
Field containing PermissionsViewPlatformEvents information. | |
| PermissionsManageCustomPermissions | Bool | False |
Field containing PermissionsManageCustomPermissions information. | |
| PermissionsCanVerifyComment | Bool | False |
Field containing PermissionsCanVerifyComment information. | |
| PermissionsManageUnlistedGroups | Bool | False |
Field containing PermissionsManageUnlistedGroups information. | |
| PermissionsStdAutomaticActivityCapture | Bool | False |
Field containing PermissionsStdAutomaticActivityCapture information. | |
| PermissionsFreezeUsers | Bool | False |
Field containing PermissionsFreezeUsers information. | |
| PermissionsInsightsAppDashboardEditor | Bool | False |
Field containing PermissionsInsightsAppDashboardEditor information. | |
| PermissionsManageTwoFactor | Bool | False |
Field containing PermissionsManageTwoFactor information. | |
| PermissionsInsightsAppUser | Bool | False |
Field containing PermissionsInsightsAppUser information. | |
| PermissionsInsightsAppAdmin | Bool | False |
Field containing PermissionsInsightsAppAdmin information. | |
| PermissionsInsightsAppEltEditor | Bool | False |
Field containing PermissionsInsightsAppEltEditor information. | |
| PermissionsInsightsAppUploadUser | Bool | False |
Field containing PermissionsInsightsAppUploadUser information. | |
| PermissionsInsightsCreateApplication | Bool | False |
Field containing PermissionsInsightsCreateApplication information. | |
| PermissionsLightningExperienceUser | Bool | False |
Field containing PermissionsLightningExperienceUser information. | |
| PermissionsViewDataLeakageEvents | Bool | False |
Field containing PermissionsViewDataLeakageEvents information. | |
| PermissionsConfigCustomRecs | Bool | False |
Field containing PermissionsConfigCustomRecs information. | |
| PermissionsSubmitMacrosAllowed | Bool | False |
Field containing PermissionsSubmitMacrosAllowed information. | |
| PermissionsBulkMacrosAllowed | Bool | False |
Field containing PermissionsBulkMacrosAllowed information. | |
| PermissionsShareInternalArticles | Bool | False |
Field containing PermissionsShareInternalArticles information. | |
| PermissionsManageSessionPermissionSets | Bool | False |
Field containing PermissionsManageSessionPermissionSets information. | |
| PermissionsManageTemplatedApp | Bool | False |
Field containing PermissionsManageTemplatedApp information. | |
| PermissionsUseTemplatedApp | Bool | False |
Field containing PermissionsUseTemplatedApp information. | |
| PermissionsSendAnnouncementEmails | Bool | False |
Field containing PermissionsSendAnnouncementEmails information. | |
| PermissionsChatterEditOwnPost | Bool | False |
Field containing PermissionsChatterEditOwnPost information. | |
| PermissionsChatterEditOwnRecordPost | Bool | False |
Field containing PermissionsChatterEditOwnRecordPost information. | |
| PermissionsWaveTabularDownload | Bool | False |
Field containing PermissionsWaveTabularDownload information. | |
| PermissionsWaveCommunityUser | Bool | False |
Field containing PermissionsWaveCommunityUser information. | |
| PermissionsAutomaticActivityCapture | Bool | False |
Field containing PermissionsAutomaticActivityCapture information. | |
| PermissionsImportCustomObjects | Bool | False |
Field containing PermissionsImportCustomObjects information. | |
| PermissionsSalesforceIQInbox | Bool | False |
Field containing PermissionsSalesforceIQInbox information. | |
| PermissionsDelegatedTwoFactor | Bool | False |
Field containing PermissionsDelegatedTwoFactor information. | |
| PermissionsChatterComposeUiCodesnippet | Bool | False |
Field containing PermissionsChatterComposeUiCodesnippet information. | |
| PermissionsSelectFilesFromSalesforce | Bool | False |
Field containing PermissionsSelectFilesFromSalesforce information. | |
| PermissionsModerateNetworkUsers | Bool | False |
Field containing PermissionsModerateNetworkUsers information. | |
| PermissionsMergeTopics | Bool | False |
Field containing PermissionsMergeTopics information. | |
| PermissionsSubscribeToLightningReports | Bool | False |
Field containing PermissionsSubscribeToLightningReports information. | |
| PermissionsManagePvtRptsAndDashbds | Bool | False |
Field containing PermissionsManagePvtRptsAndDashbds information. | |
| PermissionsAllowLightningLogin | Bool | False |
Field containing PermissionsAllowLightningLogin information. | |
| PermissionsLeadScoreUser | Bool | False |
Field containing PermissionsLeadScoreUser information. | |
| PermissionsCampaignInfluence2 | Bool | False |
Field containing PermissionsCampaignInfluence2 information. | |
| PermissionsViewDataAssessment | Bool | False |
Field containing PermissionsViewDataAssessment information. | |
| PermissionsRemoveDirectMessageMembers | Bool | False |
Field containing PermissionsRemoveDirectMessageMembers information. | |
| PermissionsCanApproveFeedPost | Bool | False |
Field containing PermissionsCanApproveFeedPost information. | |
| PermissionsAddDirectMessageMembers | Bool | False |
Field containing PermissionsAddDirectMessageMembers information. | |
| PermissionsAllowViewEditConvertedLeads | Bool | False |
Field containing PermissionsAllowViewEditConvertedLeads information. | |
| PermissionsShowCompanyNameAsUserBadge | Bool | False |
Field containing PermissionsShowCompanyNameAsUserBadge information. | |
| PermissionsAccessCMC | Bool | False |
Field containing PermissionsAccessCMC information. | |
| PermissionsViewHealthCheck | Bool | False |
Field containing PermissionsViewHealthCheck information. | |
| PermissionsManageHealthCheck | Bool | False |
Field containing PermissionsManageHealthCheck information. | |
| PermissionsPackaging2 | Bool | False |
Field containing PermissionsPackaging2 information. | |
| PermissionsManageCertificates | Bool | False |
Field containing PermissionsManageCertificates information. | |
| PermissionsCreateReportInLightning | Bool | False |
Field containing PermissionsCreateReportInLightning information. | |
| PermissionsPreventClassicExperience | Bool | False |
Field containing PermissionsPreventClassicExperience information. | |
| PermissionsHideReadByList | Bool | False |
Field containing PermissionsHideReadByList information. | |
| PermissionsDeleteFieldHistory | Bool | False |
Field containing PermissionsDeleteFieldHistory information. | |
| PermissionsListEmailSend | Bool | False |
Field containing PermissionsListEmailSend information. | |
| PermissionsFeedPinning | Bool | False |
Field containing PermissionsFeedPinning information. | |
| PermissionsChangeDashboardColors | Bool | False |
Field containing PermissionsChangeDashboardColors information. | |
| PermissionsManageRecommendationStrategies | Bool | False |
Field containing PermissionsManageRecommendationStrategies information. | |
| PermissionsManagePropositions | Bool | False |
Field containing PermissionsManagePropositions information. | |
| PermissionsCloseConversations | Bool | False |
Field containing PermissionsCloseConversations information. | |
| PermissionsSubscribeReportRolesGrps | Bool | False |
Field containing PermissionsSubscribeReportRolesGrps information. | |
| PermissionsSubscribeDashboardRolesGrps | Bool | False |
Field containing PermissionsSubscribeDashboardRolesGrps information. | |
| PermissionsUseWebLink | Bool | False |
Field containing PermissionsUseWebLink information. | |
| PermissionsHasUnlimitedNBAExecutions | Bool | False |
Field containing PermissionsHasUnlimitedNBAExecutions information. | |
| PermissionsViewOnlyEmbeddedAppUser | Bool | False |
Field containing PermissionsViewOnlyEmbeddedAppUser information. | |
| PermissionsViewAllActivities | Bool | False |
Field containing PermissionsViewAllActivities information. | |
| PermissionsSubscribeReportToOtherUsers | Bool | False |
Field containing PermissionsSubscribeReportToOtherUsers information. | |
| PermissionsLightningConsoleAllowedForUser | Bool | False |
Field containing PermissionsLightningConsoleAllowedForUser information. | |
| PermissionsSubscribeReportsRunAsUser | Bool | False |
Field containing PermissionsSubscribeReportsRunAsUser information. | |
| PermissionsSubscribeToLightningDashboards | Bool | False |
Field containing PermissionsSubscribeToLightningDashboards information. | |
| PermissionsSubscribeDashboardToOtherUsers | Bool | False |
Field containing PermissionsSubscribeDashboardToOtherUsers information. | |
| PermissionsPardotUser | Bool | False |
Field containing PermissionsPardotUser information. | |
| PermissionsCreateLtngTempInPub | Bool | False |
Field containing PermissionsCreateLtngTempInPub information. | |
| PermissionsTransactionalEmailSend | Bool | False |
Field containing PermissionsTransactionalEmailSend information. | |
| PermissionsViewPrivateStaticResources | Bool | False |
Field containing PermissionsViewPrivateStaticResources information. | |
| PermissionsCreateLtngTempFolder | Bool | False |
Field containing PermissionsCreateLtngTempFolder information. | |
| PermissionsApexRestServices | Bool | False |
Field containing PermissionsApexRestServices information. | |
| PermissionsEnableCommunityAppLauncher | Bool | False |
Field containing PermissionsEnableCommunityAppLauncher information. | |
| PermissionsGiveRecognitionBadge | Bool | False |
Field containing PermissionsGiveRecognitionBadge information. | |
| PermissionsSalesforceIQInternal | Bool | False |
Field containing PermissionsSalesforceIQInternal information. | |
| PermissionsUseMySearch | Bool | False |
Field containing PermissionsUseMySearch information. | |
| PermissionsLtngPromoReserved01UserPerm | Bool | False |
Field containing PermissionsLtngPromoReserved01UserPerm information. | |
| PermissionsManageSubscriptions | Bool | False |
Field containing PermissionsManageSubscriptions information. | |
| PermissionsWaveManagePrivateAssetsUser | Bool | False |
Field containing PermissionsWaveManagePrivateAssetsUser information. | |
| PermissionsCanEditDataPrepRecipe | Bool | False |
Field containing PermissionsCanEditDataPrepRecipe information. | |
| PermissionsAddAnalyticsRemoteConnections | Bool | False |
Field containing PermissionsAddAnalyticsRemoteConnections information. | |
| PermissionsManageSurveys | Bool | False |
Field containing PermissionsManageSurveys information. | |
| PermissionsUseAssistantDialog | Bool | False |
Field containing PermissionsUseAssistantDialog information. | |
| PermissionsUseQuerySuggestions | Bool | False |
Field containing PermissionsUseQuerySuggestions information. | |
| PermissionsRecordVisibilityAPI | Bool | False |
Field containing PermissionsRecordVisibilityAPI information. | |
| PermissionsViewRoles | Bool | False |
Field containing PermissionsViewRoles information. | |
| PermissionsCanManageMaps | Bool | False |
Field containing PermissionsCanManageMaps information. | |
| PermissionsLMOutboundMessagingUserPerm | Bool | False |
Field containing PermissionsLMOutboundMessagingUserPerm information. | |
| PermissionsModifyDataClassification | Bool | False |
Field containing PermissionsModifyDataClassification information. | |
| PermissionsPrivacyDataAccess | Bool | False |
Field containing PermissionsPrivacyDataAccess information. | |
| PermissionsQueryAllFiles | Bool | False |
Field containing PermissionsQueryAllFiles information. | |
| PermissionsModifyMetadata | Bool | False |
Field containing PermissionsModifyMetadata information. | |
| PermissionsManageCMS | Bool | False |
Field containing PermissionsManageCMS information. | |
| PermissionsSandboxTestingInCommunityApp | Bool | False |
Field containing PermissionsSandboxTestingInCommunityApp information. | |
| PermissionsCanEditPrompts | Bool | False |
Field containing PermissionsCanEditPrompts information. | |
| PermissionsViewUserPII | Bool | False |
Field containing PermissionsViewUserPII information. | |
| PermissionsManageHubConnections | Bool | False |
Field containing PermissionsManageHubConnections information. | |
| PermissionsB2BMarketingAnalyticsUser | Bool | False |
Field containing PermissionsB2BMarketingAnalyticsUser information. | |
| PermissionsTraceXdsQueries | Bool | False |
Field containing PermissionsTraceXdsQueries information. | |
| PermissionsViewSecurityCommandCenter | Bool | False |
Field containing PermissionsViewSecurityCommandCenter information. | |
| PermissionsManageSecurityCommandCenter | Bool | False |
Field containing PermissionsManageSecurityCommandCenter information. | |
| PermissionsViewAllCustomSettings | Bool | False |
Field containing PermissionsViewAllCustomSettings information. | |
| PermissionsViewAllForeignKeyNames | Bool | False |
Field containing PermissionsViewAllForeignKeyNames information. | |
| PermissionsAddWaveNotificationRecipients | Bool | False |
Field containing PermissionsAddWaveNotificationRecipients information. | |
| PermissionsHeadlessCMSAccess | Bool | False |
Field containing PermissionsHeadlessCMSAccess information. | |
| PermissionsUseOrderManagementAPIs | Bool | False |
Field containing PermissionsUseOrderManagementAPIs information. | |
| PermissionsEditUnmanagedOrderSummaries | Bool | False |
Field containing PermissionsEditUnmanagedOrderSummaries information. | |
| PermissionsLMEndMessagingSessionUserPerm | Bool | False |
Field containing PermissionsLMEndMessagingSessionUserPerm information. | |
| PermissionsConsentApiUpdate | Bool | False |
Date associated with PermissionsConsentApiUp. | |
| PermissionsPaymentsAPIUser | Bool | False |
Field containing PermissionsPaymentsAPIUser information. | |
| PermissionsAccessContentBuilder | Bool | False |
Field containing PermissionsAccessContentBuilder information. | |
| PermissionsAccountSwitcherUser | Bool | False |
Field containing PermissionsAccountSwitcherUser information. | |
| PermissionsViewAnomalyEvents | Bool | False |
Field containing PermissionsViewAnomalyEvents information. | |
| PermissionsManageC360AConnections | Bool | False |
Field containing PermissionsManageC360AConnections information. | |
| PermissionsManageReleaseUpdates | Bool | False |
Field containing PermissionsManageReleaseUpdates information. | |
| PermissionsViewAllProfiles | Bool | False |
Field containing PermissionsViewAllProfiles information. | |
| PermissionsSkipIdentityConfirmation | Bool | False |
Field containing PermissionsSkipIdentityConfirmation information. | |
| PermissionsLearningManager | Bool | False |
Field containing PermissionsLearningManager information. | |
| PermissionsSendCustomNotifications | Bool | False |
Field containing PermissionsSendCustomNotifications information. | |
| PermissionsPackaging2Delete | Bool | False |
Field containing PermissionsPackaging2Delete information. | |
| PermissionsUseOmnichannelInventoryAPIs | Bool | False |
Field containing PermissionsUseOmnichannelInventoryAPIs information. | |
| PermissionsViewRestrictionAndScopingRules | Bool | False |
Field containing PermissionsViewRestrictionAndScopingRules information. | |
| PermissionsFSCComprehensiveUserAccess | Bool | False |
Field containing PermissionsFSCComprehensiveUserAccess information. | |
| PermissionsMarketingAdmin | Bool | False |
Field containing PermissionsMarketingAdmin information. | |
| PermissionsBotManageBots | Bool | False |
Field containing PermissionsBotManageBots information. | |
| PermissionsBotManageBotsTrainingData | Bool | False |
Field containing PermissionsBotManageBotsTrainingData information. | |
| PermissionsEditDeliveryInformation | Bool | False |
Field containing PermissionsEditDeliveryInformation information. | |
| PermissionsOmnichannelInventorySync | Bool | False |
Field containing PermissionsOmnichannelInventorySync information. | |
| PermissionsManageLearningReporting | Bool | False |
Field containing PermissionsManageLearningReporting information. | |
| PermissionsIsotopeCToCUser | Bool | False |
Field containing PermissionsIsotopeCToCUser information. | |
| PermissionsManagePreferenceCenter | Bool | False |
Field containing PermissionsManagePreferenceCenter information. | |
| PermissionsCanAccessCE | Bool | False |
Field containing PermissionsCanAccessCE information. | |
| PermissionsIsotopeAccess | Bool | False |
Field containing PermissionsIsotopeAccess information. | |
| PermissionsIsotopeLEX | Bool | False |
Field containing PermissionsIsotopeLEX information. | |
| PermissionsQuipMetricsAccess | Bool | False |
Field containing PermissionsQuipMetricsAccess information. | |
| PermissionsQuipUserEngagementMetrics | Bool | False |
Field containing PermissionsQuipUserEngagementMetrics information. | |
| PermissionsTransactionSecurityExempt | Bool | False |
Field containing PermissionsTransactionSecurityExempt information. | |
| PermissionsManageExternalConnections | Bool | False |
Field containing PermissionsManageExternalConnections information. | |
| PermissionsUseSubscriptionEmails | Bool | False |
Field containing PermissionsUseSubscriptionEmails information. | |
| PermissionsManageEmailContent | Bool | False |
Field containing PermissionsManageEmailContent information. | |
| PermissionsAutomateEmailContent | Bool | False |
Field containing PermissionsAutomateEmailContent information. | |
| PermissionsAIViewInsightObjects | Bool | False |
Field containing PermissionsAIViewInsightObjects information. | |
| PermissionsAICreateInsightObjects | Bool | False |
Field containing PermissionsAICreateInsightObjects information. | |
| PermissionsViewMLModels | Bool | False |
Field containing PermissionsViewMLModels information. | |
| PermissionsLifecycleManagementAPIUser | Bool | False |
Field containing PermissionsLifecycleManagementAPIUser information. | |
| PermissionsLeadScoreResultPublisher | Bool | False |
Field containing PermissionsLeadScoreResultPublisher information. | |
| PermissionsManageGlobalPrivacyCenterVO | Bool | False |
Field containing PermissionsManageGlobalPrivacyCenterVO information. | |
| PermissionsNativeWebviewScrolling | Bool | False |
Field containing PermissionsNativeWebviewScrolling information. | |
| PermissionsViewDeveloperName | Bool | False |
Field containing PermissionsViewDeveloperName information. | |
| PermissionsBypassMFAForUiLogins | Bool | False |
Field containing PermissionsBypassMFAForUiLogins information. | |
| PermissionsClientSecretRotation | Bool | False |
Field containing PermissionsClientSecretRotation information. | |
| PermissionsUseOrderSummaryCreateAPI | Bool | False |
Field containing PermissionsUseOrderSummaryCreateAPI information. | |
| PermissionsAccessToServiceProcess | Bool | False |
Field containing PermissionsAccessToServiceProcess information. | |
| PermissionsManageOrchInstsAndWorkItems | Bool | False |
Field containing PermissionsManageOrchInstsAndWorkItems information. | |
| PermissionsCMSECEAuthoringAccess | Bool | False |
Field containing PermissionsCMSECEAuthoringAccess information. | |
| PermissionsManageDataspaceScope | Bool | False |
Field containing PermissionsManageDataspaceScope information. | |
| PermissionsConfigureDataspaceScope | Bool | False |
Field containing PermissionsConfigureDataspaceScope information. | |
| PermissionsManageCampaigns | Bool | False |
Field containing PermissionsManageCampaigns information. | |
| PermissionsViewClientSecret | Bool | False |
Field containing PermissionsViewClientSecret information. | |
| PermissionsCdcReportingCreateReports | Bool | False |
Field containing PermissionsCdcReportingCreateReports information. | |
| PermissionsCdcReportingViewReports | Bool | False |
Field containing PermissionsCdcReportingViewReports information. | |
| PermissionsCdcReportingManageFolders | Bool | False |
Field containing PermissionsCdcReportingManageFolders information. | |
| PermissionsExternalClientAppDeveloper | Bool | False |
Field containing PermissionsExternalClientAppDeveloper information. | |
| PermissionsExternalClientAppAdmin | Bool | False |
Field containing PermissionsExternalClientAppAdmin information. | |
| PermissionsExternalClientAppViewer | Bool | False |
Field containing PermissionsExternalClientAppViewer information. | |
| PermissionsOmnichannelInventoryBasic | Bool | False |
Field containing PermissionsOmnichannelInventoryBasic information. | |
| PermissionsDeleteCrMemoAndInvoice | Bool | False |
Field containing PermissionsDeleteCrMemoAndInvoice information. | |
| PermissionsEmbeddedMessagingAgent | Bool | False |
Field containing PermissionsEmbeddedMessagingAgent information. | |
| PermissionsViewNonSetupFlow | Bool | False |
Field containing PermissionsViewNonSetupFlow information. | |
| PermissionsCreateEditNonSetupFlow | Bool | False |
Field containing PermissionsCreateEditNonSetupFlow information. | |
| PermissionsDeleteNonSetupFlow | Bool | False |
Field containing PermissionsDeleteNonSetupFlow information. | |
| PermissionsActivateDeactivateNonSetupFlow | Bool | False |
Field containing PermissionsActivateDeactivateNonSetupFlow information. | |
| PermissionsAddDecisionElmntNonSetupFlow | Bool | False |
Field containing PermissionsAddDecisionElmntNonSetupFlow information. | |
| PermissionsAddCreaRecElmntToNonSetupFlow | Bool | False |
Field containing PermissionsAddCreaRecElmntToNonSetupFlow information. | |
| PermissionsAddWaitToNonSetupFlow | Bool | False |
Field containing PermissionsAddWaitToNonSetupFlow information. | |
| PermissionsManageNamedCredentials | Bool | False |
Field containing PermissionsManageNamedCredentials information. | |
| PermissionsAddUpdtRecElmntToNonSetupFlow | Bool | False |
Field containing PermissionsAddUpdtRecElmntToNonSetupFlow information. | |
| PermissionsEditManagedOrderSummaries | Bool | False |
Field containing PermissionsEditManagedOrderSummaries information. | |
| PermissionsCanInitiateMessagingSessions | Bool | False |
Field containing PermissionsCanInitiateMessagingSessions information. | |
| PermissionsAuthorizePayments | Bool | False |
Field containing PermissionsAuthorizePayments information. | |
| PermissionsCaptureAndReversePayments | Bool | False |
Field containing PermissionsCaptureAndReversePayments information. | |
| PermissionsCombAuthAndCapPayments | Bool | False |
Field containing PermissionsCombAuthAndCapPayments information. | |
| PermissionsRefundPayments | Bool | False |
Field containing PermissionsRefundPayments information. | |
| PermissionsViewPayments | Bool | False |
Field containing PermissionsViewPayments information. | |
| PermissionsMakePayments | Bool | False |
Field containing PermissionsMakePayments information. | |
| PermissionsManageDataMaskPolicies | Bool | False |
Field containing PermissionsManageDataMaskPolicies information. | |
| PermissionsCanUpdateEmailMessage | Bool | False |
Field containing PermissionsCanUpdateEmailMessage information. | |
| PermissionsDownloadPackageVersionZips | Bool | False |
Field containing PermissionsDownloadPackageVersionZips information. | |
| PermissionsViewContentTaxonomy | Bool | False |
Field containing PermissionsViewContentTaxonomy information. | |
| PermissionsManageContentTaxonomy | Bool | False |
Field containing PermissionsManageContentTaxonomy information. | |
| PermissionsReassignOrchestrationWorkItems | Bool | False |
Field containing PermissionsReassignOrchestrationWorkItems information. | |
| PermissionsManageOrchestrationRuns | Bool | False |
Field containing PermissionsManageOrchestrationRuns information. | |
| PermissionsDigitalLendingUser | Bool | False |
Field containing PermissionsDigitalLendingUser information. | |
| PermissionsSendEmail | Bool | False |
Field containing PermissionsSendEmail information. | |
| PermissionsPreviewTestSendEmail | Bool | False |
Field containing PermissionsPreviewTestSendEmail information. | |
| PermissionsManageEmailMessagingSetup | Bool | False |
Field containing PermissionsManageEmailMessagingSetup information. | |
| PermissionsViewEmailMessagingSetup | Bool | False |
Field containing PermissionsViewEmailMessagingSetup information. | |
| PermissionsManageCertificatesExpiration | Bool | False |
Field containing PermissionsManageCertificatesExpiration information. | |
| PermissionsEnableIPFSUpload | Bool | False |
Field containing PermissionsEnableIPFSUpload information. | |
| PermissionsEnableBCTransactionPolling | Bool | False |
Field containing PermissionsEnableBCTransactionPolling information. | |
| PermissionsLobbyManagementUserAccess | Bool | False |
Field containing PermissionsLobbyManagementUserAccess information. | |
| PermissionsUMAWebTrackingSetup | Bool | False |
Field containing PermissionsUMAWebTrackingSetup information. | |
| PermissionsAddGetRecElmntToNonSetupFlow | Bool | False |
Field containing PermissionsAddGetRecElmntToNonSetupFlow information. | |
| PermissionsAddLoopElmntToNonSetupFlow | Bool | False |
Field containing PermissionsAddLoopElmntToNonSetupFlow information. | |
| PermissionsAddAsgntElmntToNonSetupFlow | Bool | False |
Field containing PermissionsAddAsgntElmntToNonSetupFlow information. | |
| PermissionsAddSubflowElmntToNonSetupFlow | Bool | False |
Field containing PermissionsAddSubflowElmntToNonSetupFlow information. | |
| PermissionsMonitorLoginHistory | Bool | False |
Field containing PermissionsMonitorLoginHistory information. | |
| PermissionsAddCollFltrElmntToNonSetupFlow | Bool | False |
Field containing PermissionsAddCollFltrElmntToNonSetupFlow information. | |
| PermissionsAddCollSrtElmntToNonSetupFlow | Bool | False |
Field containing PermissionsAddCollSrtElmntToNonSetupFlow information. | |
| PermissionsAddDelRecElmntToNonSetupFlow | Bool | False |
Field containing PermissionsAddDelRecElmntToNonSetupFlow information. | |
| PermissionsOpportunityInfluence | Bool | False |
Field containing PermissionsOpportunityInfluence information. | |
| PermissionsConsentBannerSettingsSetup | Bool | False |
Field containing PermissionsConsentBannerSettingsSetup information. | |
| PermissionsEnhancedSalesMobileExp | Bool | False |
Field containing PermissionsEnhancedSalesMobileExp information. | |
| PermissionsCanViewDataPrepRecipe | Bool | False |
Field containing PermissionsCanViewDataPrepRecipe information. | |
| PermissionsSimpleCsvDataImportUser | Bool | False |
Field containing PermissionsSimpleCsvDataImportUser information. | |
| PermissionsAdvancedCsvDataImportUser | Bool | False |
Field containing PermissionsAdvancedCsvDataImportUser information. | |
| PermissionsUmaQueryCMSEmailContent | Bool | False |
Field containing PermissionsUmaQueryCMSEmailContent information. | |
| PermissionsAccessToComplaintMgmt | Bool | False |
Field containing PermissionsAccessToComplaintMgmt information. | |
| PermissionsAccessToDisputeManagement | Bool | False |
Field containing PermissionsAccessToDisputeManagement information. | |
| PermissionsUMAStandaloneUserPerm | Bool | False |
Field containing PermissionsUMAStandaloneUserPerm information. | |
| PermissionsPersonalizedFinanceUserAccess | Bool | False |
Field containing PermissionsPersonalizedFinanceUserAccess information. | |
| PermissionsUmaEditConsentSettings | Bool | False |
Field containing PermissionsUmaEditConsentSettings information. | |
| PermissionsCustomAppsOnFSMobile | Bool | False |
Field containing PermissionsCustomAppsOnFSMobile information. | |
| PermissionsStageManagementDesignUser | Bool | False |
Field containing PermissionsStageManagementDesignUser information. | |
| PermissionsSegmentIntelligenceUser | Bool | False |
Field containing PermissionsSegmentIntelligenceUser information. | |
| PermissionsFSCArcGraphCommunityUser | Bool | False |
Field containing PermissionsFSCArcGraphCommunityUser information. | |
| PermissionsManageCdpMlModels | Bool | False |
Field containing PermissionsManageCdpMlModels information. | |
| PermissionsDigitalLendingAdminUser | Bool | False |
Field containing PermissionsDigitalLendingAdminUser information. | |
| PermissionsActivateSystemModeFlows | Bool | False |
Field containing PermissionsActivateSystemModeFlows information. | |
| PermissionsViewAllNonSetupFlows | Bool | False |
Field containing PermissionsViewAllNonSetupFlows information. | |
| PermissionsMcScoringRulesConfig | Bool | False |
Field containing PermissionsMcScoringRulesConfig information. | |
| PermissionsPersonalizationPlatform | Bool | False |
Field containing PermissionsPersonalizationPlatform information. | |
| PermissionsLeadInspectorUser | Bool | False |
Field containing PermissionsLeadInspectorUser information. | |
| PermissionsContactInspectorUser | Bool | False |
Field containing PermissionsContactInspectorUser information. | |
| PermissionsManageIntegrationConnections | Bool | False |
Field containing PermissionsManageIntegrationConnections information. | |
| PermissionsTableauCreateDashboard | Bool | False |
Field containing PermissionsTableauCreateDashboard information. | |
| PermissionsTableauViewDashboard | Bool | False |
Field containing PermissionsTableauViewDashboard information. | |
| PermissionsEinsteinCopilotUser | Bool | False |
Field containing PermissionsEinsteinCopilotUser information. | |
| PermissionsEinsteinCopilotBuilder | Bool | False |
Field containing PermissionsEinsteinCopilotBuilder information. | |
| PermissionsUseCreateOrderSummary | Bool | False |
Field containing PermissionsUseCreateOrderSummary information. | |
| PermissionsUseCreateCreditMemo | Bool | False |
Field containing PermissionsUseCreateCreditMemo information. | |
| PermissionsUseEnsureFunds | Bool | False |
Field containing PermissionsUseEnsureFunds information. | |
| PermissionsUseOrderItemSummaryCancel | Bool | False |
Field containing PermissionsUseOrderItemSummaryCancel information. | |
| PermissionsUseOrderItemSummaryReturn | Bool | False |
Field containing PermissionsUseOrderItemSummaryReturn information. | |
| PermissionsManageFilesAndAttachments | Bool | False |
Field containing PermissionsManageFilesAndAttachments information. | |
| PermissionsAddTrfmElmntToNonSetupFlow | Bool | False |
Field containing PermissionsAddTrfmElmntToNonSetupFlow information. | |
| PermissionsMobileMessagingAgent | Bool | False |
Field containing PermissionsMobileMessagingAgent information. | |
| PermissionsTableauCreateVisualization | Bool | False |
Field containing PermissionsTableauCreateVisualization information. | |
| PermissionsTableauViewVisualization | Bool | False |
Field containing PermissionsTableauViewVisualization information. | |
| PermissionsManageCustomDomains | Bool | False |
Field containing PermissionsManageCustomDomains information. | |
| PermissionsEngagementConfigUser | Bool | False |
Field containing PermissionsEngagementConfigUser information. | |
| PermissionsPersonalizationIntelUser | Bool | False |
Field containing PermissionsPersonalizationIntelUser information. | |
| PermissionsAttributionModelUser | Bool | False |
Field containing PermissionsAttributionModelUser information. | |
| PermissionsTableauCreateWorkspace | Bool | False |
Field containing PermissionsTableauCreateWorkspace information. | |
| PermissionsTableauViewWorkspace | Bool | False |
Field containing PermissionsTableauViewWorkspace information. | |
| PermissionsManageBriefs | Bool | False |
Field containing PermissionsManageBriefs information. | |
| PermissionsSalesInsightsUser | Bool | False |
Field containing PermissionsSalesInsightsUser information. | |
| PermissionsCanSendInitialSMSToIndividual | Bool | False |
Field containing PermissionsCanSendInitialSMSToIndividual information. | |
| PermissionsAccessDisputePrompts | Bool | False |
Field containing PermissionsAccessDisputePrompts information. | |
| PermissionsQueryNonVetoedFiles | Bool | False |
Field containing PermissionsQueryNonVetoedFiles information. | |
| PermissionsMetadataStudioUser | Bool | False |
Field containing PermissionsMetadataStudioUser information. | |
| PermissionsAddPathExprmElmntNonSetupFlow | Bool | False |
Field containing PermissionsAddPathExprmElmntNonSetupFlow information. | |
| PermissionsDigitalLendingWorkbench | Bool | False |
Field containing PermissionsDigitalLendingWorkbench information. | |
| PermissionsDigitalLendingEditReadOnly | Bool | False |
Field containing PermissionsDigitalLendingEditReadOnly information. | |
| PermissionsUseCanCancelInProgressChange | Bool | False |
Field containing PermissionsUseCanCancelInProgressChange information. | |
| PermissionsPrmExtIntPrtnrAdminUser | Bool | False |
Field containing PermissionsPrmExtIntPrtnrAdminUser information. | |
| PermissionsEinsteinAgentPlatformBuilder | Bool | False |
Field containing PermissionsEinsteinAgentPlatformBuilder information. | |
| PermissionsUseServicePartReturn | Bool | False |
Field containing PermissionsUseServicePartReturn information. | |
| PermissionsViewUMACalendar | Bool | False |
Field containing PermissionsViewUMACalendar information. | |
| PermissionsHeadlessPublishNudges | Bool | False |
Field containing PermissionsHeadlessPublishNudges information. | |
| PermissionsApprovalAdmin | Bool | False |
Field containing PermissionsApprovalAdmin information. | |
| PermissionsApprovalDesigner | Bool | False |
Field containing PermissionsApprovalDesigner information. | |
| PermissionsAccessServiceEinstein | Bool | False |
Field containing PermissionsAccessServiceEinstein information. | |
| PermissionsViewRecommendations | Bool | False |
Field containing PermissionsViewRecommendations information. | |
| PermissionsPrismPlaygroundUser | Bool | False |
Field containing PermissionsPrismPlaygroundUser information. | |
| PermissionsModifyAllPolicyCenterPolicies | Bool | False |
Field containing PermissionsModifyAllPolicyCenterPolicies information. | |
| PermissionsViewAllPolicyCenterPolicies | Bool | False |
Field containing PermissionsViewAllPolicyCenterPolicies information. | |
| PermissionsAccessSfDrive | Bool | False |
Field containing PermissionsAccessSfDrive information. | |
| PermissionsAppFrameworkManageApp | Bool | False |
Field containing PermissionsAppFrameworkManageApp information. | |
| PermissionsAppFrameworkViewApp | Bool | False |
Field containing PermissionsAppFrameworkViewApp information. | |
| PermissionsMCGSetupUserPerm | Bool | False |
Field containing PermissionsMCGSetupUserPerm information. | |
| PermissionsAgentforceServiceAgentUser | Bool | False |
Field containing PermissionsAgentforceServiceAgentUser information. | |
| PermissionsManageAgentforceServiceAgent | Bool | False |
Field containing PermissionsManageAgentforceServiceAgent information. | |
| PermissionsCanTranslateScrt2Conversation | Bool | False |
Field containing PermissionsCanTranslateScrt2Conversation information. | |
| PermissionsSlackFromTableau | Bool | False |
Field containing PermissionsSlackFromTableau information. | |
| PermissionsTableauShareSnapshot | Bool | False |
Field containing PermissionsTableauShareSnapshot information. | |
| PermissionsAccessBankingServiceAgent | Bool | False |
Field containing PermissionsAccessBankingServiceAgent information. | |
| PermissionsPrismBackofficeUser | Bool | False |
Field containing PermissionsPrismBackofficeUser information. | |
| PermissionsPersonalizationDecisioningUser | Bool | False |
Field containing PermissionsPersonalizationDecisioningUser information. | |
| PermissionsAccessBankingRelationshipAssistance | Bool | False |
Field containing PermissionsAccessBankingRelationshipAssistance information. | |
| PermissionsCanMarketingUserDebugFlow | Bool | False |
Field containing PermissionsCanMarketingUserDebugFlow information. | |
| PermissionsCanDoActAsUser | Bool | False |
Field containing PermissionsCanDoActAsUser information. | |
| PermissionsViewAllFieldsGlobal | Bool | False |
Field containing PermissionsViewAllFieldsGlobal information. | |
| PermissionsManageHerokuAppLink | Bool | False |
Field containing PermissionsManageHerokuAppLink information. | |
| PermissionsUserHasSendToListFilterAccess | Bool | False |
Field containing PermissionsUserHasSendToListFilterAccess information. | |
| PermissionsMngBenVerfForAssistiveAgnt | Bool | False |
Field containing PermissionsMngBenVerfForAssistiveAgnt information. | |
| PermissionsCreateModDGTrigNonSetupFlow | Bool | False |
Field containing PermissionsCreateModDGTrigNonSetupFlow information. | |
| PermissionsAccessPolicyAgent | Bool | False |
Field containing PermissionsAccessPolicyAgent information. | |
| PermissionsMCPMetadataApi | Bool | False |
Field containing PermissionsMCPMetadataApi information. | |
| PermissionsAppFrameworkManageTemplate | Bool | False |
Field containing PermissionsAppFrameworkManageTemplate information. | |
| PermissionsDigitalAgentUser | Bool | False |
Field containing PermissionsDigitalAgentUser information. | |
| PermissionsAccessWealthAdvisorAgent | Bool | False |
Field containing PermissionsAccessWealthAdvisorAgent information. | |
| PermissionsCanApproveUninstalledApps | Bool | False |
Field containing PermissionsCanApproveUninstalledApps information. | |
| PermissionsSetupAgentBuilder | Bool | False |
Field containing PermissionsSetupAgentBuilder information. | |
| PermissionsSetupAgentUser | Bool | False |
Field containing PermissionsSetupAgentUser information. | |
| PermissionsUserCanDeployStore | Bool | False |
Field containing PermissionsUserCanDeployStore information. | |
| PermissionsModifyAccessDenyPolicies | Bool | False |
Field containing PermissionsModifyAccessDenyPolicies information. | |
| PermissionsManageAccessPolicies | Bool | False |
Field containing PermissionsManageAccessPolicies information. | |
| PermissionsViewAccessPolicies | Bool | False |
Field containing PermissionsViewAccessPolicies information. | |
| PermissionsModifyAccessAllowPolicies | Bool | False |
Field containing PermissionsModifyAccessAllowPolicies information. | |
| PermissionsViewOrchestrationsInAutomApp | Bool | False |
Field containing PermissionsViewOrchestrationsInAutomApp information. | |
| PermissionsTerritoryOperations | Bool | False |
Field containing PermissionsTerritoryOperations information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for MyDomainDiscoverableLogin.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ApexHandlerId | String | False |
ApexClass.Id |
ID of the ApexHandler associated with this record. |
| ExecuteApexHandlerAsId | String | False |
User.Id |
ID of the ExecuteApexHandlerAs associated with this record. |
| UsernameLabel | String | False |
Field containing UsernameLabel information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Salesforce レコードに添付された、参照および記録用のユーザー作成のメモを格納します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
メモの一意の識別子。 | |
| IsDeleted | Bool | True |
メモが削除されたかどうかを示します。 | |
| ParentId | String | False |
メモに関連付けられている親レコードのID。 | |
| ParentIdType | String | False |
ステートメントで使用する'ParentId' ポリモーフィック項目のタイプを指定します。 | |
| ParentIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'ParentId' ポリモーフィック項目の外部項目名を指定します。 | |
| Title | String | False |
メモのタイトル。 | |
| IsPrivate | Bool | False |
メモが非公開としてマークされているかどうかを示します。 | |
| Body | String | False |
メモの本文または主な内容。 | |
| OwnerId | String | False |
User.Id |
メモを所有するユーザーのID。 |
| 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 |
メモが最後に更新された日時。 |
Schema file for OauthCustomScope.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| NamespacePrefix | String | True |
The namespace prefix associated with this object. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| Description | String | False |
Text description of the record. | |
| IsPublic | Bool | False |
Indicates whether the record has the Public characteristic. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for OauthCustomScopeApp.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| OauthCustomScopeId | String | False |
ID of the OauthCustomScope associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for OauthTokenExchangeHandler.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| NamespacePrefix | String | True |
The namespace prefix associated with this object. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| Description | String | False |
Text description of the record. | |
| IsEnabled | Bool | False |
Indicates whether the record has the Enabled characteristic. | |
| SupportedTokenTypesAccessToken | Bool | False |
Field containing SupportedTokenTypesAccessToken information. | |
| SupportedTokenTypesRefreshToken | Bool | False |
Field containing SupportedTokenTypesRefreshToken information. | |
| SupportedTokenTypesIdToken | Bool | False |
Field containing SupportedTokenTypesIdToken information. | |
| SupportedTokenTypesSaml2 | Bool | False |
Field containing SupportedTokenTypesSaml2 information. | |
| SupportedTokenTypesJwt | Bool | False |
Field containing SupportedTokenTypesJwt information. | |
| IsUserCreationAllowed | Bool | False |
Indicates whether the record has the UserCreationAllowed characteristic. | |
| TokenHandlerApexId | String | False |
ApexClass.Id |
ID of the TokenHandlerApex associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for OauthTokenExchHandlerApp.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| OauthTokenExchangeHandlerId | String | False |
ID of the OauthTokenExchangeHandler associated with this record. | |
| ExternalClientApplicationId | String | False |
ID of the ExternalClientApplication associated with this record. | |
| IsDefault | Bool | False |
Indicates whether the record has the Default characteristic. | |
| ApexExecutionUserId | String | False |
User.Id |
ID of the ApexExecutionUser associated with this record. |
| ConnectedApplicationId | String | False |
ID of the ConnectedApplication associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
オブジェクトレベルの権限を定義し、ユーザーによる各種Salesforce オブジェクトへのアクセスを制御します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
オブジェクト権限エントリの一意の識別子。 | |
| ParentId | String | False |
このオブジェクト権限が属する関連する権限セットまたはプロファイルのID。 | |
| ParentIdType | String | False |
ステートメントで使用する'ParentId' ポリモーフィック項目のタイプを指定します。 | |
| ParentIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'ParentId' ポリモーフィック項目の外部項目名を指定します。 | |
| SobjectType | String | False |
この権限が適用されるオブジェクトのAPI 名。 | |
| PermissionsCreate | Bool | False |
指定されたオブジェクトの新規レコードをユーザーが作成できるかどうかを示します。 | |
| PermissionsRead | Bool | False |
指定されたオブジェクトのレコードをユーザーが参照できるかどうかを示します。 | |
| PermissionsEdit | Bool | False |
指定されたオブジェクトの既存レコードをユーザーが編集できるかどうかを示します。 | |
| PermissionsDelete | Bool | False |
指定されたオブジェクトのレコードをユーザーが削除できるかどうかを示します。 | |
| PermissionsViewAllRecords | Bool | False |
共有ルールに関係なく、ユーザーがオブジェクトのすべてのレコードを参照できるかどうかを示します。 | |
| PermissionsModifyAllRecords | Bool | False |
共有ルールに関係なく、ユーザーがオブジェクトのすべてのレコードを編集および削除できるかどうかを示します。 | |
| PermissionsViewAllFields | Bool | False |
PermissionsViewAllFields 情報を含む項目。 | |
| 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 |
オブジェクト権限レコードが最後に更新された日時。 |
Schema file for ObjectTerritory2AssignmentRule.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Territory2ModelId | String | False |
ID of the Territory2Model associated with this record. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ObjectType | String | False |
Type classification for Object. | |
| IsActive | Bool | False |
Indicates whether the record is active. | |
| BooleanFilter | String | False |
Field containing BooleanFilter information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ObjectTerritory2AssignmentRuleItem.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| RuleId | String | False |
ID of the Rule associated with this record. | |
| Field | String | False |
Field containing Field information. | |
| Operation | String | False |
Field containing Operation information. | |
| SortOrder | Int | False |
Field containing SortOrder information. | |
| Value | String | False |
Field containing Value information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ObjectTerritory2Association.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ObjectId | String | False |
ID of the Object associated with this record. | |
| ObjectIdType | String | False |
Specifies the type of the 'ObjectId' polymorphic field to use in the statement. | |
| ObjectIdExternalFieldName | String | False |
Specifies the external field name of the 'ObjectId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Territory2Id | String | False |
Territory2.Id |
ID of the Territory2 associated with this record. |
| AssociationCause | String | False |
Field containing AssociationCause information. | |
| SobjectType | String | True |
Type classification for Sobject. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for OnboardingMetrics.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| UserId | String | False |
User.Id |
ID of the User associated with this record. |
| SeenCount | Int | False |
Number of Seen associated with this record. | |
| ExperienceName | String | False |
Field containing ExperienceName information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
収益を生み出す可能性のある商談を追跡し、商談パイプラインを管理します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
商談レコードの一意の識別子。 | |
| IsDeleted | Bool | True |
商談が削除されたかどうかを示します。 | |
| AccountId | String | False |
Account.Id |
この商談に関連付けられている取引先のID。 |
| IsPrivate | Bool | False |
商談が非公開としてマークされているかどうかを示します。 | |
| Name | String | False |
商談の名前。 | |
| Description | String | False |
商談の詳細な説明。 | |
| StageName | String | False |
商談の商談プロセスにおける現在のステージ。 | |
| Amount | Decimal | False |
商談に関連付けられている金額の合計。 | |
| Probability | Double | False |
商談が成立する見込みの確度(パーセンテージ)。 | |
| ExpectedRevenue | Decimal | True |
Amount とProbability に基づいて計算された予想収益。 | |
| TotalOpportunityQuantity | Double | False |
商談に含まれる商品またはサービスの合計数。 | |
| CloseDate | Date | False |
商談の完了予定日。 | |
| Type | String | False |
商談の種別または分類(新規ビジネス、既存ビジネスなど)。 | |
| NextStep | String | False |
商談を前進させるために推奨される次のアクション。 | |
| LeadSource | String | False |
商談の発生元(Web、パートナー紹介など)。 | |
| IsClosed | Bool | True |
商談がクローズされているかどうかを示します。 | |
| IsWon | Bool | True |
商談が成立したかどうかを示します。 | |
| ForecastCategory | String | True |
売上予測に使用されるカテゴリ(Pipeline、Closed など)。 | |
| ForecastCategoryName | String | False |
この商談に関連付けられている売上予測カテゴリの名前。 | |
| CurrencyIsoCode | String | False |
売上金額が表される通貨のISO コード。 | |
| CampaignId | String | False |
Campaign.Id |
この商談に影響を与えたマーケティングキャンペーンへの参照。 |
| HasOpportunityLineItem | Bool | True |
商談に関連する商品や明細が含まれているかどうかを示します。 | |
| Pricebook2Id | String | False |
Pricebook2.Id |
この商談で使用される価格表のID。 |
| OwnerId | String | False |
User.Id |
商談の所有者のユーザーID。 |
| Territory2Id | String | False |
Territory2.Id |
このレコードに関連付けられたTerritory2 のID。 |
| IsExcludedFromTerritory2Filter | Bool | False |
レコードにExcludedFromTerritory2Filter 特性があるかどうかを示します。 | |
| CreatedDate | Datetime | True |
商談が作成された日時。 | |
| CreatedById | String | True |
User.Id |
商談を作成したユーザーのID。 |
| LastModifiedById | String | True |
User.Id |
商談を最後に更新したユーザーのID。 |
| LastActivityDate | Date | True |
この商談に関連する最新の活動日。 | |
| PushCount | Int | True |
このレコードに関連付けられたPush の数。 | |
| LastStageChangeDate | Datetime | True |
LastStageChange に関連付けられた日付。 | |
| FiscalQuarter | Int | True |
商談がクローズする予定の会計四半期。 | |
| FiscalYear | Int | True |
商談がクローズする予定の会計年度。 | |
| Fiscal | String | True |
レポート用の会計期間(Q1 2025 など)。 | |
| ContactId | String | False |
Contact.Id |
このレコードに関連付けられた取引先責任者のID。 |
| LastViewedDate | Datetime | True |
商談が最後に表示された日時。 | |
| LastReferencedDate | Datetime | True |
ユーザーによって商談が最後に参照された日時。 | |
| HasOpenActivity | Bool | True |
レコードにOpenActivity があるかどうかを示します。 | |
| HasOverdueTask | Bool | True |
レコードにOverdueTask があるかどうかを示します。 | |
| LastAmountChangedHistoryId | String | True |
このレコードに関連付けられたLastAmountChangedHistory のID。 | |
| LastCloseDateChangedHistoryId | String | True |
このレコードに関連付けられたLastCloseDateChangedHistory の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 |
商談が最後に更新された日時。 |
商談に関連付けられた競合会社の詳細を格納し、競合に関するインサイトの追跡を支援します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
商談の競合会社レコードの一意の識別子。 | |
| OpportunityId | String | False |
Opportunity.Id |
この競合会社に関連付けられている商談のID。 |
| CompetitorName | String | False |
競合する会社または製品の名前。 | |
| Strengths | String | False |
商談に関連する競合会社の特定された強み。 | |
| Weaknesses | String | False |
商談に関連する競合会社の特定された弱み。 | |
| CreatedById | String | True |
User.Id |
商談の競合会社レコードを作成したユーザーのID。 |
| CreatedDate | Datetime | True |
商談の競合会社レコードが作成された日時。 | |
| LastModifiedById | String | True |
User.Id |
商談の競合会社レコードを最後に更新したユーザーのID。 |
| IsDeleted | Bool | True |
商談の競合会社レコードが削除されたかどうかを示します。 | |
| 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 |
商談の競合会社レコードが最後に更新された日時。 |
取引先責任者と商談の関係を定義し、商談における役割を指定します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
商談の取引先責任者の役割レコードの一意の識別子。 | |
| OpportunityId | String | False |
Opportunity.Id |
この取引先責任者の役割に関連付けられている商談のID。 |
| ContactId | String | False |
Contact.Id |
商談に関連付けられている取引先責任者のID。 |
| Role | String | False |
商談における取引先責任者の役割(意思決定者、インフルエンサーなど)。 | |
| IsPrimary | Bool | False |
この取引先責任者が商談の主担当であるかどうかを示します。 | |
| CreatedDate | Datetime | True |
商談の取引先責任者の役割レコードが作成された日時。 | |
| CreatedById | String | True |
User.Id |
商談の取引先責任者の役割レコードを作成したユーザーのID。 |
| LastModifiedById | String | True |
User.Id |
商談の取引先責任者の役割レコードを最後に更新したユーザーのID。 |
| IsDeleted | Bool | True |
商談の取引先責任者の役割レコードが削除されたかどうかを示します。 | |
| CurrencyIsoCode | String | False |
売上金額が表される通貨のISO コード。 | |
| 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 |
商談の取引先責任者の役割レコードが最後に更新された日時。 |
商談レコードに関連するChatter 活動(投稿や更新を含む)を記録します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
商談フィード項目の一意の識別子。 | |
| ParentId | String | True |
Opportunity.Id |
このフィード項目が関連付けられている商談レコードのID。 |
| Type | String | True |
フィード項目の種別(TextPost、ContentPost など)。 | |
| CreatedById | String | True |
User.Id |
フィード項目を作成したユーザーのID。 |
| CreatedByIdType | String | False |
ステートメントで使用する'CreatedById' ポリモーフィック項目のタイプを指定します。 | |
| CreatedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| IsDeleted | Bool | True |
フィード項目が削除されたかどうかを示します。 | |
| CommentCount | Int | True |
フィード項目に関連付けられているコメントの数。 | |
| LikeCount | Int | True |
フィード項目に関連付けられているいいね!の数。 | |
| Title | String | True |
フィード項目のタイトル。通常、コンテンツ関連の投稿で使用されます。 | |
| Body | String | True |
フィード項目の主な内容またはメッセージ本文。 | |
| LinkUrl | String | True |
フィード項目に含まれる外部リンクのURL。 | |
| IsRichText | Bool | True |
コンテンツにリッチテキスト書式が含まれているかどうかを示します。 | |
| RelatedRecordId | String | True |
フィード項目で参照されている関連レコードのID(添付ファイル、タスクなど)。 | |
| InsertedById | String | True |
User.Id |
他のユーザーまたはシステムに代わってフィード項目を挿入したユーザーのID。 |
| InsertedByIdType | String | False |
ステートメントで使用する'InsertedById' ポリモーフィック項目のタイプを指定します。 | |
| InsertedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'InsertedById' ポリモーフィック項目の外部項目名を指定します。 | |
| BestCommentId | String | True |
FeedComment.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 |
フィード項目が最後に更新された日時。 | |
| CreatedDate | Datetime | True |
フィード項目が作成された日時。 |
商談に関連付けられた商品やサービスを表し、価格と数量を追跡します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
商談品目の一意の識別子。 | |
| OpportunityId | String | False |
Opportunity.Id |
この品目に関連付けられている商談のID。 |
| SortOrder | Int | False |
商談の商品リストにおける品目の位置。 | |
| PricebookEntryId | String | False |
関連商品の価格表エントリのID。 | |
| Product2Id | String | False |
Product2.Id |
このレコードに関連付けられた商品のID。 |
| ProductCode | String | True |
ProductCode 情報を含む項目。 | |
| Name | String | True |
レコードの名前。 | |
| CurrencyIsoCode | String | True |
売上金額が表される通貨のISO コード。 | |
| Quantity | Double | False |
品目に含まれる商品単位の数。 | |
| TotalPrice | Decimal | False |
品目の合計価格。数量に単価を乗じて計算されます。 | |
| UnitPrice | Decimal | False |
商品の実際の販売単価。 | |
| ListPrice | Decimal | True |
価格表による標準の単価。 | |
| ServiceDate | Date | False |
商品またはサービスの提供またはサービス提供予定日。 | |
| Description | String | False |
商談品目の説明または詳細。 | |
| CreatedDate | Datetime | True |
品目が作成された日時。 | |
| CreatedById | String | True |
User.Id |
品目を作成したユーザーのID。 |
| LastModifiedById | String | True |
User.Id |
品目を最後に更新したユーザーのID。 |
| IsDeleted | Bool | True |
商談品目が削除されたかどうかを示します。 | |
| LastViewedDate | Datetime | True |
ユーザーインターフェースでレコードが最後に表示された日時。 | |
| LastReferencedDate | Datetime | True |
レコードが最後に参照された日時。 | |
| 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 |
品目が最後に更新された日時。 |
商談に関連付けられたビジネスパートナーの詳細を格納し、パートナーシップの関与を追跡します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
商談パートナーレコードの一意の識別子。 | |
| OpportunityId | String | False |
Opportunity.Id |
パートナーに関連付けられている商談のID。 |
| AccountToId | String | False |
Account.Id |
商談に関与しているパートナー取引先のID。 |
| Role | String | False |
商談におけるパートナーの役割を説明します。 | |
| IsPrimary | Bool | False |
このパートナーが主パートナーとして指定されているかどうかを示します。 | |
| CreatedById | String | True |
User.Id |
商談パートナーレコードを作成したユーザーのID。 |
| LastModifiedById | String | True |
User.Id |
商談パートナーレコードを最後に更新したユーザーのID。 |
| IsDeleted | Bool | True |
商談パートナーレコードが削除されたかどうかを示します。 | |
| ReversePartnerId | String | True |
逆方向の関係を表す関連パートナーレコードへの参照。 | |
| 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 |
商談パートナーレコードが最後に更新された日時。 | |
| CreatedDate | Datetime | True |
商談パートナーレコードが作成された日時。 |
Schema file for Order.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| ContractId | String | False |
Contract.Id |
ID of the Contract associated with this record. |
| AccountId | String | False |
Account.Id |
ID of the Account associated with this record. |
| Pricebook2Id | String | False |
Pricebook2.Id |
ID of the Pricebook2 associated with this record. |
| OriginalOrderId | String | False |
Order.Id |
ID of the OriginalOrder associated with this record. |
| EffectiveDate | Date | False |
Date associated with Effective. | |
| EndDate | Date | False |
End date for the record or activity. | |
| IsReductionOrder | Bool | False |
Indicates whether the record has the ReductionOrder characteristic. | |
| Status | String | False |
Status of the record. | |
| Description | String | False |
Text description of the record. | |
| CustomerAuthorizedById | String | False |
Contact.Id |
ID of the CustomerAuthorizedBy associated with this record. |
| CustomerAuthorizedDate | Date | False |
Date associated with CustomerAuthorized. | |
| CompanyAuthorizedById | String | False |
User.Id |
ID of the CompanyAuthorizedBy associated with this record. |
| CompanyAuthorizedDate | Date | False |
Date associated with CompanyAuthorized. | |
| Type | String | False |
Type of account or classification. | |
| BillingStreet | String | False |
Street address for Billing purposes. | |
| BillingCity | String | False |
City for Billing address. | |
| BillingState | String | False |
State or province for Billing address. | |
| BillingPostalCode | String | False |
Postal code for Billing address. | |
| BillingCountry | String | False |
Country for Billing address. | |
| BillingLatitude | Double | False |
Latitude coordinate for Billing address geolocation. | |
| BillingLongitude | Double | False |
Longitude coordinate for Billing address geolocation. | |
| BillingGeocodeAccuracy | String | False |
Accuracy level of the geocode for the Billing address. | |
| ShippingStreet | String | False |
Street address for Shipping purposes. | |
| ShippingCity | String | False |
City for Shipping address. | |
| ShippingState | String | False |
State or province for Shipping address. | |
| ShippingPostalCode | String | False |
Postal code for Shipping address. | |
| ShippingCountry | String | False |
Country for Shipping address. | |
| ShippingLatitude | Double | False |
Latitude coordinate for Shipping address geolocation. | |
| ShippingLongitude | Double | False |
Longitude coordinate for Shipping address geolocation. | |
| ShippingGeocodeAccuracy | String | False |
Accuracy level of the geocode for the Shipping address. | |
| Name | String | False |
Name of the record. | |
| PoDate | Date | False |
Date associated with Po. | |
| PoNumber | String | False |
Po identification number. | |
| OrderReferenceNumber | String | False |
OrderReference identification number. | |
| BillToContactId | String | False |
Contact.Id |
ID of the BillToContact associated with this record. |
| ShipToContactId | String | False |
Contact.Id |
ID of the ShipToContact associated with this record. |
| ActivatedDate | Datetime | False |
Date associated with Activated. | |
| ActivatedById | String | False |
User.Id |
ID of the ActivatedBy associated with this record. |
| StatusCode | String | False |
Field containing StatusCode information. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| RelatedOrderId | String | True |
Order.Id |
ID of the RelatedOrder associated with this record. |
| OrderNumber | String | True |
Order identification number. | |
| TotalAmount | Decimal | True |
Field containing TotalAmount information. | |
| RelatedOrderType | String | True |
Type classification for RelatedOrder. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for OrderAdjustmentGroup.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | True |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| OrderId | String | False |
Order.Id |
ID of the Order associated with this record. |
| RelatedAdjustmentGroupId | String | True |
ID of the RelatedAdjustmentGroup associated with this record. | |
| Type | String | False |
Type of account or classification. | |
| TotalAmount | Decimal | True |
Field containing TotalAmount information. | |
| TotalTaxAmount | Decimal | True |
Field containing TotalTaxAmount information. | |
| GrandTotalAmount | Decimal | True |
Field containing GrandTotalAmount information. | |
| Description | String | False |
Text description of the 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for OrderAdjustmentGroupFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for OrderAdjustmentGroupSummary.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | True |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| OrderSummaryId | String | True |
OrderSummary.Id |
ID of the OrderSummary associated with this record. |
| OriginalOrderAdjGroupId | String | True |
ID of the OriginalOrderAdjGroup associated with this record. | |
| Type | String | True |
Type of account or classification. | |
| TotalAmount | Decimal | True |
Field containing TotalAmount information. | |
| TotalTaxAmount | Decimal | True |
Field containing TotalTaxAmount information. | |
| GrandTotalAmount | Decimal | True |
Field containing GrandTotalAmount information. | |
| Description | String | False |
Text description of the 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for OrderAdjustmentGroupSummaryFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for OrderChangeLogFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for OrderDeliveryGroup.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| OrderDeliveryGroupNumber | String | True |
OrderDeliveryGroup identification number. | |
| CurrencyIsoCode | String | True |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| OrderId | String | False |
Order.Id |
ID of the Order associated with this record. |
| OrderDeliveryMethodId | String | False |
ID of the OrderDeliveryMethod associated with this record. | |
| RelatedDeliveryGroupId | String | True |
ID of the RelatedDeliveryGroup associated with this record. | |
| DeliverToName | String | False |
Field containing DeliverToName information. | |
| PhoneNumber | String | False |
Phone identification number. | |
| EmailAddress | String | False |
Field containing EmailAddress information. | |
| DeliverToStreet | String | False |
Street address for DeliverTo purposes. | |
| DeliverToCity | String | False |
City for DeliverTo address. | |
| DeliverToState | String | False |
State or province for DeliverTo address. | |
| DeliverToPostalCode | String | False |
Postal code for DeliverTo address. | |
| DeliverToCountry | String | False |
Country for DeliverTo address. | |
| DeliverToLatitude | Double | False |
Latitude coordinate for DeliverTo address geolocation. | |
| DeliverToLongitude | Double | False |
Longitude coordinate for DeliverTo address geolocation. | |
| DeliverToGeocodeAccuracy | String | False |
Accuracy level of the geocode for the DeliverTo address. | |
| IsGift | Bool | False |
Indicates whether the record has the Gift characteristic. | |
| PromisedDeliveryDate | Date | False |
Date associated with PromisedDelivery. | |
| DesiredDeliveryDate | Date | False |
Date associated with DesiredDelivery. | |
| DeliverToFullLastName | String | False |
Field containing DeliverToFullLastName information. | |
| DeliverToFullFirstName | String | False |
Field containing DeliverToFullFirstName information. | |
| DeliverToFullSalutation | String | False |
Field containing DeliverToFullSalutation information. | |
| DeliverToFullName | String | True |
Field containing DeliverToFullName information. | |
| DeliverToCompanyName | String | False |
Field containing DeliverToCompanyName information. | |
| TotalTaxAmount | Decimal | True |
Field containing TotalTaxAmount information. | |
| TotalAmount | Decimal | True |
Field containing TotalAmount information. | |
| TotalLineAmount | Decimal | True |
Field containing TotalLineAmount information. | |
| TotalAdjustmentAmount | Decimal | True |
Field containing TotalAdjustmentAmount information. | |
| TotalLineTaxAmount | Decimal | True |
Field containing TotalLineTaxAmount information. | |
| TotalAdjustmentTaxAmount | Decimal | True |
Field containing TotalAdjustmentTaxAmount information. | |
| GrandTotalAmount | Decimal | True |
Field containing GrandTotalAmount information. | |
| GiftMessage | String | False |
Field containing GiftMessage information. | |
| Description | String | False |
Text description of the record. | |
| DeliveryInstructions | String | False |
Field containing DeliveryInstructions information. | |
| TotalLineAmtWithTax | Decimal | True |
Field containing TotalLineAmtWithTax information. | |
| TotalAdjustmentAmtWithTax | Decimal | True |
Field containing TotalAdjustmentAmtWithTax information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for OrderDeliveryGroupFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for OrderDeliveryGroupSummary.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| OrderDeliveryGroupSummaryNumber | String | True |
OrderDeliveryGroupSummary identification number. | |
| CurrencyIsoCode | String | True |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| OrderSummaryId | String | True |
OrderSummary.Id |
ID of the OrderSummary associated with this record. |
| OriginalOrderDeliveryGroupId | String | True |
ID of the OriginalOrderDeliveryGroup associated with this record. | |
| OrderDeliveryMethodId | String | False |
ID of the OrderDeliveryMethod associated with this record. | |
| Description | String | False |
Text description of the record. | |
| EmailAddress | String | False |
Field containing EmailAddress information. | |
| PhoneNumber | String | False |
Phone identification number. | |
| DeliverToName | String | False |
Field containing DeliverToName information. | |
| DeliverToStreet | String | False |
Street address for DeliverTo purposes. | |
| DeliverToCity | String | False |
City for DeliverTo address. | |
| DeliverToState | String | False |
State or province for DeliverTo address. | |
| DeliverToPostalCode | String | False |
Postal code for DeliverTo address. | |
| DeliverToCountry | String | False |
Country for DeliverTo address. | |
| DeliverToLatitude | Double | False |
Latitude coordinate for DeliverTo address geolocation. | |
| DeliverToLongitude | Double | False |
Longitude coordinate for DeliverTo address geolocation. | |
| DeliverToGeocodeAccuracy | String | False |
Accuracy level of the geocode for the DeliverTo address. | |
| GiftMessage | String | False |
Field containing GiftMessage information. | |
| IsGift | Bool | False |
Indicates whether the record has the Gift characteristic. | |
| DeliveryInstructions | String | False |
Field containing DeliveryInstructions information. | |
| DesiredDeliveryDate | Datetime | False |
Date associated with DesiredDelivery. | |
| PromisedDeliveryDate | Datetime | False |
Date associated with PromisedDelivery. | |
| DeliverToFullLastName | String | False |
Field containing DeliverToFullLastName information. | |
| DeliverToFullFirstName | String | False |
Field containing DeliverToFullFirstName information. | |
| DeliverToFullSalutation | String | False |
Field containing DeliverToFullSalutation information. | |
| DeliverToFullName | String | True |
Field containing DeliverToFullName information. | |
| DeliverToCompanyName | String | False |
Field containing DeliverToCompanyName information. | |
| TotalLineAmount | Decimal | True |
Field containing TotalLineAmount information. | |
| TotalLineTaxAmount | Decimal | True |
Field containing TotalLineTaxAmount information. | |
| TotalAdjustmentAmount | Decimal | True |
Field containing TotalAdjustmentAmount information. | |
| TotalAdjustmentTaxAmount | Decimal | True |
Field containing TotalAdjustmentTaxAmount information. | |
| TotalAmount | Decimal | True |
Field containing TotalAmount information. | |
| TotalTaxAmount | Decimal | True |
Field containing TotalTaxAmount information. | |
| GrandTotalAmount | Decimal | True |
Field containing GrandTotalAmount information. | |
| TotalAdjustmentAmtWithTax | Decimal | True |
Field containing TotalAdjustmentAmtWithTax information. | |
| TotalLineAmtWithTax | Decimal | True |
Field containing TotalLineAmtWithTax information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for OrderDeliveryGroupSummaryFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for OrderDeliveryMethod.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| Description | String | False |
Text description of the record. | |
| ProductId | String | False |
Product2.Id |
ID of the Product associated with this record. |
| ReferenceNumber | String | False |
Reference identification number. | |
| Carrier | String | False |
Field containing Carrier information. | |
| ClassOfService | String | False |
Field containing ClassOfService information. | |
| IsActive | Bool | False |
Indicates whether the record is active. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for OrderDeliveryMethodFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for OrderFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
Order.Id |
ID of the parent object in the hierarchy. |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for OrderItem.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| Product2Id | String | False |
Product2.Id |
ID of the Product associated with this record. |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| OrderId | String | False |
Order.Id |
ID of the Order associated with this record. |
| PricebookEntryId | String | False |
ID of the PricebookEntry associated with this record. | |
| OriginalOrderItemId | String | False |
OrderItem.Id |
ID of the OriginalOrderItem associated with this record. |
| AvailableQuantity | Double | True |
Field containing AvailableQuantity information. | |
| Quantity | Double | False |
Quantity of the product. | |
| CurrencyIsoCode | String | True |
ISO code for the currency in which the revenue amount is expressed. | |
| UnitPrice | Decimal | False |
Price per unit for the product. | |
| ListPrice | Decimal | False |
List price for the product. | |
| TotalPrice | Decimal | True |
Total price for the line item. | |
| ServiceDate | Date | False |
Date associated with Service. | |
| EndDate | Date | False |
End date for the record or activity. | |
| Description | String | False |
Text description of the record. | |
| TotalLineAmount | Decimal | False |
Field containing TotalLineAmount information. | |
| RelatedOrderItemId | String | True |
OrderItem.Id |
ID of the RelatedOrderItem associated with this record. |
| Type | String | False |
Type of account or classification. | |
| TypeCode | String | True |
Field containing TypeCode information. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| OrderItemNumber | String | True |
OrderItem identification number. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for OrderItemAdjustmentLineItem.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | True |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| OrderItemId | String | False |
OrderItem.Id |
ID of the OrderItem associated with this record. |
| OrderId | String | True |
Order.Id |
ID of the Order associated with this record. |
| Amount | Decimal | False |
Estimated total sale amount. | |
| RelatedAdjustmentLineItemId | String | True |
ID of the RelatedAdjustmentLineItem associated with this record. | |
| Description | String | False |
Text description of the record. | |
| TotalTaxAmount | Decimal | True |
Field containing TotalTaxAmount information. | |
| OrderAdjustmentGroupId | String | False |
ID of the OrderAdjustmentGroup associated with this record. | |
| TotalAmtWithTax | Decimal | True |
Field containing TotalAmtWithTax information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for OrderItemAdjustmentLineItemFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for OrderItemAdjustmentLineSummary.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | True |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| OrderItemSummaryId | String | True |
ID of the OrderItemSummary associated with this record. | |
| OriginalOrderItemAdjustmentLineItemId | String | True |
ID of the OriginalOrderItemAdjustmentLineItem associated with this record. | |
| Description | String | False |
Text description of the record. | |
| TotalTaxAmount | Decimal | True |
Field containing TotalTaxAmount information. | |
| Amount | Decimal | True |
Estimated total sale amount. | |
| TotalAmtWithTax | Decimal | True |
Field containing TotalAmtWithTax information. | |
| OrderAdjustmentGroupSummaryId | String | True |
ID of the OrderAdjustmentGroupSummary associated with this record. | |
| OrderSummaryId | String | True |
OrderSummary.Id |
ID of the OrderSummary associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for OrderItemAdjustmentLineSummaryFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for OrderItemFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
OrderItem.Id |
ID of the parent object in the hierarchy. |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for OrderItemRelationship.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | True |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| MainOrderItemId | String | False |
OrderItem.Id |
ID of the MainOrderItem associated with this record. |
| AssociatedOrderItemId | String | False |
OrderItem.Id |
ID of the AssociatedOrderItem associated with this record. |
| OrderId | String | True |
Order.Id |
ID of the Order associated with this record. |
| ProductRelationshipTypeId | String | False |
ID of the ProductRelationshipType associated with this record. | |
| ProductRelatedComponentId | String | False |
ID of the ProductRelatedComponent associated with this record. | |
| AssociatedOrderItemInventory | String | False |
Field containing AssociatedOrderItemInventory information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for OrderItemRelationshipFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for OrderItemsRest.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | False |
Unique identifier for the record. | |
| Product2Id | String | False |
ID of the Product associated with this record. | |
| IsDeleted | Bool | False |
Indicates whether the record has been moved to the Recycle Bin. | |
| PricebookEntryId | String | False |
ID of the PricebookEntry associated with this record. | |
| OriginalOrderItemId | String | False |
ID of the OriginalOrderItem associated with this record. | |
| AvailableQuantity | Double | False |
Field containing AvailableQuantity information. | |
| Quantity | Double | False |
Quantity of the product. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| UnitPrice | Decimal | False |
Price per unit for the product. | |
| ListPrice | Decimal | False |
List price for the product. | |
| TotalPrice | Decimal | False |
Total price for the line item. | |
| ServiceDate | Date | False |
Date associated with Service. | |
| EndDate | Date | False |
End date for the record or activity. | |
| Description | String | False |
Text description of the record. | |
| TotalLineAmount | Decimal | False |
Field containing TotalLineAmount information. | |
| RelatedOrderItemId | String | False |
ID of the RelatedOrderItem associated with this record. | |
| Type | String | False |
Type of account or classification. | |
| TypeCode | String | False |
Field containing TypeCode information. | |
| CreatedDate | Datetime | False |
Date and time when the record was created. | |
| CreatedById | String | False |
ID of the user who created the record. | |
| LastModifiedDate | Datetime | False |
Date and time when the record was last modified. | |
| LastModifiedById | String | False |
ID of the user who last modified the record. | |
| SystemModstamp | Datetime | False |
Date and time when the record was last modified by a user or by an automated process. | |
| OrderId [KEY] | String | False |
ID of the Order associated with this record. | |
| OrderOwnerId | String | False |
ID of the OrderOwner associated with this record. | |
| OrderContractId | String | False |
ID of the OrderContract associated with this record. | |
| OrderAccountId | String | False |
ID of the OrderAccount associated with this record. | |
| OrderPricebook2Id | String | False |
ID of the OrderPricebook2 associated with this record. | |
| OrderOriginalOrderId | String | False |
ID of the OrderOriginalOrder associated with this record. | |
| OrderEffectiveDate | Date | False |
Date associated with OrderEffective. | |
| OrderEndDate | Date | False |
Date associated with OrderEnd. | |
| OrderIsReductionOrder | Bool | False |
Field containing OrderIsReductionOrder information. | |
| OrderStatus | String | False |
Status of the Order. | |
| OrderDescription | String | False |
Field containing OrderDescription information. | |
| OrderCustomerAuthorizedById | String | False |
ID of the OrderCustomerAuthorizedBy associated with this record. | |
| OrderCustomerAuthorizedDate | Date | False |
Date associated with OrderCustomerAuthorized. | |
| OrderCompanyAuthorizedById | String | False |
ID of the OrderCompanyAuthorizedBy associated with this record. | |
| OrderCompanyAuthorizedDate | Date | False |
Date associated with OrderCompanyAuthorized. | |
| OrderType | String | False |
Type classification for Order. | |
| OrderBillingStreet | String | False |
Street address for OrderBilling purposes. | |
| OrderBillingCity | String | False |
City for OrderBilling address. | |
| OrderBillingState | String | False |
State or province for OrderBilling address. | |
| OrderBillingPostalCode | String | False |
Postal code for OrderBilling address. | |
| OrderBillingCountry | String | False |
Country for OrderBilling address. | |
| OrderBillingLatitude | Double | False |
Latitude coordinate for OrderBilling address geolocation. | |
| OrderBillingLongitude | Double | False |
Longitude coordinate for OrderBilling address geolocation. | |
| OrderBillingGeocodeAccuracy | String | False |
Accuracy level of the geocode for the OrderBilling address. | |
| OrderBillingAddress | String | False |
Field containing OrderBillingAddress information. | |
| OrderShippingStreet | String | False |
Street address for OrderShipping purposes. | |
| OrderShippingCity | String | False |
City for OrderShipping address. | |
| OrderShippingState | String | False |
State or province for OrderShipping address. | |
| OrderShippingPostalCode | String | False |
Postal code for OrderShipping address. | |
| OrderShippingCountry | String | False |
Country for OrderShipping address. | |
| OrderShippingLatitude | Double | False |
Latitude coordinate for OrderShipping address geolocation. | |
| OrderShippingLongitude | Double | False |
Longitude coordinate for OrderShipping address geolocation. | |
| OrderShippingGeocodeAccuracy | String | False |
Accuracy level of the geocode for the OrderShipping address. | |
| OrderShippingAddress | String | False |
Field containing OrderShippingAddress information. | |
| OrderName | String | False |
Field containing OrderName information. | |
| OrderPoDate | Date | False |
Date associated with OrderPo. | |
| OrderPoNumber | String | False |
OrderPo identification number. | |
| OrderReferenceNumber | String | False |
OrderReference identification number. | |
| OrderBillToContactId | String | False |
ID of the OrderBillToContact associated with this record. | |
| OrderShipToContactId | String | False |
ID of the OrderShipToContact associated with this record. | |
| OrderActivatedDate | Datetime | False |
Date associated with OrderActivated. | |
| OrderActivatedById | String | False |
ID of the OrderActivatedBy associated with this record. | |
| OrderStatusCode | String | False |
Field containing OrderStatusCode information. | |
| OrderCurrencyIsoCode | String | False |
Field containing OrderCurrencyIsoCode information. | |
| OrderRelatedOrderId | String | False |
ID of the OrderRelatedOrder associated with this record. | |
| OrderNumber | String | False |
Order identification number. | |
| OrderTotalAmount | Decimal | False |
Field containing OrderTotalAmount information. | |
| OrderRelatedOrderType | String | False |
Type classification for OrderRelatedOrder. | |
| OrderCreatedDate | Datetime | False |
Date associated with OrderCreated. | |
| OrderCreatedById | String | False |
ID of the OrderCreatedBy associated with this record. | |
| OrderLastModifiedDate | Datetime | False |
Date associated with OrderLastModified. | |
| OrderLastModifiedById | String | False |
ID of the OrderLastModifiedBy associated with this record. | |
| OrderIsDeleted | Bool | False |
Field containing OrderIsDeleted information. | |
| OrderSystemModstamp | Datetime | False |
Field containing OrderSystemModstamp information. | |
| OrderLastViewedDate | Datetime | False |
Date associated with OrderLastViewed. | |
| OrderLastReferencedDate | Datetime | False |
Date associated with OrderLastReferenced. | |
| OrderExternalId | String | False |
ID of the OrderExternal associated with this record. |
Schema file for OrderItemSummary.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | True |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| OrderSummaryId | String | True |
OrderSummary.Id |
ID of the OrderSummary associated with this record. |
| OriginalOrderItemId | String | True |
OrderItem.Id |
ID of the OriginalOrderItem associated with this record. |
| OrderDeliveryGroupSummaryId | String | True |
ID of the OrderDeliveryGroupSummary associated with this record. | |
| AssetId | String | True |
Asset.Id |
ID of the Asset associated with this record. |
| Product2Id | String | True |
Product2.Id |
ID of the Product associated with this record. |
| ProductCode | String | True |
Field containing ProductCode information. | |
| StockKeepingUnit | String | True |
Field containing StockKeepingUnit information. | |
| LineNumber | Int | True |
Line identification number. | |
| Type | String | True |
Type of account or classification. | |
| TypeCode | String | True |
Field containing TypeCode information. | |
| ReservedAtLocationId | String | False |
ID of the ReservedAtLocation associated with this record. | |
| ReservedAtLocationIdType | String | False |
Specifies the type of the 'ReservedAtLocationId' polymorphic field to use in the statement. | |
| ReservedAtLocationIdExternalFieldName | String | False |
Specifies the external field name of the 'ReservedAtLocationId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Quantity | Double | True |
Quantity of the product. | |
| ListPrice | Decimal | True |
List price for the product. | |
| UnitPrice | Decimal | True |
Price per unit for the product. | |
| QuantityAllocated | Double | True |
Field containing QuantityAllocated information. | |
| QuantityReshipped | Double | True |
Field containing QuantityReshipped information. | |
| QuantityCanceled | Double | True |
Field containing QuantityCanceled information. | |
| QuantityOrdered | Double | True |
Field containing QuantityOrdered information. | |
| Status | String | True |
Status of the record. | |
| QuantityFulfilled | Double | True |
Field containing QuantityFulfilled information. | |
| QuantityReturned | Double | True |
Field containing QuantityReturned information. | |
| TotalLineAmount | Decimal | True |
Field containing TotalLineAmount information. | |
| ServiceDate | Date | True |
Date associated with Service. | |
| EndDate | Date | True |
End date for the record or activity. | |
| Description | String | False |
Text description of the record. | |
| QuantityReturnInitiated | Double | True |
Field containing QuantityReturnInitiated information. | |
| PricebookEntryId | String | True |
ID of the PricebookEntry associated with this record. | |
| EarliestEstimatedDeliveryDate | Date | False |
Date associated with EarliestEstimatedDelivery. | |
| LatestEstimatedDeliveryDate | Date | False |
Date associated with LatestEstimatedDelivery. | |
| EarliestEstimatedDeliveryTime | Time | False |
Field containing EarliestEstimatedDeliveryTime information. | |
| LatestEstimatedDeliveryTime | Time | False |
Field containing LatestEstimatedDeliveryTime information. | |
| EstimatedDeliveryReference | String | False |
Field containing EstimatedDeliveryReference information. | |
| EstimatedDeliveryTimeZone | String | False |
Field containing EstimatedDeliveryTimeZone information. | |
| GrossUnitPrice | Decimal | True |
Field containing GrossUnitPrice information. | |
| QuantityShipped | Double | False |
Field containing QuantityShipped information. | |
| MainOrderItemSummaryId | String | True |
ID of the MainOrderItemSummary associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for OrderItemSummaryChange.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| OrderItemSummaryChangeNumber | String | True |
OrderItemSummaryChange identification number. | |
| CurrencyIsoCode | String | True |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| OrderItemSummaryId | String | True |
ID of the OrderItemSummary associated with this record. | |
| ChangeOrderItemId | String | True |
OrderItem.Id |
ID of the ChangeOrderItem associated with this record. |
| OrderSummaryId | String | True |
OrderSummary.Id |
ID of the OrderSummary associated with this record. |
| Reason | String | True |
Field containing Reason information. | |
| ChangeType | String | True |
Type classification for Change. | |
| IsPreFulfillment | Bool | True |
Indicates whether the record has the PreFulfillment characteristic. | |
| ReasonText | String | True |
Field containing ReasonText information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for OrderItemSummaryFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for OrderItemSummaryRelationship.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| MainOrderItemSummaryId | String | True |
ID of the MainOrderItemSummary associated with this record. | |
| MainOrderSummaryId | String | True |
OrderSummary.Id |
ID of the MainOrderSummary associated with this record. |
| AssociatedOrderItemSummaryId | String | True |
ID of the AssociatedOrderItemSummary associated with this record. | |
| OrderItemRelationshipId | String | True |
ID of the OrderItemRelationship associated with this record. | |
| ProductRelatedComponentId | String | True |
ID of the ProductRelatedComponent associated with this record. | |
| ProductRelationshipTypeId | String | True |
ID of the ProductRelationshipType associated with this record. | |
| MainOrderItemSummaryRole | String | True |
Field containing MainOrderItemSummaryRole information. | |
| AssociatedOrderItemSummaryRole | String | True |
Field containing AssociatedOrderItemSummaryRole information. | |
| AssociatedOrderItemSumPricing | String | True |
Field containing AssociatedOrderItemSumPricing information. | |
| AssociatedQuanScaleMethod | String | True |
Field containing AssociatedQuanScaleMethod information. | |
| AssociatedOrderItemInventory | String | True |
Field containing AssociatedOrderItemInventory information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for OrderItemTaxLineItem.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | True |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| OrderItemId | String | False |
OrderItem.Id |
ID of the OrderItem associated with this record. |
| OrderId | String | True |
Order.Id |
ID of the Order associated with this record. |
| OrderItemAdjustmentLineItemId | String | False |
ID of the OrderItemAdjustmentLineItem associated with this record. | |
| Type | String | False |
Type of account or classification. | |
| Amount | Decimal | False |
Estimated total sale amount. | |
| Rate | Double | False |
Field containing Rate information. | |
| TaxEffectiveDate | Date | False |
Date associated with TaxEffective. | |
| RelatedTaxLineItemId | String | True |
ID of the RelatedTaxLineItem associated with this record. | |
| Description | String | False |
Text description of the 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for OrderItemTaxLineItemFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for OrderItemTaxLineItemSummary.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | True |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| OrderItemSummaryId | String | True |
ID of the OrderItemSummary associated with this record. | |
| OriginalOrderItemTaxLineItemId | String | True |
ID of the OriginalOrderItemTaxLineItem associated with this record. | |
| OrderItemAdjustmentLineSummaryId | String | True |
ID of the OrderItemAdjustmentLineSummary associated with this record. | |
| Type | String | True |
Type of account or classification. | |
| Amount | Decimal | True |
Estimated total sale amount. | |
| Description | String | False |
Text description of the record. | |
| Rate | Double | True |
Field containing Rate information. | |
| TaxEffectiveDate | Date | True |
Date associated with TaxEffective. | |
| OrderSummaryId | String | True |
OrderSummary.Id |
ID of the OrderSummary associated with this record. |
| CalculationReferenceNumber | String | True |
CalculationReference identification number. | |
| ReferenceNumber | String | True |
Reference identification number. | |
| TransactionReferenceNumber | String | False |
TransactionReference identification number. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for OrderItemTaxLineItemSummaryFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for OrderPaymentSummary.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Method | String | False |
Field containing Method information. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| OrderSummaryId | String | False |
OrderSummary.Id |
ID of the OrderSummary associated with this record. |
| PaymentMethodId | String | True |
ID of the payment method used. | |
| LastPaymentGatewayLogId | String | True |
ID of the LastPaymentGatewayLog associated with this record. | |
| FullName | String | False |
Field containing FullName information. | |
| Type | String | False |
Type of account or classification. | |
| AuthorizationReversalAmount | Decimal | True |
Field containing AuthorizationReversalAmount information. | |
| AuthorizationAmount | Decimal | True |
Field containing AuthorizationAmount information. | |
| CapturedAmount | Decimal | True |
Field containing CapturedAmount information. | |
| BalanceAmount | Decimal | True |
Field containing BalanceAmount information. | |
| PendingAuthorizationAmount | Decimal | True |
Field containing PendingAuthorizationAmount information. | |
| PendingReverseAuthAmount | Decimal | True |
Field containing PendingReverseAuthAmount information. | |
| PendingCaptureAmount | Decimal | True |
Field containing PendingCaptureAmount information. | |
| PendingRefundAmount | Decimal | True |
Field containing PendingRefundAmount information. | |
| RefundedAmount | Decimal | True |
Field containing RefundedAmount information. | |
| LastPaymentGatewayMessage | String | False |
Field containing LastPaymentGatewayMessage information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for OrderPaymentSummaryFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for OrderPaymentSummaryReference.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Method | String | False |
Field containing Method information. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| OrderPaymentSummaryId | String | False |
ID of the OrderPaymentSummary associated with this record. | |
| OrderSummaryId | String | False |
OrderSummary.Id |
ID of the OrderSummary associated with this record. |
| Type | String | False |
Type of account or classification. | |
| AuthorizationAmount | Decimal | True |
Field containing AuthorizationAmount information. | |
| CapturedAmount | Decimal | True |
Field containing CapturedAmount information. | |
| RefundedAmount | Decimal | True |
Field containing RefundedAmount information. | |
| ReservedBalanceAmount | Decimal | False |
Field containing ReservedBalanceAmount information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for OrderSummary.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| OrderNumber | String | False |
Order identification number. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| OriginalOrderId | String | True |
Order.Id |
ID of the OriginalOrder associated with this record. |
| AccountId | String | True |
Account.Id |
ID of the Account associated with this record. |
| ChangeOrderId | String | True |
Order.Id |
ID of the ChangeOrder associated with this record. |
| BillingStreet | String | False |
Street address for Billing purposes. | |
| BillingCity | String | False |
City for Billing address. | |
| BillingState | String | False |
State or province for Billing address. | |
| BillingPostalCode | String | False |
Postal code for Billing address. | |
| BillingCountry | String | False |
Country for Billing address. | |
| BillingLatitude | Double | False |
Latitude coordinate for Billing address geolocation. | |
| BillingLongitude | Double | False |
Longitude coordinate for Billing address geolocation. | |
| BillingGeocodeAccuracy | String | False |
Accuracy level of the geocode for the Billing address. | |
| BillingEmailAddress | String | False |
Field containing BillingEmailAddress information. | |
| BillingPhoneNumber | String | False |
BillingPhone identification number. | |
| TaxLocaleType | String | True |
Type classification for TaxLocale. | |
| OrderedDate | Datetime | True |
Date associated with Ordered. | |
| Status | String | False |
Status of the record. | |
| Description | String | False |
Text description of the record. | |
| SalesStoreId | String | True |
WebStore.Id |
ID of the SalesStore associated with this record. |
| SalesStoreIdType | String | False |
Specifies the type of the 'SalesStoreId' polymorphic field to use in the statement. | |
| SalesStoreIdExternalFieldName | String | False |
Specifies the external field name of the 'SalesStoreId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| SalesChannelId | String | True |
SalesChannel.Id |
ID of the SalesChannel associated with this record. |
| PoNumber | String | False |
Po identification number. | |
| PoDate | Datetime | False |
Date associated with Po. | |
| OrderLifeCycleType | String | True |
Type classification for OrderLifeCycle. | |
| BillToContactId | String | False |
Contact.Id |
ID of the BillToContact associated with this record. |
| ExternalReferenceIdentifier | String | False |
Field containing ExternalReferenceIdentifier information. | |
| IsSuspended | Bool | False |
Indicates whether the record has the Suspended characteristic. | |
| ActiveProcessExceptionCount | Int | True |
Number of ActiveProcessException associated with this record. | |
| RoutingAttempts | Int | False |
Field containing RoutingAttempts information. | |
| OrderProductLineCount | Int | True |
Number of OrderProductLine associated with this record. | |
| BusinessModel | String | False |
Field containing BusinessModel information. | |
| SourceProcess | String | True |
Field containing SourceProcess information. | |
| SourceOrderSummaryId | String | True |
OrderSummary.Id |
ID of the SourceOrderSummary associated with this record. |
| Pricebook2Id | String | True |
Pricebook2.Id |
ID of the Pricebook2 associated with this record. |
| OperationInProgress | String | True |
Field containing OperationInProgress information. | |
| EffectiveDate | Date | True |
Date associated with Effective. | |
| OriginalOrderName | String | True |
Field containing OriginalOrderName information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for OrderSummaryAdditionalInfo.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| OrderSummaryId | String | True |
OrderSummary.Id |
ID of the OrderSummary associated with this record. |
| OrderId | String | False |
Order.Id |
ID of the Order associated with this record. |
| InventoryReservationState | String | False |
State or province for InventoryReservation address. | |
| InventoryReservationIdentifier | String | False |
Field containing InventoryReservationIdentifier information. | |
| InventoryReservationMessage | String | False |
Field containing InventoryReservationMessage information. | |
| InventoryReservationExtRef | String | False |
Field containing InventoryReservationExtRef information. | |
| AdjustmentsVersion | String | True |
Field containing AdjustmentsVersion information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for OrderSummaryAdditionalInfoFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for OrderSummaryFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
OrderSummary.Id |
ID of the parent object in the hierarchy. |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for OrderSummaryRelationship.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | True |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| MainOrderSummaryId | String | False |
OrderSummary.Id |
ID of the MainOrderSummary associated with this record. |
| RootOrderSummaryId | String | False |
OrderSummary.Id |
ID of the RootOrderSummary associated with this record. |
| AssociatedOrderSummaryId | String | False |
OrderSummary.Id |
ID of the AssociatedOrderSummary associated with this record. |
| MainAttachedToId | String | False |
Order.Id |
ID of the MainAttachedTo associated with this record. |
| MainAttachedToIdType | String | False |
Specifies the type of the 'MainAttachedToId' polymorphic field to use in the statement. | |
| MainAttachedToIdExternalFieldName | String | False |
Specifies the external field name of the 'MainAttachedToId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| AssociatedRelationshipType | String | False |
Type classification for AssociatedRelationship. | |
| AssociatedOrderSummaryStatus | String | True |
Status of the AssociatedOrderSummary. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for OrderSummaryRoutingSchedule.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| OrderSummaryId | String | False |
OrderSummary.Id |
ID of the OrderSummary associated with this record. |
| ScheduledDatetime | Datetime | False |
Field containing ScheduledDatetime information. | |
| Reason | String | False |
Field containing Reason information. | |
| ScheduleStatus | String | False |
Status of the Schedule. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Salesforce 組織に関する情報(会社設定や環境設定を含む)を格納します。
| 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 |
組織レコードが最後に更新された日時。 |
Schema file for OrgDeleteRequest.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| RequestType | String | False |
Type classification for Request. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for OrgEmailAddressSecurity.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | False |
Profile.Id |
ID of the parent object in the hierarchy. |
| OrgWideEmailAddressId | String | False |
ID of the OrgWideEmailAddress associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. |
Schema file for OrgMetric.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LatestOrgMetricScanSummaryId | String | False |
ID of the LatestOrgMetricScanSummary associated with this record. | |
| FeatureType | String | False |
Type classification for Feature. | |
| Category | String | False |
Field containing Category information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for OrgMetricScanResult.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| OrgMetricScanSummaryId | String | False |
ID of the OrgMetricScanSummary associated with this record. | |
| Url | String | False |
Field containing Url information. | |
| Object | String | False |
Field containing Object information. | |
| Date | Datetime | False |
Date associated with . | |
| Type | String | False |
Type of account or classification. | |
| Profile | Int | False |
Field containing Profile information. | |
| User | String | False |
Field containing User information. | |
| Quantity | Int | False |
Quantity of the product. | |
| ItemStatus | String | False |
Status of the Item. | |
| Flags | Int | False |
Field containing Flags information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for OrgMetricScanSummary.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| OrgMetricId | String | False |
OrgMetric.Id |
ID of the OrgMetric associated with this record. |
| Status | String | False |
Status of the record. | |
| ImplementationEffort | String | False |
Field containing ImplementationEffort information. | |
| ErrorMessage | String | False |
Field containing ErrorMessage information. | |
| ItemCount | Int | False |
Number of Item associated with this record. | |
| FeatureLimit | Int | False |
Field containing FeatureLimit information. | |
| Unit | String | False |
Field containing Unit information. | |
| PercentUsage | Double | False |
Field containing PercentUsage information. | |
| ScanDate | Datetime | False |
Date associated with Scan. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Salesforce からシステム生成メールを送信するために使用される組織全体のメールアドレスを管理します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
組織全体のメールアドレスの一意の識別子。 | |
| CreatedById | String | True |
User.Id |
メールアドレスレコードを作成したユーザーのID。 |
| CreatedDate | Datetime | True |
メールアドレスレコードが作成された日時。 | |
| LastModifiedById | String | True |
User.Id |
メールアドレスレコードを最後に更新したユーザーのID。 |
| IsVerified | Bool | False |
レコードにVerified 特性があるかどうかを示します。 | |
| Address | String | False |
メール送信に使用される組織全体のメールアドレス。 | |
| DisplayName | String | False |
組織全体のメールアドレスに関連付けられた表示名。 | |
| IsAllowAllProfiles | Bool | False |
メールアドレスがすべてのユーザープロファイルで使用可能かどうかを示します。 | |
| Purpose | String | False |
Purpose 情報を含む項目。 | |
| 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 |
メールアドレスレコードが最後に更新された日時。 |
Schema file for OutgoingEmail.
| Name | Type | ReadOnly | References | Description |
| Id | String | True |
Unique identifier for the record. | |
| ExternalId | String | False |
External ID from another system. | |
| ValidatedFromAddress | String | False |
Field containing ValidatedFromAddress information. | |
| ToAddress | String | False |
Field containing ToAddress information. | |
| CcAddress | String | False |
Field containing CcAddress information. | |
| BccAddress | String | False |
Field containing BccAddress information. | |
| Subject | String | False |
Subject or title of the activity. | |
| TextBody | String | False |
Field containing TextBody information. | |
| HtmlBody | String | False |
Field containing HtmlBody information. | |
| RelatedToId | String | False |
ID of the RelatedTo associated with this record. | |
| RelatedToIdType | String | False |
Specifies the type of the 'RelatedToId' polymorphic field to use in the statement. | |
| RelatedToIdExternalFieldName | String | False |
Specifies the external field name of the 'RelatedToId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| WhoId | String | False |
ID of the Who associated with this record. | |
| WhoIdType | String | False |
Specifies the type of the 'WhoId' polymorphic field to use in the statement. | |
| WhoIdExternalFieldName | String | False |
Specifies the external field name of the 'WhoId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| EmailTemplateId | String | False |
ID of the EmailTemplate associated with this record. | |
| EmailTemplateIdType | String | False |
Specifies the type of the 'EmailTemplateId' polymorphic field to use in the statement. | |
| EmailTemplateIdExternalFieldName | String | False |
Specifies the external field name of the 'EmailTemplateId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| InReplyTo | String | False |
Field containing InReplyTo information. | |
| References | String | False |
Field containing References information. | |
| MessageId | String | False |
ID of the Message associated with this 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. |
Schema file for OutgoingEmailRelation.
| Name | Type | ReadOnly | References | Description |
| Id | String | True |
Unique identifier for the record. | |
| ExternalId | String | False |
External ID from another system. | |
| OutgoingEmailId | String | False |
ID of the OutgoingEmail associated with this record. | |
| RelationId | String | False |
ID of the Relation associated with this record. | |
| RelationIdType | String | False |
Specifies the type of the 'RelationId' polymorphic field to use in the statement. | |
| RelationIdExternalFieldName | String | False |
Specifies the external field name of the 'RelationId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| RelationAddress | String | False |
Field containing RelationAddress information. | |
| 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. |
Schema file for PardotTenant.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| InitialPardotAdminId | String | False |
User.Id |
ID of the InitialPardotAdmin associated with this record. |
| CreationStatus | String | False |
Status of the Creation. | |
| DeleteOn | Date | True |
Field containing DeleteOn information. | |
| PardotTenantId | String | True |
ID of the PardotTenant associated with this record. | |
| PardotTenantName | String | False |
Field containing PardotTenantName information. | |
| PardotTenantAccountType | String | True |
Type classification for PardotTenantAccount. | |
| PardotTenantEnvironment | String | True |
Field containing PardotTenantEnvironment information. | |
| PardotTenantStatusCode | String | True |
Field containing PardotTenantStatusCode information. | |
| PardotGdotTenantKey | String | True |
Field containing PardotGdotTenantKey information. | |
| CdpEnablementStatus | String | True |
Status of the CdpEnablement. | |
| IsEinsteinAssistantEnabled | Bool | True |
Indicates whether the record has the EinsteinAssistantEnabled characteristic. | |
| IsContentConvergenceEnabled | Bool | False |
Indicates whether the record has the ContentConvergenceEnabled characteristic. | |
| ContentConvergenceWorkspace | String | False |
Field containing ContentConvergenceWorkspace information. | |
| ConsentAlignmentStatus | String | True |
Status of the ConsentAlignment. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
ビジネスパートナー関係を追跡し、取引先や商談に関連付けます。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
パートナー関係レコードの一意の識別子。 | |
| OpportunityId | String | False |
Opportunity.Id |
パートナーに関連付けられている関連商談のID。 |
| AccountFromId | String | False |
Account.Id |
パートナーシップを開始する取引先のID。 |
| AccountToId | String | False |
Account.Id |
パートナーシップを受けるパートナー取引先のID。 |
| Role | String | False |
商談のコンテキストでパートナーに割り当てられた役割。 | |
| IsPrimary | Bool | False |
これが商談の主パートナーであるかどうかを示します。 | |
| CreatedById | String | True |
User.Id |
パートナーレコードを作成したユーザーのID。 |
| LastModifiedById | String | True |
User.Id |
パートナーレコードを最後に更新したユーザーのID。 |
| IsDeleted | Bool | True |
パートナーレコードが削除されたかどうかを示します。 | |
| ReversePartnerId | String | True |
Partner.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 |
パートナーレコードが最後に更新された日時。 | |
| CreatedDate | Datetime | True |
パートナーレコードが作成された日時。 |
Schema file for PartyConsent.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| PartyId | String | False |
Individual.Id |
ID of the Party associated with this record. |
| Action | String | False |
Field containing Action information. | |
| PrivacyConsentStatus | String | False |
Status of the PrivacyConsent. | |
| CaptureDate | Datetime | False |
Date associated with Capture. | |
| CaptureContactPointType | String | False |
Type classification for CaptureContactPoint. | |
| CaptureSource | String | False |
Field containing CaptureSource information. | |
| PartyRoleId | String | False |
ID of the PartyRole associated with this record. | |
| PartyRoleIdType | String | False |
Specifies the type of the 'PartyRoleId' polymorphic field to use in the statement. | |
| PartyRoleIdExternalFieldName | String | False |
Specifies the external field name of the 'PartyRoleId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BusinessBrandId | String | False |
ID of the BusinessBrand associated with this record. | |
| DataUsePurposeId | String | False |
ID of the DataUsePurpose associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for PartyConsentFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
PartyConsent.Id |
ID of the parent object in the hierarchy. |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for Payment.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| PaymentNumber | String | True |
Payment identification number. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| PaymentGroupId | String | False |
PaymentGroup.Id |
ID of the PaymentGroup associated with this record. |
| AccountId | String | False |
Account.Id |
ID of the Account associated with this record. |
| PaymentAuthorizationId | String | False |
ID of the PaymentAuthorization associated with this record. | |
| Date | Datetime | False |
Date associated with . | |
| CancellationDate | Datetime | False |
Indicates whether the user or record can perform cellationDate action. | |
| Amount | Decimal | False |
Estimated total sale amount. | |
| Status | String | False |
Status of the record. | |
| Type | String | False |
Type of account or classification. | |
| ProcessingMode | String | False |
Mode used for processing the payment. | |
| GatewayRefNumber | String | False |
GatewayRef identification number. | |
| ClientContext | String | True |
Field containing ClientContext information. | |
| GatewayResultCode | String | False |
Result code returned by the payment gateway. | |
| SfResultCode | String | False |
Salesforce-specific result code for the transaction. | |
| GatewayDate | Datetime | False |
Date associated with Gateway. | |
| CancellationGatewayRefNumber | String | False |
Indicates whether the user or record can perform cellationGatewayRefNumber action. | |
| CancellationGatewayResultCode | String | False |
Indicates whether the user or record can perform cellationGatewayResultCode action. | |
| CancellationSfResultCode | String | False |
Indicates whether the user or record can perform cellationSfResultCode action. | |
| CancellationGatewayDate | Datetime | False |
Indicates whether the user or record can perform cellationGatewayDate action. | |
| Comments | String | False |
Field containing Comments information. | |
| EffectiveDate | Datetime | False |
Date associated with Effective. | |
| CancellationEffectiveDate | Datetime | False |
Indicates whether the user or record can perform cellationEffectiveDate action. | |
| GatewayResultCodeDescription | String | False |
Field containing GatewayResultCodeDescription information. | |
| GatewayRefDetails | String | False |
Field containing GatewayRefDetails information. | |
| OrderPaymentSummaryId | String | False |
ID of the OrderPaymentSummary associated with this record. | |
| IpAddress | String | False |
Field containing IpAddress information. | |
| MacAddress | String | False |
Field containing MacAddress information. | |
| Phone | String | False |
Phone number for the contact or account. | |
| String | False |
Email address for the contact or person account. | ||
| PaymentGatewayId | String | False |
ID of the PaymentGateway associated with this record. | |
| PaymentMethodId | String | False |
ID of the payment method used. | |
| TotalApplied | Decimal | True |
Field containing TotalApplied information. | |
| TotalUnapplied | Decimal | True |
Field containing TotalUnapplied information. | |
| NetApplied | Decimal | True |
Field containing NetApplied information. | |
| Balance | Decimal | True |
Field containing Balance information. | |
| PaymentIntentGuid | String | False |
ID of the PaymentIntentGu associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for PaymentAuthAdjustment.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| PaymentAuthAdjustmentNumber | String | True |
PaymentAuthAdjustment identification number. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| PaymentAuthorizationId | String | False |
ID of the PaymentAuthorization associated with this record. | |
| ProcessingMode | String | False |
Mode used for processing the payment. | |
| Amount | Decimal | False |
Estimated total sale amount. | |
| Status | String | False |
Status of the record. | |
| Type | String | False |
Type of account or classification. | |
| Date | Datetime | False |
Date associated with . | |
| GatewayDate | Datetime | False |
Date associated with Gateway. | |
| EffectiveDate | Datetime | False |
Date associated with Effective. | |
| Comments | String | False |
Field containing Comments information. | |
| GatewayRefNumber | String | False |
GatewayRef identification number. | |
| GatewayResultCode | String | False |
Result code returned by the payment gateway. | |
| SfResultCode | String | False |
Salesforce-specific result code for the transaction. | |
| AccountId | String | False |
Account.Id |
ID of the Account associated with this record. |
| GatewayRefDetails | String | False |
Field containing GatewayRefDetails information. | |
| GatewayResultCodeDescription | String | False |
Field containing GatewayResultCodeDescription information. | |
| IpAddress | String | False |
Field containing IpAddress information. | |
| MacAddress | String | False |
Field containing MacAddress information. | |
| Phone | String | False |
Phone number for the contact or account. | |
| String | False |
Email address for the contact or person account. | ||
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for PaymentAuthorization.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| PaymentAuthorizationNumber | String | True |
PaymentAuthorization identification number. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| PaymentGroupId | String | False |
PaymentGroup.Id |
ID of the PaymentGroup associated with this record. |
| AccountId | String | False |
Account.Id |
ID of the Account associated with this record. |
| Date | Datetime | False |
Date associated with . | |
| GatewayDate | Datetime | False |
Date associated with Gateway. | |
| ExpirationDate | Datetime | False |
Date associated with Expiration. | |
| EffectiveDate | Datetime | False |
Date associated with Effective. | |
| Amount | Decimal | False |
Estimated total sale amount. | |
| Status | String | False |
Status of the record. | |
| ProcessingMode | String | False |
Mode used for processing the payment. | |
| PaymentMethodId | String | False |
ID of the payment method used. | |
| Comments | String | False |
Field containing Comments information. | |
| GatewayRefDetails | String | False |
Field containing GatewayRefDetails information. | |
| GatewayRefNumber | String | False |
GatewayRef identification number. | |
| GatewayResultCode | String | False |
Result code returned by the payment gateway. | |
| SfResultCode | String | False |
Salesforce-specific result code for the transaction. | |
| GatewayAuthCode | String | False |
Field containing GatewayAuthCode information. | |
| GatewayResultCodeDescription | String | False |
Field containing GatewayResultCodeDescription information. | |
| Balance | Decimal | True |
Field containing Balance information. | |
| TotalPaymentCaptureAmount | Decimal | True |
Field containing TotalPaymentCaptureAmount information. | |
| IpAddress | String | False |
Field containing IpAddress information. | |
| MacAddress | String | False |
Field containing MacAddress information. | |
| Phone | String | False |
Phone number for the contact or account. | |
| String | False |
Email address for the contact or person account. | ||
| PaymentGatewayId | String | False |
ID of the PaymentGateway associated with this record. | |
| OrderPaymentSummaryId | String | False |
ID of the OrderPaymentSummary associated with this record. | |
| PaymentIntentGuid | String | False |
ID of the PaymentIntentGu associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for PaymentFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
Payment.Id |
ID of the parent object in the hierarchy. |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for PaymentGateway.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| PaymentGatewayName | String | False |
Field containing PaymentGatewayName information. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| PaymentGatewayProviderId | String | False |
ID of the PaymentGatewayProvider associated with this record. | |
| MerchantCredentialId | String | False |
ID of the MerchantCredential associated with this record. | |
| Status | String | False |
Status of the record. | |
| Comments | String | False |
Field containing Comments information. | |
| ExternalReference | String | False |
Field containing ExternalReference information. | |
| DefaultTapToPayLocation | String | True |
Field containing DefaultTapToPayLocation information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for PaymentGatewayLog.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| PaymentGatewayLogNumber | String | True |
PaymentGatewayLog identification number. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| ReferencedEntityId | String | False |
ID of the ReferencedEntity associated with this record. | |
| ReferencedEntityIdType | String | False |
Specifies the type of the 'ReferencedEntityId' polymorphic field to use in the statement. | |
| ReferencedEntityIdExternalFieldName | String | False |
Specifies the external field name of the 'ReferencedEntityId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| InteractionType | String | False |
Type classification for Interaction. | |
| SfRefNumber | String | False |
SfRef identification number. | |
| InteractionStatus | String | False |
Status of the Interaction. | |
| GatewayAuthCode | String | False |
Field containing GatewayAuthCode information. | |
| GatewayRefNumber | String | False |
GatewayRef identification number. | |
| SfResultCode | String | False |
Salesforce-specific result code for the transaction. | |
| GatewayResultCode | String | False |
Result code returned by the payment gateway. | |
| GatewayResultCodeDescription | String | False |
Field containing GatewayResultCodeDescription information. | |
| GatewayDate | Datetime | False |
Date associated with Gateway. | |
| GatewayMessage | String | False |
Field containing GatewayMessage information. | |
| GatewayAvsCode | String | False |
Field containing GatewayAvsCode information. | |
| PaymentGatewayId | String | False |
ID of the PaymentGateway associated with this record. | |
| OrderPaymentSummaryId | String | False |
ID of the OrderPaymentSummary associated with this record. | |
| IsNotification | String | False |
Indicates whether the record has the Notification characteristic. | |
| Request | String | False |
Field containing Request information. | |
| Response | String | False |
Field containing Response information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for PaymentGatewayProvider.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| NamespacePrefix | String | True |
The namespace prefix associated with this object. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| ApexAdapterId | String | False |
ApexClass.Id |
ID of the ApexAdapter associated with this record. |
| Comments | String | False |
Field containing Comments information. | |
| IdempotencySupported | String | False |
Field containing IdempotencySupported information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for PaymentGroup.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| PaymentGroupNumber | String | True |
PaymentGroup identification number. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| SourceObjectId | String | False |
Order.Id |
ID of the SourceObject associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for PaymentLineInvoice.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| PaymentLineInvoiceNumber | String | True |
PaymentLineInvoice identification number. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| InvoiceId | String | False |
Invoice.Id |
ID of the Invoice associated with this record. |
| PaymentId | String | False |
Payment.Id |
ID of the Payment associated with this record. |
| Amount | Decimal | False |
Estimated total sale amount. | |
| Type | String | False |
Type of account or classification. | |
| HasBeenUnapplied | String | False |
Indicates whether the record has BeenUnapplied. | |
| Comments | String | False |
Field containing Comments information. | |
| Date | Datetime | False |
Date associated with . | |
| AppliedDate | Datetime | False |
Date associated with Applied. | |
| EffectiveDate | Datetime | False |
Date associated with Effective. | |
| UnappliedDate | Datetime | False |
Date associated with Unapplied. | |
| AssociatedAccountId | String | False |
Account.Id |
ID of the AssociatedAccount associated with this record. |
| AssociatedPaymentLineId | String | False |
ID of the AssociatedPaymentLine associated with this record. | |
| PaymentBalance | Decimal | True |
Field containing PaymentBalance information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
ユーザーに追加のアクセス権とセキュリティ権限を付与する権限セットを管理します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
権限セットの一意識別子。 | |
| Name | String | False |
権限セットのAPI 名。 | |
| Label | String | False |
権限セットの表示ラベル。 | |
| LicenseId | String | False |
このレコードに関連付けられたライセンスのID。 | |
| LicenseIdType | String | False |
ステートメントで使用する'LicenseId' ポリモーフィック項目のタイプを指定します。 | |
| LicenseIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'LicenseId' ポリモーフィック項目の外部項目名を指定します。 | |
| ProfileId | String | True |
Profile.Id |
権限セットに関連付けられたプロファイルの識別子。 |
| IsOwnedByProfile | Bool | True |
権限セットがプロファイルによって所有されているかどうかを示します。 | |
| IsCustom | Bool | True |
レコードがカスタム特性を持っているかどうかを示します。 | |
| PermissionsEmailSingle | Bool | False |
単一メールを送信する機能を付与します。 | |
| PermissionsEmailMass | Bool | False |
一括メールを送信する機能を付与します。 | |
| PermissionsEditTask | Bool | False |
ToDo を作成、編集、削除する機能を付与します。 | |
| PermissionsEditEvent | Bool | False |
カレンダー行動を作成、編集、削除する機能を付与します。 | |
| PermissionsExportReport | Bool | False |
レポートデータをエクスポートする機能を付与します。 | |
| PermissionsImportPersonal | Bool | False |
個人の取引先責任者をインポートする機能を付与します。 | |
| PermissionsDataExport | Bool | False |
PermissionsDataExport 情報を含む項目。 | |
| PermissionsManageUsers | Bool | False |
ユーザーアカウントと関連設定を管理する完全なアクセス権を付与します。 | |
| PermissionsEditPublicFilters | Bool | False |
PermissionsEditPublicFilters 情報を含む項目。 | |
| PermissionsEditPublicTemplates | Bool | False |
パブリックテンプレートを編集する機能を付与します。 | |
| PermissionsModifyAllData | Bool | False |
共有ルールに関係なく、すべての組織データへの完全なアクセス権を付与します。 | |
| PermissionsEditBillingInfo | Bool | False |
PermissionsEditBillingInfo 情報を含む項目。 | |
| PermissionsManageCases | Bool | False |
サポートケースを管理するアクセス権を付与します。 | |
| PermissionsMassInlineEdit | Bool | False |
PermissionsMassInlineEdit 情報を含む項目。 | |
| PermissionsEditKnowledge | Bool | False |
個別のナレッジ記事を管理する機能を付与します。 | |
| PermissionsManageKnowledge | Bool | False |
Salesforce ナレッジ設定と記事への管理アクセス権を付与します。 | |
| PermissionsManageSolutions | Bool | False |
公開されたソリューションを管理するアクセス権を付与します。 | |
| PermissionsCustomizeApplication | Bool | False |
タブやページレイアウトの編集など、アプリケーションをカスタマイズする機能を付与します。 | |
| PermissionsEditReadonlyFields | Bool | False |
UI で読み取り専用項目を編集する機能を付与します。 | |
| PermissionsRunReports | Bool | False |
レポートを実行するアクセス権を付与します。 | |
| PermissionsViewSetup | Bool | False |
設定および構成ページを表示するアクセス権を付与します。 | |
| PermissionsTransferAnyEntity | Bool | False |
すべてのレコードタイプの所有権を移行する機能を付与します。 | |
| PermissionsNewReportBuilder | Bool | False |
拡張レポートビルダーへのアクセス権を付与します。 | |
| PermissionsActivateContract | Bool | False |
契約を有効化する権限を付与します。 | |
| PermissionsActivateOrder | Bool | False |
PermissionsActivateOrder 情報を含む項目。 | |
| PermissionsImportLeads | Bool | False |
リードレコードをインポートする権限を付与します。 | |
| PermissionsManageLeads | Bool | False |
リードレコードを管理する権限を付与します。 | |
| PermissionsTransferAnyLead | Bool | False |
任意のリードの所有権を移行する機能を付与します。 | |
| PermissionsViewAllData | Bool | False |
共有設定をバイパスして、すべての組織データへの読み取りアクセス権を付与します。 | |
| PermissionsEditPublicDocuments | Bool | False |
パブリックドキュメントを編集するアクセス権を付与します。 | |
| PermissionsViewEncryptedData | Bool | False |
PermissionsViewEncryptedData 情報を含む項目。 | |
| PermissionsEditBrandTemplates | Bool | False |
レターヘッドなどのブランドテンプレートを管理するアクセス権を付与します。 | |
| PermissionsEditHtmlTemplates | Bool | False |
HTML メールテンプレートを作成および編集するアクセス権を付与します。 | |
| PermissionsChatterInternalUser | Bool | False |
ユーザーを内部Chatter ユーザーとして識別します。 | |
| PermissionsManageEncryptionKeys | Bool | False |
PermissionsManageEncryptionKeys 情報を含む項目。 | |
| PermissionsDeleteActivatedContract | Bool | False |
有効化された契約を削除する権限を付与します。 | |
| PermissionsChatterInviteExternalUsers | Bool | False |
外部ユーザーをChatter に招待する機能を付与します。 | |
| PermissionsSendSitRequests | Bool | False |
Stay-in-Touch リクエストを送信する機能を付与します。 | |
| PermissionsApiUserOnly | Bool | False |
PermissionsApiUserOnly 情報を含む項目。 | |
| PermissionsManageRemoteAccess | Bool | False |
接続アプリケーションとリモートアクセス設定を管理するアクセス権を付与します。 | |
| PermissionsCanUseNewDashboardBuilder | Bool | False |
ドラッグアンドドロップダッシュボードビルダーを使用するアクセス権を付与します。 | |
| PermissionsManageCategories | Bool | False |
データカテゴリとカテゴリグループを管理するアクセス権を付与します。 | |
| PermissionsConvertLeads | Bool | False |
リードを取引先、取引先責任者、商談に変換する機能を付与します。 | |
| PermissionsPasswordNeverExpires | Bool | False |
ユーザーのパスワードが期限切れになることを防ぎます。 | |
| PermissionsUseTeamReassignWizards | Bool | False |
取引先と商談のチーム再割り当てウィザードへのアクセス権を付与します。 | |
| PermissionsEditActivatedOrders | Bool | False |
PermissionsEditActivatedOrders 情報を含む項目。 | |
| PermissionsInstallPackaging | Bool | False |
AppExchange からパッケージをインストールする権限を付与します。 | |
| PermissionsPublishPackaging | Bool | False |
AppExchange にパッケージを公開する権限を付与します。 | |
| PermissionsChatterOwnGroups | Bool | False |
Chatter グループを作成および所有する機能を付与します。 | |
| PermissionsEditOppLineItemUnitPrice | Bool | False |
商談品目の単価を編集する機能を付与します。 | |
| PermissionsManageTerritories | Bool | False |
PermissionsManageTerritories 情報を含む項目。 | |
| PermissionsCreatePackaging | Bool | False |
AppExchange パッケージを作成する権限を付与します。 | |
| PermissionsBulkApiHardDelete | Bool | False |
Bulk API を使用して物理削除を実行する機能を付与します。 | |
| PermissionsSolutionImport | Bool | False |
ソリューションをシステムにインポートする機能を付与します。 | |
| PermissionsManageCallCenters | Bool | False |
コールセンター構成を管理するアクセス権を付与します。 | |
| PermissionsManageSynonyms | Bool | False |
検索で使用される類義語を管理するアクセス権を付与します。 | |
| PermissionsViewContent | Bool | False |
ポータルでコンテンツを表示する機能を付与します。 | |
| PermissionsManageEmailClientConfig | Bool | False |
メールクライアント構成を管理する機能を付与します。 | |
| PermissionsEnableNotifications | Bool | False |
ワークフロールールからアウトバウンドメッセージを送信する機能を付与します。 | |
| PermissionsIsSsoEnabled | Bool | False |
PermissionsIsSsoEnabled 情報を含む項目。 | |
| PermissionsManageDataIntegrations | Bool | False |
外部データ統合を管理するアクセス権を付与します。 | |
| PermissionsDistributeFromPersWksp | Bool | False |
PermissionsDistributeFromPersWksp 情報を含む項目。 | |
| PermissionsViewDataCategories | Bool | False |
データカテゴリとカテゴリグループを表示する機能を付与します。 | |
| PermissionsManageDataCategories | Bool | False |
データカテゴリとカテゴリグループを管理する機能を付与します。 | |
| PermissionsAuthorApex | Bool | False |
Apex コードを記述および編集する機能を付与します。 | |
| PermissionsManageMobile | Bool | False |
モバイル構成と設定を管理するアクセス権を付与します。 | |
| PermissionsApiEnabled | Bool | False |
ユーザーのAPI アクセスを有効にします。 | |
| PermissionsManageCustomReportTypes | Bool | False |
カスタムレポートタイプを作成および管理するアクセス権を付与します。 | |
| PermissionsEditCaseComments | Bool | False |
ケースのコメントを編集する機能を付与します。 | |
| PermissionsTransferAnyCase | Bool | False |
任意のケースの所有権を移行する機能を付与します。 | |
| PermissionsContentAdministrator | Bool | False |
Salesforce 顧客関係管理(CRM)コンテンツへの管理アクセス権を付与します。 | |
| PermissionsCreateWorkspaces | Bool | False |
コンテンツライブラリ(ワークスペース)を作成する機能を付与します。 | |
| PermissionsManageContentPermissions | Bool | False |
コンテンツライブラリでのユーザー権限を管理する機能を付与します。 | |
| PermissionsManageContentProperties | Bool | False |
コンテンツのカスタムプロパティを管理するアクセス権を付与します。 | |
| PermissionsManageContentTypes | Bool | False |
コンテンツタイプを作成および管理するアクセス権を付与します。 | |
| PermissionsManageExchangeConfig | Bool | False |
PermissionsManageExchangeConfig 情報を含む項目。 | |
| PermissionsManageAnalyticSnapshots | Bool | False |
分析スナップショット(スケジュール済みレポート)を管理する機能を付与します。 | |
| PermissionsScheduleReports | Bool | False |
将来の配信のためにレポートをスケジュールする権限を付与します。 | |
| PermissionsManageBusinessHourHolidays | Bool | False |
営業時間と祝日を管理するアクセス権を付与します。 | |
| PermissionsManageEntitlements | Bool | False |
PermissionsManageEntitlements 情報を含む項目。 | |
| PermissionsManageDynamicDashboards | Bool | False |
動的ダッシュボードを管理する権限を付与します。 | |
| PermissionsCustomSidebarOnAllPages | Bool | False |
すべてのページでカスタムサイドバーコンポーネントを表示する機能を付与します。 | |
| PermissionsManageInteraction | Bool | False |
フロー定義とプロセスを管理するアクセス権を付与します。 | |
| PermissionsViewMyTeamsDashboards | Bool | False |
同じチームのユーザーのダッシュボードを表示する機能を付与します。 | |
| PermissionsModerateChatter | Bool | False |
投稿の削除などのChatter コンテンツをモデレートする機能を付与します。 | |
| PermissionsResetPasswords | Bool | False |
ユーザーパスワードをリセットし、ユーザーのロックを解除する権限を付与します。 | |
| PermissionsFlowUFLRequired | Bool | False |
フローを実行するためにユーザーがFlow User ライセンスを持つことを要求します。 | |
| PermissionsCanInsertFeedSystemFields | Bool | False |
Chatter フィードのシステム項目値を挿入する機能を付与します。 | |
| PermissionsActivitiesAccess | Bool | False |
PermissionsActivitiesAccess 情報を含む項目。 | |
| PermissionsManageKnowledgeImportExport | Bool | False |
ナレッジ記事をインポートおよびエクスポートするアクセス権を付与します。 | |
| PermissionsUseInboxSchedulingOnBehalfOf | Bool | False |
PermissionsUseInboxSchedulingOnBehalfOf 情報を含む項目。 | |
| PermissionsEmailTemplateManagement | Bool | False |
メールテンプレートを管理および編集する権限を付与します。 | |
| PermissionsEmailAdministration | Bool | False |
メール設定と構成を管理するアクセス権を付与します。 | |
| PermissionsDeleteEventMonitoringData | Bool | False |
PermissionsDeleteEventMonitoringData 情報を含む項目。 | |
| PermissionsManageChatterMessages | Bool | False |
プライベートChatter メッセージを管理する機能を付与します。 | |
| PermissionsAllowEmailIC | Bool | False |
PermissionsAllowEmailIC 情報を含む項目。 | |
| PermissionsChatterFileLink | Bool | False |
PermissionsChatterFileLink 情報を含む項目。 | |
| PermissionsForceTwoFactor | Bool | False |
UI ログインに二要素認証を強制します。 | |
| PermissionsViewEventLogFiles | Bool | False |
PermissionsViewEventLogFiles 情報を含む項目。 | |
| PermissionsManageNetworks | Bool | False |
コミュニティを作成および構成するアクセス権を付与します。 | |
| PermissionsManageAuthProviders | Bool | False |
認証プロバイダーを管理するアクセス権を付与します。 | |
| PermissionsRunFlow | Bool | False |
フローを実行する機能を付与します。 | |
| PermissionsCreateCustomizeDashboards | Bool | False |
PermissionsCreateCustomizeDashboards 情報を含む項目。 | |
| PermissionsCreateDashboardFolders | Bool | False |
PermissionsCreateDashboardFolders 情報を含む項目。 | |
| PermissionsViewPublicDashboards | Bool | False |
PermissionsViewPublicDashboards 情報を含む項目。 | |
| PermissionsManageDashbdsInPubFolders | Bool | False |
PermissionsManageDashbdsInPubFolders 情報を含む項目。 | |
| PermissionsCreateCustomizeReports | Bool | False |
PermissionsCreateCustomizeReports 情報を含む項目。 | |
| PermissionsCreateReportFolders | Bool | False |
PermissionsCreateReportFolders 情報を含む項目。 | |
| PermissionsViewPublicReports | Bool | False |
PermissionsViewPublicReports 情報を含む項目。 | |
| PermissionsManageReportsInPubFolders | Bool | False |
PermissionsManageReportsInPubFolders 情報を含む項目。 | |
| PermissionsEditMyDashboards | Bool | False |
PermissionsEditMyDashboards 情報を含む項目。 | |
| PermissionsEditMyReports | Bool | False |
PermissionsEditMyReports 情報を含む項目。 | |
| PermissionsDeleteFieldHistoryArchive | Bool | False |
PermissionsDeleteFieldHistoryArchive 情報を含む項目。 | |
| PermissionsViewAllUsers | Bool | False |
組織内のすべてのユーザーレコードへの可視性を付与します。 | |
| PermissionsAllowUniversalSearch | Bool | False |
Knowledge One などのグローバル検索機能へのアクセス権を付与します。 | |
| PermissionsConnectOrgToEnvironmentHub | Bool | False |
組織をEnvironment Hub に接続する機能を付与します。 | |
| PermissionsWorkCalibrationUser | Bool | False |
PermissionsWorkCalibrationUser 情報を含む項目。 | |
| PermissionsCreateCustomizeFilters | Bool | False |
PermissionsCreateCustomizeFilters 情報を含む項目。 | |
| PermissionsWorkDotComUserPerm | Bool | False |
PermissionsWorkDotComUserPerm 情報を含む項目。 | |
| PermissionsContentHubUser | Bool | False |
PermissionsContentHubUser 情報を含む項目。 | |
| PermissionsGovernNetworks | Bool | False |
PermissionsGovernNetworks 情報を含む項目。 | |
| PermissionsSalesConsole | Bool | False |
セールスコンソールアプリケーションへのアクセス権を付与します。 | |
| PermissionsTwoFactorApi | Bool | False |
API ログインに二要素認証を強制します。 | |
| PermissionsDeleteTopics | Bool | False |
Chatter で使用されるトピックを削除する機能を付与します。 | |
| PermissionsEditTopics | Bool | False |
Chatter でトピックを編集する機能を付与します。 | |
| PermissionsCreateTopics | Bool | False |
Chatter で新しいトピックを作成する機能を付与します。 | |
| PermissionsAssignTopics | Bool | False |
レコードにトピックを割り当てる機能を付与します。 | |
| PermissionsIdentityEnabled | Bool | False |
Salesforce Identity 機能へのアクセス権を付与します。 | |
| PermissionsIdentityConnect | Bool | False |
ID フェデレーションにIdentity Connect を使用するアクセス権を付与します。 | |
| PermissionsAllowViewKnowledge | Bool | False |
ナレッジ記事を表示するアクセス権を付与します。 | |
| PermissionsContentWorkspaces | Bool | False |
PermissionsContentWorkspaces 情報を含む項目。 | |
| PermissionsManageSearchPromotionRules | Bool | False |
PermissionsManageSearchPromotionRules 情報を含む項目。 | |
| PermissionsCustomMobileAppsAccess | Bool | False |
PermissionsCustomMobileAppsAccess 情報を含む項目。 | |
| PermissionsViewHelpLink | Bool | False |
PermissionsViewHelpLink 情報を含む項目。 | |
| PermissionsManageProfilesPermissionsets | Bool | False |
PermissionsManageProfilesPermissionsets 情報を含む項目。 | |
| PermissionsAssignPermissionSets | Bool | False |
PermissionsAssignPermissionSets 情報を含む項目。 | |
| PermissionsManageRoles | Bool | False |
PermissionsManageRoles 情報を含む項目。 | |
| PermissionsManageIpAddresses | Bool | False |
PermissionsManageIpAddresses 情報を含む項目。 | |
| PermissionsManageSharing | Bool | False |
PermissionsManageSharing 情報を含む項目。 | |
| PermissionsManageInternalUsers | Bool | False |
PermissionsManageInternalUsers 情報を含む項目。 | |
| PermissionsManagePasswordPolicies | Bool | False |
PermissionsManagePasswordPolicies 情報を含む項目。 | |
| PermissionsManageLoginAccessPolicies | Bool | False |
PermissionsManageLoginAccessPolicies 情報を含む項目。 | |
| PermissionsViewPlatformEvents | Bool | False |
PermissionsViewPlatformEvents 情報を含む項目。 | |
| PermissionsManageCustomPermissions | Bool | False |
PermissionsManageCustomPermissions 情報を含む項目。 | |
| PermissionsCanVerifyComment | Bool | False |
PermissionsCanVerifyComment 情報を含む項目。 | |
| PermissionsManageUnlistedGroups | Bool | False |
PermissionsManageUnlistedGroups 情報を含む項目。 | |
| PermissionsStdAutomaticActivityCapture | Bool | False |
PermissionsStdAutomaticActivityCapture 情報を含む項目。 | |
| PermissionsFreezeUsers | Bool | False |
PermissionsFreezeUsers 情報を含む項目。 | |
| PermissionsInsightsAppDashboardEditor | Bool | False |
PermissionsInsightsAppDashboardEditor 情報を含む項目。 | |
| PermissionsManageTwoFactor | Bool | False |
PermissionsManageTwoFactor 情報を含む項目。 | |
| PermissionsInsightsAppUser | Bool | False |
PermissionsInsightsAppUser 情報を含む項目。 | |
| PermissionsInsightsAppAdmin | Bool | False |
PermissionsInsightsAppAdmin 情報を含む項目。 | |
| PermissionsInsightsAppEltEditor | Bool | False |
PermissionsInsightsAppEltEditor 情報を含む項目。 | |
| PermissionsInsightsAppUploadUser | Bool | False |
PermissionsInsightsAppUploadUser 情報を含む項目。 | |
| PermissionsInsightsCreateApplication | Bool | False |
PermissionsInsightsCreateApplication 情報を含む項目。 | |
| PermissionsLightningExperienceUser | Bool | False |
PermissionsLightningExperienceUser 情報を含む項目。 | |
| PermissionsViewDataLeakageEvents | Bool | False |
PermissionsViewDataLeakageEvents 情報を含む項目。 | |
| PermissionsConfigCustomRecs | Bool | False |
PermissionsConfigCustomRecs 情報を含む項目。 | |
| PermissionsSubmitMacrosAllowed | Bool | False |
PermissionsSubmitMacrosAllowed 情報を含む項目。 | |
| PermissionsBulkMacrosAllowed | Bool | False |
PermissionsBulkMacrosAllowed 情報を含む項目。 | |
| PermissionsShareInternalArticles | Bool | False |
PermissionsShareInternalArticles 情報を含む項目。 | |
| PermissionsManageSessionPermissionSets | Bool | False |
PermissionsManageSessionPermissionSets 情報を含む項目。 | |
| PermissionsManageTemplatedApp | Bool | False |
PermissionsManageTemplatedApp 情報を含む項目。 | |
| PermissionsUseTemplatedApp | Bool | False |
PermissionsUseTemplatedApp 情報を含む項目。 | |
| PermissionsSendAnnouncementEmails | Bool | False |
PermissionsSendAnnouncementEmails 情報を含む項目。 | |
| PermissionsChatterEditOwnPost | Bool | False |
PermissionsChatterEditOwnPost 情報を含む項目。 | |
| PermissionsChatterEditOwnRecordPost | Bool | False |
PermissionsChatterEditOwnRecordPost 情報を含む項目。 | |
| PermissionsWaveTabularDownload | Bool | False |
PermissionsWaveTabularDownload 情報を含む項目。 | |
| PermissionsWaveCommunityUser | Bool | False |
PermissionsWaveCommunityUser 情報を含む項目。 | |
| PermissionsAutomaticActivityCapture | Bool | False |
PermissionsAutomaticActivityCapture 情報を含む項目。 | |
| PermissionsImportCustomObjects | Bool | False |
PermissionsImportCustomObjects 情報を含む項目。 | |
| PermissionsSalesforceIQInbox | Bool | False |
PermissionsSalesforceIQInbox 情報を含む項目。 | |
| PermissionsDelegatedTwoFactor | Bool | False |
PermissionsDelegatedTwoFactor 情報を含む項目。 | |
| PermissionsChatterComposeUiCodesnippet | Bool | False |
PermissionsChatterComposeUiCodesnippet 情報を含む項目。 | |
| PermissionsSelectFilesFromSalesforce | Bool | False |
PermissionsSelectFilesFromSalesforce 情報を含む項目。 | |
| PermissionsModerateNetworkUsers | Bool | False |
PermissionsModerateNetworkUsers 情報を含む項目。 | |
| PermissionsMergeTopics | Bool | False |
PermissionsMergeTopics 情報を含む項目。 | |
| PermissionsSubscribeToLightningReports | Bool | False |
PermissionsSubscribeToLightningReports 情報を含む項目。 | |
| PermissionsManagePvtRptsAndDashbds | Bool | False |
PermissionsManagePvtRptsAndDashbds 情報を含む項目。 | |
| PermissionsAllowLightningLogin | Bool | False |
PermissionsAllowLightningLogin 情報を含む項目。 | |
| PermissionsLeadScoreUser | Bool | False |
PermissionsLeadScoreUser 情報を含む項目。 | |
| PermissionsCampaignInfluence2 | Bool | False |
PermissionsCampaignInfluence2 情報を含む項目。 | |
| PermissionsViewDataAssessment | Bool | False |
PermissionsViewDataAssessment 情報を含む項目。 | |
| PermissionsRemoveDirectMessageMembers | Bool | False |
PermissionsRemoveDirectMessageMembers 情報を含む項目。 | |
| PermissionsCanApproveFeedPost | Bool | False |
PermissionsCanApproveFeedPost 情報を含む項目。 | |
| PermissionsAddDirectMessageMembers | Bool | False |
PermissionsAddDirectMessageMembers 情報を含む項目。 | |
| PermissionsAllowViewEditConvertedLeads | Bool | False |
PermissionsAllowViewEditConvertedLeads 情報を含む項目。 | |
| PermissionsShowCompanyNameAsUserBadge | Bool | False |
PermissionsShowCompanyNameAsUserBadge 情報を含む項目。 | |
| PermissionsAccessCMC | Bool | False |
PermissionsAccessCMC 情報を含む項目。 | |
| PermissionsViewHealthCheck | Bool | False |
PermissionsViewHealthCheck 情報を含む項目。 | |
| PermissionsManageHealthCheck | Bool | False |
PermissionsManageHealthCheck 情報を含む項目。 | |
| PermissionsPackaging2 | Bool | False |
PermissionsPackaging2 情報を含む項目。 | |
| PermissionsManageCertificates | Bool | False |
PermissionsManageCertificates 情報を含む項目。 | |
| PermissionsCreateReportInLightning | Bool | False |
PermissionsCreateReportInLightning 情報を含む項目。 | |
| PermissionsPreventClassicExperience | Bool | False |
PermissionsPreventClassicExperience 情報を含む項目。 | |
| PermissionsHideReadByList | Bool | False |
PermissionsHideReadByList 情報を含む項目。 | |
| PermissionsDeleteFieldHistory | Bool | False |
PermissionsDeleteFieldHistory 情報を含む項目。 | |
| PermissionsListEmailSend | Bool | False |
PermissionsListEmailSend 情報を含む項目。 | |
| PermissionsFeedPinning | Bool | False |
PermissionsFeedPinning 情報を含む項目。 | |
| PermissionsChangeDashboardColors | Bool | False |
PermissionsChangeDashboardColors 情報を含む項目。 | |
| PermissionsManageRecommendationStrategies | Bool | False |
PermissionsManageRecommendationStrategies 情報を含む項目。 | |
| PermissionsManagePropositions | Bool | False |
PermissionsManagePropositions 情報を含む項目。 | |
| PermissionsCloseConversations | Bool | False |
PermissionsCloseConversations 情報を含む項目。 | |
| PermissionsSubscribeReportRolesGrps | Bool | False |
PermissionsSubscribeReportRolesGrps 情報を含む項目。 | |
| PermissionsSubscribeDashboardRolesGrps | Bool | False |
PermissionsSubscribeDashboardRolesGrps 情報を含む項目。 | |
| PermissionsUseWebLink | Bool | False |
PermissionsUseWebLink 情報を含む項目。 | |
| PermissionsHasUnlimitedNBAExecutions | Bool | False |
PermissionsHasUnlimitedNBAExecutions 情報を含む項目。 | |
| PermissionsViewOnlyEmbeddedAppUser | Bool | False |
PermissionsViewOnlyEmbeddedAppUser 情報を含む項目。 | |
| PermissionsViewAllActivities | Bool | False |
PermissionsViewAllActivities 情報を含む項目。 | |
| PermissionsSubscribeReportToOtherUsers | Bool | False |
PermissionsSubscribeReportToOtherUsers 情報を含む項目。 | |
| PermissionsLightningConsoleAllowedForUser | Bool | False |
PermissionsLightningConsoleAllowedForUser 情報を含む項目。 | |
| PermissionsSubscribeReportsRunAsUser | Bool | False |
PermissionsSubscribeReportsRunAsUser 情報を含む項目。 | |
| PermissionsSubscribeToLightningDashboards | Bool | False |
PermissionsSubscribeToLightningDashboards 情報を含む項目。 | |
| PermissionsSubscribeDashboardToOtherUsers | Bool | False |
PermissionsSubscribeDashboardToOtherUsers 情報を含む項目。 | |
| PermissionsPardotUser | Bool | False |
PermissionsPardotUser 情報を含む項目。 | |
| PermissionsCreateLtngTempInPub | Bool | False |
PermissionsCreateLtngTempInPub 情報を含む項目。 | |
| PermissionsTransactionalEmailSend | Bool | False |
PermissionsTransactionalEmailSend 情報を含む項目。 | |
| PermissionsViewPrivateStaticResources | Bool | False |
PermissionsViewPrivateStaticResources 情報を含む項目。 | |
| PermissionsCreateLtngTempFolder | Bool | False |
PermissionsCreateLtngTempFolder 情報を含む項目。 | |
| PermissionsApexRestServices | Bool | False |
PermissionsApexRestServices 情報を含む項目。 | |
| PermissionsEnableCommunityAppLauncher | Bool | False |
PermissionsEnableCommunityAppLauncher 情報を含む項目。 | |
| PermissionsGiveRecognitionBadge | Bool | False |
PermissionsGiveRecognitionBadge 情報を含む項目。 | |
| PermissionsSalesforceIQInternal | Bool | False |
PermissionsSalesforceIQInternal 情報を含む項目。 | |
| PermissionsUseMySearch | Bool | False |
PermissionsUseMySearch 情報を含む項目。 | |
| PermissionsLtngPromoReserved01UserPerm | Bool | False |
PermissionsLtngPromoReserved01UserPerm 情報を含む項目。 | |
| PermissionsManageSubscriptions | Bool | False |
PermissionsManageSubscriptions 情報を含む項目。 | |
| PermissionsWaveManagePrivateAssetsUser | Bool | False |
PermissionsWaveManagePrivateAssetsUser 情報を含む項目。 | |
| PermissionsCanEditDataPrepRecipe | Bool | False |
PermissionsCanEditDataPrepRecipe 情報を含む項目。 | |
| PermissionsAddAnalyticsRemoteConnections | Bool | False |
PermissionsAddAnalyticsRemoteConnections 情報を含む項目。 | |
| PermissionsManageSurveys | Bool | False |
PermissionsManageSurveys 情報を含む項目。 | |
| PermissionsUseAssistantDialog | Bool | False |
PermissionsUseAssistantDialog 情報を含む項目。 | |
| PermissionsUseQuerySuggestions | Bool | False |
PermissionsUseQuerySuggestions 情報を含む項目。 | |
| PermissionsRecordVisibilityAPI | Bool | False |
PermissionsRecordVisibilityAPI 情報を含む項目。 | |
| PermissionsViewRoles | Bool | False |
PermissionsViewRoles 情報を含む項目。 | |
| PermissionsCanManageMaps | Bool | False |
PermissionsCanManageMaps 情報を含む項目。 | |
| PermissionsLMOutboundMessagingUserPerm | Bool | False |
PermissionsLMOutboundMessagingUserPerm 情報を含む項目。 | |
| PermissionsModifyDataClassification | Bool | False |
PermissionsModifyDataClassification 情報を含む項目。 | |
| PermissionsPrivacyDataAccess | Bool | False |
PermissionsPrivacyDataAccess 情報を含む項目。 | |
| PermissionsQueryAllFiles | Bool | False |
PermissionsQueryAllFiles 情報を含む項目。 | |
| PermissionsModifyMetadata | Bool | False |
PermissionsModifyMetadata 情報を含む項目。 | |
| PermissionsManageCMS | Bool | False |
PermissionsManageCMS 情報を含む項目。 | |
| PermissionsSandboxTestingInCommunityApp | Bool | False |
PermissionsSandboxTestingInCommunityApp 情報を含む項目。 | |
| PermissionsCanEditPrompts | Bool | False |
PermissionsCanEditPrompts 情報を含む項目。 | |
| PermissionsViewUserPII | Bool | False |
PermissionsViewUserPII 情報を含む項目。 | |
| PermissionsManageHubConnections | Bool | False |
PermissionsManageHubConnections 情報を含む項目。 | |
| PermissionsB2BMarketingAnalyticsUser | Bool | False |
PermissionsB2BMarketingAnalyticsUser 情報を含む項目。 | |
| PermissionsTraceXdsQueries | Bool | False |
PermissionsTraceXdsQueries 情報を含む項目。 | |
| PermissionsViewSecurityCommandCenter | Bool | False |
PermissionsViewSecurityCommandCenter 情報を含む項目。 | |
| PermissionsManageSecurityCommandCenter | Bool | False |
PermissionsManageSecurityCommandCenter 情報を含む項目。 | |
| PermissionsViewAllCustomSettings | Bool | False |
PermissionsViewAllCustomSettings 情報を含む項目。 | |
| PermissionsViewAllForeignKeyNames | Bool | False |
PermissionsViewAllForeignKeyNames 情報を含む項目。 | |
| PermissionsAddWaveNotificationRecipients | Bool | False |
PermissionsAddWaveNotificationRecipients 情報を含む項目。 | |
| PermissionsHeadlessCMSAccess | Bool | False |
PermissionsHeadlessCMSAccess 情報を含む項目。 | |
| PermissionsUseOrderManagementAPIs | Bool | False |
PermissionsUseOrderManagementAPIs 情報を含む項目。 | |
| PermissionsEditUnmanagedOrderSummaries | Bool | False |
PermissionsEditUnmanagedOrderSummaries 情報を含む項目。 | |
| PermissionsLMEndMessagingSessionUserPerm | Bool | False |
PermissionsLMEndMessagingSessionUserPerm 情報を含む項目。 | |
| PermissionsConsentApiUpdate | Bool | False |
PermissionsConsentApiUp に関連付けられた日付。 | |
| PermissionsPaymentsAPIUser | Bool | False |
PermissionsPaymentsAPIUser 情報を含む項目。 | |
| PermissionsAccessContentBuilder | Bool | False |
PermissionsAccessContentBuilder 情報を含む項目。 | |
| PermissionsAccountSwitcherUser | Bool | False |
PermissionsAccountSwitcherUser 情報を含む項目。 | |
| PermissionsViewAnomalyEvents | Bool | False |
PermissionsViewAnomalyEvents 情報を含む項目。 | |
| PermissionsManageC360AConnections | Bool | False |
PermissionsManageC360AConnections 情報を含む項目。 | |
| PermissionsManageReleaseUpdates | Bool | False |
PermissionsManageReleaseUpdates 情報を含む項目。 | |
| PermissionsViewAllProfiles | Bool | False |
PermissionsViewAllProfiles 情報を含む項目。 | |
| PermissionsSkipIdentityConfirmation | Bool | False |
PermissionsSkipIdentityConfirmation 情報を含む項目。 | |
| PermissionsLearningManager | Bool | False |
PermissionsLearningManager 情報を含む項目。 | |
| PermissionsSendCustomNotifications | Bool | False |
PermissionsSendCustomNotifications 情報を含む項目。 | |
| PermissionsPackaging2Delete | Bool | False |
PermissionsPackaging2Delete 情報を含む項目。 | |
| PermissionsUseOmnichannelInventoryAPIs | Bool | False |
PermissionsUseOmnichannelInventoryAPIs 情報を含む項目。 | |
| PermissionsViewRestrictionAndScopingRules | Bool | False |
PermissionsViewRestrictionAndScopingRules 情報を含む項目。 | |
| PermissionsFSCComprehensiveUserAccess | Bool | False |
PermissionsFSCComprehensiveUserAccess 情報を含む項目。 | |
| PermissionsMarketingAdmin | Bool | False |
PermissionsMarketingAdmin 情報を含む項目。 | |
| PermissionsBotManageBots | Bool | False |
PermissionsBotManageBots 情報を含む項目。 | |
| PermissionsBotManageBotsTrainingData | Bool | False |
PermissionsBotManageBotsTrainingData 情報を含む項目。 | |
| PermissionsEditDeliveryInformation | Bool | False |
PermissionsEditDeliveryInformation 情報を含む項目。 | |
| PermissionsOmnichannelInventorySync | Bool | False |
PermissionsOmnichannelInventorySync 情報を含む項目。 | |
| PermissionsManageLearningReporting | Bool | False |
PermissionsManageLearningReporting 情報を含む項目。 | |
| PermissionsIsotopeCToCUser | Bool | False |
PermissionsIsotopeCToCUser 情報を含む項目。 | |
| PermissionsManagePreferenceCenter | Bool | False |
PermissionsManagePreferenceCenter 情報を含む項目。 | |
| PermissionsCanAccessCE | Bool | False |
PermissionsCanAccessCE 情報を含む項目。 | |
| PermissionsIsotopeAccess | Bool | False |
PermissionsIsotopeAccess 情報を含む項目。 | |
| PermissionsIsotopeLEX | Bool | False |
PermissionsIsotopeLEX 情報を含む項目。 | |
| PermissionsQuipMetricsAccess | Bool | False |
PermissionsQuipMetricsAccess 情報を含む項目。 | |
| PermissionsQuipUserEngagementMetrics | Bool | False |
PermissionsQuipUserEngagementMetrics 情報を含む項目。 | |
| PermissionsTransactionSecurityExempt | Bool | False |
PermissionsTransactionSecurityExempt 情報を含む項目。 | |
| PermissionsManageExternalConnections | Bool | False |
PermissionsManageExternalConnections 情報を含む項目。 | |
| PermissionsUseSubscriptionEmails | Bool | False |
PermissionsUseSubscriptionEmails 情報を含む項目。 | |
| PermissionsManageEmailContent | Bool | False |
PermissionsManageEmailContent 情報を含む項目。 | |
| PermissionsAutomateEmailContent | Bool | False |
PermissionsAutomateEmailContent 情報を含む項目。 | |
| PermissionsAIViewInsightObjects | Bool | False |
PermissionsAIViewInsightObjects 情報を含む項目。 | |
| PermissionsAICreateInsightObjects | Bool | False |
PermissionsAICreateInsightObjects 情報を含む項目。 | |
| PermissionsViewMLModels | Bool | False |
PermissionsViewMLModels 情報を含む項目。 | |
| PermissionsLifecycleManagementAPIUser | Bool | False |
PermissionsLifecycleManagementAPIUser 情報を含む項目。 | |
| PermissionsLeadScoreResultPublisher | Bool | False |
PermissionsLeadScoreResultPublisher 情報を含む項目。 | |
| PermissionsManageGlobalPrivacyCenterVO | Bool | False |
PermissionsManageGlobalPrivacyCenterVO 情報を含む項目。 | |
| PermissionsNativeWebviewScrolling | Bool | False |
PermissionsNativeWebviewScrolling 情報を含む項目。 | |
| PermissionsViewDeveloperName | Bool | False |
PermissionsViewDeveloperName 情報を含む項目。 | |
| PermissionsBypassMFAForUiLogins | Bool | False |
PermissionsBypassMFAForUiLogins 情報を含む項目。 | |
| PermissionsClientSecretRotation | Bool | False |
PermissionsClientSecretRotation 情報を含む項目。 | |
| PermissionsUseOrderSummaryCreateAPI | Bool | False |
PermissionsUseOrderSummaryCreateAPI 情報を含む項目。 | |
| PermissionsAccessToServiceProcess | Bool | False |
PermissionsAccessToServiceProcess 情報を含む項目。 | |
| PermissionsManageOrchInstsAndWorkItems | Bool | False |
PermissionsManageOrchInstsAndWorkItems 情報を含む項目。 | |
| PermissionsCMSECEAuthoringAccess | Bool | False |
PermissionsCMSECEAuthoringAccess 情報を含む項目。 | |
| PermissionsManageDataspaceScope | Bool | False |
PermissionsManageDataspaceScope 情報を含む項目。 | |
| PermissionsConfigureDataspaceScope | Bool | False |
PermissionsConfigureDataspaceScope 情報を含む項目。 | |
| PermissionsManageCampaigns | Bool | False |
PermissionsManageCampaigns 情報を含む項目。 | |
| PermissionsViewClientSecret | Bool | False |
PermissionsViewClientSecret 情報を含む項目。 | |
| PermissionsCdcReportingCreateReports | Bool | False |
PermissionsCdcReportingCreateReports 情報を含む項目。 | |
| PermissionsCdcReportingViewReports | Bool | False |
PermissionsCdcReportingViewReports 情報を含む項目。 | |
| PermissionsCdcReportingManageFolders | Bool | False |
PermissionsCdcReportingManageFolders 情報を含む項目。 | |
| PermissionsExternalClientAppDeveloper | Bool | False |
PermissionsExternalClientAppDeveloper 情報を含む項目。 | |
| PermissionsExternalClientAppAdmin | Bool | False |
PermissionsExternalClientAppAdmin 情報を含む項目。 | |
| PermissionsExternalClientAppViewer | Bool | False |
PermissionsExternalClientAppViewer 情報を含む項目。 | |
| PermissionsOmnichannelInventoryBasic | Bool | False |
PermissionsOmnichannelInventoryBasic 情報を含む項目。 | |
| PermissionsDeleteCrMemoAndInvoice | Bool | False |
PermissionsDeleteCrMemoAndInvoice 情報を含む項目。 | |
| PermissionsEmbeddedMessagingAgent | Bool | False |
PermissionsEmbeddedMessagingAgent 情報を含む項目。 | |
| PermissionsViewNonSetupFlow | Bool | False |
PermissionsViewNonSetupFlow 情報を含む項目。 | |
| PermissionsCreateEditNonSetupFlow | Bool | False |
PermissionsCreateEditNonSetupFlow 情報を含む項目。 | |
| PermissionsDeleteNonSetupFlow | Bool | False |
PermissionsDeleteNonSetupFlow 情報を含む項目。 | |
| PermissionsActivateDeactivateNonSetupFlow | Bool | False |
PermissionsActivateDeactivateNonSetupFlow 情報を含む項目。 | |
| PermissionsAddDecisionElmntNonSetupFlow | Bool | False |
PermissionsAddDecisionElmntNonSetupFlow 情報を含む項目。 | |
| PermissionsAddCreaRecElmntToNonSetupFlow | Bool | False |
PermissionsAddCreaRecElmntToNonSetupFlow 情報を含む項目。 | |
| PermissionsAddWaitToNonSetupFlow | Bool | False |
PermissionsAddWaitToNonSetupFlow 情報を含む項目。 | |
| PermissionsManageNamedCredentials | Bool | False |
PermissionsManageNamedCredentials 情報を含む項目。 | |
| PermissionsAddUpdtRecElmntToNonSetupFlow | Bool | False |
PermissionsAddUpdtRecElmntToNonSetupFlow 情報を含む項目。 | |
| PermissionsEditManagedOrderSummaries | Bool | False |
PermissionsEditManagedOrderSummaries 情報を含む項目。 | |
| PermissionsCanInitiateMessagingSessions | Bool | False |
PermissionsCanInitiateMessagingSessions 情報を含む項目。 | |
| PermissionsAuthorizePayments | Bool | False |
PermissionsAuthorizePayments 情報を含む項目。 | |
| PermissionsCaptureAndReversePayments | Bool | False |
PermissionsCaptureAndReversePayments 情報を含む項目。 | |
| PermissionsCombAuthAndCapPayments | Bool | False |
PermissionsCombAuthAndCapPayments 情報を含む項目。 | |
| PermissionsRefundPayments | Bool | False |
PermissionsRefundPayments 情報を含む項目。 | |
| PermissionsViewPayments | Bool | False |
PermissionsViewPayments 情報を含む項目。 | |
| PermissionsMakePayments | Bool | False |
PermissionsMakePayments 情報を含む項目。 | |
| PermissionsManageDataMaskPolicies | Bool | False |
PermissionsManageDataMaskPolicies 情報を含む項目。 | |
| PermissionsCanUpdateEmailMessage | Bool | False |
PermissionsCanUpdateEmailMessage 情報を含む項目。 | |
| PermissionsDownloadPackageVersionZips | Bool | False |
PermissionsDownloadPackageVersionZips 情報を含む項目。 | |
| PermissionsViewContentTaxonomy | Bool | False |
PermissionsViewContentTaxonomy 情報を含む項目。 | |
| PermissionsManageContentTaxonomy | Bool | False |
PermissionsManageContentTaxonomy 情報を含む項目。 | |
| PermissionsReassignOrchestrationWorkItems | Bool | False |
PermissionsReassignOrchestrationWorkItems 情報を含む項目。 | |
| PermissionsManageOrchestrationRuns | Bool | False |
PermissionsManageOrchestrationRuns 情報を含む項目。 | |
| PermissionsDigitalLendingUser | Bool | False |
PermissionsDigitalLendingUser 情報を含む項目。 | |
| PermissionsSendEmail | Bool | False |
PermissionsSendEmail 情報を含む項目。 | |
| PermissionsPreviewTestSendEmail | Bool | False |
PermissionsPreviewTestSendEmail 情報を含む項目。 | |
| PermissionsManageEmailMessagingSetup | Bool | False |
PermissionsManageEmailMessagingSetup 情報を含む項目。 | |
| PermissionsViewEmailMessagingSetup | Bool | False |
PermissionsViewEmailMessagingSetup 情報を含む項目。 | |
| PermissionsManageCertificatesExpiration | Bool | False |
PermissionsManageCertificatesExpiration 情報を含む項目。 | |
| PermissionsEnableIPFSUpload | Bool | False |
PermissionsEnableIPFSUpload 情報を含む項目。 | |
| PermissionsEnableBCTransactionPolling | Bool | False |
PermissionsEnableBCTransactionPolling 情報を含む項目。 | |
| PermissionsLobbyManagementUserAccess | Bool | False |
PermissionsLobbyManagementUserAccess 情報を含む項目。 | |
| PermissionsUMAWebTrackingSetup | Bool | False |
PermissionsUMAWebTrackingSetup 情報を含む項目。 | |
| PermissionsAddGetRecElmntToNonSetupFlow | Bool | False |
PermissionsAddGetRecElmntToNonSetupFlow 情報を含む項目。 | |
| PermissionsAddLoopElmntToNonSetupFlow | Bool | False |
PermissionsAddLoopElmntToNonSetupFlow 情報を含む項目。 | |
| PermissionsAddAsgntElmntToNonSetupFlow | Bool | False |
PermissionsAddAsgntElmntToNonSetupFlow 情報を含む項目。 | |
| PermissionsAddSubflowElmntToNonSetupFlow | Bool | False |
PermissionsAddSubflowElmntToNonSetupFlow 情報を含む項目。 | |
| PermissionsMonitorLoginHistory | Bool | False |
PermissionsMonitorLoginHistory 情報を含む項目。 | |
| PermissionsAddCollFltrElmntToNonSetupFlow | Bool | False |
PermissionsAddCollFltrElmntToNonSetupFlow 情報を含む項目。 | |
| PermissionsAddCollSrtElmntToNonSetupFlow | Bool | False |
PermissionsAddCollSrtElmntToNonSetupFlow 情報を含む項目。 | |
| PermissionsAddDelRecElmntToNonSetupFlow | Bool | False |
PermissionsAddDelRecElmntToNonSetupFlow 情報を含む項目。 | |
| PermissionsOpportunityInfluence | Bool | False |
PermissionsOpportunityInfluence 情報を含む項目。 | |
| PermissionsConsentBannerSettingsSetup | Bool | False |
PermissionsConsentBannerSettingsSetup 情報を含む項目。 | |
| PermissionsEnhancedSalesMobileExp | Bool | False |
PermissionsEnhancedSalesMobileExp 情報を含む項目。 | |
| PermissionsCanViewDataPrepRecipe | Bool | False |
PermissionsCanViewDataPrepRecipe 情報を含む項目。 | |
| PermissionsSimpleCsvDataImportUser | Bool | False |
PermissionsSimpleCsvDataImportUser 情報を含む項目。 | |
| PermissionsAdvancedCsvDataImportUser | Bool | False |
PermissionsAdvancedCsvDataImportUser 情報を含む項目。 | |
| PermissionsUmaQueryCMSEmailContent | Bool | False |
PermissionsUmaQueryCMSEmailContent 情報を含む項目。 | |
| PermissionsAccessToComplaintMgmt | Bool | False |
PermissionsAccessToComplaintMgmt 情報を含む項目。 | |
| PermissionsAccessToDisputeManagement | Bool | False |
PermissionsAccessToDisputeManagement 情報を含む項目。 | |
| PermissionsUMAStandaloneUserPerm | Bool | False |
PermissionsUMAStandaloneUserPerm 情報を含む項目。 | |
| PermissionsPersonalizedFinanceUserAccess | Bool | False |
PermissionsPersonalizedFinanceUserAccess 情報を含む項目。 | |
| PermissionsUmaEditConsentSettings | Bool | False |
PermissionsUmaEditConsentSettings 情報を含む項目。 | |
| PermissionsCustomAppsOnFSMobile | Bool | False |
PermissionsCustomAppsOnFSMobile 情報を含む項目。 | |
| PermissionsStageManagementDesignUser | Bool | False |
PermissionsStageManagementDesignUser 情報を含む項目。 | |
| PermissionsSegmentIntelligenceUser | Bool | False |
PermissionsSegmentIntelligenceUser 情報を含む項目。 | |
| PermissionsFSCArcGraphCommunityUser | Bool | False |
PermissionsFSCArcGraphCommunityUser 情報を含む項目。 | |
| PermissionsManageCdpMlModels | Bool | False |
PermissionsManageCdpMlModels 情報を含む項目。 | |
| PermissionsDigitalLendingAdminUser | Bool | False |
PermissionsDigitalLendingAdminUser 情報を含む項目。 | |
| PermissionsActivateSystemModeFlows | Bool | False |
PermissionsActivateSystemModeFlows 情報を含む項目。 | |
| PermissionsViewAllNonSetupFlows | Bool | False |
PermissionsViewAllNonSetupFlows 情報を含む項目。 | |
| PermissionsMcScoringRulesConfig | Bool | False |
PermissionsMcScoringRulesConfig 情報を含む項目。 | |
| PermissionsPersonalizationPlatform | Bool | False |
PermissionsPersonalizationPlatform 情報を含む項目。 | |
| PermissionsLeadInspectorUser | Bool | False |
PermissionsLeadInspectorUser 情報を含む項目。 | |
| PermissionsContactInspectorUser | Bool | False |
PermissionsContactInspectorUser 情報を含む項目。 | |
| PermissionsManageIntegrationConnections | Bool | False |
PermissionsManageIntegrationConnections 情報を含む項目。 | |
| PermissionsTableauCreateDashboard | Bool | False |
PermissionsTableauCreateDashboard 情報を含む項目。 | |
| PermissionsTableauViewDashboard | Bool | False |
PermissionsTableauViewDashboard 情報を含む項目。 | |
| PermissionsEinsteinCopilotUser | Bool | False |
PermissionsEinsteinCopilotUser 情報を含む項目。 | |
| PermissionsEinsteinCopilotBuilder | Bool | False |
PermissionsEinsteinCopilotBuilder 情報を含む項目。 | |
| PermissionsUseCreateOrderSummary | Bool | False |
PermissionsUseCreateOrderSummary 情報を含む項目。 | |
| PermissionsUseCreateCreditMemo | Bool | False |
PermissionsUseCreateCreditMemo 情報を含む項目。 | |
| PermissionsUseEnsureFunds | Bool | False |
PermissionsUseEnsureFunds 情報を含む項目。 | |
| PermissionsUseOrderItemSummaryCancel | Bool | False |
PermissionsUseOrderItemSummaryCancel 情報を含む項目。 | |
| PermissionsUseOrderItemSummaryReturn | Bool | False |
PermissionsUseOrderItemSummaryReturn 情報を含む項目。 | |
| PermissionsManageFilesAndAttachments | Bool | False |
PermissionsManageFilesAndAttachments 情報を含む項目。 | |
| PermissionsAddTrfmElmntToNonSetupFlow | Bool | False |
PermissionsAddTrfmElmntToNonSetupFlow 情報を含む項目。 | |
| PermissionsMobileMessagingAgent | Bool | False |
PermissionsMobileMessagingAgent 情報を含む項目。 | |
| PermissionsTableauCreateVisualization | Bool | False |
PermissionsTableauCreateVisualization 情報を含む項目。 | |
| PermissionsTableauViewVisualization | Bool | False |
PermissionsTableauViewVisualization 情報を含む項目。 | |
| PermissionsManageCustomDomains | Bool | False |
PermissionsManageCustomDomains 情報を含む項目。 | |
| PermissionsEngagementConfigUser | Bool | False |
PermissionsEngagementConfigUser 情報を含む項目。 | |
| PermissionsPersonalizationIntelUser | Bool | False |
PermissionsPersonalizationIntelUser 情報を含む項目。 | |
| PermissionsAttributionModelUser | Bool | False |
PermissionsAttributionModelUser 情報を含む項目。 | |
| PermissionsTableauCreateWorkspace | Bool | False |
PermissionsTableauCreateWorkspace 情報を含む項目。 | |
| PermissionsTableauViewWorkspace | Bool | False |
PermissionsTableauViewWorkspace 情報を含む項目。 | |
| PermissionsManageBriefs | Bool | False |
PermissionsManageBriefs 情報を含む項目。 | |
| PermissionsSalesInsightsUser | Bool | False |
PermissionsSalesInsightsUser 情報を含む項目。 | |
| PermissionsCanSendInitialSMSToIndividual | Bool | False |
PermissionsCanSendInitialSMSToIndividual 情報を含む項目。 | |
| PermissionsAccessDisputePrompts | Bool | False |
PermissionsAccessDisputePrompts 情報を含む項目。 | |
| PermissionsQueryNonVetoedFiles | Bool | False |
PermissionsQueryNonVetoedFiles 情報を含む項目。 | |
| PermissionsMetadataStudioUser | Bool | False |
PermissionsMetadataStudioUser 情報を含む項目。 | |
| PermissionsAddPathExprmElmntNonSetupFlow | Bool | False |
PermissionsAddPathExprmElmntNonSetupFlow 情報を含む項目。 | |
| PermissionsDigitalLendingWorkbench | Bool | False |
PermissionsDigitalLendingWorkbench 情報を含む項目。 | |
| PermissionsDigitalLendingEditReadOnly | Bool | False |
PermissionsDigitalLendingEditReadOnly 情報を含む項目。 | |
| PermissionsUseCanCancelInProgressChange | Bool | False |
PermissionsUseCanCancelInProgressChange 情報を含む項目。 | |
| PermissionsPrmExtIntPrtnrAdminUser | Bool | False |
PermissionsPrmExtIntPrtnrAdminUser 情報を含む項目。 | |
| PermissionsEinsteinAgentPlatformBuilder | Bool | False |
PermissionsEinsteinAgentPlatformBuilder 情報を含む項目。 | |
| PermissionsUseServicePartReturn | Bool | False |
PermissionsUseServicePartReturn 情報を含む項目。 | |
| PermissionsViewUMACalendar | Bool | False |
PermissionsViewUMACalendar 情報を含む項目。 | |
| PermissionsHeadlessPublishNudges | Bool | False |
PermissionsHeadlessPublishNudges 情報を含む項目。 | |
| PermissionsApprovalAdmin | Bool | False |
PermissionsApprovalAdmin 情報を含む項目。 | |
| PermissionsApprovalDesigner | Bool | False |
PermissionsApprovalDesigner 情報を含む項目。 | |
| PermissionsAccessServiceEinstein | Bool | False |
PermissionsAccessServiceEinstein 情報を含む項目。 | |
| PermissionsViewRecommendations | Bool | False |
PermissionsViewRecommendations 情報を含む項目。 | |
| PermissionsPrismPlaygroundUser | Bool | False |
PermissionsPrismPlaygroundUser 情報を含む項目。 | |
| PermissionsModifyAllPolicyCenterPolicies | Bool | False |
PermissionsModifyAllPolicyCenterPolicies 情報を含む項目。 | |
| PermissionsViewAllPolicyCenterPolicies | Bool | False |
PermissionsViewAllPolicyCenterPolicies 情報を含む項目。 | |
| PermissionsAccessSfDrive | Bool | False |
PermissionsAccessSfDrive 情報を含む項目。 | |
| PermissionsAppFrameworkManageApp | Bool | False |
PermissionsAppFrameworkManageApp 情報を含む項目。 | |
| PermissionsAppFrameworkViewApp | Bool | False |
PermissionsAppFrameworkViewApp 情報を含む項目。 | |
| PermissionsMCGSetupUserPerm | Bool | False |
PermissionsMCGSetupUserPerm 情報を含む項目。 | |
| PermissionsAgentforceServiceAgentUser | Bool | False |
PermissionsAgentforceServiceAgentUser 情報を含む項目。 | |
| PermissionsManageAgentforceServiceAgent | Bool | False |
PermissionsManageAgentforceServiceAgent 情報を含む項目。 | |
| PermissionsCanTranslateScrt2Conversation | Bool | False |
PermissionsCanTranslateScrt2Conversation 情報を含む項目。 | |
| PermissionsSlackFromTableau | Bool | False |
PermissionsSlackFromTableau 情報を含む項目。 | |
| PermissionsTableauShareSnapshot | Bool | False |
PermissionsTableauShareSnapshot 情報を含む項目。 | |
| PermissionsAccessBankingServiceAgent | Bool | False |
PermissionsAccessBankingServiceAgent 情報を含む項目。 | |
| PermissionsPrismBackofficeUser | Bool | False |
PermissionsPrismBackofficeUser 情報を含む項目。 | |
| PermissionsPersonalizationDecisioningUser | Bool | False |
PermissionsPersonalizationDecisioningUser 情報を含む項目。 | |
| PermissionsAccessBankingRelationshipAssistance | Bool | False |
PermissionsAccessBankingRelationshipAssistance 情報を含む項目。 | |
| PermissionsCanMarketingUserDebugFlow | Bool | False |
PermissionsCanMarketingUserDebugFlow 情報を含む項目。 | |
| PermissionsCanDoActAsUser | Bool | False |
PermissionsCanDoActAsUser 情報を含む項目。 | |
| PermissionsViewAllFieldsGlobal | Bool | False |
PermissionsViewAllFieldsGlobal 情報を含む項目。 | |
| PermissionsManageHerokuAppLink | Bool | False |
PermissionsManageHerokuAppLink 情報を含む項目。 | |
| PermissionsUserHasSendToListFilterAccess | Bool | False |
PermissionsUserHasSendToListFilterAccess 情報を含む項目。 | |
| PermissionsMngBenVerfForAssistiveAgnt | Bool | False |
PermissionsMngBenVerfForAssistiveAgnt 情報を含む項目。 | |
| PermissionsCreateModDGTrigNonSetupFlow | Bool | False |
PermissionsCreateModDGTrigNonSetupFlow 情報を含む項目。 | |
| PermissionsAccessPolicyAgent | Bool | False |
PermissionsAccessPolicyAgent 情報を含む項目。 | |
| PermissionsMCPMetadataApi | Bool | False |
PermissionsMCPMetadataApi 情報を含む項目。 | |
| PermissionsAppFrameworkManageTemplate | Bool | False |
PermissionsAppFrameworkManageTemplate 情報を含む項目。 | |
| PermissionsDigitalAgentUser | Bool | False |
PermissionsDigitalAgentUser 情報を含む項目。 | |
| PermissionsAccessWealthAdvisorAgent | Bool | False |
PermissionsAccessWealthAdvisorAgent 情報を含む項目。 | |
| PermissionsCanApproveUninstalledApps | Bool | False |
PermissionsCanApproveUninstalledApps 情報を含む項目。 | |
| PermissionsSetupAgentBuilder | Bool | False |
PermissionsSetupAgentBuilder 情報を含む項目。 | |
| PermissionsSetupAgentUser | Bool | False |
PermissionsSetupAgentUser 情報を含む項目。 | |
| PermissionsUserCanDeployStore | Bool | False |
PermissionsUserCanDeployStore 情報を含む項目。 | |
| PermissionsModifyAccessDenyPolicies | Bool | False |
PermissionsModifyAccessDenyPolicies 情報を含む項目。 | |
| PermissionsManageAccessPolicies | Bool | False |
PermissionsManageAccessPolicies 情報を含む項目。 | |
| PermissionsViewAccessPolicies | Bool | False |
PermissionsViewAccessPolicies 情報を含む項目。 | |
| PermissionsModifyAccessAllowPolicies | Bool | False |
PermissionsModifyAccessAllowPolicies 情報を含む項目。 | |
| PermissionsViewOrchestrationsInAutomApp | Bool | False |
PermissionsViewOrchestrationsInAutomApp 情報を含む項目。 | |
| PermissionsTerritoryOperations | Bool | False |
PermissionsTerritoryOperations 情報を含む項目。 | |
| Description | String | False |
権限セットの説明を提供します。 | |
| CreatedDate | Datetime | True |
権限セットが作成された日時。 | |
| CreatedById | String | True |
User.Id |
権限セットの作成者のユーザーID。 |
| LastModifiedById | String | True |
User.Id |
権限セットを最後に変更したユーザーのユーザーID。 |
| NamespacePrefix | String | True |
通常は管理パッケージに使用される、権限セットに関連付けられた名前空間プレフィックス。 | |
| HasActivationRequired | Bool | False |
レコードがActivationRequired を持っているかどうかを示します。 | |
| PermissionSetGroupId | String | True |
このレコードに関連付けられたPermissionSetGroup のID。 | |
| Type | String | True |
取引先のタイプまたは分類。 | |
| PsgCount | Int | False |
このレコードに関連付けられたPsg の数。 | |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定された場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されるときにupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するためのオプションのスコープ。このプロパティは次の値のいずれかを取ることができます:Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam。 | |
| SystemModstamp | Datetime | True |
最後の変更に対するシステム生成タイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
権限セットが最後に変更された日時。 |
権限セットをユーザーに割り当て、標準プロファイルを超えたセキュリティとアクセス権を拡張します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
権限セット割り当てレコードの一意の識別子。 | |
| PermissionSetId | String | False |
ユーザーまたはエンティティに割り当てられる権限セットの識別子。 | |
| PermissionSetGroupId | String | False |
このレコードに関連付けられたPermissionSetGroup のID。 | |
| AssigneeId | String | False |
User.Id |
権限セットが割り当てられるユーザーまたはエンティティの識別子。 |
| ExpirationDate | Datetime | False |
有効期限に関連付けられた日付。 | |
| IsActive | Bool | True |
レコードがアクティブかどうかを示します。 | |
| IsRevoked | Bool | False |
レコードが取り消し特性を持っているかどうかを示します。 | |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定された場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されるときにupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するためのオプションのスコープ。このプロパティは次の値のいずれかを取ることができます:Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam。 | |
| SystemModstamp | Datetime | True |
システムで割り当てが作成または最後に変更された時刻を示すタイムスタンプ。 |
Schema file for PermissionSetGroup.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| NamespacePrefix | String | True |
The namespace prefix associated with this object. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| Description | String | False |
Text description of the record. | |
| Status | String | True |
Status of the record. | |
| HasActivationRequired | Bool | False |
Indicates whether the record has ActivationRequired. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for PermissionSetGroupComponent.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| PermissionSetGroupId | String | False |
ID of the PermissionSetGroup associated with this record. | |
| PermissionSetId | String | False |
ID of the PermissionSet associated with this record. | |
| PermissionSetIdType | String | False |
Specifies the type of the 'PermissionSetId' polymorphic field to use in the statement. | |
| PermissionSetIdExternalFieldName | String | False |
Specifies the external field name of the 'PermissionSetId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
特定のユーザーへの権限セットライセンスの割り当てを管理します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
権限セットライセンス割り当てレコードの一意の識別子。 | |
| IsDeleted | Bool | True |
権限セットライセンス割り当てが削除されているかどうかを示します。 | |
| CreatedDate | Datetime | True |
ライセンス割り当てレコードが作成された日時。 | |
| CreatedById | String | True |
User.Id |
ライセンス割り当てレコードを作成したユーザーの識別子。 |
| LastModifiedById | String | True |
User.Id |
ライセンス割り当てレコードを最後に変更したユーザーの識別子。 |
| PermissionSetLicenseId | String | False |
ユーザーに割り当てられる権限セットライセンスの識別子。 | |
| AssigneeId | String | False |
User.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 |
ライセンス割り当てレコードが最後に変更された日時。 |
Schema file for PermissionSetTabSetting.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | False |
ID of the parent object in the hierarchy. | |
| ParentIdType | String | False |
Specifies the type of the 'ParentId' polymorphic field to use in the statement. | |
| ParentIdExternalFieldName | String | False |
Specifies the external field name of the 'ParentId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Visibility | String | False |
Field containing Visibility information. | |
| Name | String | False |
Name of the 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 |
Date and time when the record was last modified by a user or by an automated process. |
Schema file for PipelineInspectionListView.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ListViewId | String | False |
ListView.Id |
ID of the ListView associated with this record. |
| DateLiteralType | String | False |
Type classification for DateLiteral. | |
| StartDate | Date | False |
Start date for the record or activity. | |
| EndDate | Date | False |
End date for the record or activity. | |
| IsSystemManaged | Bool | True |
Indicates whether the record has the SystemManaged characteristic. | |
| ViewType | String | True |
Type classification for View. | |
| SummaryField | String | False |
Field containing SummaryField information. | |
| ChangePeriodLiteralType | String | False |
Type classification for ChangePeriodLiteral. | |
| ChangePeriodStartDate | Date | False |
Date associated with ChangePeriodStart. | |
| UserId | String | False |
User.Id |
ID of the User associated with this record. |
| MarketSegments | String | False |
Field containing MarketSegments information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for PlatformCachePartition.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| NamespacePrefix | String | True |
The namespace prefix associated with this object. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| Description | String | False |
Text description of the record. | |
| IsDefaultPartition | Bool | False |
Indicates whether the record has the DefaultPartition characteristic. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for PlatformCachePartitionType.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| PlatformCachePartitionId | String | False |
ID of the PlatformCachePartition associated with this record. | |
| CacheType | String | False |
Type classification for Cache. | |
| AllocatedCapacity | Int | False |
City for AllocatedCapa address. | |
| AllocatedPurchasedCapacity | Int | False |
City for AllocatedPurchasedCapa address. | |
| AllocatedTrialCapacity | Int | False |
City for AllocatedTrialCapa address. | |
| AllocatedPartnerCapacity | Int | False |
City for AllocatedPartnerCapa address. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
商品とサービスに対して異なる価格設定構造を定義する価格表を保存します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
価格表レコードの一意の識別子。 | |
| IsDeleted | Bool | True |
価格表がシステムから削除されているかどうかを示します。 | |
| Name | String | False |
価格表の名前。通常、異なる価格設定モデルやカタログを区別するために使用されます。 | |
| CurrencyIsoCode | String | False |
収益額が表される通貨のISO コード。 | |
| CreatedDate | Datetime | True |
価格表が最初に作成された日時。 | |
| CreatedById | String | True |
User.Id |
価格表レコードを作成したユーザーの識別子。 |
| LastModifiedById | String | True |
User.Id |
価格表を最後に更新したユーザーの識別子。 |
| LastViewedDate | Datetime | True |
価格表レコードがユーザーによって最後に表示された日時。 | |
| LastReferencedDate | Datetime | True |
価格表が他のレコードまたは操作で最後に参照された日時。 | |
| IsActive | Bool | False |
価格表が現在有効で、取引で使用可能かどうかを示します。 | |
| IsArchived | Bool | True |
レコードがアーカイブ済み特性を持つかどうかを示します。 | |
| Description | String | False |
価格表の目的や内容に関する追加の詳細を提供するテキスト説明。 | |
| IsStandard | Bool | True |
これがシステム生成の標準価格表かどうかを示します。 | |
| 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 |
価格表が最後に変更された日時。 |
価格表内の個別の商品エントリを表し、商品を特定の価格詳細にリンクします。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
価格表エントリレコードの一意の識別子。 | |
| Name | String | True |
この価格表エントリに関連付けられた商品の名前。 | |
| Pricebook2Id | String | False |
Pricebook2.Id |
このエントリが属する価格表の識別子。 |
| Product2Id | String | False |
Product2.Id |
価格表にリストされている商品の識別子。 |
| CurrencyIsoCode | String | False |
収益額が表される通貨のISO コード。 | |
| UnitPrice | Decimal | False |
この価格表エントリで指定された商品の定価。 | |
| IsActive | Bool | False |
価格表エントリが現在有効で使用可能かどうかを示します。 | |
| UseStandardPrice | Bool | False |
カスタム定価の代わりに標準商品価格を使用するかどうかを指定します。 | |
| CreatedDate | Datetime | True |
価格表エントリが作成された日時。 | |
| CreatedById | String | True |
User.Id |
価格表エントリを作成したユーザーの識別子。 |
| LastModifiedById | String | True |
User.Id |
価格表エントリを最後に変更したユーザーの識別子。 |
| ProductCode | String | True |
カタログ、注文、または在庫システムで商品を識別するために使用されるコード。 | |
| IsDeleted | Bool | True |
価格表エントリがシステムから削除されているかどうかを示します。 | |
| IsArchived | Bool | True |
レコードがアーカイブ済み特性を持つかどうかを示します。 | |
| 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 |
価格表エントリが最後に変更された日時。 |
Schema file for PrivacyPolicy.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| PrivacyPolicyDefinitionId | String | False |
ID of the PrivacyPolicyDefinition associated with this record. | |
| DefinitionMasterLabel | String | True |
Field containing DefinitionMasterLabel information. | |
| DefinitionDeveloperName | String | True |
Field containing DefinitionDeveloperName information. | |
| Status | String | True |
Status of the record. | |
| Description | String | True |
Text description of the record. | |
| RunFrequency | String | True |
Field containing RunFrequency information. | |
| Type | String | True |
Type of account or classification. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for PrivacyPolicyDefinition.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| Status | String | False |
Status of the record. | |
| Type | String | False |
Type of account or classification. | |
| Description | String | False |
Text description of the record. | |
| RunFrequency | String | False |
Field containing RunFrequency information. | |
| ScheduledStart | Datetime | False |
Field containing ScheduledStart information. | |
| IsAllocatePermset | Bool | False |
Indicates whether the record has the AllocatePermset characteristic. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for PrivacyRTBFRequest.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| JobRecord | String | False |
Field containing JobRecord information. | |
| PolicyNameId | String | False |
ID of the PolicyName associated with this record. | |
| Status | String | False |
Status of the record. | |
| Description | String | False |
Text description of the 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for PrivacyRTBFRequestFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for ProcessException.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| ProcessExceptionNumber | String | True |
ProcessException identification number. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| AttachedToId | String | False |
ID of the AttachedTo associated with this record. | |
| AttachedToIdType | String | False |
Specifies the type of the 'AttachedToId' polymorphic field to use in the statement. | |
| AttachedToIdExternalFieldName | String | False |
Specifies the external field name of the 'AttachedToId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Message | String | False |
Field containing Message information. | |
| StatusCategory | String | True |
Field containing StatusCategory information. | |
| Status | String | False |
Status of the record. | |
| Category | String | False |
Field containing Category information. | |
| Severity | String | False |
Field containing Severity information. | |
| Priority | String | False |
Priority level of the record. | |
| CaseId | String | False |
Case.Id |
ID of the Case associated with this record. |
| OrderSummaryId | String | False |
OrderSummary.Id |
ID of the OrderSummary associated with this record. |
| ExternalReference | String | False |
Field containing ExternalReference information. | |
| SeverityCategory | String | True |
Field containing SeverityCategory information. | |
| Description | String | False |
Text description of the record. | |
| AssetId | String | False |
Asset.Id |
ID of the Asset associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
承認プロセスの一部としてユーザーに割り当てられたワークアイテムを保存します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
プロセスインスタンスステップに関連付けられたワークアイテムの一意の識別子。 | |
| ProcessInstanceId | String | False |
このワークアイテムが属するプロセスインスタンスの識別子。 | |
| OriginalActorId | String | False |
ワークアイテムを完了するために元々割り当てられたユーザーまたはグループの識別子。 | |
| OriginalActorIdType | String | False |
ステートメントで使用する'OriginalActorId' ポリモーフィック項目のタイプを指定します。 | |
| OriginalActorIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'OriginalActorId' ポリモーフィック項目の外部項目名を指定します。 | |
| ActorId | String | False |
現在ワークアイテムでアクションを実行する責任を持つユーザーまたはグループの識別子。 | |
| ActorIdType | String | False |
ステートメントで使用する'ActorId' ポリモーフィック項目のタイプを指定します。 | |
| ActorIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'ActorId' ポリモーフィック項目の外部項目名を指定します。 | |
| ElapsedTimeInDays | Double | True |
ElapsedTimeInDays 情報を含む項目。 | |
| ElapsedTimeInHours | Double | True |
ElapsedTimeInHours 情報を含む項目。 | |
| ElapsedTimeInMinutes | Double | True |
ElapsedTimeInMinutes 情報を含む項目。 | |
| IsDeleted | Bool | True |
ワークアイテムがシステムから削除されているかどうかを示します。 | |
| CreatedDate | Datetime | True |
ワークアイテムが作成された日時。 | |
| CreatedById | String | True |
User.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 |
ワークアイテムへの最新の変更を示すシステム生成タイムスタンプ。 |
会社が提供する商品やサービスの詳細を含む、商品カタログ情報を保存します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
商品レコードの一意の識別子。 | |
| Name | String | False |
商品の名前。カタログ、見積、商談で使用されます。 | |
| ProductCode | String | False |
システム間で商品を識別するために使用される内部または外部コード。 | |
| Description | String | False |
機能や仕様を含む商品の詳細説明。 | |
| IsActive | Bool | False |
商品が現在有効で使用可能かどうかを示します。 | |
| CreatedDate | Datetime | True |
商品レコードが作成された日時。 | |
| CreatedById | String | True |
User.Id |
商品レコードを作成したユーザーの識別子。 |
| LastModifiedById | String | True |
User.Id |
商品レコードを最後に変更したユーザーの識別子。 |
| Family | String | False |
商品が属するカテゴリまたはグループ。整理とレポート作成に使用されます。 | |
| CurrencyIsoCode | String | False |
収益額が表される通貨のISO コード。 | |
| ExternalDataSourceId | String | False |
このレコードに関連付けられたExternalDataSource のID。 | |
| ExternalId | String | False |
別のシステムからの外部ID。 | |
| DisplayUrl | String | False |
DisplayUrl 情報を含む項目。 | |
| QuantityUnitOfMeasure | String | False |
QuantityUnitOfMeasure 情報を含む項目。 | |
| IsDeleted | Bool | True |
商品がシステムから削除されているかどうかを示します。 | |
| IsArchived | Bool | True |
レコードがアーカイブ済み特性を持つかどうかを示します。 | |
| LastViewedDate | Datetime | True |
レコードがユーザーインターフェースで最後に表示された日時。 | |
| LastReferencedDate | Datetime | True |
レコードが最後に参照された日時。 | |
| StockKeepingUnit | String | False |
StockKeepingUnit 情報を含む項目。 | |
| Type | String | False |
取引先の種別または分類。 | |
| 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 |
商品レコードが最後に更新された日時。 |
Product2 レコードに関連する投稿や更新を含むChatter アクティビティを取得します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
商品に関連するフィードアイテムの一意の識別子。 | |
| ParentId | String | True |
Product2.Id |
このフィードアイテムが関連付けられている商品(Product2)レコードの識別子。 |
| Type | String | True |
テキスト投稿、コンテンツ共有、リンクなどのフィードアイテムのタイプ。 | |
| CreatedById | String | True |
User.Id |
フィードアイテムを作成したユーザーの識別子。 |
| CreatedByIdType | String | False |
ステートメントで使用する'CreatedById' ポリモーフィック項目のタイプを指定します。 | |
| CreatedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| IsDeleted | Bool | True |
フィードアイテムが削除されているかどうかを示します。 | |
| CommentCount | Int | True |
フィードアイテムに関連付けられたコメントの数。 | |
| LikeCount | Int | True |
フィードアイテムが受けた「いいね」の数。 | |
| Title | String | True |
該当する場合、フィードアイテムのタイトルまたは件名。 | |
| Body | String | True |
フィードアイテムのメインコンテンツまたはメッセージ本文。 | |
| LinkUrl | String | True |
該当する場合、フィードアイテムで共有されたリンクのURL。 | |
| IsRichText | Bool | True |
コンテンツにリッチテキスト書式が含まれているかどうかを示します。 | |
| RelatedRecordId | String | True |
フィードアイテムで言及またはリンクされた関連レコードの識別子。 | |
| InsertedById | String | True |
User.Id |
フィードアイテムを挿入したユーザーまたは自動化の識別子。作成者と異なる場合があります。 |
| InsertedByIdType | String | False |
ステートメントで使用する'InsertedById' ポリモーフィック項目のタイプを指定します。 | |
| InsertedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'InsertedById' ポリモーフィック項目の外部項目名を指定します。 | |
| BestCommentId | String | True |
FeedComment.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 |
フィードアイテムが最後に更新された日時。 | |
| CreatedDate | Datetime | True |
フィードアイテムが作成された日時。 |
Schema file for ProductConsumptionSchedule.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ProductId | String | False |
Product2.Id |
ID of the Product associated with this record. |
| ConsumptionScheduleId | String | False |
ID of the ConsumptionSchedule associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ProductEntitlementTemplate.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| Product2Id | String | False |
Product2.Id |
ID of the Product associated with this record. |
| EntitlementTemplateId | String | False |
ID of the EntitlementTemplate associated with this record. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for ProductRelationshipType.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| MainProductRoleCat | String | False |
Field containing MainProductRoleCat information. | |
| AssociatedProductRoleCat | String | False |
Field containing AssociatedProductRoleCat information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
さまざまなロールのアクセス権限とセキュリティ設定を指定し、ユーザープロファイルを定義します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
プロファイルレコードの一意の識別子。 | |
| Name | String | False |
プロファイルの名前。通常、提供するロールまたはアクセスレベルを示します。 | |
| PermissionsEmailSingle | Bool | False |
ユーザーがSalesforce から個別のメールを送信することを許可します。 | |
| PermissionsEmailMass | Bool | False |
複数の受信者に一度に一括メールを送信する権限を付与します。 | |
| PermissionsEditTask | Bool | False |
ユーザーに割り当てられた、またはユーザーが作成したToDo レコードの編集を許可します。 | |
| PermissionsEditEvent | Bool | False |
カレンダー行動レコードを編集する権限を付与します。 | |
| PermissionsExportReport | Bool | False |
ユーザーがレポートデータをExcel やCSV などの外部形式にエクスポートすることを有効にします。 | |
| PermissionsImportPersonal | Bool | False |
ユーザーが個人の取引先責任者をSalesforce にインポートすることを許可します。 | |
| PermissionsDataExport | Bool | False |
PermissionsDataExport 情報を含む項目。 | |
| PermissionsManageUsers | Bool | False |
ユーザーアカウントの作成、変更、無効化を行う管理者アクセス権を付与します。 | |
| PermissionsEditPublicFilters | Bool | False |
PermissionsEditPublicFilters 情報を含む項目。 | |
| PermissionsEditPublicTemplates | Bool | False |
組織全体で共有されているメールテンプレートの編集を許可します。 | |
| PermissionsModifyAllData | Bool | False |
共有設定をオーバーライドして、すべての組織データへの完全なアクセスを提供します。 | |
| PermissionsEditBillingInfo | Bool | False |
PermissionsEditBillingInfo 情報を含む項目。 | |
| PermissionsManageCases | Bool | False |
割り当てと解決を含む、顧客サポートケースの管理を有効にします。 | |
| PermissionsMassInlineEdit | Bool | False |
PermissionsMassInlineEdit 情報を含む項目。 | |
| PermissionsEditKnowledge | Bool | False |
個別のSalesforce ナレッジ記事の編集を許可します。 | |
| PermissionsManageKnowledge | Bool | False |
Salesforce ナレッジの設定とコンテンツに対する完全な管理者制御を付与します。 | |
| PermissionsManageSolutions | Bool | False |
公開と編集を含む、ソリューションの管理を許可します。 | |
| PermissionsCustomizeApplication | Bool | False |
タブ、項目、ページレイアウトなど、Salesforce インターフェースをカスタマイズするアクセス権を付与します。 | |
| PermissionsEditReadonlyFields | Bool | False |
通常は読み取り専用の項目を、API や自動化を通じて編集することを有効にします。 | |
| PermissionsRunReports | Bool | False |
ユーザーが自分のフォルダまたは共有フォルダで利用可能なレポートを実行することを許可します。 | |
| PermissionsViewSetup | Bool | False |
設定エリアへの表示権限を付与します(構成とカスタマイズオプションを含む)。 | |
| PermissionsTransferAnyEntity | Bool | False |
現在の所有者に関係なく、任意のレコードの所有権を移転することを許可します。 | |
| PermissionsNewReportBuilder | Bool | False |
カスタムレポートを作成するためのLightning レポートビルダーへのアクセスを付与します。 | |
| PermissionsActivateContract | Bool | False |
ユーザーが契約レコードを有効化することを有効にします。 | |
| PermissionsActivateOrder | Bool | False |
PermissionsActivateOrder 情報を含む項目。 | |
| PermissionsImportLeads | Bool | False |
インポートツールを使用してリードレコードをSalesforce にインポートすることを許可します。 | |
| PermissionsManageLeads | Bool | False |
作成、編集、コンバートを含む、リードを管理する完全なアクセス権を付与します。 | |
| PermissionsTransferAnyLead | Bool | False |
ユーザーが現在の所有者に関係なく、任意のリードの所有権を移転することを許可します。 | |
| PermissionsViewAllData | Bool | False |
共有設定をバイパスして、組織内のすべてのデータへの読み取り専用アクセスを付与します。 | |
| PermissionsEditPublicDocuments | Bool | False |
公開アクセス可能なフォルダに保存されたドキュメントの編集を許可します。 | |
| PermissionsViewEncryptedData | Bool | False |
PermissionsViewEncryptedData 情報を含む項目。 | |
| PermissionsEditBrandTemplates | Bool | False |
レターヘッドなどのメールブランドアセットを変更する権限を付与します。 | |
| PermissionsEditHtmlTemplates | Bool | False |
HTML 形式のメールテンプレートの編集を有効にします。 | |
| PermissionsChatterInternalUser | Bool | False |
Chatter コラボレーション機能への内部ユーザーアクセスを付与します。 | |
| PermissionsManageEncryptionKeys | Bool | False |
PermissionsManageEncryptionKeys 情報を含む項目。 | |
| PermissionsDeleteActivatedContract | Bool | False |
すでに有効化された契約を削除する権限を付与します。 | |
| PermissionsChatterInviteExternalUsers | Bool | False |
外部ユーザーをChatter ディスカッションに参加するよう招待することを許可します。 | |
| PermissionsSendSitRequests | Bool | False |
ユーザーが取引先責任者情報を更新するためのステイインタッチリクエストを送信することを許可します。 | |
| PermissionsApiUserOnly | Bool | False |
PermissionsApiUserOnly 情報を含む項目。 | |
| PermissionsManageRemoteAccess | Bool | False |
接続アプリケーションとリモートアクセス設定を管理する権限を付与します。 | |
| PermissionsCanUseNewDashboardBuilder | Bool | False |
ドラッグアンドドロップ機能を持つLightning ダッシュボードビルダーの使用を許可します。 | |
| PermissionsManageCategories | Bool | False |
ナレッジ記事のデータカテゴリを作成および管理するアクセス権を付与します。 | |
| PermissionsConvertLeads | Bool | False |
ユーザーがリードを取引先責任者、取引先、商談にコンバートすることを有効にします。 | |
| PermissionsPasswordNeverExpires | Bool | False |
標準の有効期限ポリシーをバイパスして、ユーザーのパスワードの期限切れを防ぎます。 | |
| PermissionsUseTeamReassignWizards | Bool | False |
取引先、商談、またはケースのチームを再割り当てするウィザードの使用を許可します。 | |
| PermissionsEditActivatedOrders | Bool | False |
PermissionsEditActivatedOrders 情報を含む項目。 | |
| PermissionsInstallMultiforce | Bool | False |
AppExchange からパッケージをダウンロードしてインストールする権限を付与します。 | |
| PermissionsPublishMultiforce | Bool | False |
ユーザーが管理または非管理AppExchange パッケージをアップロードして公開することを許可します。 | |
| PermissionsChatterOwnGroups | Bool | False |
ユーザーが独自のChatter グループを作成して管理する機能を付与します。 | |
| PermissionsEditOppLineItemUnitPrice | Bool | False |
商談レコードにリストされた商品の単価の編集を許可します。 | |
| PermissionsManageTerritories | Bool | False |
PermissionsManageTerritories 情報を含む項目。 | |
| PermissionsCreateMultiforce | Bool | False |
Salesforce 内で新しいAppExchange パッケージを作成する権限を付与します。 | |
| PermissionsBulkApiHardDelete | Bool | False |
ごみ箱をスキップして、Bulk API によるレコードの完全削除を有効にします。 | |
| PermissionsSolutionImport | Bool | False |
外部ソースからのソリューションレコードのインポートを許可します。 | |
| PermissionsManageCallCenters | Bool | False |
コールセンターの設定と構成を作成および管理するアクセス権を付与します。 | |
| PermissionsManageSynonyms | Bool | False |
検索機能を向上させるための検索類語を定義および管理する権限を付与します。 | |
| PermissionsViewContent | Bool | False |
ユーザーがポータルまたはコミュニティ内でSalesforce Content を表示することを有効にします。 | |
| PermissionsManageEmailClientConfig | Bool | False |
Salesforce とのメールクライアント統合の構成を許可します。 | |
| PermissionsEnableNotifications | Bool | False |
メールやメッセージなどのアウトバウンドワークフロー通知を送信する権限を付与します。 | |
| PermissionsIsSsoEnabled | Bool | False |
PermissionsIsSsoEnabled 情報を含む項目。 | |
| PermissionsManageDataIntegrations | Bool | False |
外部データソースとの統合の管理を許可します。 | |
| PermissionsDistributeFromPersWksp | Bool | False |
PermissionsDistributeFromPersWksp 情報を含む項目。 | |
| PermissionsViewDataCategories | Bool | False |
Salesforce ナレッジでのデータカテゴリ構造の表示を有効にします。 | |
| PermissionsManageDataCategories | Bool | False |
データカテゴリグループと階層を管理する管理者制御を付与します。 | |
| PermissionsAuthorApex | Bool | False |
ユーザーがApex クラスとトリガーを作成および変更することを許可します。 | |
| PermissionsManageMobile | Bool | False |
Salesforce モバイルアプリの設定を構成および管理する権限を付与します。 | |
| PermissionsApiEnabled | Bool | False |
統合目的でSalesforce のAPI へのアクセスを有効にします。 | |
| PermissionsManageCustomReportTypes | Bool | False |
カスタムレポートタイプの作成と変更を許可します。 | |
| PermissionsEditCaseComments | Bool | False |
サポートケースのコメントを編集する権限を付与します。 | |
| PermissionsTransferAnyCase | Bool | False |
現在誰が所有しているかに関係なく、任意のケースの所有権を移転することを許可します。 | |
| PermissionsContentAdministrator | Bool | False |
Salesforce CRM Content を管理する完全なアクセス権を提供します。 | |
| PermissionsCreateWorkspaces | Bool | False |
ドキュメント管理のための新しいコンテンツライブラリを作成する権限を付与します。 | |
| PermissionsManageContentPermissions | Bool | False |
ライブラリ内のコンテンツのアクセス権限を設定することを許可します。 | |
| PermissionsManageContentProperties | Bool | False |
コンテンツアイテムのメタデータとプロパティを構成する機能を付与します。 | |
| PermissionsManageContentTypes | Bool | False |
Salesforce ライブラリでのコンテンツタイプの作成と管理を許可します。 | |
| PermissionsManageExchangeConfig | Bool | False |
PermissionsManageExchangeConfig 情報を含む項目。 | |
| PermissionsManageAnalyticSnapshots | Bool | False |
履歴データ追跡のための分析スナップショットを設定および管理するアクセス権を付与します。 | |
| PermissionsScheduleReports | Bool | False |
ユーザーがメールによるレポートの自動配信をスケジュールすることを許可します。 | |
| PermissionsManageBusinessHourHolidays | Bool | False |
サービス業務のための営業時間と祝日スケジュールを構成するアクセス権を付与します。 | |
| PermissionsManageEntitlements | Bool | False |
PermissionsManageEntitlements 情報を含む項目。 | |
| PermissionsManageDynamicDashboards | Bool | False |
閲覧者に基づいてデータを動的に表示するダッシュボードの作成と管理を許可します。 | |
| PermissionsCustomSidebarOnAllPages | Bool | False |
すべての標準Salesforce ページでカスタムサイドバーコンポーネントの表示を有効にします。 | |
| PermissionsManageInteraction | Bool | False |
Flow Builder を使用してフローを作成および管理する権限を付与します。 | |
| PermissionsViewMyTeamsDashboards | Bool | False |
ユーザーのチームと共有されているダッシュボードの表示を許可します。 | |
| PermissionsModerateChatter | Bool | False |
不適切なコンテンツを削除する機能を含む、Chatter の投稿とコメントのモデレートを有効にします。 | |
| PermissionsResetPasswords | Bool | False |
ユーザーパスワードをリセットし、アカウントのロックを解除する権限を付与します。 | |
| PermissionsFlowUFLRequired | Bool | False |
ユーザーがフローを実行するためにFlow User Feature License を持つ必要があることを示します。 | |
| PermissionsCanInsertFeedSystemFields | Bool | False |
Chatter フィード投稿にシステム項目値を挿入することを許可します。 | |
| PermissionsActivitiesAccess | Bool | False |
PermissionsActivitiesAccess 情報を含む項目。 | |
| PermissionsManageKnowledgeImportExport | Bool | False |
Salesforce ナレッジ記事のインポートとエクスポートへのアクセス権を付与します。 | |
| PermissionsUseInboxSchedulingOnBehalfOf | Bool | False |
PermissionsUseInboxSchedulingOnBehalfOf 情報を含む項目。 | |
| PermissionsEmailTemplateManagement | Bool | False |
メールテンプレートの作成、編集、管理を許可します。 | |
| PermissionsEmailAdministration | Bool | False |
組織全体のメール設定とポリシーの構成を有効にします。 | |
| PermissionsDeleteEventMonitoringData | Bool | False |
PermissionsDeleteEventMonitoringData 情報を含む項目。 | |
| PermissionsManageChatterMessages | Bool | False |
ユーザー間のプライベートChatter メッセージの表示と削除を許可します。 | |
| PermissionsAllowEmailIC | Bool | False |
PermissionsAllowEmailIC 情報を含む項目。 | |
| PermissionsChatterFileLink | Bool | False |
PermissionsChatterFileLink 情報を含む項目。 | |
| PermissionsForceTwoFactor | Bool | False |
UI を通じてログインするユーザーに二要素認証を要求します。 | |
| PermissionsViewEventLogFiles | Bool | False |
PermissionsViewEventLogFiles 情報を含む項目。 | |
| PermissionsManageNetworks | Bool | False |
Salesforce コミュニティを作成および構成する権限を付与します。 | |
| PermissionsManageAuthProviders | Bool | False |
シングルサインオンとログインオプションの認証プロバイダーの管理を許可します。 | |
| PermissionsRunFlow | Bool | False |
ユーザーが手動または自動化によって開始されたフローを実行することを有効にします。 | |
| PermissionsCreateCustomizeDashboards | Bool | False |
PermissionsCreateCustomizeDashboards 情報を含む項目。 | |
| PermissionsCreateDashboardFolders | Bool | False |
PermissionsCreateDashboardFolders 情報を含む項目。 | |
| PermissionsViewPublicDashboards | Bool | False |
PermissionsViewPublicDashboards 情報を含む項目。 | |
| PermissionsManageDashbdsInPubFolders | Bool | False |
PermissionsManageDashbdsInPubFolders 情報を含む項目。 | |
| PermissionsCreateCustomizeReports | Bool | False |
PermissionsCreateCustomizeReports 情報を含む項目。 | |
| PermissionsCreateReportFolders | Bool | False |
PermissionsCreateReportFolders 情報を含む項目。 | |
| PermissionsViewPublicReports | Bool | False |
PermissionsViewPublicReports 情報を含む項目。 | |
| PermissionsManageReportsInPubFolders | Bool | False |
PermissionsManageReportsInPubFolders 情報を含む項目。 | |
| PermissionsEditMyDashboards | Bool | False |
PermissionsEditMyDashboards 情報を含む項目。 | |
| PermissionsEditMyReports | Bool | False |
PermissionsEditMyReports 情報を含む項目。 | |
| PermissionsDeleteFieldHistoryArchive | Bool | False |
PermissionsDeleteFieldHistoryArchive 情報を含む項目。 | |
| PermissionsViewAllUsers | Bool | False |
組織内のすべてのユーザーレコードへの表示権限を付与します。 | |
| PermissionsAllowUniversalSearch | Bool | False |
すべての検索可能なレコードとオブジェクトにアクセスするためのグローバル検索の使用を有効にします。 | |
| PermissionsConnectOrgToEnvironmentHub | Bool | False |
マルチ組織管理のために組織をEnvironment Hub にリンクすることを許可します。 | |
| PermissionsWorkCalibrationUser | Bool | False |
PermissionsWorkCalibrationUser 情報を含む項目。 | |
| PermissionsCreateCustomizeFilters | Bool | False |
PermissionsCreateCustomizeFilters 情報を含む項目。 | |
| PermissionsWorkDotComUserPerm | Bool | False |
PermissionsWorkDotComUserPerm 情報を含む項目。 | |
| PermissionsContentHubUser | Bool | False |
PermissionsContentHubUser 情報を含む項目。 | |
| PermissionsGovernNetworks | Bool | False |
PermissionsGovernNetworks 情報を含む項目。 | |
| PermissionsSalesConsole | Bool | False |
最適化された営業ワークフロー用のSales Console アプリへのアクセスを付与します。 | |
| PermissionsTwoFactorApi | Bool | False |
API ログインに二要素認証を要求します。 | |
| PermissionsDeleteTopics | Bool | False |
ユーザーがChatter の投稿やレコードからトピックを削除することを許可します。 | |
| PermissionsEditTopics | Bool | False |
既存のChatter トピックを変更する権限を付与します。 | |
| PermissionsCreateTopics | Bool | False |
ユーザーが新しいChatter トピックを作成することを許可します。 | |
| PermissionsAssignTopics | Bool | False |
レコードと投稿へのChatter トピックの割り当てを有効にします。 | |
| PermissionsIdentityEnabled | Bool | False |
シングルサインオンと接続アプリケーションなどのSalesforce Identity 機能へのアクセスを付与します。 | |
| PermissionsIdentityConnect | Bool | False |
Active Directory からのユーザーデータ同期のためのIdentity Connect との統合を許可します。 | |
| PermissionsAllowViewKnowledge | Bool | False |
ユーザーが権限に応じてSalesforce ナレッジ記事を表示することを有効にします。 | |
| PermissionsContentWorkspaces | Bool | False |
PermissionsContentWorkspaces 情報を含む項目。 | |
| PermissionsManageSearchPromotionRules | Bool | False |
PermissionsManageSearchPromotionRules 情報を含む項目。 | |
| PermissionsCustomMobileAppsAccess | Bool | False |
PermissionsCustomMobileAppsAccess 情報を含む項目。 | |
| PermissionsViewHelpLink | Bool | False |
PermissionsViewHelpLink 情報を含む項目。 | |
| PermissionsManageProfilesPermissionsets | Bool | False |
PermissionsManageProfilesPermissionsets 情報を含む項目。 | |
| PermissionsAssignPermissionSets | Bool | False |
PermissionsAssignPermissionSets 情報を含む項目。 | |
| PermissionsManageRoles | Bool | False |
PermissionsManageRoles 情報を含む項目。 | |
| PermissionsManageIpAddresses | Bool | False |
PermissionsManageIpAddresses 情報を含む項目。 | |
| PermissionsManageSharing | Bool | False |
PermissionsManageSharing 情報を含む項目。 | |
| PermissionsManageInternalUsers | Bool | False |
PermissionsManageInternalUsers 情報を含む項目。 | |
| PermissionsManagePasswordPolicies | Bool | False |
PermissionsManagePasswordPolicies 情報を含む項目。 | |
| PermissionsManageLoginAccessPolicies | Bool | False |
PermissionsManageLoginAccessPolicies 情報を含む項目。 | |
| PermissionsViewPlatformEvents | Bool | False |
PermissionsViewPlatformEvents 情報を含む項目。 | |
| PermissionsManageCustomPermissions | Bool | False |
PermissionsManageCustomPermissions 情報を含む項目。 | |
| PermissionsCanVerifyComment | Bool | False |
PermissionsCanVerifyComment 情報を含む項目。 | |
| PermissionsManageUnlistedGroups | Bool | False |
PermissionsManageUnlistedGroups 情報を含む項目。 | |
| PermissionsStdAutomaticActivityCapture | Bool | False |
PermissionsStdAutomaticActivityCapture 情報を含む項目。 | |
| PermissionsFreezeUsers | Bool | False |
PermissionsFreezeUsers 情報を含む項目。 | |
| PermissionsInsightsAppDashboardEditor | Bool | False |
PermissionsInsightsAppDashboardEditor 情報を含む項目。 | |
| PermissionsManageTwoFactor | Bool | False |
PermissionsManageTwoFactor 情報を含む項目。 | |
| PermissionsInsightsAppUser | Bool | False |
PermissionsInsightsAppUser 情報を含む項目。 | |
| PermissionsInsightsAppAdmin | Bool | False |
PermissionsInsightsAppAdmin 情報を含む項目。 | |
| PermissionsInsightsAppEltEditor | Bool | False |
PermissionsInsightsAppEltEditor 情報を含む項目。 | |
| PermissionsInsightsAppUploadUser | Bool | False |
PermissionsInsightsAppUploadUser 情報を含む項目。 | |
| PermissionsInsightsCreateApplication | Bool | False |
PermissionsInsightsCreateApplication 情報を含む項目。 | |
| PermissionsLightningExperienceUser | Bool | False |
PermissionsLightningExperienceUser 情報を含む項目。 | |
| PermissionsViewDataLeakageEvents | Bool | False |
PermissionsViewDataLeakageEvents 情報を含む項目。 | |
| PermissionsConfigCustomRecs | Bool | False |
PermissionsConfigCustomRecs 情報を含む項目。 | |
| PermissionsSubmitMacrosAllowed | Bool | False |
PermissionsSubmitMacrosAllowed 情報を含む項目。 | |
| PermissionsBulkMacrosAllowed | Bool | False |
PermissionsBulkMacrosAllowed 情報を含む項目。 | |
| PermissionsShareInternalArticles | Bool | False |
PermissionsShareInternalArticles 情報を含む項目。 | |
| PermissionsManageSessionPermissionSets | Bool | False |
PermissionsManageSessionPermissionSets 情報を含む項目。 | |
| PermissionsManageTemplatedApp | Bool | False |
PermissionsManageTemplatedApp 情報を含む項目。 | |
| PermissionsUseTemplatedApp | Bool | False |
PermissionsUseTemplatedApp 情報を含む項目。 | |
| PermissionsSendAnnouncementEmails | Bool | False |
PermissionsSendAnnouncementEmails 情報を含む項目。 | |
| PermissionsChatterEditOwnPost | Bool | False |
PermissionsChatterEditOwnPost 情報を含む項目。 | |
| PermissionsChatterEditOwnRecordPost | Bool | False |
PermissionsChatterEditOwnRecordPost 情報を含む項目。 | |
| PermissionsWaveTabularDownload | Bool | False |
PermissionsWaveTabularDownload 情報を含む項目。 | |
| PermissionsWaveCommunityUser | Bool | False |
PermissionsWaveCommunityUser 情報を含む項目。 | |
| PermissionsAutomaticActivityCapture | Bool | False |
PermissionsAutomaticActivityCapture 情報を含む項目。 | |
| PermissionsImportCustomObjects | Bool | False |
PermissionsImportCustomObjects 情報を含む項目。 | |
| PermissionsSalesforceIQInbox | Bool | False |
PermissionsSalesforceIQInbox 情報を含む項目。 | |
| PermissionsDelegatedTwoFactor | Bool | False |
PermissionsDelegatedTwoFactor 情報を含む項目。 | |
| PermissionsChatterComposeUiCodesnippet | Bool | False |
PermissionsChatterComposeUiCodesnippet 情報を含む項目。 | |
| PermissionsSelectFilesFromSalesforce | Bool | False |
PermissionsSelectFilesFromSalesforce 情報を含む項目。 | |
| PermissionsModerateNetworkUsers | Bool | False |
PermissionsModerateNetworkUsers 情報を含む項目。 | |
| PermissionsMergeTopics | Bool | False |
PermissionsMergeTopics 情報を含む項目。 | |
| PermissionsSubscribeToLightningReports | Bool | False |
PermissionsSubscribeToLightningReports 情報を含む項目。 | |
| PermissionsManagePvtRptsAndDashbds | Bool | False |
PermissionsManagePvtRptsAndDashbds 情報を含む項目。 | |
| PermissionsAllowLightningLogin | Bool | False |
PermissionsAllowLightningLogin 情報を含む項目。 | |
| PermissionsLeadScoreUser | Bool | False |
PermissionsLeadScoreUser 情報を含む項目。 | |
| PermissionsCampaignInfluence2 | Bool | False |
PermissionsCampaignInfluence2 情報を含む項目。 | |
| PermissionsViewDataAssessment | Bool | False |
PermissionsViewDataAssessment 情報を含む項目。 | |
| PermissionsRemoveDirectMessageMembers | Bool | False |
PermissionsRemoveDirectMessageMembers 情報を含む項目。 | |
| PermissionsCanApproveFeedPost | Bool | False |
PermissionsCanApproveFeedPost 情報を含む項目。 | |
| PermissionsAddDirectMessageMembers | Bool | False |
PermissionsAddDirectMessageMembers 情報を含む項目。 | |
| PermissionsAllowViewEditConvertedLeads | Bool | False |
PermissionsAllowViewEditConvertedLeads 情報を含む項目。 | |
| PermissionsShowCompanyNameAsUserBadge | Bool | False |
PermissionsShowCompanyNameAsUserBadge 情報を含む項目。 | |
| PermissionsAccessCMC | Bool | False |
PermissionsAccessCMC 情報を含む項目。 | |
| PermissionsViewHealthCheck | Bool | False |
PermissionsViewHealthCheck 情報を含む項目。 | |
| PermissionsManageHealthCheck | Bool | False |
PermissionsManageHealthCheck 情報を含む項目。 | |
| PermissionsPackaging2 | Bool | False |
PermissionsPackaging2 情報を含む項目。 | |
| PermissionsManageCertificates | Bool | False |
PermissionsManageCertificates 情報を含む項目。 | |
| PermissionsCreateReportInLightning | Bool | False |
PermissionsCreateReportInLightning 情報を含む項目。 | |
| PermissionsPreventClassicExperience | Bool | False |
PermissionsPreventClassicExperience 情報を含む項目。 | |
| PermissionsHideReadByList | Bool | False |
PermissionsHideReadByList 情報を含む項目。 | |
| PermissionsDeleteFieldHistory | Bool | False |
PermissionsDeleteFieldHistory 情報を含む項目。 | |
| PermissionsListEmailSend | Bool | False |
PermissionsListEmailSend 情報を含む項目。 | |
| PermissionsFeedPinning | Bool | False |
PermissionsFeedPinning 情報を含む項目。 | |
| PermissionsChangeDashboardColors | Bool | False |
PermissionsChangeDashboardColors 情報を含む項目。 | |
| PermissionsManageRecommendationStrategies | Bool | False |
PermissionsManageRecommendationStrategies 情報を含む項目。 | |
| PermissionsManagePropositions | Bool | False |
PermissionsManagePropositions 情報を含む項目。 | |
| PermissionsCloseConversations | Bool | False |
PermissionsCloseConversations 情報を含む項目。 | |
| PermissionsSubscribeReportRolesGrps | Bool | False |
PermissionsSubscribeReportRolesGrps 情報を含む項目。 | |
| PermissionsSubscribeDashboardRolesGrps | Bool | False |
PermissionsSubscribeDashboardRolesGrps 情報を含む項目。 | |
| PermissionsUseWebLink | Bool | False |
PermissionsUseWebLink 情報を含む項目。 | |
| PermissionsHasUnlimitedNBAExecutions | Bool | False |
PermissionsHasUnlimitedNBAExecutions 情報を含む項目。 | |
| PermissionsViewOnlyEmbeddedAppUser | Bool | False |
PermissionsViewOnlyEmbeddedAppUser 情報を含む項目。 | |
| PermissionsViewAllActivities | Bool | False |
PermissionsViewAllActivities 情報を含む項目。 | |
| PermissionsSubscribeReportToOtherUsers | Bool | False |
PermissionsSubscribeReportToOtherUsers 情報を含む項目。 | |
| PermissionsLightningConsoleAllowedForUser | Bool | False |
PermissionsLightningConsoleAllowedForUser 情報を含む項目。 | |
| PermissionsSubscribeReportsRunAsUser | Bool | False |
PermissionsSubscribeReportsRunAsUser 情報を含む項目。 | |
| PermissionsSubscribeToLightningDashboards | Bool | False |
PermissionsSubscribeToLightningDashboards 情報を含む項目。 | |
| PermissionsSubscribeDashboardToOtherUsers | Bool | False |
PermissionsSubscribeDashboardToOtherUsers 情報を含む項目。 | |
| PermissionsPardotUser | Bool | False |
PermissionsPardotUser 情報を含む項目。 | |
| PermissionsCreateLtngTempInPub | Bool | False |
PermissionsCreateLtngTempInPub 情報を含む項目。 | |
| PermissionsTransactionalEmailSend | Bool | False |
PermissionsTransactionalEmailSend 情報を含む項目。 | |
| PermissionsViewPrivateStaticResources | Bool | False |
PermissionsViewPrivateStaticResources 情報を含む項目。 | |
| PermissionsCreateLtngTempFolder | Bool | False |
PermissionsCreateLtngTempFolder 情報を含む項目。 | |
| PermissionsApexRestServices | Bool | False |
PermissionsApexRestServices 情報を含む項目。 | |
| PermissionsEnableCommunityAppLauncher | Bool | False |
PermissionsEnableCommunityAppLauncher 情報を含む項目。 | |
| PermissionsGiveRecognitionBadge | Bool | False |
PermissionsGiveRecognitionBadge 情報を含む項目。 | |
| PermissionsSalesforceIQInternal | Bool | False |
PermissionsSalesforceIQInternal 情報を含む項目。 | |
| PermissionsUseMySearch | Bool | False |
PermissionsUseMySearch 情報を含む項目。 | |
| PermissionsLtngPromoReserved01UserPerm | Bool | False |
PermissionsLtngPromoReserved01UserPerm 情報を含む項目。 | |
| PermissionsManageSubscriptions | Bool | False |
PermissionsManageSubscriptions 情報を含む項目。 | |
| PermissionsWaveManagePrivateAssetsUser | Bool | False |
PermissionsWaveManagePrivateAssetsUser 情報を含む項目。 | |
| PermissionsCanEditDataPrepRecipe | Bool | False |
PermissionsCanEditDataPrepRecipe 情報を含む項目。 | |
| PermissionsAddAnalyticsRemoteConnections | Bool | False |
PermissionsAddAnalyticsRemoteConnections 情報を含む項目。 | |
| PermissionsManageSurveys | Bool | False |
PermissionsManageSurveys 情報を含む項目。 | |
| PermissionsUseAssistantDialog | Bool | False |
PermissionsUseAssistantDialog 情報を含む項目。 | |
| PermissionsUseQuerySuggestions | Bool | False |
PermissionsUseQuerySuggestions 情報を含む項目。 | |
| PermissionsRecordVisibilityAPI | Bool | False |
PermissionsRecordVisibilityAPI 情報を含む項目。 | |
| PermissionsViewRoles | Bool | False |
PermissionsViewRoles 情報を含む項目。 | |
| PermissionsCanManageMaps | Bool | False |
PermissionsCanManageMaps 情報を含む項目。 | |
| PermissionsLMOutboundMessagingUserPerm | Bool | False |
PermissionsLMOutboundMessagingUserPerm 情報を含む項目。 | |
| PermissionsModifyDataClassification | Bool | False |
PermissionsModifyDataClassification 情報を含む項目。 | |
| PermissionsPrivacyDataAccess | Bool | False |
PermissionsPrivacyDataAccess 情報を含む項目。 | |
| PermissionsQueryAllFiles | Bool | False |
PermissionsQueryAllFiles 情報を含む項目。 | |
| PermissionsModifyMetadata | Bool | False |
PermissionsModifyMetadata 情報を含む項目。 | |
| PermissionsManageCMS | Bool | False |
PermissionsManageCMS 情報を含む項目。 | |
| PermissionsSandboxTestingInCommunityApp | Bool | False |
PermissionsSandboxTestingInCommunityApp 情報を含む項目。 | |
| PermissionsCanEditPrompts | Bool | False |
PermissionsCanEditPrompts 情報を含む項目。 | |
| PermissionsViewUserPII | Bool | False |
PermissionsViewUserPII 情報を含む項目。 | |
| PermissionsManageHubConnections | Bool | False |
PermissionsManageHubConnections 情報を含む項目。 | |
| PermissionsB2BMarketingAnalyticsUser | Bool | False |
PermissionsB2BMarketingAnalyticsUser 情報を含む項目。 | |
| PermissionsTraceXdsQueries | Bool | False |
PermissionsTraceXdsQueries 情報を含む項目。 | |
| PermissionsViewSecurityCommandCenter | Bool | False |
PermissionsViewSecurityCommandCenter 情報を含む項目。 | |
| PermissionsManageSecurityCommandCenter | Bool | False |
PermissionsManageSecurityCommandCenter 情報を含む項目。 | |
| PermissionsViewAllCustomSettings | Bool | False |
PermissionsViewAllCustomSettings 情報を含む項目。 | |
| PermissionsViewAllForeignKeyNames | Bool | False |
PermissionsViewAllForeignKeyNames 情報を含む項目。 | |
| PermissionsAddWaveNotificationRecipients | Bool | False |
PermissionsAddWaveNotificationRecipients 情報を含む項目。 | |
| PermissionsHeadlessCMSAccess | Bool | False |
PermissionsHeadlessCMSAccess 情報を含む項目。 | |
| PermissionsUseOrderManagementAPIs | Bool | False |
PermissionsUseOrderManagementAPIs 情報を含む項目。 | |
| PermissionsEditUnmanagedOrderSummaries | Bool | False |
PermissionsEditUnmanagedOrderSummaries 情報を含む項目。 | |
| PermissionsLMEndMessagingSessionUserPerm | Bool | False |
PermissionsLMEndMessagingSessionUserPerm 情報を含む項目。 | |
| PermissionsConsentApiUpdate | Bool | False |
PermissionsConsentApiUp に関連付けられた日付。 | |
| PermissionsPaymentsAPIUser | Bool | False |
PermissionsPaymentsAPIUser 情報を含む項目。 | |
| PermissionsAccessContentBuilder | Bool | False |
PermissionsAccessContentBuilder 情報を含む項目。 | |
| PermissionsAccountSwitcherUser | Bool | False |
PermissionsAccountSwitcherUser 情報を含む項目。 | |
| PermissionsViewAnomalyEvents | Bool | False |
PermissionsViewAnomalyEvents 情報を含む項目。 | |
| PermissionsManageC360AConnections | Bool | False |
PermissionsManageC360AConnections 情報を含む項目。 | |
| PermissionsManageReleaseUpdates | Bool | False |
PermissionsManageReleaseUpdates 情報を含む項目。 | |
| PermissionsViewAllProfiles | Bool | False |
PermissionsViewAllProfiles 情報を含む項目。 | |
| PermissionsSkipIdentityConfirmation | Bool | False |
PermissionsSkipIdentityConfirmation 情報を含む項目。 | |
| PermissionsLearningManager | Bool | False |
PermissionsLearningManager 情報を含む項目。 | |
| PermissionsSendCustomNotifications | Bool | False |
PermissionsSendCustomNotifications 情報を含む項目。 | |
| PermissionsPackaging2Delete | Bool | False |
PermissionsPackaging2Delete 情報を含む項目。 | |
| PermissionsUseOmnichannelInventoryAPIs | Bool | False |
PermissionsUseOmnichannelInventoryAPIs 情報を含む項目。 | |
| PermissionsViewRestrictionAndScopingRules | Bool | False |
PermissionsViewRestrictionAndScopingRules 情報を含む項目。 | |
| PermissionsFSCComprehensiveUserAccess | Bool | False |
PermissionsFSCComprehensiveUserAccess 情報を含む項目。 | |
| PermissionsMarketingAdmin | Bool | False |
PermissionsMarketingAdmin 情報を含む項目。 | |
| PermissionsBotManageBots | Bool | False |
PermissionsBotManageBots 情報を含む項目。 | |
| PermissionsBotManageBotsTrainingData | Bool | False |
PermissionsBotManageBotsTrainingData 情報を含む項目。 | |
| PermissionsEditDeliveryInformation | Bool | False |
PermissionsEditDeliveryInformation 情報を含む項目。 | |
| PermissionsOmnichannelInventorySync | Bool | False |
PermissionsOmnichannelInventorySync 情報を含む項目。 | |
| PermissionsManageLearningReporting | Bool | False |
PermissionsManageLearningReporting 情報を含む項目。 | |
| PermissionsIsotopeCToCUser | Bool | False |
PermissionsIsotopeCToCUser 情報を含む項目。 | |
| PermissionsManagePreferenceCenter | Bool | False |
PermissionsManagePreferenceCenter 情報を含む項目。 | |
| PermissionsCanAccessCE | Bool | False |
PermissionsCanAccessCE 情報を含む項目。 | |
| PermissionsIsotopeAccess | Bool | False |
PermissionsIsotopeAccess 情報を含む項目。 | |
| PermissionsIsotopeLEX | Bool | False |
PermissionsIsotopeLEX 情報を含む項目。 | |
| PermissionsQuipMetricsAccess | Bool | False |
PermissionsQuipMetricsAccess 情報を含む項目。 | |
| PermissionsQuipUserEngagementMetrics | Bool | False |
PermissionsQuipUserEngagementMetrics 情報を含む項目。 | |
| PermissionsTransactionSecurityExempt | Bool | False |
PermissionsTransactionSecurityExempt 情報を含む項目。 | |
| PermissionsManageExternalConnections | Bool | False |
PermissionsManageExternalConnections 情報を含む項目。 | |
| PermissionsUseSubscriptionEmails | Bool | False |
PermissionsUseSubscriptionEmails 情報を含む項目。 | |
| PermissionsManageEmailContent | Bool | False |
PermissionsManageEmailContent 情報を含む項目。 | |
| PermissionsAutomateEmailContent | Bool | False |
PermissionsAutomateEmailContent 情報を含む項目。 | |
| PermissionsAIViewInsightObjects | Bool | False |
PermissionsAIViewInsightObjects 情報を含む項目。 | |
| PermissionsAICreateInsightObjects | Bool | False |
PermissionsAICreateInsightObjects 情報を含む項目。 | |
| PermissionsViewMLModels | Bool | False |
PermissionsViewMLModels 情報を含む項目。 | |
| PermissionsLifecycleManagementAPIUser | Bool | False |
PermissionsLifecycleManagementAPIUser 情報を含む項目。 | |
| PermissionsLeadScoreResultPublisher | Bool | False |
PermissionsLeadScoreResultPublisher 情報を含む項目。 | |
| PermissionsManageGlobalPrivacyCenterVO | Bool | False |
PermissionsManageGlobalPrivacyCenterVO 情報を含む項目。 | |
| PermissionsNativeWebviewScrolling | Bool | False |
PermissionsNativeWebviewScrolling 情報を含む項目。 | |
| PermissionsViewDeveloperName | Bool | False |
PermissionsViewDeveloperName 情報を含む項目。 | |
| PermissionsBypassMFAForUiLogins | Bool | False |
PermissionsBypassMFAForUiLogins 情報を含む項目。 | |
| PermissionsClientSecretRotation | Bool | False |
PermissionsClientSecretRotation 情報を含む項目。 | |
| PermissionsUseOrderSummaryCreateAPI | Bool | False |
PermissionsUseOrderSummaryCreateAPI 情報を含む項目。 | |
| PermissionsAccessToServiceProcess | Bool | False |
PermissionsAccessToServiceProcess 情報を含む項目。 | |
| PermissionsManageOrchInstsAndWorkItems | Bool | False |
PermissionsManageOrchInstsAndWorkItems 情報を含む項目。 | |
| PermissionsCMSECEAuthoringAccess | Bool | False |
PermissionsCMSECEAuthoringAccess 情報を含む項目。 | |
| PermissionsManageDataspaceScope | Bool | False |
PermissionsManageDataspaceScope 情報を含む項目。 | |
| PermissionsConfigureDataspaceScope | Bool | False |
PermissionsConfigureDataspaceScope 情報を含む項目。 | |
| PermissionsManageCampaigns | Bool | False |
PermissionsManageCampaigns 情報を含む項目。 | |
| PermissionsViewClientSecret | Bool | False |
PermissionsViewClientSecret 情報を含む項目。 | |
| PermissionsCdcReportingCreateReports | Bool | False |
PermissionsCdcReportingCreateReports 情報を含む項目。 | |
| PermissionsCdcReportingViewReports | Bool | False |
PermissionsCdcReportingViewReports 情報を含む項目。 | |
| PermissionsCdcReportingManageFolders | Bool | False |
PermissionsCdcReportingManageFolders 情報を含む項目。 | |
| PermissionsExternalClientAppDeveloper | Bool | False |
PermissionsExternalClientAppDeveloper 情報を含む項目。 | |
| PermissionsExternalClientAppAdmin | Bool | False |
PermissionsExternalClientAppAdmin 情報を含む項目。 | |
| PermissionsExternalClientAppViewer | Bool | False |
PermissionsExternalClientAppViewer 情報を含む項目。 | |
| PermissionsOmnichannelInventoryBasic | Bool | False |
PermissionsOmnichannelInventoryBasic 情報を含む項目。 | |
| PermissionsDeleteCrMemoAndInvoice | Bool | False |
PermissionsDeleteCrMemoAndInvoice 情報を含む項目。 | |
| PermissionsEmbeddedMessagingAgent | Bool | False |
PermissionsEmbeddedMessagingAgent 情報を含む項目。 | |
| PermissionsViewNonSetupFlow | Bool | False |
PermissionsViewNonSetupFlow 情報を含む項目。 | |
| PermissionsCreateEditNonSetupFlow | Bool | False |
PermissionsCreateEditNonSetupFlow 情報を含む項目。 | |
| PermissionsDeleteNonSetupFlow | Bool | False |
PermissionsDeleteNonSetupFlow 情報を含む項目。 | |
| PermissionsActivateDeactivateNonSetupFlow | Bool | False |
PermissionsActivateDeactivateNonSetupFlow 情報を含む項目。 | |
| PermissionsAddDecisionElmntNonSetupFlow | Bool | False |
PermissionsAddDecisionElmntNonSetupFlow 情報を含む項目。 | |
| PermissionsAddCreaRecElmntToNonSetupFlow | Bool | False |
PermissionsAddCreaRecElmntToNonSetupFlow 情報を含む項目。 | |
| PermissionsAddWaitToNonSetupFlow | Bool | False |
PermissionsAddWaitToNonSetupFlow 情報を含む項目。 | |
| PermissionsManageNamedCredentials | Bool | False |
PermissionsManageNamedCredentials 情報を含む項目。 | |
| PermissionsAddUpdtRecElmntToNonSetupFlow | Bool | False |
PermissionsAddUpdtRecElmntToNonSetupFlow 情報を含む項目。 | |
| PermissionsEditManagedOrderSummaries | Bool | False |
PermissionsEditManagedOrderSummaries 情報を含む項目。 | |
| PermissionsCanInitiateMessagingSessions | Bool | False |
PermissionsCanInitiateMessagingSessions 情報を含む項目。 | |
| PermissionsAuthorizePayments | Bool | False |
PermissionsAuthorizePayments 情報を含む項目。 | |
| PermissionsCaptureAndReversePayments | Bool | False |
PermissionsCaptureAndReversePayments 情報を含む項目。 | |
| PermissionsCombAuthAndCapPayments | Bool | False |
PermissionsCombAuthAndCapPayments 情報を含む項目。 | |
| PermissionsRefundPayments | Bool | False |
PermissionsRefundPayments 情報を含む項目。 | |
| PermissionsViewPayments | Bool | False |
PermissionsViewPayments 情報を含む項目。 | |
| PermissionsMakePayments | Bool | False |
PermissionsMakePayments 情報を含む項目。 | |
| PermissionsManageDataMaskPolicies | Bool | False |
PermissionsManageDataMaskPolicies 情報を含む項目。 | |
| PermissionsCanUpdateEmailMessage | Bool | False |
PermissionsCanUpdateEmailMessage 情報を含む項目。 | |
| PermissionsDownloadPackageVersionZips | Bool | False |
PermissionsDownloadPackageVersionZips 情報を含む項目。 | |
| PermissionsViewContentTaxonomy | Bool | False |
PermissionsViewContentTaxonomy 情報を含む項目。 | |
| PermissionsManageContentTaxonomy | Bool | False |
PermissionsManageContentTaxonomy 情報を含む項目。 | |
| PermissionsReassignOrchestrationWorkItems | Bool | False |
PermissionsReassignOrchestrationWorkItems 情報を含む項目。 | |
| PermissionsManageOrchestrationRuns | Bool | False |
PermissionsManageOrchestrationRuns 情報を含む項目。 | |
| PermissionsDigitalLendingUser | Bool | False |
PermissionsDigitalLendingUser 情報を含む項目。 | |
| PermissionsSendEmail | Bool | False |
PermissionsSendEmail 情報を含む項目。 | |
| PermissionsPreviewTestSendEmail | Bool | False |
PermissionsPreviewTestSendEmail 情報を含む項目。 | |
| PermissionsManageEmailMessagingSetup | Bool | False |
PermissionsManageEmailMessagingSetup 情報を含む項目。 | |
| PermissionsViewEmailMessagingSetup | Bool | False |
PermissionsViewEmailMessagingSetup 情報を含む項目。 | |
| PermissionsManageCertificatesExpiration | Bool | False |
PermissionsManageCertificatesExpiration 情報を含む項目。 | |
| PermissionsEnableIPFSUpload | Bool | False |
PermissionsEnableIPFSUpload 情報を含む項目。 | |
| PermissionsEnableBCTransactionPolling | Bool | False |
PermissionsEnableBCTransactionPolling 情報を含む項目。 | |
| PermissionsLobbyManagementUserAccess | Bool | False |
PermissionsLobbyManagementUserAccess 情報を含む項目。 | |
| PermissionsUMAWebTrackingSetup | Bool | False |
PermissionsUMAWebTrackingSetup 情報を含む項目。 | |
| PermissionsAddGetRecElmntToNonSetupFlow | Bool | False |
PermissionsAddGetRecElmntToNonSetupFlow 情報を含む項目。 | |
| PermissionsAddLoopElmntToNonSetupFlow | Bool | False |
PermissionsAddLoopElmntToNonSetupFlow 情報を含む項目。 | |
| PermissionsAddAsgntElmntToNonSetupFlow | Bool | False |
PermissionsAddAsgntElmntToNonSetupFlow 情報を含む項目。 | |
| PermissionsAddSubflowElmntToNonSetupFlow | Bool | False |
PermissionsAddSubflowElmntToNonSetupFlow 情報を含む項目。 | |
| PermissionsMonitorLoginHistory | Bool | False |
PermissionsMonitorLoginHistory 情報を含む項目。 | |
| PermissionsAddCollFltrElmntToNonSetupFlow | Bool | False |
PermissionsAddCollFltrElmntToNonSetupFlow 情報を含む項目。 | |
| PermissionsAddCollSrtElmntToNonSetupFlow | Bool | False |
PermissionsAddCollSrtElmntToNonSetupFlow 情報を含む項目。 | |
| PermissionsAddDelRecElmntToNonSetupFlow | Bool | False |
PermissionsAddDelRecElmntToNonSetupFlow 情報を含む項目。 | |
| PermissionsOpportunityInfluence | Bool | False |
PermissionsOpportunityInfluence 情報を含む項目。 | |
| PermissionsConsentBannerSettingsSetup | Bool | False |
PermissionsConsentBannerSettingsSetup 情報を含む項目。 | |
| PermissionsEnhancedSalesMobileExp | Bool | False |
PermissionsEnhancedSalesMobileExp 情報を含む項目。 | |
| PermissionsCanViewDataPrepRecipe | Bool | False |
PermissionsCanViewDataPrepRecipe 情報を含む項目。 | |
| PermissionsSimpleCsvDataImportUser | Bool | False |
PermissionsSimpleCsvDataImportUser 情報を含む項目。 | |
| PermissionsAdvancedCsvDataImportUser | Bool | False |
PermissionsAdvancedCsvDataImportUser 情報を含む項目。 | |
| PermissionsUmaQueryCMSEmailContent | Bool | False |
PermissionsUmaQueryCMSEmailContent 情報を含む項目。 | |
| PermissionsAccessToComplaintMgmt | Bool | False |
PermissionsAccessToComplaintMgmt 情報を含む項目。 | |
| PermissionsAccessToDisputeManagement | Bool | False |
PermissionsAccessToDisputeManagement 情報を含む項目。 | |
| PermissionsUMAStandaloneUserPerm | Bool | False |
PermissionsUMAStandaloneUserPerm 情報を含む項目。 | |
| PermissionsPersonalizedFinanceUserAccess | Bool | False |
PermissionsPersonalizedFinanceUserAccess 情報を含む項目。 | |
| PermissionsUmaEditConsentSettings | Bool | False |
PermissionsUmaEditConsentSettings 情報を含む項目。 | |
| PermissionsCustomAppsOnFSMobile | Bool | False |
PermissionsCustomAppsOnFSMobile 情報を含む項目。 | |
| PermissionsStageManagementDesignUser | Bool | False |
PermissionsStageManagementDesignUser 情報を含む項目。 | |
| PermissionsSegmentIntelligenceUser | Bool | False |
PermissionsSegmentIntelligenceUser 情報を含む項目。 | |
| PermissionsFSCArcGraphCommunityUser | Bool | False |
PermissionsFSCArcGraphCommunityUser 情報を含む項目。 | |
| PermissionsManageCdpMlModels | Bool | False |
PermissionsManageCdpMlModels 情報を含む項目。 | |
| PermissionsDigitalLendingAdminUser | Bool | False |
PermissionsDigitalLendingAdminUser 情報を含む項目。 | |
| PermissionsActivateSystemModeFlows | Bool | False |
PermissionsActivateSystemModeFlows 情報を含む項目。 | |
| PermissionsViewAllNonSetupFlows | Bool | False |
PermissionsViewAllNonSetupFlows 情報を含む項目。 | |
| PermissionsMcScoringRulesConfig | Bool | False |
PermissionsMcScoringRulesConfig 情報を含む項目。 | |
| PermissionsPersonalizationPlatform | Bool | False |
PermissionsPersonalizationPlatform 情報を含む項目。 | |
| PermissionsLeadInspectorUser | Bool | False |
PermissionsLeadInspectorUser 情報を含む項目。 | |
| PermissionsContactInspectorUser | Bool | False |
PermissionsContactInspectorUser 情報を含む項目。 | |
| PermissionsManageIntegrationConnections | Bool | False |
PermissionsManageIntegrationConnections 情報を含む項目。 | |
| PermissionsTableauCreateDashboard | Bool | False |
PermissionsTableauCreateDashboard 情報を含む項目。 | |
| PermissionsTableauViewDashboard | Bool | False |
PermissionsTableauViewDashboard 情報を含む項目。 | |
| PermissionsEinsteinCopilotUser | Bool | False |
PermissionsEinsteinCopilotUser 情報を含む項目。 | |
| PermissionsEinsteinCopilotBuilder | Bool | False |
PermissionsEinsteinCopilotBuilder 情報を含む項目。 | |
| PermissionsUseCreateOrderSummary | Bool | False |
PermissionsUseCreateOrderSummary 情報を含む項目。 | |
| PermissionsUseCreateCreditMemo | Bool | False |
PermissionsUseCreateCreditMemo 情報を含む項目。 | |
| PermissionsUseEnsureFunds | Bool | False |
PermissionsUseEnsureFunds 情報を含む項目。 | |
| PermissionsUseOrderItemSummaryCancel | Bool | False |
PermissionsUseOrderItemSummaryCancel 情報を含む項目。 | |
| PermissionsUseOrderItemSummaryReturn | Bool | False |
PermissionsUseOrderItemSummaryReturn 情報を含む項目。 | |
| PermissionsManageFilesAndAttachments | Bool | False |
PermissionsManageFilesAndAttachments 情報を含む項目。 | |
| PermissionsAddTrfmElmntToNonSetupFlow | Bool | False |
PermissionsAddTrfmElmntToNonSetupFlow 情報を含む項目。 | |
| PermissionsMobileMessagingAgent | Bool | False |
PermissionsMobileMessagingAgent 情報を含む項目。 | |
| PermissionsTableauCreateVisualization | Bool | False |
PermissionsTableauCreateVisualization 情報を含む項目。 | |
| PermissionsTableauViewVisualization | Bool | False |
PermissionsTableauViewVisualization 情報を含む項目。 | |
| PermissionsManageCustomDomains | Bool | False |
PermissionsManageCustomDomains 情報を含む項目。 | |
| PermissionsEngagementConfigUser | Bool | False |
PermissionsEngagementConfigUser 情報を含む項目。 | |
| PermissionsPersonalizationIntelUser | Bool | False |
PermissionsPersonalizationIntelUser 情報を含む項目。 | |
| PermissionsAttributionModelUser | Bool | False |
PermissionsAttributionModelUser 情報を含む項目。 | |
| PermissionsTableauCreateWorkspace | Bool | False |
PermissionsTableauCreateWorkspace 情報を含む項目。 | |
| PermissionsTableauViewWorkspace | Bool | False |
PermissionsTableauViewWorkspace 情報を含む項目。 | |
| PermissionsManageBriefs | Bool | False |
PermissionsManageBriefs 情報を含む項目。 | |
| PermissionsSalesInsightsUser | Bool | False |
PermissionsSalesInsightsUser 情報を含む項目。 | |
| PermissionsCanSendInitialSMSToIndividual | Bool | False |
PermissionsCanSendInitialSMSToIndividual 情報を含む項目。 | |
| PermissionsAccessDisputePrompts | Bool | False |
PermissionsAccessDisputePrompts 情報を含む項目。 | |
| PermissionsQueryNonVetoedFiles | Bool | False |
PermissionsQueryNonVetoedFiles 情報を含む項目。 | |
| PermissionsMetadataStudioUser | Bool | False |
PermissionsMetadataStudioUser 情報を含む項目。 | |
| PermissionsAddPathExprmElmntNonSetupFlow | Bool | False |
PermissionsAddPathExprmElmntNonSetupFlow 情報を含む項目。 | |
| PermissionsDigitalLendingWorkbench | Bool | False |
PermissionsDigitalLendingWorkbench 情報を含む項目。 | |
| PermissionsDigitalLendingEditReadOnly | Bool | False |
PermissionsDigitalLendingEditReadOnly 情報を含む項目。 | |
| PermissionsUseCanCancelInProgressChange | Bool | False |
PermissionsUseCanCancelInProgressChange 情報を含む項目。 | |
| PermissionsPrmExtIntPrtnrAdminUser | Bool | False |
PermissionsPrmExtIntPrtnrAdminUser 情報を含む項目。 | |
| PermissionsEinsteinAgentPlatformBuilder | Bool | False |
PermissionsEinsteinAgentPlatformBuilder 情報を含む項目。 | |
| PermissionsUseServicePartReturn | Bool | False |
PermissionsUseServicePartReturn 情報を含む項目。 | |
| PermissionsViewUMACalendar | Bool | False |
PermissionsViewUMACalendar 情報を含む項目。 | |
| PermissionsHeadlessPublishNudges | Bool | False |
PermissionsHeadlessPublishNudges 情報を含む項目。 | |
| PermissionsApprovalAdmin | Bool | False |
PermissionsApprovalAdmin 情報を含む項目。 | |
| PermissionsApprovalDesigner | Bool | False |
PermissionsApprovalDesigner 情報を含む項目。 | |
| PermissionsAccessServiceEinstein | Bool | False |
PermissionsAccessServiceEinstein 情報を含む項目。 | |
| PermissionsViewRecommendations | Bool | False |
PermissionsViewRecommendations 情報を含む項目。 | |
| PermissionsPrismPlaygroundUser | Bool | False |
PermissionsPrismPlaygroundUser 情報を含む項目。 | |
| PermissionsModifyAllPolicyCenterPolicies | Bool | False |
PermissionsModifyAllPolicyCenterPolicies 情報を含む項目。 | |
| PermissionsViewAllPolicyCenterPolicies | Bool | False |
PermissionsViewAllPolicyCenterPolicies 情報を含む項目。 | |
| PermissionsAccessSfDrive | Bool | False |
PermissionsAccessSfDrive 情報を含む項目。 | |
| PermissionsAppFrameworkManageApp | Bool | False |
PermissionsAppFrameworkManageApp 情報を含む項目。 | |
| PermissionsAppFrameworkViewApp | Bool | False |
PermissionsAppFrameworkViewApp 情報を含む項目。 | |
| PermissionsMCGSetupUserPerm | Bool | False |
PermissionsMCGSetupUserPerm 情報を含む項目。 | |
| PermissionsAgentforceServiceAgentUser | Bool | False |
PermissionsAgentforceServiceAgentUser 情報を含む項目。 | |
| PermissionsManageAgentforceServiceAgent | Bool | False |
PermissionsManageAgentforceServiceAgent 情報を含む項目。 | |
| PermissionsCanTranslateScrt2Conversation | Bool | False |
PermissionsCanTranslateScrt2Conversation 情報を含む項目。 | |
| PermissionsSlackFromTableau | Bool | False |
PermissionsSlackFromTableau 情報を含む項目。 | |
| PermissionsTableauShareSnapshot | Bool | False |
PermissionsTableauShareSnapshot 情報を含む項目。 | |
| PermissionsAccessBankingServiceAgent | Bool | False |
PermissionsAccessBankingServiceAgent 情報を含む項目。 | |
| PermissionsPrismBackofficeUser | Bool | False |
PermissionsPrismBackofficeUser 情報を含む項目。 | |
| PermissionsPersonalizationDecisioningUser | Bool | False |
PermissionsPersonalizationDecisioningUser 情報を含む項目。 | |
| PermissionsAccessBankingRelationshipAssistance | Bool | False |
PermissionsAccessBankingRelationshipAssistance 情報を含む項目。 | |
| PermissionsCanMarketingUserDebugFlow | Bool | False |
PermissionsCanMarketingUserDebugFlow 情報を含む項目。 | |
| PermissionsCanDoActAsUser | Bool | False |
PermissionsCanDoActAsUser 情報を含む項目。 | |
| PermissionsViewAllFieldsGlobal | Bool | False |
PermissionsViewAllFieldsGlobal 情報を含む項目。 | |
| PermissionsManageHerokuAppLink | Bool | False |
PermissionsManageHerokuAppLink 情報を含む項目。 | |
| PermissionsUserHasSendToListFilterAccess | Bool | False |
PermissionsUserHasSendToListFilterAccess 情報を含む項目。 | |
| PermissionsMngBenVerfForAssistiveAgnt | Bool | False |
PermissionsMngBenVerfForAssistiveAgnt 情報を含む項目。 | |
| PermissionsCreateModDGTrigNonSetupFlow | Bool | False |
PermissionsCreateModDGTrigNonSetupFlow 情報を含む項目。 | |
| PermissionsAccessPolicyAgent | Bool | False |
PermissionsAccessPolicyAgent 情報を含む項目。 | |
| PermissionsMCPMetadataApi | Bool | False |
PermissionsMCPMetadataApi 情報を含む項目。 | |
| PermissionsAppFrameworkManageTemplate | Bool | False |
PermissionsAppFrameworkManageTemplate 情報を含む項目。 | |
| PermissionsDigitalAgentUser | Bool | False |
PermissionsDigitalAgentUser 情報を含む項目。 | |
| PermissionsAccessWealthAdvisorAgent | Bool | False |
PermissionsAccessWealthAdvisorAgent 情報を含む項目。 | |
| PermissionsCanApproveUninstalledApps | Bool | False |
PermissionsCanApproveUninstalledApps 情報を含む項目。 | |
| PermissionsSetupAgentBuilder | Bool | False |
PermissionsSetupAgentBuilder 情報を含む項目。 | |
| PermissionsSetupAgentUser | Bool | False |
PermissionsSetupAgentUser 情報を含む項目。 | |
| PermissionsUserCanDeployStore | Bool | False |
PermissionsUserCanDeployStore 情報を含む項目。 | |
| PermissionsModifyAccessDenyPolicies | Bool | False |
PermissionsModifyAccessDenyPolicies 情報を含む項目。 | |
| PermissionsManageAccessPolicies | Bool | False |
PermissionsManageAccessPolicies 情報を含む項目。 | |
| PermissionsViewAccessPolicies | Bool | False |
PermissionsViewAccessPolicies 情報を含む項目。 | |
| PermissionsModifyAccessAllowPolicies | Bool | False |
PermissionsModifyAccessAllowPolicies 情報を含む項目。 | |
| PermissionsViewOrchestrationsInAutomApp | Bool | False |
PermissionsViewOrchestrationsInAutomApp 情報を含む項目。 | |
| PermissionsTerritoryOperations | Bool | False |
PermissionsTerritoryOperations 情報を含む項目。 | |
| UserLicenseId | String | False |
UserLicense.Id |
プロファイルに関連付けられたユーザーライセンスタイプの識別子。 |
| UserType | String | True |
標準やパートナーなど、プロファイルに関連付けられたユーザーのカテゴリ。 | |
| CreatedDate | Datetime | True |
プロファイルが作成された日時。 | |
| CreatedById | String | True |
User.Id |
プロファイルを作成したユーザーの識別子。 |
| LastModifiedById | String | True |
User.Id |
プロファイルを最後に変更したユーザーの識別子。 |
| IsSsoEnabled | Bool | False |
レコードがSsoEnabled 特性を持つかどうかを示します。 | |
| Description | String | False |
プロファイルの目的または使用方法のオプション説明。 | |
| LastViewedDate | Datetime | True |
プロファイルレコードが最後に表示された日時。 | |
| LastReferencedDate | Datetime | True |
プロファイルが他のレコードまたはプロセスによって最後に参照された日時。 | |
| 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 |
プロファイルが最後に変更された日時。 |
Schema file for Prompt.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| NamespacePrefix | String | True |
The namespace prefix associated with this object. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for PromptAction.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| PromptVersionId | String | False |
ID of the PromptVersion associated with this record. | |
| UserId | String | False |
User.Id |
ID of the User associated with this record. |
| TimesDisplayed | Int | False |
Field containing TimesDisplayed information. | |
| TimesActionTaken | Int | False |
Field containing TimesActionTaken information. | |
| TimesDismissed | Int | False |
Field containing TimesDismissed information. | |
| LastDisplayDate | Datetime | False |
Date associated with LastDisplay. | |
| LastResult | String | False |
Field containing LastResult information. | |
| LastResultDate | Datetime | False |
Date associated with LastResult. | |
| StepNumber | Int | False |
Step identification number. | |
| StepCount | Int | False |
Number of Step associated with this record. | |
| SnoozeUntil | Datetime | False |
Field containing SnoozeUntil information. | |
| TimesSnoozed | Int | False |
Field containing TimesSnoozed information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for PromptError.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| PromptActionId | String | False |
PromptAction.Id |
ID of the PromptAction associated with this record. |
| Type | String | False |
Type of account or classification. | |
| StepNumber | Int | False |
Step identification number. | |
| IsError | Bool | False |
Indicates whether the record has the Error characteristic. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for PromptVersion.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ParentId | String | False |
Prompt.Id |
ID of the parent object in the hierarchy. |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| Description | String | False |
Text description of the record. | |
| DisplayType | String | False |
Type classification for Display. | |
| DisplayPosition | String | False |
Field containing DisplayPosition information. | |
| TimesToDisplay | Int | False |
Field containing TimesToDisplay information. | |
| DelayDays | Int | False |
Field containing DelayDays information. | |
| StartDate | Date | False |
Start date for the record or activity. | |
| EndDate | Date | False |
End date for the record or activity. | |
| UserAccess | String | False |
Field containing UserAccess information. | |
| IsPublished | Bool | False |
Indicates whether the record has the Published characteristic. | |
| PublishedDate | Date | False |
Date associated with Published. | |
| PublishedByUserId | String | False |
User.Id |
ID of the PublishedByUser associated with this record. |
| Header | String | False |
Field containing Header information. | |
| DismissButtonLabel | String | False |
Field containing DismissButtonLabel information. | |
| ShouldDisplayActionButton | Bool | False |
Field containing ShouldDisplayActionButton information. | |
| ActionButtonLabel | String | False |
Field containing ActionButtonLabel information. | |
| ActionButtonLink | String | False |
Field containing ActionButtonLink information. | |
| Title | String | False |
Title of the contact or person, for example CEO or Vice President. | |
| VersionNumber | Int | False |
Version identification number. | |
| TargetPageType | String | False |
Type classification for TargetPage. | |
| TargetPageKey1 | String | False |
Field containing TargetPageKey1 information. | |
| TargetPageKey2 | String | False |
Field containing TargetPageKey2 information. | |
| TargetAppNamespacePrefix | String | False |
Field containing TargetAppNamespacePrefix information. | |
| TargetAppDeveloperName | String | False |
Field containing TargetAppDeveloperName information. | |
| Body | String | False |
The content of the feed item or post. | |
| ShouldIgnoreGlobalDelay | Bool | False |
Field containing ShouldIgnoreGlobalDelay information. | |
| UserProfileAccess | String | False |
Field containing UserProfileAccess information. | |
| VideoLink | String | False |
Field containing VideoLink information. | |
| StepNumber | Int | False |
Step identification number. | |
| ThemeColor | String | False |
Field containing ThemeColor information. | |
| ThemeSaturation | String | False |
Field containing ThemeSaturation information. | |
| TargetPageKey1Ref | String | False |
Field containing TargetPageKey1Ref information. | |
| ImageAltText | String | False |
Field containing ImageAltText information. | |
| ImageId | String | False |
ContentAsset.Id |
ID of the Image associated with this record. |
| ImageLink | String | False |
Field containing ImageLink information. | |
| ImageLocation | String | False |
Field containing ImageLocation information. | |
| TargetPageKey3 | String | False |
Field containing TargetPageKey3 information. | |
| ElementRelativePosition | String | False |
Field containing ElementRelativePosition information. | |
| ReferenceElementContext | String | False |
Field containing ReferenceElementContext information. | |
| TargetPageKey4 | String | False |
Field containing TargetPageKey4 information. | |
| TargetRecordTypeId | String | False |
RecordType.Id |
ID of the TargetRecordType associated with this record. |
| ExperienceContextId | String | False |
Site.Id |
ID of the ExperienceContext associated with this record. |
| ExperienceContextIdType | String | False |
Specifies the type of the 'ExperienceContextId' polymorphic field to use in the statement. | |
| ExperienceContextIdExternalFieldName | String | False |
Specifies the external field name of the 'ExperienceContextId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Experience | String | False |
Field containing Experience information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for Prospect.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| Title | String | False |
Title of the contact or person, for example CEO or Vice President. | |
| Description | String | False |
Text description of the record. | |
| GenderIdentity | String | False |
Field containing GenderIdentity information. | |
| Street | String | False |
Street address. | |
| City | String | False |
City portion of the address. | |
| State | String | False |
State or province portion of the address. | |
| PostalCode | String | False |
Postal code portion of the address. | |
| Country | String | False |
Country portion of the address. | |
| Latitude | Double | False |
Used with Longitude to specify the precise geolocation of an address. | |
| Longitude | Double | False |
Used with Latitude to specify the precise geolocation of an address. | |
| GeocodeAccuracy | String | False |
Accuracy level of the geocode for the address. | |
| Phone | String | False |
Phone number for the contact or account. | |
| String | False |
Email address for the contact or person account. | ||
| LeadSource | String | False |
Source from which the lead was obtained. | |
| Industry | String | False |
Industry that the account belongs to. | |
| Company | String | False |
Field containing Company information. | |
| AnnualRevenue | Decimal | False |
Estimated annual revenue of the account. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| NumberOfEmployees | Int | False |
Number of employees working at the company represented by this account. | |
| ProspectStatus | String | False |
Status of the Prospect. | |
| LastName | String | False |
Last name of the contact or person account. Required for person accounts. | |
| FirstName | String | False |
First name of the contact or person account. | |
| Salutation | String | False |
Honorific abbreviation, word, or phrase to be used in front of the name in greetings. | |
| Name | String | True |
Name of the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| ProspectRecordName | String | True |
Field containing ProspectRecordName information. | |
| IsConverted | Bool | False |
Indicates whether the lead has been converted. | |
| ConvertedDate | Date | True |
Date associated with Converted. | |
| ConvertedLeadId | String | True |
Lead.Id |
ID of the ConvertedLead associated with this record. |
| ConvertedAccountId | String | True |
Account.Id |
ID of the ConvertedAccount associated with this record. |
| ConvertedContactId | String | True |
Contact.Id |
ID of the ConvertedContact associated with this record. |
| ConvertedOpportunityId | String | True |
Opportunity.Id |
ID of the ConvertedOpportunity associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Streaming API を通じたリアルタイムデータ更新に使用されるPushTopic レコードを保存します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
PushTopic レコードの一意の識別子。 | |
| Name | String | False |
PushTopic の名前。クライアントがリアルタイム通知を購読するために使用されます。 | |
| Query | String | False |
通知をトリガーするデータと条件を定義するSalesforce Object Query Language(SOQL)クエリ。 | |
| ApiVersion | Double | False |
クエリを解釈し、ペイロードを配信するために使用されるAPI バージョン。 | |
| IsActive | Bool | False |
PushTopic が現在アクティブで通知を送信しているかどうかを示します。 | |
| NotifyForFields | String | False |
すべての項目の変更を通知するか、参照される項目のみを通知するかを指定します。 | |
| NotifyForOperations | String | True |
作成、更新、削除などのどの操作が通知をトリガーするかを定義します。 | |
| Description | String | False |
PushTopic の目的や対象の使用例を説明するテキスト説明。 | |
| NotifyForOperationCreate | Bool | False |
レコードが作成されたときに通知を送信するかどうかを示します。 | |
| NotifyForOperationUpdate | Bool | False |
レコードが更新されたときに通知を送信するかどうかを示します。 | |
| NotifyForOperationDelete | Bool | False |
レコードが削除されたときに通知を送信するかどうかを示します。 | |
| NotifyForOperationUndelete | Bool | False |
削除されたレコードが復元されたときに通知を送信するかどうかを示します。 | |
| IsDeleted | Bool | True |
PushTopic がシステムから削除されているかどうかを示します。 | |
| CreatedDate | Datetime | True |
PushTopic が最初に作成された日時。 | |
| CreatedById | String | True |
User.Id |
PushTopic を作成したユーザーの識別子。 |
| LastModifiedById | String | True |
User.Id |
PushTopic を最後に変更したユーザーの識別子。 |
| 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 |
PushTopic への最新の更新を反映したシステム生成タイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
PushTopic が最後に更新された日時。 |
キューに割り当てられたレコードを追跡し、チーム間でのワークロード配分を管理します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
キューオブジェクトマッピングレコードの一意の識別子。 | |
| QueueId | String | False |
Group.Id |
指定されたオブジェクトタイプのレコードを処理するよう割り当てられたキュー(グループ)の識別子。 |
| SobjectType | String | False |
キューに割り当てられたSalesforce オブジェクトタイプ(ケースやリードなど)のAPI 名。 | |
| CreatedById | String | True |
User.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 |
マッピングレコードへの最新の更新を示すシステム生成タイムスタンプ。 |
Schema file for QuickText.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| Message | String | False |
Field containing Message information. | |
| Category | String | False |
Field containing Category information. | |
| Channel | String | False |
Field containing Channel information. | |
| IsInsertable | Bool | False |
Indicates whether the record has the Insertable characteristic. | |
| SourceType | String | False |
Type classification for Source. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
営業見積を表し、顧客に提示する価格詳細と商品を追跡します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
見積レコードの一意識別子。 | |
| IsDeleted | Boolean | True |
見積がシステムから削除されたかどうかを示します。 | |
| Name | String | False |
リストやレポートで識別するために使用される見積の名前またはタイトル。 | |
| CreatedDate | Datetime | True |
見積が最初に作成された日時。 | |
| CreatedById | String | True |
User.Id |
見積を作成したユーザーの識別子。 |
| LastModifiedDate | Datetime | True |
見積が最後に更新された日時。 | |
| LastModifiedById | String | True |
User.Id |
見積を最後に変更したユーザーの識別子。 |
| SystemModstamp | Datetime | True |
見積レコードへの最新の変更を示すシステム生成タイムスタンプ。 | |
| LastViewedDate | Datetime | True |
見積がユーザーによって最後に表示された日時。 | |
| LastReferencedDate | Datetime | True |
見積が関連レコードまたは自動化で最後に参照された日時。 | |
| OpportunityId | String | False |
Opportunity.Id |
この見積に関連付けられた商談の識別子。 |
| Pricebook2Id | String | False |
Pricebook2.Id |
見積の価格を決定するために使用される価格表の識別子。 |
| ContactId | String | False |
Contact.Id |
この見積に関連付けられた取引先責任者(通常は顧客)の識別子。 |
| QuoteNumber | String | True |
追跡目的で見積を一意に識別する自動生成番号。 | |
| IsSyncing | Boolean | True |
見積が現在商談レコードと同期しているかどうかを示します。 | |
| ShippingHandling | Double | False |
見積に含まれる送料と手数料の合計。 | |
| Tax | Double | False |
見積に適用される税額の合計。 | |
| Status | String | False |
Draft、Presented、Accepted など、見積の現在のステータス。 | |
| ExpirationDate | Datetime | False |
見積が期限切れとなり、無効になる日付。 | |
| Description | String | False |
見積に関する追加のコンテキストを提供するオプションのテキスト説明。 | |
| Subtotal | Double | True |
税金、割引、送料が適用される前の品目合計の総額。 | |
| TotalPrice | Double | True |
割引適用後、税金と送料を除く見積の合計価格。 | |
| LineItemCount | Int | True |
見積に含まれる商品またはサービス品目の数。 | |
| BillingStreet | String | False |
請求書が送付される住所の町名・番地。 | |
| BillingCity | String | False |
請求先住所に関連付けられた市区町村。 | |
| BillingState | String | False |
請求先住所に関連付けられた都道府県。 | |
| BillingPostalCode | String | False |
請求先住所の郵便番号またZIP コード。 | |
| BillingCountry | String | False |
請求先住所の国。 | |
| BillingLatitude | Double | False |
請求先住所の位置情報の緯度座標。 | |
| BillingLongitude | Double | False |
請求先住所の位置情報の経度座標。 | |
| ShippingStreet | String | False |
商品またはサービスが納入される住所の町名・番地。 | |
| ShippingCity | String | False |
納入先住所に関連付けられた市区町村。 | |
| ShippingState | String | False |
納入先の都道府県。 | |
| ShippingPostalCode | String | False |
納入先住所の郵便番号またはZIP コード。 | |
| ShippingCountry | String | False |
納入先住所の国。 | |
| ShippingLatitude | Double | False |
納入先住所の位置情報の緯度座標。 | |
| ShippingLongitude | Double | False |
納入先住所の位置情報の経度座標。 | |
| QuoteToStreet | String | False |
承認のために見積を送る宛先の番地。 | |
| QuoteToCity | String | False |
承認のために見積を送る宛先に関連付けられた市区町村。 | |
| QuoteToState | String | False |
承認のために見積を送る宛先の都道府県。 | |
| QuoteToPostalCode | String | False |
承認のために見積を送る宛先の郵便番号または ZIP コード。 | |
| QuoteToCountry | String | False |
承認のために見積を送る宛先の国。 | |
| QuoteToLatitude | Double | False |
承認のために見積を送る宛先の位置情報の緯度座標。 | |
| QuoteToLongitude | Double | False |
承認のために見積を送る宛先の位置情報の経度座標。 | |
| AdditionalStreet | String | False |
見積のその他の住所に使用する町名・番地。 | |
| AdditionalCity | String | False |
見積のその他の住所の市区町村。 | |
| AdditionalState | String | False |
見積のその他の住所の都道府県または州。 | |
| AdditionalPostalCode | String | False |
見積のその他の住所の郵便番号またはZIP コード。 | |
| AdditionalCountry | String | False |
見積のその他の住所の国。 | |
| AdditionalLatitude | Double | False |
見積のその他の住所の位置情報の緯度座標。 | |
| AdditionalLongitude | Double | False |
見積のその他の住所の位置情報の経度座標。 | |
| BillingName | String | False |
請求先住所に記載されている個人または会社の名前。 | |
| ShippingName | String | False |
納入先の個人または会社の名前。 | |
| QuoteToName | String | False |
見積を受け取る主要な個人または組織の名前。 | |
| AdditionalName | String | False |
見積のその他の住所に関連付けられた名前。 | |
| String | False |
見積関連のコミュニケーションに使用されるメールアドレス。 | ||
| Phone | String | False |
見積に関連付けられた主要電話番号。 | |
| Fax | String | False |
該当する場合、見積の連絡用に提供されるFAX 番号。 | |
| Discount | Double | True |
すべての品目にわたって見積に適用される総割引額。 | |
| GrandTotal | Double | True |
税金、割引、送料を含む見積の最終合計金額。 |
顧客に送信されるPDF を含む、Salesforce で生成された見積ドキュメントを保存します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
見積ドキュメントレコードの一意識別子。 | |
| Name | String | True |
見積ドキュメントの名前。通常、参照や表示に使用されます。 | |
| QuoteId | String | False |
Quote.Id |
このドキュメントに関連付けられた見積の識別子。 |
| Document | String | False |
見積ドキュメントのPDF コンテンツ。通常、顧客への提示や記録保持に使用されます。 | |
| GrandTotal | Double | True |
割引、税金、送料を含む、見積ドキュメントに表示される最終合計金額。 | |
| Discount | Double | True |
ドキュメントに表示される見積に適用された総割引額。 | |
| IsDeleted | Boolean | True |
見積ドキュメントがシステムから削除されたかどうかを示します。 | |
| CreatedDate | Datetime | True |
見積ドキュメントが生成またはアップロードされた日時。 | |
| CreatedById | String | True |
User.Id |
見積ドキュメントを作成したユーザーの識別子。 |
| LastModifiedDate | Datetime | True |
見積ドキュメントが最後に更新された日時。 | |
| LastModifiedById | String | True |
User.Id |
見積ドキュメントを最後に変更したユーザーの識別子。 |
| SystemModstamp | Datetime | True |
見積ドキュメントレコードへの最新の更新を示すシステム生成タイムスタンプ。 |
見積レコードに関連する投稿や更新を含むChatter 活動を記録します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
見積に関連するフィード項目の一意識別子。 | |
| ParentId | String | True |
Quote.Id |
このフィード項目が関連付けられている見積レコードの識別子。 |
| Type | String | True |
テキスト投稿、リンク、コンテンツ共有など、フィード項目のタイプを指定します。 | |
| CreatedById | String | True |
フィード項目を作成したユーザーの識別子。 | |
| CreatedDate | Datetime | True |
フィード項目が作成された日時。 | |
| IsDeleted | Boolean | True |
フィード項目がシステムから削除されたかどうかを示します。 | |
| LastModifiedDate | Datetime | True |
フィード項目が最後に変更された日時。 | |
| SystemModstamp | Datetime | True |
フィード項目への最新の更新を示すシステム生成タイムスタンプ。 | |
| CommentCount | Int | True |
このフィード項目に関連付けられたコメントの総数。 | |
| LikeCount | Int | True |
フィード項目が受け取ったいいねの総数。 | |
| Title | String | True |
該当する場合、フィード項目のタイトルまたは件名。 | |
| Body | String | True |
フィード項目のメインコンテンツまたはメッセージ本文。 | |
| LinkUrl | String | True |
フィード項目で共有された外部または内部リンクのURL。 | |
| RelatedRecordId | String | True |
フィード項目で参照される関連レコードの識別子。 | |
| ContentData | String | True |
フィード項目に添付されたファイルのエンコードされたバイナリデータ。 | |
| ContentFileName | String | True |
フィード項目に添付されたコンテンツのファイル名。 | |
| ContentDescription | String | True |
フィード項目に含まれるファイルまたはコンテンツの説明。 | |
| ContentType | String | True |
application/pdf やimage/jpeg など、添付ファイルのMIME タイプ。 | |
| ContentSize | Int | True |
添付コンテンツファイルのサイズ(バイト単位)。 | |
| InsertedById | String | True |
フィード項目を挿入したユーザーまたはプロセスの識別子。作成者と異なる場合があります。 |
見積に含まれる個別の商品またはサービスを追跡し、価格と数量を管理します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
見積品目レコードの一意識別子。 | |
| IsDeleted | Boolean | True |
見積品目がシステムから削除されたかどうかを示します。 | |
| LineNumber | String | True |
見積内で品目を順序付けするために使用される連番。 | |
| CreatedDate | Datetime | True |
見積品目が作成された日時。 | |
| CreatedById | String | True |
User.Id |
見積品目を作成したユーザーの識別子。 |
| LastModifiedDate | Datetime | True |
見積品目が最後に変更された日時。 | |
| LastModifiedById | String | True |
User.Id |
見積品目を最後に更新したユーザーの識別子。 |
| SystemModstamp | Datetime | True |
品目への最新の更新を示すシステム生成タイムスタンプ。 | |
| QuoteId | String | False |
Quote.Id |
この品目が関連付けられている見積の識別子。 |
| PricebookEntryId | String | False |
商品またはサービスを表す価格表エントリの識別子。 | |
| Quantity | Double | False |
見積に含まれる商品またはサービスの単位数。 | |
| UnitPrice | Double | False |
この商品またはサービスの単位あたりの販売価格。 | |
| Discount | Double | False |
この品目に適用される割引額。 | |
| Description | String | False |
この品目に固有の自由入力の説明またはメモ。 | |
| ServiceDate | Datetime | False |
サービスが実行される日付または商品が納入される日付。 | |
| SortOrder | Int | True |
見積上での品目の表示順序を制御するために使用される数値。 | |
| ListPrice | Double | True |
割引前の商品またはサービスの基本定価。 | |
| Subtotal | Double | True |
単価と数量に基づく、税抜きの品目合計価格。 | |
| TotalPrice | Double | True |
割引適用後の品目の最終価格。 |
迅速な取得とナビゲーションのためにユーザーが最近アクセスしたレコードを保存します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
最近参照したレコードの一意の識別子。 | |
| Name | String | True |
最近参照したユーザーまたはレコードのフルネームまたは表示名。 | |
| LastName | String | True |
最近参照したレコードに関連付けられたユーザーまたは人物の姓。 | |
| FirstName | String | True |
最近参照したレコードに関連付けられたユーザーまたは人物の名。 | |
| Type | String | True |
取引先、取引先責任者、商談など、最近参照したレコードのオブジェクトタイプ。 | |
| Alias | String | True |
Salesforce でユーザーを参照するために使用される短縮名またはニックネーム。 | |
| UserRoleId | String | True |
UserRole.Id |
ユーザーに割り当てられたロールの識別子。アクセスレベルと階層を定義します。 |
| RecordTypeId | String | True |
RecordType.Id |
レコードタイプの識別子。ページレイアウトと選択リスト値を決定するために使用されます。 |
| IsActive | Bool | True |
ユーザーまたはレコードが現在有効かどうかを示します。 | |
| ProfileId | String | True |
Profile.Id |
ユーザーに割り当てられたプロファイルの識別子。権限を定義します。 |
| Title | String | True |
ユーザーまたは取引先責任者に関連付けられた役職または肩書き。 | |
| String | True |
ユーザーまたは取引先責任者に関連付けられたメールアドレス。 | ||
| Phone | String | True |
ユーザーまたは取引先責任者に記載されている電話番号。 | |
| NameOrAlias | String | True |
名前または別名の情報を含む項目。 | |
| LastViewedDate | Datetime | False |
現在のユーザーがレコードを最後に参照した日時。 | |
| LastReferencedDate | Datetime | False |
関連するやり取りでレコードが最後に参照された日時。 | |
| Language | String | True |
レコードまたはユーザーインターフェースの言語。 | |
| SOQL | String | False |
Salesforce サーバに対して実行するSOQL クエリを指定します。WHERE 句からこの疑似カラムが設定された場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にアップサートが使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するためのオプションのスコープ。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を取ることができます。 |
Schema file for Recommendation.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| ActionReference | String | False |
Field containing ActionReference information. | |
| Description | String | False |
Text description of the record. | |
| ImageId | String | False |
ContentAsset.Id |
ID of the Image associated with this record. |
| AcceptanceLabel | String | False |
Field containing AcceptanceLabel information. | |
| RejectionLabel | String | False |
Field containing RejectionLabel information. | |
| IsActionActive | Bool | True |
Indicates whether the record has the ActionActive characteristic. | |
| ExternalId | String | False |
External ID from another system. | |
| RecommendationKey | String | False |
Field containing RecommendationKey information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for RecommendationResponse.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| OnBehalfOf | String | False |
Field containing OnBehalfOf information. | |
| OnBehalfOfType | String | True |
Type classification for OnBehalfOf. | |
| OnBehalfOfName | String | True |
Field containing OnBehalfOfName information. | |
| RecommendationKey | String | False |
Field containing RecommendationKey information. | |
| RecommendationType | String | True |
Type classification for Recommendation. | |
| RecommendationName | String | False |
Field containing RecommendationName information. | |
| ActionReference | String | False |
Field containing ActionReference information. | |
| Response | String | False |
Field containing Response information. | |
| StrategyReference | String | False |
Field containing StrategyReference information. | |
| StrategyVersion | String | True |
Field containing StrategyVersion information. | |
| ContextRecord | String | False |
Field containing ContextRecord information. | |
| ContextRecordType | String | True |
Type classification for ContextRecord. | |
| ContextRecordName | String | True |
Field containing ContextRecordName information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for RecordAction.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| RecordId | String | False |
ID of the Record associated with this record. | |
| FlowDefinition | String | False |
Field containing FlowDefinition information. | |
| FlowInterviewId | String | False |
ID of the FlowInterview associated with this record. | |
| Order | Int | False |
Field containing Order information. | |
| Status | String | False |
Status of the record. | |
| Pinned | String | False |
Field containing Pinned information. | |
| ActionType | String | False |
Type classification for Action. | |
| ActionDefinition | String | False |
Field containing ActionDefinition information. | |
| IsMandatory | Bool | False |
Indicates whether the record has the Mandatory characteristic. | |
| IsUiRemoveHidden | Bool | False |
Indicates whether the record has the UiRemoveHidden characteristic. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
オブジェクト内でさまざまなレコードタイプを定義し、カスタマイズされたページレイアウトとプロセスを可能にします。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
レコードタイプの一意の識別子。 | |
| Name | String | False |
ユーザーに表示されるレコードタイプのラベルまたは表示名。 | |
| DeveloperName | String | False |
コードと設定で使用されるレコードタイプのAPI 名。 | |
| NamespacePrefix | String | True |
レコードタイプの名前空間プレフィックス。通常、管理パッケージで使用されます。 | |
| Description | String | False |
レコードタイプの目的や使用例を説明するオプションの説明。 | |
| BusinessProcessId | String | False |
このレコードタイプに関連付けられたビジネスプロセスの識別子。商談やケースなどのオブジェクトに関連します。 | |
| SobjectType | String | False |
このレコードタイプが属するSalesforce オブジェクトのAPI 名。 | |
| IsActive | Bool | False |
レコードタイプが現在有効で使用可能かどうかを示します。 | |
| IsPersonType | Bool | True |
レコードがPersonType の特性を持つかどうかを示します。 | |
| CreatedById | String | True |
User.Id |
レコードタイプを作成したユーザーの識別子。 |
| CreatedDate | Datetime | True |
レコードタイプが作成された日時。 | |
| LastModifiedById | String | True |
User.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 |
レコードタイプが最後に更新された日時。 |
Schema file for RedirectWhitelistUrl.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| NamespacePrefix | String | True |
The namespace prefix associated with this object. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| Url | String | False |
Field containing Url information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for Refund.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| RefundNumber | String | True |
Refund identification number. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| Type | String | False |
Type of account or classification. | |
| PaymentGroupId | String | False |
PaymentGroup.Id |
ID of the PaymentGroup associated with this record. |
| ProcessingMode | String | False |
Mode used for processing the payment. | |
| Amount | Decimal | False |
Estimated total sale amount. | |
| AccountId | String | False |
Account.Id |
ID of the Account associated with this record. |
| PaymentMethodId | String | False |
ID of the payment method used. | |
| Comments | String | False |
Field containing Comments information. | |
| Status | String | False |
Status of the record. | |
| GatewayRefNumber | String | False |
GatewayRef identification number. | |
| ClientContext | String | True |
Field containing ClientContext information. | |
| GatewayResultCode | String | False |
Result code returned by the payment gateway. | |
| GatewayResultCodeDescription | String | False |
Field containing GatewayResultCodeDescription information. | |
| SfResultCode | String | False |
Salesforce-specific result code for the transaction. | |
| GatewayDate | Datetime | False |
Date associated with Gateway. | |
| IpAddress | String | False |
Field containing IpAddress information. | |
| MacAddress | String | False |
Field containing MacAddress information. | |
| Phone | String | False |
Phone number for the contact or account. | |
| String | False |
Email address for the contact or person account. | ||
| EffectiveDate | Datetime | False |
Date associated with Effective. | |
| Date | Datetime | False |
Date associated with . | |
| CancellationEffectiveDate | Datetime | False |
Indicates whether the user or record can perform cellationEffectiveDate action. | |
| CancellationDate | Datetime | False |
Indicates whether the user or record can perform cellationDate action. | |
| CancellationGatewayRefNumber | String | False |
Indicates whether the user or record can perform cellationGatewayRefNumber action. | |
| CancellationGatewayResultCode | String | False |
Indicates whether the user or record can perform cellationGatewayResultCode action. | |
| CancellationSfResultCode | String | False |
Indicates whether the user or record can perform cellationSfResultCode action. | |
| CancellationGatewayDate | Datetime | False |
Indicates whether the user or record can perform cellationGatewayDate action. | |
| PaymentGatewayId | String | False |
ID of the PaymentGateway associated with this record. | |
| TotalApplied | Decimal | True |
Field containing TotalApplied information. | |
| TotalUnapplied | Decimal | True |
Field containing TotalUnapplied information. | |
| NetApplied | Decimal | True |
Field containing NetApplied information. | |
| Balance | Decimal | True |
Field containing Balance information. | |
| OrderPaymentSummaryId | String | False |
ID of the OrderPaymentSummary associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for RefundLinePayment.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| RefundLinePaymentNumber | String | True |
RefundLinePayment identification number. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| PaymentId | String | False |
Payment.Id |
ID of the Payment associated with this record. |
| RefundId | String | False |
Refund.Id |
ID of the Refund associated with this record. |
| Amount | Decimal | False |
Estimated total sale amount. | |
| Type | String | False |
Type of account or classification. | |
| HasBeenUnapplied | String | False |
Indicates whether the record has BeenUnapplied. | |
| Comments | String | False |
Field containing Comments information. | |
| Date | Datetime | False |
Date associated with . | |
| AppliedDate | Datetime | False |
Date associated with Applied. | |
| EffectiveDate | Datetime | False |
Date associated with Effective. | |
| UnappliedDate | Datetime | False |
Date associated with Unapplied. | |
| AssociatedAccountId | String | False |
Account.Id |
ID of the AssociatedAccount associated with this record. |
| AssociatedRefundLinePaymentId | String | False |
ID of the AssociatedRefundLinePayment associated with this record. | |
| RefundBalance | Decimal | True |
Field containing RefundBalance information. | |
| PaymentBalance | Decimal | True |
Field containing PaymentBalance information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ReplyEmailSettings.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| DomainName | String | False |
Field containing DomainName information. | |
| FwdEmailAddress | String | False |
Field containing FwdEmailAddress information. | |
| IsEmailForwardingEnabled | Bool | False |
Indicates whether the record has the EmailForwardingEnabled characteristic. | |
| IsAutoReplyEnabled | Bool | False |
Indicates whether the record has the AutoReplyEnabled characteristic. | |
| AutoReplyMessage | String | False |
Field containing AutoReplyMessage information. | |
| IsUnsubscribeManualRequestsEnabled | Bool | False |
Indicates whether the record has the UnsubscribeManualRequestsEnabled characteristic. | |
| UnsubscribeTerms | String | False |
Field containing UnsubscribeTerms information. | |
| IsDeleteAutoRepliesEnabled | Bool | False |
Indicates whether the record has the DeleteAutoRepliesEnabled characteristic. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ReportAnomalyEventStoreFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
レポートレコードに関連する投稿や更新を含むChatter アクティビティを記録します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
レポートに関連付けられたフィード項目の一意の識別子。 | |
| ParentId | String | True |
Report.Id |
このフィード項目がリンクされているレポートの識別子。 |
| Type | String | True |
投稿、ファイル、リンクなど、フィード項目のタイプを指定します。 | |
| CreatedById | String | True |
User.Id |
フィード項目を作成したユーザーの識別子。 |
| CreatedByIdType | String | False |
ステートメントで使用する'CreatedById' ポリモーフィック項目のタイプを指定します。 | |
| CreatedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| IsDeleted | Bool | True |
フィード項目がシステムから削除されたかどうかを示します。 | |
| CommentCount | Int | True |
フィード項目に対するコメントの総数。 | |
| LikeCount | Int | True |
フィード項目が受け取ったいいねの総数。 | |
| Title | String | True |
該当する場合、フィード項目のタイトルまたは見出し。 | |
| Body | String | True |
フィード投稿のメインコンテンツまたはメッセージ。 | |
| LinkUrl | String | True |
フィード項目内で共有されるURL。内部または外部コンテンツにリンクします。 | |
| IsRichText | Bool | True |
コンテンツにリッチテキスト書式が含まれているかどうかを示します。 | |
| RelatedRecordId | String | True |
フィード項目内で参照される他のレコードの識別子。 | |
| InsertedById | String | True |
User.Id |
フィード項目をレポートのフィードに挿入したユーザーまたはプロセスの識別子。 |
| InsertedByIdType | String | False |
ステートメントで使用する'InsertedById' ポリモーフィック項目のタイプを指定します。 | |
| InsertedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'InsertedById' ポリモーフィック項目の外部項目名を指定します。 | |
| BestCommentId | String | True |
FeedComment.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 |
フィード項目が最後に変更された日時。 | |
| CreatedDate | Datetime | True |
フィード項目が作成された日時。 |
Schema file for RuleTerritory2Association.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| Territory2Id | String | False |
Territory2.Id |
ID of the Territory2 associated with this record. |
| RuleId | String | False |
ID of the Rule associated with this record. | |
| IsInherited | Bool | False |
Indicates whether the record has the Inherited characteristic. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for SalesChannel.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| SalesChannelName | String | False |
Field containing SalesChannelName information. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| ExternalChannelNumber | String | False |
ExternalChannel identification number. | |
| Type | String | False |
Type of account or classification. | |
| TypeCategory | String | True |
Field containing TypeCategory information. | |
| Description | String | False |
Text description of the 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for SalesChannelFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
SalesChannel.Id |
ID of the parent object in the hierarchy. |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Visualforce とLightning コンポーネント以前の古いSalesforce 環境で使用されていたレガシーカスタムコントロールを表します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
S-Control レコードの一意の識別子。 | |
| Name | String | False |
Salesforce UI に表示されるS-Control の表示ラベル。 | |
| DeveloperName | String | False |
コードまたは設定での参照に使用されるS-Control のAPI 名。 | |
| Description | String | False |
S-Control の目的または機能を説明するオプションのテキスト。 | |
| EncodingKey | String | False |
UTF-8 やISO-8859-1 など、コンテンツに使用される文字エンコーディング。 | |
| HtmlWrapper | String | False |
S-Control の構造とコンテンツを定義するHTML ボディ。 | |
| Filename | String | False |
該当する場合、S-Control のソースファイルに関連付けられたファイル名。 | |
| BodyLength | Int | True |
バイナリコンテンツの長さ(バイト単位)。 | |
| Binary | String | False |
S-Control のエンコードされたバイナリコンテンツ。多くの場合、スクリプトやコンポーネントに使用されます。 | |
| ContentSource | String | False |
URL やインラインHTML など、コンテンツの供給元を示します。 | |
| SupportsCaching | Bool | False |
S-Control がページ内で事前構築およびキャッシュされることをサポートするかどうかを指定します。 | |
| NamespacePrefix | String | True |
管理パッケージ内のS-Control に使用される名前空間プレフィックス。 | |
| CreatedDate | Datetime | True |
S-Control が作成された日時。 | |
| CreatedById | String | True |
User.Id |
S-Control を作成したユーザーの識別子。 |
| LastModifiedById | String | True |
User.Id |
S-Control を最後に変更したユーザーの識別子。 |
| IsDeleted | Bool | True |
レコードがごみ箱に移動されたかどうかを示します。 | |
| 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 |
S-Control が最後に変更された日時。 |
Schema file for Scorecard.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| Description | String | False |
Text description of the record. | |
| TargetEntity | String | False |
Field containing TargetEntity information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ScorecardAssociation.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| ScorecardId | String | False |
Scorecard.Id |
ID of the Scorecard associated with this record. |
| TargetEntityId | String | False |
Account.Id |
ID of the TargetEntity associated with this record. |
| TargetEntityIdType | String | False |
Specifies the type of the 'TargetEntityId' polymorphic field to use in the statement. | |
| TargetEntityIdExternalFieldName | String | False |
Specifies the external field name of the 'TargetEntityId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ScorecardMetric.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ScorecardId | String | False |
Scorecard.Id |
ID of the Scorecard associated with this record. |
| Description | String | False |
Text description of the record. | |
| Category | String | False |
Field containing Category information. | |
| ReportId | String | False |
Report.Id |
ID of the Report associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for SearchPromotionRule.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| Query | String | False |
SOQL query that was executed. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for SecurityCustomBaseline.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| NamespacePrefix | String | True |
The namespace prefix associated with this object. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| Baseline | String | False |
Field containing Baseline information. | |
| IsDefault | Bool | False |
Indicates whether the record has the Default characteristic. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
ケースをログし、ナレッジ記事にアクセスできるセルフサービスポータルユーザーを管理します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
セルフサービスユーザーレコードの一意識別子。 | |
| LastName | String | False |
セルフサービスユーザーの姓。 | |
| FirstName | String | False |
セルフサービスユーザーの名。 | |
| Name | String | True |
セルフサービスユーザーのフルネーム。通常、名と姓の組み合わせです。 | |
| Username | String | False |
セルフサービスユーザーがポータルにアクセスするために使用するログイン名。 | |
| String | False |
セルフサービスユーザーアカウントに関連付けられたメールアドレス。 | ||
| IsActive | Boolean | False |
セルフサービスユーザーアカウントが現在アクティブかどうかを示します。 | |
| TimeZoneSidKey | String | False |
セルフサービスユーザーに時刻を表示するために使用されるタイムゾーン設定。 | |
| LocaleSidKey | String | False |
日付、時刻、数値の書式を決定するロケール設定。 | |
| ContactId | String | False |
Contact.Id |
このセルフサービスユーザーに関連付けられた取引先責任者レコードの識別子。 |
| LanguageLocaleKey | String | False |
ポータルでのユーザーのデフォルト言語を決定するために使用される言語ロケール。 | |
| SuperUser | Boolean | True |
ポータル内での昇格されたアクセス権など、ユーザーがスーパーユーザー権限を持っているかどうかを示します。 | |
| LastLoginDate | Datetime | True |
ユーザーがセルフサービスポータルに最後にログインした日時。 | |
| CreatedDate | Datetime | True |
セルフサービスユーザーアカウントが作成された日時。 | |
| CreatedById | String | True |
User.Id |
セルフサービスユーザーレコードを作成したユーザーの識別子。 |
| LastModifiedDate | Datetime | True |
セルフサービスユーザーレコードが最後に更新された日時。 | |
| LastModifiedById | String | True |
User.Id |
セルフサービスユーザーレコードを最後に変更したユーザーの識別子。 |
| SystemModstamp | Datetime | True |
セルフサービスユーザーへの最新の更新を示すシステム生成タイムスタンプ。 |
Schema file for Seller.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| PartyId | String | False |
Individual.Id |
ID of the Party associated with this record. |
| SalesAmount | Int | False |
Field containing SalesAmount information. | |
| SellerType | String | False |
Type classification for Seller. | |
| SellerTier | String | False |
Field containing SellerTier information. | |
| ActiveFromDate | Date | False |
Date associated with ActiveFrom. | |
| ActiveToDate | Date | False |
Date associated with ActiveTo. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for SenderEmailAddress.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| Username | String | False |
Username of the user associated with this record. | |
| EmailDomainKeyId | String | False |
ID of the EmailDomainKey associated with this record. | |
| DisplayName | String | False |
Field containing DisplayName information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ServiceContract.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| AccountId | String | False |
Account.Id |
ID of the Account associated with this record. |
| ContactId | String | False |
Contact.Id |
ID of the Contact associated with this record. |
| Term | Int | False |
Field containing Term information. | |
| StartDate | Date | False |
Start date for the record or activity. | |
| EndDate | Date | False |
End date for the record or activity. | |
| ActivationDate | Datetime | False |
Date associated with Activation. | |
| ApprovalStatus | String | False |
Status of the Approval. | |
| Description | String | False |
Text description of the record. | |
| BillingStreet | String | False |
Street address for Billing purposes. | |
| BillingCity | String | False |
City for Billing address. | |
| BillingState | String | False |
State or province for Billing address. | |
| BillingPostalCode | String | False |
Postal code for Billing address. | |
| BillingCountry | String | False |
Country for Billing address. | |
| BillingLatitude | Double | False |
Latitude coordinate for Billing address geolocation. | |
| BillingLongitude | Double | False |
Longitude coordinate for Billing address geolocation. | |
| BillingGeocodeAccuracy | String | False |
Accuracy level of the geocode for the Billing address. | |
| ShippingStreet | String | False |
Street address for Shipping purposes. | |
| ShippingCity | String | False |
City for Shipping address. | |
| ShippingState | String | False |
State or province for Shipping address. | |
| ShippingPostalCode | String | False |
Postal code for Shipping address. | |
| ShippingCountry | String | False |
Country for Shipping address. | |
| ShippingLatitude | Double | False |
Latitude coordinate for Shipping address geolocation. | |
| ShippingLongitude | Double | False |
Longitude coordinate for Shipping address geolocation. | |
| ShippingGeocodeAccuracy | String | False |
Accuracy level of the geocode for the Shipping address. | |
| Pricebook2Id | String | False |
Pricebook2.Id |
ID of the Pricebook2 associated with this record. |
| ShippingHandling | Decimal | False |
Field containing ShippingHandling information. | |
| Tax | Decimal | False |
Tax amount for the record. | |
| ContractNumber | String | True |
Contract identification number. | |
| SpecialTerms | String | False |
Field containing SpecialTerms information. | |
| Discount | Double | True |
Percentage discount from the list price. | |
| GrandTotal | Decimal | True |
Grand total amount including tax. | |
| Status | String | True |
Status of the record. | |
| ParentServiceContractId | String | False |
ID of the ParentServiceContract associated with this record. | |
| RootServiceContractId | String | True |
ID of the RootServiceContract associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ServiceContractFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for SessionHijackingEventStoreFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for SetupAssistantStep.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| AssistantType | String | False |
Type classification for Assistant. | |
| IsComplete | Bool | False |
Indicates whether the record has the Complete characteristic. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
カスタムメタデータ型、オブジェクト、システム権限のアクセス設定を制御します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
設定エンティティアクセスレコードの一意の識別子。 | |
| ParentId | String | False |
アクセスを付与する権限セットやプロファイルなどの親レコードの識別子。 | |
| ParentIdType | String | False |
ステートメントで使用する'ParentId' ポリモーフィック項目のタイプを指定します。 | |
| ParentIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'ParentId' ポリモーフィック項目の外部項目名を指定します。 | |
| SetupEntityId | String | False |
Apex クラスやカスタム設定など、アクセスが付与される設定エンティティの識別子。 | |
| SetupEntityType | String | True |
ApexClass、CustomMetadata、CustomSetting など、参照される設定エンティティのタイプ。 | |
| 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 |
アクセスレコードへの最新の更新を示すシステム生成タイムスタンプ。 |
サイトレコードに関連する投稿や更新を含むChatter アクティビティを記録します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
サイトに関連付けられたフィード項目の一意の識別子。 | |
| ParentId | String | True |
Site.Id |
このフィード項目がリンクされているサイトレコードの識別子。 |
| Type | String | True |
投稿、リンク、コンテンツ共有などのフィード項目のタイプ。 | |
| CreatedById | String | True |
User.Id |
フィード項目を作成したユーザーの識別子。 |
| CreatedByIdType | String | False |
ステートメントで使用する'CreatedById' ポリモーフィック項目のタイプを指定します。 | |
| CreatedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| IsDeleted | Bool | True |
フィード項目がシステムから削除されたかどうかを示します。 | |
| CommentCount | Int | True |
このフィード項目に関連付けられたコメントの総数。 | |
| LikeCount | Int | True |
フィード項目がユーザーから受け取ったいいねの総数。 | |
| Title | String | True |
該当する場合、フィード項目のタイトルまたは件名。 | |
| Body | String | True |
フィード投稿のメインコンテンツまたはメッセージ本文。 | |
| LinkUrl | String | True |
フィード項目で共有されたリンクのURL。 | |
| IsRichText | Bool | True |
コンテンツにリッチテキスト書式が含まれているかどうかを示します。 | |
| RelatedRecordId | String | True |
フィード項目で言及またはリンクされた他のレコードの識別子。 | |
| InsertedById | String | True |
User.Id |
フィード項目を挿入したユーザーまたは自動化の識別子。作成者とは異なる場合があります。 |
| InsertedByIdType | String | False |
ステートメントで使用する'InsertedById' ポリモーフィック項目のタイプを指定します。 | |
| InsertedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'InsertedById' ポリモーフィック項目の外部項目名を指定します。 | |
| BestCommentId | String | True |
FeedComment.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 |
フィード項目が最後に変更された日時。 | |
| CreatedDate | Datetime | True |
フィード項目が作成された日時。 |
Schema file for SiteIframeWhiteListUrl.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| SiteId | String | False |
Site.Id |
ID of the Site associated with this record. |
| Url | String | False |
Field containing Url information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for SiteRedirectMapping.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| SiteId | String | False |
Site.Id |
ID of the Site associated with this record. |
| IsActive | Bool | False |
Indicates whether the record is active. | |
| Source | String | False |
Field containing Source information. | |
| Target | String | False |
Field containing Target information. | |
| Action | String | False |
Field containing Action information. | |
| IsDynamic | Bool | False |
Indicates whether the record has the Dynamic characteristic. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
顧客の問題を解決するためのナレッジベースで使用されるソリューションを格納します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
ソリューションレコードの一意の識別子。 | |
| IsDeleted | Bool | True |
ソリューションがシステムから削除されたかどうかを示します。 | |
| SolutionNumber | String | True |
ソリューションを一意に識別するために使用される自動生成番号。 | |
| SolutionName | String | False |
ソリューションのタイトル。通常は問題と解決策を要約します。 | |
| IsPublished | Bool | False |
ソリューションが内部ナレッジベースで公開されているかどうかを示します。 | |
| IsPublishedInPublicKb | Bool | False |
ソリューションが外部アクセス用のパブリックナレッジベースに公開されているかどうかを指定します。 | |
| Status | String | False |
下書き、レビュー済み、公開済みなどのソリューションの現在のステータス。 | |
| IsReviewed | Bool | True |
ソリューションが公開プロセスの一部としてレビューされたかどうかを示します。 | |
| SolutionNote | String | False |
ソリューションで提供される詳細な説明または解決手順。 | |
| OwnerId | String | False |
User.Id |
ソリューションレコードを所有するユーザーの識別子。 |
| CreatedDate | Datetime | True |
ソリューションが作成された日時。 | |
| CreatedById | String | True |
User.Id |
ソリューションを作成したユーザーの識別子。 |
| LastModifiedById | String | True |
User.Id |
ソリューションを最後に更新したユーザーの識別子。 |
| TimesUsed | Int | True |
このソリューションにリンクされた、またはこのソリューションを使用して解決されたケースの数。 | |
| CurrencyIsoCode | String | False |
売上金額が表示される通貨のISO コード。 | |
| LastViewedDate | Datetime | True |
ユーザーがソリューションを最後に参照した日時。 | |
| LastReferencedDate | Datetime | True |
ソリューションが他のレコードまたはコンテキストで最後に参照された日時。 | |
| IsHtml | Bool | True |
ソリューションコンテンツがHTML を使用してフォーマットされているかどうかを示します。 | |
| 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 |
ソリューションが最後に変更された日時。 |
ソリューションレコードに関連する投稿や更新を含むChatter アクティビティを記録します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
ソリューションに関連付けられたフィード項目の一意の識別子。 | |
| ParentId | String | True |
Solution.Id |
このフィード項目が関連するソリューションレコードの識別子。 |
| Type | String | True |
投稿、ファイル、コメント、リンクなどのフィード項目のタイプ。 | |
| CreatedById | String | True |
User.Id |
フィード項目を作成したユーザーの識別子。 |
| CreatedByIdType | String | False |
ステートメントで使用する'CreatedById' ポリモーフィック項目のタイプを指定します。 | |
| CreatedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| IsDeleted | Bool | True |
フィード項目がシステムから削除されたかどうかを示します。 | |
| CommentCount | Int | True |
このフィード項目に関連付けられたコメントの数。 | |
| LikeCount | Int | True |
フィード項目が受け取ったいいねの数。 | |
| Title | String | True |
フィード項目のオプションのタイトルまたは見出し。 | |
| Body | String | True |
フィード投稿のメインメッセージまたはコンテンツ本文。 | |
| LinkUrl | String | True |
外部または内部コンテンツを指す、フィード項目で共有されたURL。 | |
| IsRichText | Bool | True |
コンテンツにリッチテキスト書式が含まれているかどうかを示します。 | |
| RelatedRecordId | String | True |
フィード項目で参照またはリンクされた他のレコードの識別子。 | |
| InsertedById | String | True |
User.Id |
フィード項目を挿入したユーザーまたは自動化の識別子。作成者とは異なる場合があります。 |
| InsertedByIdType | String | False |
ステートメントで使用する'InsertedById' ポリモーフィック項目のタイプを指定します。 | |
| InsertedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'InsertedById' ポリモーフィック項目の外部項目名を指定します。 | |
| BestCommentId | String | True |
FeedComment.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 |
フィード項目が最後に変更された日時。 | |
| CreatedDate | Datetime | True |
フィード項目が作成された日時。 |
Schema file for SPSamlAttributes.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| Key | String | False |
Field containing Key information. | |
| Value | String | False |
Field containing Value information. | |
| ConnectivityId | String | False |
ID of the Connectivity associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Visualforce およびLightning アプリケーションで使用する画像、スタイルシート、JavaScript などの静的ファイルを格納します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
メタデータフレームワーク内での参照と管理に使用される静的リソースレコードの一意の識別子。 | |
| NamespacePrefix | String | True |
この静的リソースが属する管理パッケージを識別する名前空間プレフィックス。リソースが管理対象外の場合は空白。 | |
| Name | String | False |
Visualforce ページやLightning コンポーネントなどのコードで静的リソースを参照するために使用される開発者フレンドリーな名前。 | |
| ContentType | String | False |
application/javascript、text/css、image/png など、リソースコンテンツのMultipurpose Internet Mail Extensions(MIME) タイプ。ブラウザにファイルの処理方法を通知します。 | |
| BodyLength | Int | True |
静的リソースのサイズ(バイト単位)。ストレージ使用量の監視と最適化戦略に役立ちます。 | |
| Body | String | False |
静的リソースのエンコードされたコンテンツ。バイナリ文字列として格納され、API またはUI を通じて取得可能です。 | |
| Description | String | False |
開発者と管理者向けのコンテキスト、バージョン管理ノート、使用方法を提供するオプションの説明テキスト。 | |
| CreatedDate | Datetime | True |
静的リソースが最初に作成されたことを示すタイムスタンプ。変更追跡と監査可能性を支援します。 | |
| CreatedById | String | True |
User.Id |
静的リソースを作成したユーザーの識別子。所有権と責任の追跡に不可欠です。 |
| LastModifiedById | String | True |
User.Id |
リソースを最後に変更したユーザーの識別子。共同開発環境での追跡可能性を提供します。 |
| CacheControl | String | False |
ブラウザとプロキシによるリソースのキャッシュ方法を定義します。'Public' または'Private' などのオプションを使用して、クライアント側のキャッシュ動作とパフォーマンス最適化を制御します。 | |
| 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 |
リソースの最新の更新を示すタイムスタンプ。同期とデプロイ実践にとって重要です。 |
Schema file for StreamingChannel.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| IsDynamic | Bool | True |
Indicates whether the record has the Dynamic characteristic. | |
| Description | String | False |
Text description of the 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for Swarm.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| RelatedRecordId | String | False |
ID of the record associated with this feed item. | |
| RelatedRecordIdType | String | False |
Specifies the type of the 'RelatedRecordId' polymorphic field to use in the statement. | |
| RelatedRecordIdExternalFieldName | String | False |
Specifies the external field name of the 'RelatedRecordId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Status | String | False |
Status of the record. | |
| CollaborationTool | String | False |
Field containing CollaborationTool information. | |
| CollaborationRoomId | String | False |
ID of the CollaborationRoom associated with this record. | |
| StartedDateTime | Datetime | False |
Field containing StartedDateTime information. | |
| EndedDateTime | Datetime | False |
Field containing EndedDateTime information. | |
| CollaborationUrl | String | False |
Field containing CollaborationUrl information. | |
| IsDedicatedChannel | Bool | True |
Indicates whether the record has the DedicatedChannel characteristic. | |
| UsageType | String | False |
Type classification for Usage. | |
| HelpNeeded | String | False |
Field containing HelpNeeded information. | |
| MessageKey | String | False |
Field containing MessageKey information. | |
| ChannelType | String | True |
Type classification for Channel. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for SwarmFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
Swarm.Id |
ID of the parent object in the hierarchy. |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for SwarmMember.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| RelatedRecordId | String | False |
ID of the record associated with this feed item. | |
| RelatedRecordIdType | String | False |
Specifies the type of the 'RelatedRecordId' polymorphic field to use in the statement. | |
| RelatedRecordIdExternalFieldName | String | False |
Specifies the external field name of the 'RelatedRecordId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Status | String | False |
Status of the record. | |
| HelpNeeded | String | False |
Field containing HelpNeeded information. | |
| AssignedDateTime | Datetime | False |
Field containing AssignedDateTime information. | |
| CompletedDateTime | Datetime | False |
Field containing CompletedDateTime information. | |
| SwarmId | String | False |
Swarm.Id |
ID of the Swarm associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for SwarmMemberFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
SwarmMember.Id |
ID of the parent object in the hierarchy. |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for TableauHostMapping.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| SiteLuid | String | False |
ID of the SiteLu associated with this record. | |
| UrlMatch | String | False |
Field containing UrlMatch information. | |
| HostType | String | False |
Type classification for Host. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Salesforce 内のアクティビティを追跡するフォローアップやリマインダーなどのユーザーToDo を表します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
ToDo レコードの一意の識別子。 | |
| WhoId | String | False |
このToDo に関連する取引先責任者またはリードの識別子。 | |
| WhoIdType | String | False |
ステートメントで使用する'WhoId' ポリモーフィック項目のタイプを指定します。 | |
| WhoIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'WhoId' ポリモーフィック項目の外部項目名を指定します。 | |
| WhatId | String | False |
商談、取引先、カスタムオブジェクトなどの関連オブジェクトの識別子。 | |
| WhatIdType | String | False |
ステートメントで使用する'WhatId' ポリモーフィック項目のタイプを指定します。 | |
| WhatIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'WhatId' ポリモーフィック項目の外部項目名を指定します。 | |
| Subject | String | False |
通常はその目的を示すToDo の簡潔な説明またはタイトル。 | |
| ActivityDate | Date | False |
ToDo の期日。時間要素は含まれません。 | |
| Status | String | False |
未着手、完了、進行中などのToDo の現在のステータス。 | |
| Priority | String | False |
高、標準、低などのToDo の優先度レベル。 | |
| IsHighPriority | Bool | True |
レコードが高優先度の特性を持つかどうかを示します。 | |
| OwnerId | String | False |
ToDo が割り当てられたユーザーまたはキューの識別子。 | |
| OwnerIdType | String | False |
ステートメントで使用する'OwnerId' ポリモーフィック項目のタイプを指定します。 | |
| OwnerIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'OwnerId' ポリモーフィック項目の外部項目名を指定します。 | |
| Description | String | False |
ToDo に関連する詳細なノートまたは指示。 | |
| CurrencyIsoCode | String | False |
売上金額が表示される通貨のISO コード。 | |
| IsDeleted | Bool | True |
ToDo がシステムから削除されたかどうかを示します。 | |
| AccountId | String | True |
Account.Id |
ToDo に関連付けられた取引先の識別子。通常は関連する取引先責任者から推測されます。 |
| IsClosed | Bool | True |
ToDo が完了またはクローズとしてマークされたかどうかを示します。 | |
| CreatedDate | Datetime | True |
ToDo が作成された日時。 | |
| CreatedById | String | True |
User.Id |
ToDo を作成したユーザーの識別子。 |
| LastModifiedById | String | True |
User.Id |
ToDo を最後に更新したユーザーの識別子。 |
| IsArchived | Bool | True |
ToDo が履歴アクティビティプロセスの一部としてアーカイブされたかどうかを示します。 | |
| CallDurationInSeconds | Int | False |
ToDo がログ記録された通話の場合、関連する通話の長さ(秒単位)。 | |
| CallType | String | False |
ToDo が通話を表す場合の着信や発信などの通話の種類。 | |
| CallDisposition | String | False |
ボイスメール残しや完了などの通話の結果または成果。 | |
| CallObject | String | False |
通話のToDo に関連付けられたテレフォニーシステムオブジェクトの識別子。 | |
| ReminderDateTime | Datetime | False |
このToDo のリマインダー通知を送信する日時。 | |
| IsReminderSet | Bool | False |
このToDo にリマインダーが設定されているかどうかを示します。 | |
| RecurrenceActivityId | String | True |
Task.Id |
定期的なToDo シリーズのマスターToDo レコードの識別子。 |
| IsRecurrence | Bool | False |
ToDo が定期的なToDo シリーズの一部かどうかを示します。 | |
| RecurrenceStartDateOnly | Date | False |
定期的なToDo シリーズの開始日。 | |
| RecurrenceEndDateOnly | Date | False |
定期的なToDo シリーズの終了日。 | |
| RecurrenceTimeZoneSidKey | String | False |
定期的なToDo シリーズのスケジュールに使用されるタイムゾーン。 | |
| RecurrenceType | String | False |
毎日、毎週、毎月などの繰り返しパターン。 | |
| RecurrenceInterval | Int | False |
2日ごとや3週間ごとなどの繰り返しの頻度。 | |
| RecurrenceDayOfWeekMask | Int | False |
ToDo が繰り返される曜日を表すビットマスク。 | |
| RecurrenceDayOfMonth | Int | False |
該当する場合、ToDo が繰り返される月の特定の日。 | |
| RecurrenceInstance | String | False |
月次パターンに使用される、第1、第2、最終などの繰り返しのインスタンス。 | |
| RecurrenceMonthOfYear | String | False |
年次繰り返しパターンに使用される、ToDo が繰り返される年の月。 | |
| RecurrenceRegeneratedType | String | False |
RecurrenceRegenerated の型分類。 | |
| TaskSubtype | String | False |
TaskSub の型分類。 | |
| CompletedDateTime | Datetime | True |
CompletedDateTime 情報を含む項目。 | |
| 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 |
ToDo への最新の変更を示すシステム生成タイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
ToDo が最後に変更された日時。 |
ToDo レコードに関連する投稿や更新を含むChatter アクティビティを記録します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
ToDo に関連するフィード項目の一意の識別子。 | |
| ParentId | String | True |
Task.Id |
このフィード項目が関連付けられたToDo レコードの識別子。 |
| Type | String | True |
投稿、コメント、ファイル、リンクなどのフィード項目のタイプを指定します。 | |
| CreatedById | String | True |
User.Id |
フィード項目を作成したユーザーの識別子。 |
| CreatedByIdType | String | False |
ステートメントで使用する'CreatedById' ポリモーフィック項目のタイプを指定します。 | |
| CreatedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| IsDeleted | Bool | True |
フィード項目がシステムから削除されたかどうかを示します。 | |
| CommentCount | Int | True |
このフィード項目に関連付けられたコメントの総数。 | |
| LikeCount | Int | True |
フィード項目が受け取ったいいねの総数。 | |
| Title | String | True |
フィード項目のオプションのタイトルまたは件名。 | |
| Body | String | True |
フィード項目のメインメッセージコンテンツまたはテキスト本文。 | |
| LinkUrl | String | True |
内部または外部コンテンツにリンクする、フィード項目に含まれるURL。 | |
| IsRichText | Bool | True |
コンテンツにリッチテキスト書式が含まれているかどうかを示します。 | |
| RelatedRecordId | String | True |
フィード項目で参照またはリンクされた他のレコードの識別子。 | |
| InsertedById | String | True |
User.Id |
フィード項目を挿入したユーザーまたはプロセスの識別子。作成者とは異なる場合があります。 |
| InsertedByIdType | String | False |
ステートメントで使用する'InsertedById' ポリモーフィック項目のタイプを指定します。 | |
| InsertedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'InsertedById' ポリモーフィック項目の外部項目名を指定します。 | |
| BestCommentId | String | True |
FeedComment.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 |
フィード項目が最後に更新された日時。 | |
| CreatedDate | Datetime | True |
フィード項目が作成された日時。 |
Schema file for Territory2.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| Name | String | False |
Name of the record. | |
| Territory2TypeId | String | False |
ID of the Territory2Type associated with this record. | |
| Territory2ModelId | String | False |
ID of the Territory2Model associated with this record. | |
| ParentTerritory2Id | String | False |
Territory2.Id |
ID of the ParentTerritory2 associated with this record. |
| Description | String | False |
Text description of the record. | |
| ForecastUserId | String | False |
User.Id |
ID of the ForecastUser associated with this record. |
| AccountAccessLevel | String | False |
Field containing AccountAccessLevel information. | |
| OpportunityAccessLevel | String | False |
Field containing OpportunityAccessLevel information. | |
| CaseAccessLevel | String | False |
Field containing CaseAccessLevel information. | |
| ContactAccessLevel | String | True |
Field containing ContactAccessLevel information. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for Territory2Model.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| Description | String | False |
Text description of the record. | |
| ActivatedDate | Datetime | True |
Date associated with Activated. | |
| DeactivatedDate | Datetime | True |
Date associated with Deactivated. | |
| State | String | False |
State or province portion of the address. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| LastRunRulesEndDate | Datetime | True |
Date associated with LastRunRulesEnd. | |
| IsCloneSource | Bool | True |
Indicates whether the record has the CloneSource characteristic. | |
| LastOppTerrAssignEndDate | Datetime | True |
Date associated with LastOppTerrAssignEnd. | |
| IsSharingGroupDeleteDone | Bool | True |
Indicates whether the record has the SharingGroupDeleteDone characteristic. | |
| IsOppUnassignmentDone | Bool | True |
Indicates whether the record has the OppUnassignmentDone characteristic. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for Territory2ModelFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for Territory2ObjectExclusion.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ObjectId | String | False |
Account.Id |
ID of the Object associated with this record. |
| ObjectIdType | String | False |
Specifies the type of the 'ObjectId' polymorphic field to use in the statement. | |
| ObjectIdExternalFieldName | String | False |
Specifies the external field name of the 'ObjectId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Territory2Id | String | False |
Territory2.Id |
ID of the Territory2 associated with this record. |
| Note | String | False |
Field containing Note information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for Territory2ObjSharingConfig.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| Territory2Id | String | True |
Territory2.Id |
ID of the Territory2 associated with this record. |
| TerritoryMgmtObjectConfigId | String | True |
ID of the TerritoryMgmtObjectConfig associated with this record. | |
| AccessLevel | String | False |
Level of access granted to the 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for Territory2Type.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| Description | String | False |
Text description of the record. | |
| Priority | Int | False |
Priority level of the 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for TerritoryAdminAssignment.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| Territory2ModelId | String | False |
ID of the Territory2Model associated with this record. | |
| UserOrGroupId | String | False |
ID of the UserOrGroup associated with this record. | |
| UserOrGroupIdType | String | False |
Specifies the type of the 'UserOrGroupId' polymorphic field to use in the statement. | |
| UserOrGroupIdExternalFieldName | String | False |
Specifies the external field name of the 'UserOrGroupId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Territory2Id | String | False |
Territory2.Id |
ID of the Territory2 associated with this record. |
| CanManageHierarchy | Bool | False |
Indicates whether the user or record can perform ManageHierarchy action. | |
| CanManageMembers | Bool | False |
Indicates whether the user or record can perform ManageMembers action. | |
| CanManageRecordAssociations | Bool | False |
Indicates whether the user or record can perform ManageRecordAssociations action. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for TerritoryMgmtObjectConfig.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| Object | String | False |
Field containing Object information. | |
| DefaultAccessLevel | String | False |
Field containing DefaultAccessLevel information. | |
| State | String | False |
State or province portion of the address. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for TestSuiteMembership.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ApexTestSuiteId | String | False |
ID of the ApexTestSuite associated with this record. | |
| ApexClassId | String | False |
ApexClass.Id |
ID of the ApexClass associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ThreatDetectionFeedback.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ThreatDetectionFeedbackNumber | String | True |
ThreatDetectionFeedback identification number. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| UserId | String | False |
User.Id |
ID of the User associated with this record. |
| UserIdType | String | False |
Specifies the type of the 'UserId' polymorphic field to use in the statement. | |
| UserIdExternalFieldName | String | False |
Specifies the external field name of the 'UserId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Username | String | False |
Username of the user associated with this record. | |
| ThreatDetectionEventId | String | False |
ID of the ThreatDetectionEvent associated with this record. | |
| ThreatDetectionEventIdType | String | False |
Specifies the type of the 'ThreatDetectionEventId' polymorphic field to use in the statement. | |
| ThreatDetectionEventIdExternalFieldName | String | False |
Specifies the external field name of the 'ThreatDetectionEventId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Response | String | False |
Field containing Response information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for ThreatDetectionFeedbackFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for TodayGoal.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| Value | Decimal | False |
Field containing Value information. | |
| UserId | String | False |
User.Id |
ID of the User associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Chatter やレコードでコンテンツを分類およびグループ化するために使用されるトピックを表します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
トピックレコードの一意の識別子。 | |
| Name | String | False |
通常はコンテンツのタグ付けと整理に使用されるトピックの名前。 | |
| Description | String | False |
トピックのコンテキストまたは目的を提供するオプションの説明。 | |
| CreatedDate | Datetime | True |
トピックが作成された日時。 | |
| CreatedById | String | True |
User.Id |
トピックを作成したユーザーの識別子。 |
| TalkingAbout | Int | True |
現在このトピックに関与している投稿、レコード、またはユーザーの数。 | |
| ManagedTopicType | String | True |
ManagedTopic の型分類。 | |
| 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 |
トピックレコードへの最新の更新を示すシステム生成タイムスタンプ。 |
トピックをレコードにリンクし、ユーザーがトピックタグを使用してコンテンツを分類およびフィルタリングできるようにします。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
トピック割り当てレコードの一意の識別子。 | |
| TopicId | String | False |
Topic.Id |
割り当てされているトピックの識別子。 |
| EntityId | String | False |
トピックに関連付けられたレコード(ケース、取引先、カスタムオブジェクトなど)の識別子。 | |
| EntityIdType | String | False |
ステートメントで使用する'EntityId' ポリモーフィック項目のタイプを指定します。 | |
| EntityIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'EntityId' ポリモーフィック項目の外部項目名を指定します。 | |
| EntityKeyPrefix | String | True |
EntityKeyPrefix 情報を含む項目。 | |
| EntityType | String | True |
Entity の型分類。 | |
| CreatedById | String | True |
User.Id |
トピック割り当てを作成したユーザーの識別子。 |
| IsDeleted | Bool | True |
トピック割り当てがシステムから削除されたかどうかを示します。 | |
| 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 |
トピック割り当てへの最新の変更を示すシステム生成タイムスタンプ。 | |
| CreatedDate | Datetime | True |
トピックがレコードに割り当てられた日時。 |
トピックレコードに関連する投稿や更新を含むChatter アクティビティを記録します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
トピックに関連付けられたフィード項目の一意の識別子。 | |
| ParentId | String | True |
Topic.Id |
このフィード項目がリンクされているトピックの識別子。 |
| Type | String | True |
投稿、コメント、ファイル、リンクなどのフィード項目のタイプ。 | |
| CreatedById | String | True |
User.Id |
フィード項目を作成したユーザーの識別子。 |
| CreatedByIdType | String | False |
ステートメントで使用する'CreatedById' ポリモーフィック項目のタイプを指定します。 | |
| CreatedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| IsDeleted | Bool | True |
フィード項目がシステムから削除されたかどうかを示します。 | |
| CommentCount | Int | True |
このフィード項目に関連付けられたコメントの数。 | |
| LikeCount | Int | True |
このフィード項目が受け取ったいいねの数。 | |
| Title | String | True |
フィード項目のオプションのタイトルまたは件名。 | |
| Body | String | True |
フィード投稿のメインメッセージコンテンツまたは説明。 | |
| LinkUrl | String | True |
外部または内部コンテンツにリンクする、フィード項目に含まれるURL。 | |
| IsRichText | Bool | True |
コンテンツにリッチテキスト書式が含まれているかどうかを示します。 | |
| RelatedRecordId | String | True |
フィード項目で参照またはリンクされた他のレコードの識別子。 | |
| InsertedById | String | True |
User.Id |
フィード項目をトピックフィードに挿入したユーザーまたはプロセスの識別子。 |
| InsertedByIdType | String | False |
ステートメントで使用する'InsertedById' ポリモーフィック項目のタイプを指定します。 | |
| InsertedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'InsertedById' ポリモーフィック項目の外部項目名を指定します。 | |
| BestCommentId | String | True |
FeedComment.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 |
フィード項目が最後に更新された日時。 | |
| CreatedDate | Datetime | True |
フィード項目が作成された日時。 |
Schema file for TopicUserEvent.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| UserId | String | True |
User.Id |
ID of the User associated with this record. |
| TopicId | String | True |
Topic.Id |
ID of the Topic associated with this record. |
| ActionEnum | String | True |
Field containing ActionEnum information. | |
| 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. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for TransactionSecurityPolicy.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| NamespacePrefix | String | True |
The namespace prefix associated with this object. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| Type | String | False |
Type of account or classification. | |
| State | String | False |
State or province portion of the address. | |
| ActionConfig | String | False |
Field containing ActionConfig information. | |
| ApexPolicyId | String | False |
ApexClass.Id |
ID of the ApexPolicy associated with this record. |
| EventType | String | False |
Type classification for Event. | |
| ResourceName | String | False |
Field containing ResourceName information. | |
| ExecutionUserId | String | False |
User.Id |
ID of the ExecutionUser associated with this record. |
| Description | String | False |
Text description of the record. | |
| EventName | String | False |
Field containing EventName information. | |
| BlockMessage | String | False |
Field containing BlockMessage information. | |
| CustomEmailContent | String | False |
Field containing CustomEmailContent information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Salesforce ユーザーの詳細(ログイン資格情報、プロファイル、ロールなど)を保存します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
ユーザーレコードの一意の識別子。 | |
| Username | String | False |
ユーザーがSalesforce にサインインする際に使用するログイン名。 | |
| LastName | String | False |
プロファイルに入力されているユーザーの姓。 | |
| FirstName | String | False |
プロファイルに入力されているユーザーの名。 | |
| Name | String | True |
ユーザーのフルネーム。通常は姓と名の組み合わせです。 | |
| CompanyName | String | False |
ユーザーが所属する会社名または組織名。 | |
| Division | String | False |
組織内のユーザーのディビジョン。レポート作成やフィルタリングに使用されます。 | |
| Department | String | False |
ユーザーが所属する部署(営業やIT など)。 | |
| Title | String | False |
組織内のユーザーの役職。 | |
| Street | String | False |
ユーザーの連絡先情報に記載されている町名・番地。 | |
| City | String | False |
ユーザーの連絡先情報に記載されている市区郡。 | |
| State | String | False |
ユーザーの連絡先情報に記載されている都道府県。 | |
| PostalCode | String | False |
ユーザーの連絡先情報に記載されている郵便番号。 | |
| Country | String | False |
ユーザーの連絡先情報に記載されている国。 | |
| Latitude | Double | False |
ユーザーの住所の地理的な緯度座標。 | |
| Longitude | Double | False |
ユーザーの住所の地理的な経度座標。 | |
| GeocodeAccuracy | String | False |
住所のジオコードの精度レベル。 | |
| String | False |
ユーザーが連絡や通知のために使用するE メールアドレス。 | ||
| EmailPreferencesAutoBcc | Bool | False |
送信されるE メールが自動的に送信者にBCC されるかどうかを示します。 | |
| EmailPreferencesAutoBccStayInTouch | Bool | False |
Stay-in-Touch E メールが自動的に送信者にBCC されるかどうかを指定します。 | |
| EmailPreferencesStayInTouchReminder | Bool | False |
ユーザーが取引先責任者と連絡を取り続けるためのリマインダーを受け取るかどうかを示します。 | |
| SenderEmail | String | False |
このユーザーから送信される外部E メールの送信元アドレスとして使用されるE メールアドレス。 | |
| SenderName | String | False |
このユーザーから送信される外部E メールの送信者として使用される表示名。 | |
| Signature | String | False |
ユーザーが送信するメッセージに追加されるE メール署名。 | |
| StayInTouchSubject | String | False |
Stay-in-Touch リクエストE メールに使用されるデフォルトの件名。 | |
| StayInTouchSignature | String | False |
ユーザーが送信するStay-in-Touch E メールに使用される署名。 | |
| StayInTouchNote | String | False |
Stay-in-Touch リクエストE メールに使用されるデフォルトのメッセージ本文。 | |
| Phone | String | False |
ユーザーの主な電話番号。 | |
| Fax | String | False |
ユーザーに関連付けられているFAX 番号。 | |
| MobilePhone | String | False |
ユーザーの携帯電話番号。 | |
| Alias | String | False |
Salesforce の内部プロセスで識別に使用される短縮されたエイリアスまたはニックネーム。 | |
| CommunityNickname | String | False |
ユーザーがSalesforce コミュニティで使用するニックネーム。 | |
| BadgeText | String | True |
BadgeText 情報を含む項目。 | |
| IsActive | Bool | False |
ユーザーアカウントが現在アクティブであるかどうかを示します。 | |
| TimeZoneSidKey | String | False |
ユーザーのタイムゾーン設定。カレンダーや時間に基づく機能に影響を与えます。 | |
| UserRoleId | String | False |
UserRole.Id |
ユーザーロールの識別子で、階層とアクセスレベルを定義します。 |
| LocaleSidKey | String | False |
日付や数値などの地域フォーマットを制御するロケール設定。 | |
| ReceivesInfoEmails | Bool | False |
ユーザーがSalesforce からの情報E メールを受信するかどうかを示します。 | |
| ReceivesAdminInfoEmails | Bool | False |
ユーザーがSalesforce からのシステム管理者向けのE メールを受信するかどうかを示します。 | |
| EmailEncodingKey | String | False |
ユーザーのE メール通信に使用される文字エンコーディング(UTF-8 やISO-8859-1 など)。 | |
| DefaultCurrencyIsoCode | String | False |
DefaultCurrencyIsoCode 情報を含む項目。 | |
| CurrencyIsoCode | String | False |
収益額が表示される通貨のISO コード。 | |
| ProfileId | String | False |
Profile.Id |
ユーザーに割り当てられたプロファイルの識別子で、権限とアクセスを定義します。 |
| UserType | String | True |
ユーザーのカテゴリ(標準、パートナー、カスタマーポータルなど)。 | |
| StartDay | String | False |
StartDay 情報を含む項目。 | |
| EndDay | String | False |
EndDay 情報を含む項目。 | |
| LanguageLocaleKey | String | False |
ユーザーインターフェースのローカライズに使用される言語設定。 | |
| EmployeeNumber | String | False |
組織からユーザーに割り当てられた従業員識別番号。 | |
| DelegatedApproverId | String | False |
このユーザーに代わって項目を承認する権限を持つユーザーの識別子。 | |
| ManagerId | String | False |
User.Id |
ユーザーのマネージャーの識別子で、階層化とレポート作成に使用されます。 |
| LastLoginDate | Datetime | True |
ユーザーが最後にSalesforce にログインした日時。 | |
| LastPasswordChangeDate | Datetime | True |
ユーザーが最後にパスワードを変更またはリセットした日時。 | |
| CreatedDate | Datetime | True |
ユーザーレコードが作成された日時。 | |
| CreatedById | String | True |
User.Id |
このユーザーレコードを作成したユーザーの識別子。 |
| LastModifiedById | String | True |
User.Id |
このユーザーレコードを最後に変更したユーザーの識別子。 |
| PasswordExpirationDate | Datetime | True |
PasswordExpiration に関連付けられた日付。 | |
| NumberOfFailedLogins | Int | True |
NumberOfFailedLogins 情報を含む項目。 | |
| SuAccessExpirationDate | Date | True |
SuAccessExpiration に関連付けられた日付。 | |
| OfflineTrialExpirationDate | Datetime | True |
ユーザーのSalesforce Offline Edition トライアルライセンスの有効期限。 | |
| OfflinePdaTrialExpirationDate | Datetime | True |
ユーザーのSalesforce Sales Anywhere またはPDA サポートのトライアルライセンスの有効期限。 | |
| UserPermissionsMarketingUser | Bool | False |
ユーザーがキャンペーン管理などのマーケティング権限を持っているかどうかを示します。 | |
| UserPermissionsOfflineUser | Bool | False |
ユーザーがSalesforce Offline Edition にアクセスできるかどうかを指定します。 | |
| UserPermissionsCallCenterAutoLogin | Bool | False |
ユーザーが割り当てられたコールセンターに自動的にログインできるようにします。 | |
| UserPermissionsSFContentUser | Bool | False |
ユーザーがSalesforce CRM Content にアクセスできるかどうかを指定します。 | |
| UserPermissionsKnowledgeUser | Bool | False |
Salesforce ナレッジ機能へのアクセスを許可します。 | |
| UserPermissionsInteractionUser | Bool | False |
ユーザーがFlow Builder でフローを作成、実行、管理できるようにします。 | |
| UserPermissionsSupportUser | Bool | False |
ユーザーにService Cloud へのアクセスを許可し、ケース管理および関連機能を有効にします。 | |
| UserPermissionsJigsawProspectingUser | Bool | False |
UserPermissionsJigsawProspectingUser 情報を含む項目。 | |
| UserPermissionsSiteforceContributorUser | Bool | False |
ユーザーがSite.com(現在はExperience Cloud)のコンテンツに寄与できるようにします。 | |
| UserPermissionsSiteforcePublisherUser | Bool | False |
ユーザーがSite.com(Experience Cloud)環境内でコンテンツを公開できるようにします。 | |
| UserPermissionsWorkDotComUserFeature | Bool | False |
UserPermissionsWorkDotComUserFeature 情報を含む項目。 | |
| ForecastEnabled | Bool | False |
ユーザーが販売計画の売上予測機能にアクセスできるかどうかを示します。 | |
| UserPreferencesActivityRemindersPopup | Bool | False |
ユーザーが活動のポップアップリマインダーを受け取るかどうかを決定します。 | |
| UserPreferencesEventRemindersCheckboxDefault | Bool | False |
新しい行動を作成する際に、行動のリマインダーをデフォルトで有効にするかどうかを制御します。 | |
| UserPreferencesTaskRemindersCheckboxDefault | Bool | False |
新しいToDo を作成する際にリマインダーをデフォルトで有効にするかどうかを制御します。 | |
| UserPreferencesReminderSoundOff | Bool | False |
ポップアップ通知のリマインダーサウンドを無効にするかどうかを示します。 | |
| UserPreferencesDisableAllFeedsEmail | Bool | False |
ユーザーがすべてのChatter E メール通知を無効にしているかどうかを示します。 | |
| UserPreferencesDisableFollowersEmail | Bool | False |
ユーザーが誰かにフォローされたときのE メール通知を無効にしているかどうかを示します。 | |
| UserPreferencesDisableProfilePostEmail | Bool | False |
ユーザーがプロファイル投稿のE メールを受信するかどうかを指定します。 | |
| UserPreferencesDisableChangeCommentEmail | Bool | False |
コメントが変更されたときにユーザーがE メールで通知を受信するかどうかを決定します。 | |
| UserPreferencesDisableLaterCommentEmail | Bool | False |
ユーザーがコメントした投稿に対して後でコメントがあった場合にE メール通知を受け取るかどうかを示します。 | |
| UserPreferencesDisProfPostCommentEmail | Bool | False |
ユーザーのプロファイル投稿に対するコメントについて通知を受け取るかどうかを指定します。 | |
| UserPreferencesContentNoEmail | Bool | False |
UserPreferencesContentNoEmail 情報を含む項目。 | |
| UserPreferencesContentEmailAsAndWhen | Bool | False |
UserPreferencesContentEmailAsAndWhen 情報を含む項目。 | |
| UserPreferencesApexPagesDeveloperMode | Bool | False |
開発者モードを有効にし、Apex デバッグログとページコンポーネントのアウトラインを表示します。 | |
| UserPreferencesReceiveNoNotificationsAsApprover | Bool | False |
UserPreferencesReceiveNoNotificationsAsApprover 情報を含む項目。 | |
| UserPreferencesReceiveNotificationsAsDelegatedApprover | Bool | False |
UserPreferencesReceiveNotificationsAsDelegatedApprover 情報を含む項目。 | |
| UserPreferencesHideCSNGetChatterMobileTask | Bool | False |
ユーザーに対するChatter Mobile のインストールの推奨を非表示にします。 | |
| UserPreferencesDisableMentionsPostEmail | Bool | False |
ユーザーが投稿でメンションされたときのE メール通知を無効にします。 | |
| UserPreferencesDisMentionsCommentEmail | Bool | False |
ユーザーがコメントでメンションされたときのE メール通知を無効にします。 | |
| UserPreferencesHideCSNDesktopTask | Bool | False |
Chatter デスクトップのセットアップの推奨を非表示にします。 | |
| UserPreferencesHideChatterOnboardingSplash | Bool | False |
ユーザーへのChatter オンボーディングスプラッシュ画面を表示しないようにします。 | |
| UserPreferencesHideSecondChatterOnboardingSplash | Bool | False |
2回目のChatter オンボーディング画面(利用可能な場合)を表示しないようにします。 | |
| UserPreferencesDisCommentAfterLikeEmail | Bool | False |
ユーザーが投稿にいいね!をした後のコメントに対するE メール通知を防ぎます。 | |
| UserPreferencesDisableLikeEmail | Bool | False |
ユーザーが、自分の投稿に誰かがいいね!をしたときにE メールを受け取るかどうかを示します。 | |
| UserPreferencesSortFeedByComment | Bool | False |
UserPreferencesSortFeedByComment 情報を含む項目。 | |
| UserPreferencesDisableMessageEmail | Bool | False |
Chatter 経由で送信されたプライベートメッセージのE メール通知を無効にします。 | |
| UserPreferencesJigsawListUser | Bool | False |
UserPreferencesJigsawListUser 情報を含む項目。 | |
| UserPreferencesDisableBookmarkEmail | Bool | False |
誰かがユーザーのコンテンツをブックマークしたときのE メール通知を防ぎます。 | |
| UserPreferencesDisableSharePostEmail | Bool | False |
ユーザーが関わるChatter 投稿が共有された場合のE メール通知を無効にします。 | |
| UserPreferencesActionLauncherEinsteinGptConsent | Bool | False |
UserPreferencesActionLauncherEinsteinGptConsent 情報を含む項目。 | |
| UserPreferencesAssistiveActionsEnabledInActionLauncher | Bool | False |
UserPreferencesAssistiveActionsEnabledInActionLauncher 情報を含む項目。 | |
| UserPreferencesEnableAutoSubForFeeds | Bool | False |
ユーザーが操作するフィードに自動的に登録します。 | |
| UserPreferencesDisableFileShareNotificationsForApi | Bool | False |
API ベースのファイル共有によってトリガーされるE メール通知を無効にします。 | |
| UserPreferencesShowTitleToExternalUsers | Bool | False |
ユーザーの役職を外部のコミュニティユーザーに対して表示できるようにします。 | |
| UserPreferencesShowManagerToExternalUsers | Bool | False |
ユーザーのマネージャー情報を外部ユーザーに対して表示できるようにします。 | |
| UserPreferencesShowEmailToExternalUsers | Bool | False |
ユーザーのE メールアドレスを外部ユーザーに対して表示できるようにします。 | |
| UserPreferencesShowWorkPhoneToExternalUsers | Bool | False |
ユーザーの勤務先電話番号を外部ユーザーに対して表示できるようにします。 | |
| UserPreferencesShowMobilePhoneToExternalUsers | Bool | False |
ユーザーの携帯電話番号を外部ユーザーに対して表示できるようにします。 | |
| UserPreferencesShowFaxToExternalUsers | Bool | False |
ユーザーのFAX 番号を外部ユーザーに対して表示できるようにします。 | |
| UserPreferencesShowStreetAddressToExternalUsers | Bool | False |
ユーザーの町名・番地を外部ユーザーに対して表示できるようにします。 | |
| UserPreferencesShowCityToExternalUsers | Bool | False |
ユーザーの市区郡を外部ユーザーに対して表示できるようにします。 | |
| UserPreferencesShowStateToExternalUsers | Bool | False |
ユーザーの都道府県を外部ユーザーに対して表示できるようにします。 | |
| UserPreferencesShowPostalCodeToExternalUsers | Bool | False |
ユーザーの郵便番号を外部ユーザーに対して表示できるようにします。 | |
| UserPreferencesShowCountryToExternalUsers | Bool | False |
ユーザーの国を外部ユーザーに対して表示できるようにします。 | |
| UserPreferencesShowProfilePicToGuestUsers | Bool | False |
ユーザーのプロファイル写真をゲストユーザーに対して表示できるようにします。 | |
| UserPreferencesShowTitleToGuestUsers | Bool | False |
ユーザーの役職を認証されていないゲストユーザーに対して表示できるようにします。 | |
| UserPreferencesShowCityToGuestUsers | Bool | False |
ユーザーの市区郡をゲストユーザーに対して表示できるようにします。 | |
| UserPreferencesShowStateToGuestUsers | Bool | False |
ユーザーの都道府県をゲスト(認証されていない)ユーザーに対して表示できるようにします。 | |
| UserPreferencesShowPostalCodeToGuestUsers | Bool | False |
ユーザーの郵便番号をゲストユーザーに対して表示できるようにします。 | |
| UserPreferencesShowCountryToGuestUsers | Bool | False |
ユーザーの国をゲストユーザーに対して表示できるようにします。 | |
| UserPreferencesShowForecastingChangeSignals | Bool | False |
UserPreferencesShowForecastingChangeSignals 情報を含む項目。 | |
| UserPreferencesLiveAgentMiawSetupDeflection | Bool | False |
UserPreferencesLiveAgentMiawSetupDeflection 情報を含む項目。 | |
| UserPreferencesHideS1BrowserUI | Bool | False |
ユーザーに対して、Salesforce1(現在はSalesforce モバイルWeb)インターフェースをブラウザーで非表示にします。 | |
| UserPreferencesDisableEndorsementEmail | Bool | False |
UserPreferencesDisableEndorsementEmail 情報を含む項目。 | |
| UserPreferencesPathAssistantCollapsed | Bool | False |
UserPreferencesPathAssistantCollapsed 情報を含む項目。 | |
| UserPreferencesCacheDiagnostics | Bool | False |
UserPreferencesCacheDiagnostics 情報を含む項目。 | |
| UserPreferencesShowEmailToGuestUsers | Bool | False |
UserPreferencesShowEmailToGuestUsers 情報を含む項目。 | |
| UserPreferencesShowManagerToGuestUsers | Bool | False |
UserPreferencesShowManagerToGuestUsers 情報を含む項目。 | |
| UserPreferencesShowWorkPhoneToGuestUsers | Bool | False |
UserPreferencesShowWorkPhoneToGuestUsers 情報を含む項目。 | |
| UserPreferencesShowMobilePhoneToGuestUsers | Bool | False |
UserPreferencesShowMobilePhoneToGuestUsers 情報を含む項目。 | |
| UserPreferencesShowFaxToGuestUsers | Bool | False |
UserPreferencesShowFaxToGuestUsers 情報を含む項目。 | |
| UserPreferencesShowStreetAddressToGuestUsers | Bool | False |
UserPreferencesShowStreetAddressToGuestUsers 情報を含む項目。 | |
| UserPreferencesLightningExperiencePreferred | Bool | False |
UserPreferencesLightningExperiencePreferred 情報を含む項目。 | |
| UserPreferencesPreviewLightning | Bool | False |
UserPreferencesPreviewLightning 情報を含む項目。 | |
| UserPreferencesHideEndUserOnboardingAssistantModal | Bool | False |
UserPreferencesHideEndUserOnboardingAssistantModal 情報を含む項目。 | |
| UserPreferencesHideLightningMigrationModal | Bool | False |
UserPreferencesHideLightningMigrationModal 情報を含む項目。 | |
| UserPreferencesHideSfxWelcomeMat | Bool | False |
UserPreferencesHideSfxWelcomeMat 情報を含む項目。 | |
| UserPreferencesHideBiggerPhotoCallout | Bool | False |
UserPreferencesHideBiggerPhotoCallout 情報を含む項目。 | |
| UserPreferencesGlobalNavBarWTShown | Bool | False |
UserPreferencesGlobalNavBarWTShown 情報を含む項目。 | |
| UserPreferencesGlobalNavGridMenuWTShown | Bool | False |
UserPreferencesGlobalNavGridMenuWTShown 情報を含む項目。 | |
| UserPreferencesCreateLEXAppsWTShown | Bool | False |
UserPreferencesCreateLEXAppsWTShown 情報を含む項目。 | |
| UserPreferencesFavoritesWTShown | Bool | False |
UserPreferencesFavoritesWTShown 情報を含む項目。 | |
| UserPreferencesRecordHomeSectionCollapseWTShown | Bool | False |
UserPreferencesRecordHomeSectionCollapseWTShown 情報を含む項目。 | |
| UserPreferencesRecordHomeReservedWTShown | Bool | False |
UserPreferencesRecordHomeReservedWTShown 情報を含む項目。 | |
| UserPreferencesFavoritesShowTopFavorites | Bool | False |
UserPreferencesFavoritesShowTopFavorites 情報を含む項目。 | |
| UserPreferencesExcludeMailAppAttachments | Bool | False |
UserPreferencesExcludeMailAppAttachments 情報を含む項目。 | |
| UserPreferencesSuppressTaskSFXReminders | Bool | False |
UserPreferencesSuppressTaskSFXReminders 情報を含む項目。 | |
| UserPreferencesSuppressEventSFXReminders | Bool | False |
UserPreferencesSuppressEventSFXReminders 情報を含む項目。 | |
| UserPreferencesPreviewCustomTheme | Bool | False |
UserPreferencesPreviewCustomTheme 情報を含む項目。 | |
| UserPreferencesHasCelebrationBadge | Bool | False |
UserPreferencesHasCelebrationBadge 情報を含む項目。 | |
| UserPreferencesUserDebugModePref | Bool | False |
UserPreferencesUserDebugModePref 情報を含む項目。 | |
| UserPreferencesSRHOverrideActivities | Bool | False |
UserPreferencesSRHOverrideActivities 情報を含む項目。 | |
| UserPreferencesNewLightningReportRunPageEnabled | Bool | False |
UserPreferencesNewLightningReportRunPageEnabled 情報を含む項目。 | |
| UserPreferencesReverseOpenActivitiesView | Bool | False |
UserPreferencesReverseOpenActivitiesView 情報を含む項目。 | |
| UserPreferencesHasSentWarningEmail | Bool | False |
UserPreferencesHasSentWarningEmail 情報を含む項目。 | |
| UserPreferencesHasSentWarningEmail238 | Bool | False |
UserPreferencesHasSentWarningEmail238 情報を含む項目。 | |
| UserPreferencesHasSentWarningEmail240 | Bool | False |
UserPreferencesHasSentWarningEmail240 情報を含む項目。 | |
| UserPreferencesDismissPersonalSpaceLegalMessage | Bool | False |
UserPreferencesDismissPersonalSpaceLegalMessage 情報を含む項目。 | |
| UserPreferencesNativeEmailClient | Bool | False |
UserPreferencesNativeEmailClient 情報を含む項目。 | |
| UserPreferencesHideManagedEcaMobilePubModal | Bool | False |
UserPreferencesHideManagedEcaMobilePubModal 情報を含む項目。 | |
| UserPreferencesShowForecastingRoundedAmounts | Bool | False |
UserPreferencesShowForecastingRoundedAmounts 情報を含む項目。 | |
| HasUserVerifiedPhone | Bool | True |
レコードにUserVerifiedPhone があるかどうかを示します。 | |
| HasUserVerifiedEmail | Bool | True |
レコードにUserVerifiedEmail があるかどうかを示します。 | |
| ContactId | String | False |
Contact.Id |
該当する場合、ユーザーに関連する取引先責任者レコードの識別子。 |
| AccountId | String | True |
Account.Id |
主にコミュニティやパートナーユーザーのために、ユーザーにリンクされている取引先の識別子。 |
| CallCenterId | String | False |
CallCenter.Id |
ユーザーに割り当てられたコールセンター設定の識別子。 |
| Extension | String | False |
コールセンター用にユーザーに関連付けられた電話の内線番号。 | |
| FederationIdentifier | String | False |
シングルサインオン(SSO)認証に使用される一意のSAML フェデレーションID。 | |
| AboutMe | String | False |
ユーザーが簡単な経歴や個人の説明を提供できるフリーテキスト項目。 | |
| FullPhotoUrl | String | True |
ユーザーのフルサイズのプロファイル写真にリンクするURL。 | |
| SmallPhotoUrl | String | True |
ユーザーのサムネイルサイズのプロファイル写真にリンクするURL。 | |
| IsExtIndicatorVisible | Bool | True |
レコードにExtIndicatorVisible の特性があるかどうかを示します。 | |
| OutOfOfficeMessage | String | True |
OutOfOfficeMessage 情報を含む項目。 | |
| MediumPhotoUrl | String | True |
MediumPhotoUrl 情報を含む項目。 | |
| DigestFrequency | String | False |
ユーザーがChatter ダイジェストE メールを受け取る頻度の設定。 | |
| DefaultGroupNotificationFrequency | String | False |
ユーザーがグループに参加した際の、Chatter グループ更新のデフォルト通知頻度。 | |
| JigsawImportLimitOverride | Int | False |
JigsawImportLimitOverride 情報を含む項目。 | |
| LastViewedDate | Datetime | True |
ユーザーレコードが最後に表示された日時を示すタイムスタンプ。 | |
| LastReferencedDate | Datetime | True |
ユーザーレコードが関連レコードまたは自動化で最後に参照された日時を示すタイムスタンプ。 | |
| BannerPhotoUrl | String | True |
BannerPhotoUrl 情報を含む項目。 | |
| SmallBannerPhotoUrl | String | True |
SmallBannerPhotoUrl 情報を含む項目。 | |
| MediumBannerPhotoUrl | String | True |
MediumBannerPhotoUrl 情報を含む項目。 | |
| IsProfilePhotoActive | Bool | True |
レコードにProfilePhotoActive の特性があるかどうかを示します。 | |
| IndividualId | String | False |
Individual.Id |
このレコードに関連付けられているデータプライバシーレコードのID。 |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入を実行する場合に使用する外部Id カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するためのオプションのスコープ。このプロパティは次のいずれかの値を取ることができます:Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam。 | |
| TriggerAutoResponseEmail | Bool | False |
リードおよびケースの自動応答ルールをトリガーするかどうかを示します(true)。 | |
| TriggerOtherEmail | Bool | False |
組織外へのE メールをトリガーするかどうかを示します(true)。 | |
| TriggerUserEmail | Bool | False |
組織内のユーザーに送信されるE メールをトリガーするかどうかを示します(true)。 | |
| SystemModstamp | Datetime | True |
システムが生成した、ユーザーレコードの最新の変更のタイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
ユーザーレコードが最後に更新された日時。 |
Schema file for UserAppInfo.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| UserId | String | False |
User.Id |
ID of the User associated with this record. |
| FormFactor | String | False |
Field containing FormFactor information. | |
| AppDefinitionId | String | False |
ID of the AppDefinition associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for UserDefinedLabel.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| Color | String | False |
Field containing Color information. | |
| Type | String | False |
Type of account or classification. | |
| TotalAssignments | Int | True |
Field containing TotalAssignments information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for UserDefinedLabelAssignment.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LabelId | String | False |
ID of the Label associated with this record. | |
| ItemId | String | False |
ID of the Item associated with this record. | |
| SubjectOrName | String | True |
Field containing SubjectOrName information. | |
| SortOrder | Int | True |
Field containing SortOrder information. | |
| EntityType | String | True |
Type classification for Entity. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for UserEmailPreferredPerson.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| String | False |
Email address for the contact or person account. | ||
| PersonRecordId | String | False |
ID of the PersonRecord associated with this record. | |
| PersonRecordIdType | String | False |
Specifies the type of the 'PersonRecordId' polymorphic field to use in the statement. | |
| PersonRecordIdExternalFieldName | String | False |
Specifies the external field name of the 'PersonRecordId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
User レコードに関連する投稿や更新を含むChatter アクティビティをキャプチャします。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
ユーザーレコードに関連付けられたフィード項目の一意の識別子。 | |
| ParentId | String | True |
User.Id |
このフィード項目がリンクされているユーザーレコードの識別子。 |
| Type | String | True |
投稿、コメント、ファイル、リンクなどのフィード項目の種類を指定します。 | |
| CreatedById | String | True |
User.Id |
フィード項目を作成したユーザーの識別子。 |
| CreatedByIdType | String | False |
ステートメントで使用する'CreatedById' ポリモーフィック項目のタイプを指定します。 | |
| CreatedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| IsDeleted | Bool | True |
フィード項目がシステムから削除されたかどうかを示します。 | |
| CommentCount | Int | True |
このフィード項目に書き込まれたコメントの数。 | |
| LikeCount | Int | True |
このフィード項目が受け取ったいいね!の数。 | |
| Title | String | True |
フィード投稿の任意のタイトルまたは件名。 | |
| Body | String | True |
フィード項目に投稿されたメインメッセージの内容または説明。 | |
| LinkUrl | String | True |
フィード項目で共有されているURL で、内部または外部のリソースを指します。 | |
| IsRichText | Bool | True |
コンテンツにリッチテキスト形式が含まれているかどうかを示します。 | |
| RelatedRecordId | String | True |
フィード投稿でメンションまたは参照されている別のレコードの識別子。 | |
| InsertedById | String | True |
User.Id |
フィード項目を挿入したユーザーまたは自動化の識別子で、作成者とは異なる場合があります。 |
| InsertedByIdType | String | False |
ステートメントで使用する'InsertedById' ポリモーフィック項目のタイプを指定します。 | |
| InsertedByIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'InsertedById' ポリモーフィック項目の外部項目名を指定します。 | |
| BestCommentId | String | True |
FeedComment.Id |
ベストコメントとしてマークされたコメントのID。 |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入を実行する場合に使用する外部Id カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するためのオプションのスコープ。このプロパティは次のいずれかの値を取ることができます:Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam。 | |
| SystemModstamp | Datetime | True |
フィード項目の最新の更新を反映した、システムが生成したタイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
フィード項目が最後に変更された日時。 | |
| CreatedDate | Datetime | True |
フィード項目が作成された日時。 |
Schema file for UserListView.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| UserId | String | False |
User.Id |
ID of the User associated with this record. |
| ListViewId | String | False |
ListView.Id |
ID of the ListView associated with this record. |
| SobjectType | String | False |
Type classification for Sobject. | |
| LastViewedChart | String | False |
Field containing LastViewedChart information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for UserListViewCriterion.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| UserListViewId | String | False |
UserListView.Id |
ID of the UserListView associated with this record. |
| SortOrder | Int | False |
Field containing SortOrder information. | |
| ColumnName | String | False |
Field containing ColumnName information. | |
| Operation | String | False |
Field containing Operation information. | |
| Value | String | False |
Field containing Value information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for UserLocalWebServerIdentity.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LocalWebServerIdentityToken | String | False |
Field containing LocalWebServerIdentityToken information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
認証試行を記録し、成功したログイン試行と失敗したログイン試行を追跡します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
ユーザーログインレコードの一意の識別子。 | |
| UserId | String | True |
User.Id |
このログイン設定に関連付けられたユーザーの識別子。 |
| IsFrozen | Bool | False |
ユーザーのログインアクセスが現在管理者によって凍結されているかどうかを示します。 | |
| IsPasswordLocked | Bool | False |
ユーザーアカウントがパスワードポリシー違反やログイン試行の失敗によりロックされているかどうかを示します。 | |
| LastModifiedById | String | True |
User.Id |
最後にログイン設定を変更したユーザーまたはプロセスの識別子。 |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入を実行する場合に使用する外部Id カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するためのオプションのスコープ。このプロパティは次のいずれかの値を取ることができます:Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam。 | |
| LastModifiedDate | Datetime | True |
ユーザーログインレコードが最後に更新された日時。 |
Schema file for UserPackageLicense.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| PackageLicenseId | String | False |
ID of the PackageLicense associated with this record. | |
| UserId | String | False |
User.Id |
ID of the User associated with this record. |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
機能、通知、カスタマイズ設定に関するユーザー固有の個人設定を保存します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
ユーザー個人設定レコードの一意の識別子。 | |
| UserId | String | False |
User.Id |
この個人設定に関連付けられたユーザーの識別子。 |
| Preference | String | False |
言語、テーマ、通知の動作など、設定されている特定のユーザー個人設定の名前。 | |
| Value | String | False |
ユーザー個人設定に割り当てられた値で、設定の動作を決定します。 | |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入を実行する場合に使用する外部Id カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するためのオプションのスコープ。このプロパティは次のいずれかの値を取ることができます:Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam。 | |
| SystemModstamp | Datetime | True |
個人設定レコードの最新の更新を示す、システムが生成したタイムスタンプ。 |
Schema file for UserPrioritizedRecord.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| TargetId | String | False |
ID of the Target associated with this record. | |
| TargetIdType | String | False |
Specifies the type of the 'TargetId' polymorphic field to use in the statement. | |
| TargetIdExternalFieldName | String | False |
Specifies the external field name of the 'TargetId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| TargetKeyPrefix | String | True |
Field containing TargetKeyPrefix information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
名前、E メール、アクセシビリティ設定を含むユーザープロファイル情報を管理します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
UserProfile レコードの一意の識別子。 | |
| LastName | String | True |
プロファイルに表示されるユーザーの姓。 | |
| FirstName | String | True |
プロファイルに表示されるユーザーの名。 | |
| Name | String | True |
ユーザーのフルネーム。通常は姓と名の組み合わせです。 | |
| Title | String | True |
ユーザーの公開プロファイルに表示される役職名。 | |
| ManagerId | String | True |
UserProfile.Id |
ユーザーのマネージャーの識別子で、レポート階層を確立するために使用されます。 |
| CompanyName | String | True |
ユーザーが所属する会社名。 | |
| AboutMe | String | True |
ユーザー提供によるプロファイルの経歴または説明。 | |
| String | True |
ユーザープロファイルに関連付けられているE メールアドレス。 | ||
| Phone | String | True |
ユーザーの主な電話番号。 | |
| MobilePhone | String | True |
ユーザープロファイルに関連付けられている携帯電話番号。 | |
| Fax | String | True |
ユーザーの連絡先情報に記載されているFax 番号。 | |
| Street | String | True |
ユーザープロファイルに関連付けられている町名・番地。 | |
| City | String | True |
ユーザープロファイルに関連付けられている市区郡。 | |
| State | String | True |
ユーザープロファイルに関連付けられている都道府県。 | |
| PostalCode | String | True |
ユーザーの住所の郵便番号。 | |
| Country | String | True |
ユーザーの住所に関連付けられた国。 | |
| Latitude | Double | True |
ユーザーの住所に基づく地理位置情報のための緯度座標。 | |
| Longitude | Double | True |
ユーザーの住所に基づく地理位置情報のための経度座標。 | |
| IsBadged | Boolean | True |
ユーザープロファイル写真にバッジの表示が含まれるかどうかを示します。 | |
| IsActive | Boolean | True |
ユーザープロファイルが現在アクティブであるかどうかを指定します。 | |
| UserPreferencesActivityRemindersPopup | Boolean | True |
ユーザーが今後の活動のポップアップリマインダーを受け取るかどうかを示します。 | |
| UserPreferencesEventRemindersCheckboxDefault | Boolean | True |
新しいEvent を作成する際に、行動のリマインダーをデフォルトでチェックするかどうかを指定します。 | |
| UserPreferencesTaskRemindersCheckboxDefault | Boolean | True |
新しいTask に対してToDo のリマインダーをデフォルトで有効にするかどうかを指定します。 | |
| UserPreferencesReminderSoundOff | Boolean | True |
ユーザーのリマインダーサウンドをオフにするかどうかを示します。 | |
| UserPreferencesDisableAllFeedsEmail | Boolean | True |
ユーザーの Chatter フィードメール通知をすべて無効にします。 | |
| UserPreferencesDisableFollowersEmail | Boolean | True |
誰かがユーザーをフォローした際のメール通知を無効にします。 | |
| UserPreferencesDisableProfilePostEmail | Boolean | True |
ユーザーのプロファイルに対して直接行われた投稿のメールアラートを無効にします。 | |
| UserPreferencesDisableChangeCommentEmail | Boolean | True |
コメントが編集されたときに通知を受け取らないようにします。 | |
| UserPreferencesDisableLaterCommentEmail | Boolean | True |
ユーザーがコメントした投稿に後からコメントが付いた場合の通知を防ぎます。 | |
| UserPreferencesDisProfPostCommentEmail | Boolean | True |
ユーザーのプロファイル投稿へのコメントに対する通知を無効にします。 | |
| UserPreferencesApexPagesDeveloperMode | Boolean | True |
開発者モードを有効にし、ページ構造とデバッグログをUI に表示します。 | |
| UserPreferencesHideCSNGetChatterMobileTask | Boolean | True |
Chatter Mobile のインストールのおすすめをUI で非表示にします。 | |
| UserPreferencesDisableMentionsPostEmail | Boolean | True |
ユーザーが投稿でメンションされたときの通知を無効にします。 | |
| UserPreferencesDisMentionsCommentEmail | Boolean | True |
ユーザーがコメントでメンションされたときの通知を無効にします。 | |
| UserPreferencesHideCSNDesktopTask | Boolean | True |
Chatter デスクトップのインストールのおすすめををUI で非表示にします。 | |
| UserPreferencesHideChatterOnboardingSplash | Boolean | True |
最初のChatter 参加を促すメッセージを表示しないようにします。 | |
| UserPreferencesHideSecondChatterOnboardingSplash | Boolean | True |
2つ目のChatter 参加を促すメッセージを表示しないようにします。 | |
| UserPreferencesDisCommentAfterLikeEmail | Boolean | True |
ユーザーが投稿にいいね!した後にコメントが追加されたときに通知を受け取らないようにします。 | |
| UserPreferencesDisableLikeEmail | Boolean | True |
ユーザーの投稿に誰かがいいね!したときのメール通知を無効にします。 | |
| UserPreferencesDisableMessageEmail | Boolean | True |
プライベートなChatter メッセージのメール通知を無効にします。 | |
| UserPreferencesOptOutOfTouch | Boolean | True |
ユーザーがstay-in-touch コミュニケーションをオプトアウトしているかどうかを示します。 | |
| UserPreferencesDisableBookmarkEmail | Boolean | True |
ユーザーコンテンツのブックマークに対するメール通知を無効にします。 | |
| UserPreferencesDisableSharePostEmail | Boolean | True |
ユーザーの投稿が共有されたときに通知が届かないようにします。 | |
| UserPreferencesEnableAutoSubForFeeds | Boolean | True |
ユーザーが、自分が作成するオブジェクトのフィードに自動的に登録されるようにします。 | |
| UserPreferencesDisableFileShareNotificationsForApi | Boolean | True |
API 経由で生成されるファイル共有通知を無効にします。 | |
| UserPreferencesShowTitleToExternalUsers | Boolean | True |
外部ユーザーが、ユーザーのプロファイル上で役職を閲覧できるようにします。 | |
| UserPreferencesShowManagerToExternalUsers | Boolean | True |
外部ユーザーが、ユーザーのプロファイル上でユーザーのマネージャーを閲覧できるようにします。 | |
| UserPreferencesShowEmailToExternalUsers | Boolean | True |
外部ユーザーによるユーザーのメールアドレス閲覧を許可します。 | |
| UserPreferencesShowWorkPhoneToExternalUsers | Boolean | True |
ユーザーの勤務先電話番号を外部ユーザーに対して表示します。 | |
| UserPreferencesShowMobilePhoneToExternalUsers | Boolean | True |
ユーザーの携帯電話番号を外部ユーザーに対して表示します。 | |
| UserPreferencesShowFaxToExternalUsers | Boolean | True |
ユーザーのFAX 番号を外部ユーザーに対して表示します。 | |
| UserPreferencesShowStreetAddressToExternalUsers | Boolean | True |
ユーザーの町名・番地項目を外部ユーザーに対して表示します。 | |
| UserPreferencesShowCityToExternalUsers | Boolean | True |
ユーザーの市区郡項目を外部ユーザーに対して表示します。 | |
| UserPreferencesShowStateToExternalUsers | Boolean | True |
ユーザーの都道府県項目を外部ユーザーに対して表示します。 | |
| UserPreferencesShowPostalCodeToExternalUsers | Boolean | True |
ユーザーの郵便番号項目を外部ユーザーに対して表示します。 | |
| UserPreferencesShowCountryToExternalUsers | Boolean | True |
ユーザーの国項目を外部ユーザーに対して表示します。 | |
| UserPreferencesShowProfilePicToGuestUsers | Boolean | True |
ゲストユーザーがユーザーのプロファイル写真を閲覧できるようにします。 | |
| UserPreferencesShowTitleToGuestUsers | Boolean | True |
ユーザーの役職をゲスト(未認証)ユーザーに対して表示します。 | |
| UserPreferencesShowCityToGuestUsers | Boolean | True |
ユーザーの市区郡項目をゲストユーザーに対して表示します。 | |
| UserPreferencesShowStateToGuestUsers | Boolean | True |
ユーザーの都道府県項目をゲストユーザーに対して表示します。 | |
| UserPreferencesShowPostalCodeToGuestUsers | Boolean | True |
ユーザーの郵便番号項目をゲストユーザーに対して表示します。 | |
| UserPreferencesShowCountryToGuestUsers | Boolean | True |
ユーザーの国項目をゲストユーザーに対して表示します。 | |
| UserPreferencesHideS1BrowserUI | Boolean | True |
デスクトップブラウザからアクセスする場合にSalesforce モバイルWeb インターフェースを非表示にします。 | |
| FullPhotoUrl | String | True |
ユーザーのフルサイズのプロファイル写真を指すURL。 | |
| SmallPhotoUrl | String | True |
ユーザーのサムネイルサイズのプロファイル写真を指すURL。 | |
| LastModifiedDate | Datetime | True |
ユーザープロファイルが最後に変更された日時。 | |
| LastModifiedById | String | True |
User.Id |
プロファイルを最後に変更したユーザーの識別子。 |
| SystemModstamp | Datetime | True |
システムが生成した、プロファイルレコードの最新の変更のタイムスタンプ。 |
Schema file for UserProvAccount.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| SalesforceUserId | String | False |
User.Id |
ID of the SalesforceUser associated with this record. |
| ConnectedAppId | String | False |
ID of the ConnectedApp associated with this record. | |
| ExternalUserId | String | False |
ID of the ExternalUser associated with this record. | |
| ExternalUsername | String | False |
Field containing ExternalUsername information. | |
| ExternalEmail | String | False |
Field containing ExternalEmail information. | |
| ExternalFirstName | String | False |
Field containing ExternalFirstName information. | |
| ExternalLastName | String | False |
Field containing ExternalLastName information. | |
| LinkState | String | False |
State or province for Link address. | |
| Status | String | False |
Status of the record. | |
| DeletedDate | Datetime | False |
Date associated with Deleted. | |
| IsKnownLink | Bool | False |
Indicates whether the record has the KnownLink characteristic. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for UserProvAccountStaging.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ConnectedAppId | String | False |
ID of the ConnectedApp associated with this record. | |
| SalesforceUserId | String | False |
User.Id |
ID of the SalesforceUser associated with this record. |
| ExternalUserId | String | False |
ID of the ExternalUser associated with this record. | |
| ExternalUsername | String | False |
Field containing ExternalUsername information. | |
| ExternalEmail | String | False |
Field containing ExternalEmail information. | |
| ExternalFirstName | String | False |
Field containing ExternalFirstName information. | |
| ExternalLastName | String | False |
Field containing ExternalLastName information. | |
| LinkState | String | False |
State or province for Link address. | |
| Status | String | False |
Status of the 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for UserProvisioningConfig.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| Language | String | False |
Language of the record or user interface. | |
| MasterLabel | String | False |
The custom object label that appears in the user interface. | |
| NamespacePrefix | String | True |
The namespace prefix associated with this object. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ConnectedAppId | String | False |
ID of the ConnectedApp associated with this record. | |
| Notes | String | False |
Field containing Notes information. | |
| Enabled | Bool | False |
Field containing Enabled information. | |
| ApprovalRequired | String | False |
Field containing ApprovalRequired information. | |
| UserAccountMapping | String | False |
Field containing UserAccountMapping information. | |
| EnabledOperations | String | False |
Field containing EnabledOperations information. | |
| OnUpdateAttributes | String | False |
Field containing OnUpdateAttributes information. | |
| LastReconDateTime | Datetime | False |
Field containing LastReconDateTime information. | |
| NamedCredentialId | String | False |
ID of the NamedCredential associated with this record. | |
| ReconFilter | String | False |
Field containing ReconFilter information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for UserProvisioningLog.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| UserProvisioningRequestId | String | False |
ID of the UserProvisioningRequest associated with this record. | |
| ExternalUserId | String | False |
ID of the ExternalUser associated with this record. | |
| ExternalUsername | String | False |
Field containing ExternalUsername information. | |
| UserId | String | False |
User.Id |
ID of the User associated with this record. |
| Status | String | False |
Status of the record. | |
| Details | String | False |
Field containing Details information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for UserProvisioningRequest.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| SalesforceUserId | String | False |
User.Id |
ID of the SalesforceUser associated with this record. |
| ExternalUserId | String | False |
ID of the ExternalUser associated with this record. | |
| AppName | String | False |
Field containing AppName information. | |
| State | String | False |
State or province portion of the address. | |
| Operation | String | False |
Field containing Operation information. | |
| ScheduleDate | Datetime | False |
Date associated with Schedule. | |
| ConnectedAppId | String | False |
ID of the ConnectedApp associated with this record. | |
| UserProvConfigId | String | False |
ID of the UserProvConfig associated with this record. | |
| UserProvAccountId | String | False |
ID of the UserProvAccount associated with this record. | |
| ApprovalStatus | String | False |
Status of the Approval. | |
| ManagerId | String | False |
User.Id |
ID of the Manager associated with this record. |
| RetryCount | Int | False |
Number of Retry associated with this record. | |
| ParentId | String | False |
ID of the parent object in the hierarchy. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for UserProvMockTarget.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ExternalUserId | String | False |
ID of the ExternalUser associated with this record. | |
| ExternalUsername | String | False |
Field containing ExternalUsername information. | |
| ExternalEmail | String | False |
Field containing ExternalEmail information. | |
| ExternalFirstName | String | False |
Field containing ExternalFirstName information. | |
| ExternalLastName | String | False |
Field containing ExternalLastName information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Salesforce におけるロール階層を定義し、データアクセスやレポート関係を制御します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
ユーザーロールレコードの一意の識別子。 | |
| Name | String | False |
ロールの名前。ロール階層および共有設定での表示に使用されます。 | |
| ParentRoleId | String | False |
UserRole.Id |
階層内の親ロールの識別子で、レポートやアクセスの継承を定義するために使用されます。 |
| RollupDescription | String | False |
ロールの説明。多くの場合、その目的や範囲を明確にするために使用されます。 | |
| OpportunityAccessForAccountOwner | String | False |
View やEdit など、取引先所有者に付与される商談アクセスレベルを定義します。 | |
| CaseAccessForAccountOwner | String | False |
Read やEdit など、取引先所有者に付与されるケースのアクセスレベルを指定します。 | |
| ContactAccessForAccountOwner | String | True |
取引先所有者が関連する取引先責任者にアクセスできるレベルを決定します。 | |
| ForecastUserId | String | False |
User.Id |
このロールの売上予測の責任を持つユーザーの識別子。 |
| MayForecastManagerShare | Bool | True |
このロールの売上予測マネージャーが他のユーザーと売上予測を共有できるかどうかを示します。 | |
| LastModifiedById | String | True |
User.Id |
ロールを最後に変更したユーザーの識別子。 |
| DeveloperName | String | False |
コード内でこのロールを参照するために使用されるAPI 名または一意の開発者ラベル。 | |
| PortalAccountId | String | False |
Account.Id |
ポータルコンテキストでこのロールに関連付けられた取引先の識別子。 |
| PortalType | String | False |
このロールが関連するポータルの種類(Customer やPartner など)。 | |
| PortalAccountOwnerId | String | True |
User.Id |
このロールに関連付けられたポータル取引先を所有するユーザーの識別子。 |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入を実行する場合に使用する外部Id カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するためのオプションのスコープ。このプロパティは次のいずれかの値を取ることができます:Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam。 | |
| SystemModstamp | Datetime | True |
ロールレコードの最新の変更を反映した、システムが生成したタイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
ユーザーロールが最後に変更された日時。 |
Schema file for UserTerritory2Association.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| UserId | String | False |
User.Id |
ID of the User associated with this record. |
| Territory2Id | String | False |
Territory2.Id |
ID of the Territory2 associated with this record. |
| IsActive | Bool | True |
Indicates whether the record is active. | |
| RoleInTerritory2 | String | False |
Field containing RoleInTerritory2 information. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for UserTerritory2AssocLog.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| UserId | String | True |
User.Id |
ID of the User associated with this record. |
| Territory2Id | String | True |
Territory2.Id |
ID of the Territory2 associated with this record. |
| RoleInTerritory2 | String | True |
Field containing RoleInTerritory2 information. | |
| StartDate | Datetime | True |
Start date for the record or activity. | |
| EndDate | Datetime | True |
End date for the record or activity. | |
| Territory2ModelId | String | True |
ID of the Territory2Model associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Chatter の投稿やコメントに投じられた投票を格納し、ユーザーが承認や同意を示すことができるようにします。
Salesforce Cloud では、クエリを実行するためにParentId、Type、またはId によるフィルタリングが必要です。
次に例を示します。
SELECT * FROM Vote WHERE ParentId = 'your_value' SELECT * FROM Vote WHERE Type = 'your_value' SELECT * FROM Vote WHERE Id = 'your_value'
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
投票レコードの一意の識別子。 | |
| IsDeleted | Bool | True |
投票がシステムから削除されているかどうかを示します。 | |
| ParentId | String | False |
Idea やFeedItem など、投票が関連付けられているレコードの識別子。 | |
| ParentIdType | String | False |
ステートメントで使用する'ParentId' ポリモーフィック項目のタイプを指定します。 | |
| ParentIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'ParentId' ポリモーフィック項目の外部項目名を指定します。 | |
| Type | String | False |
Up やDown など、投票のタイプを指定します。 | |
| CreatedDate | Datetime | True |
投票が作成された日時。 | |
| CreatedById | String | True |
User.Id |
投票を投じたユーザーの識別子。 |
| LastModifiedById | String | True |
User.Id |
レコードを最後に変更したユーザーのID。 |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入を実行する場合に使用する外部Id カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するためのオプションのスコープ。このプロパティは次のいずれかの値を取ることができます:Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam。 | |
| SystemModstamp | Datetime | True |
投票レコードへの最新の変更を示す、システムが生成したタイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
レコードが最後に変更された日時。 |
Schema file for WaveAutoInstallRequest.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| TemplateApiName | String | False |
Field containing TemplateApiName information. | |
| TemplateVersion | String | False |
Field containing TemplateVersion information. | |
| FolderId | String | False |
Folder.Id |
ID of the Folder associated with this record. |
| RequestType | String | False |
Type classification for Request. | |
| RequestStatus | String | False |
Status of the Request. | |
| FailedReason | String | True |
Field containing FailedReason information. | |
| Configuration | String | False |
Field containing Configuration information. | |
| RequestLog | String | False |
Field containing RequestLog information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Salesforce ページレイアウトに追加されたカスタムWeb リンクを管理し、外部リソースへの迅速なアクセスを提供します。
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
カスタムWeb リンクレコードの一意の識別子。 | |
| PageOrSobjectType | String | False |
Web リンクが利用可能なページまたはsObject のAPI 名。 | |
| Name | String | False |
メタデータAPI での参照に使用されるWeb リンクの開発者名。 | |
| IsProtected | Bool | False |
Web リンクが特定のコンテキストで編集または削除から保護されているかどうかを示します。 | |
| Url | String | False |
クリック時にWeb リンクがユーザーを誘導するターゲットURL。 | |
| EncodingKey | String | False |
UTF-8 などのWeb リンクの文字エンコーディング形式。 | |
| LinkType | String | False |
URL、S-Control、Visualforce ページなどのコンテンツソースタイプを指定します。 | |
| OpenType | String | False |
新しいウィンドウまたは既存のウィンドウなど、リンクをどのように開くかを指定します。 | |
| Height | Int | False |
Web リンクコンテンツが表示されるウィンドウまたはフレームの高さ(ピクセル単位)。 | |
| Width | Int | False |
Web リンクコンテンツが表示されるウィンドウまたはフレームの幅(ピクセル単位)。 | |
| ShowsLocation | Bool | False |
リンクが開かれたときにブラウザーのアドレスバーが表示されるかどうかを示します。 | |
| HasScrollbars | Bool | False |
新しいウィンドウまたはフレームでスクロールバーが表示されるかどうかを示します。 | |
| HasToolbar | Bool | False |
ウィンドウでブラウザーのツールバーが表示されるかどうかを示します。 | |
| HasMenubar | Bool | False |
ブラウザーウィンドウでメニューバーが表示されるかどうかを示します。 | |
| ShowsStatus | Bool | False |
ウィンドウの下部にブラウザーのステータスバーが表示されるかどうかを示します。 | |
| IsResizable | Bool | False |
ユーザーがWeb リンクを開く新しいブラウザーウィンドウのサイズを変更できるかどうかを指定します。 | |
| Position | String | False |
中央または特定の座標など、画面上の新しいウィンドウの位置を指定します。 | |
| ScontrolId | String | False |
リンクがカスタムS-Control を指している場合の、関連するS-Control の識別子。 | |
| MasterLabel | String | False |
Web リンクのユーザー向けラベルまたは表示名。 | |
| Description | String | False |
Web リンクの目的または動作に関するコンテキストを提供するオプションの説明。 | |
| DisplayType | String | False |
リストボタンや詳細ページリンクなど、Web リンクが表示される場所を示します。 | |
| RequireRowSelection | Bool | False |
Web リンクがアクティブになる前に行を選択する必要があるかどうかを指定します。 | |
| NamespacePrefix | String | True |
通常はマネージドパッケージで使用されるWeb リンクの名前空間プレフィックス。 | |
| CreatedDate | Datetime | True |
Web リンクレコードが作成された日時。 | |
| CreatedById | String | True |
User.Id |
Web リンクを作成したユーザーの識別子。 |
| LastModifiedById | String | True |
User.Id |
Web リンクを最後に変更したユーザーの識別子。 |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入を実行する場合に使用する外部Id カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するためのオプションのスコープ。このプロパティは次のいずれかの値を取ることができます:Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam。 | |
| SystemModstamp | Datetime | True |
Web リンクレコードへの最新の変更を示す、システムが生成したタイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
Web リンクレコードが最後に変更された日時。 |
Schema file for WebStore.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | True |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| Type | String | False |
Type of account or classification. | |
| OptionsGuestBrowsingEnabled | Bool | True |
Field containing OptionsGuestBrowsingEnabled information. | |
| OptionsGuestCartEnabled | Bool | True |
Field containing OptionsGuestCartEnabled information. | |
| OptionsGuestCheckoutEnabled | Bool | True |
Field containing OptionsGuestCheckoutEnabled information. | |
| OptionsCartAsyncProcessingEnabled | Bool | True |
Field containing OptionsCartAsyncProcessingEnabled information. | |
| OptionsDuplicateCartItemsEnabled | Bool | True |
Field containing OptionsDuplicateCartItemsEnabled information. | |
| OptionsSkuDetectionEnabled | Bool | True |
Field containing OptionsSkuDetectionEnabled information. | |
| OptionsPreserveGuestCartEnabled | Bool | True |
Field containing OptionsPreserveGuestCartEnabled information. | |
| OptionsSplitShipmentEnabled | Bool | True |
Field containing OptionsSplitShipmentEnabled information. | |
| DefaultTaxLocaleType | String | True |
Type classification for DefaultTaxLocale. | |
| ExternalReference | String | True |
Field containing ExternalReference information. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for WorkOrder.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| WorkOrderNumber | String | True |
WorkOrder identification number. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| AccountId | String | False |
Account.Id |
ID of the Account associated with this record. |
| ContactId | String | False |
Contact.Id |
ID of the Contact associated with this record. |
| CaseId | String | False |
Case.Id |
ID of the Case associated with this record. |
| EntitlementId | String | False |
Entitlement.Id |
ID of the Entitlement associated with this record. |
| ServiceContractId | String | False |
ID of the ServiceContract associated with this record. | |
| AssetId | String | False |
Asset.Id |
ID of the Asset associated with this record. |
| Street | String | False |
Street address. | |
| City | String | False |
City portion of the address. | |
| State | String | False |
State or province portion of the address. | |
| PostalCode | String | False |
Postal code portion of the address. | |
| Country | String | False |
Country portion of the address. | |
| Latitude | Double | False |
Used with Longitude to specify the precise geolocation of an address. | |
| Longitude | Double | False |
Used with Latitude to specify the precise geolocation of an address. | |
| GeocodeAccuracy | String | False |
Accuracy level of the geocode for the address. | |
| Description | String | False |
Text description of the record. | |
| StartDate | Datetime | False |
Start date for the record or activity. | |
| EndDate | Datetime | False |
End date for the record or activity. | |
| Subject | String | False |
Subject or title of the activity. | |
| RootWorkOrderId | String | True |
WorkOrder.Id |
ID of the RootWorkOrder associated with this record. |
| Status | String | False |
Status of the record. | |
| Priority | String | False |
Priority level of the record. | |
| Tax | Decimal | False |
Tax amount for the record. | |
| Pricebook2Id | String | False |
Pricebook2.Id |
ID of the Pricebook2 associated with this record. |
| Discount | Double | True |
Percentage discount from the list price. | |
| GrandTotal | Decimal | True |
Grand total amount including tax. | |
| ParentWorkOrderId | String | False |
WorkOrder.Id |
ID of the ParentWorkOrder associated with this record. |
| IsClosed | Bool | True |
Indicates whether the record is closed. | |
| IsStopped | Bool | False |
Indicates whether the record has the Stopped characteristic. | |
| StopStartDate | Datetime | True |
Date associated with StopStart. | |
| SlaStartDate | Datetime | False |
Date associated with SlaStart. | |
| SlaExitDate | Datetime | True |
Date associated with SlaExit. | |
| BusinessHoursId | String | False |
ID of the business hours associated with this record. | |
| MilestoneStatus | String | True |
Status of the Milestone. | |
| Duration | Double | False |
Field containing Duration information. | |
| DurationType | String | False |
Type classification for Duration. | |
| DurationInMinutes | Double | True |
Field containing DurationInMinutes information. | |
| ServiceAppointmentCount | Int | True |
Number of ServiceAppointment associated with this record. | |
| StatusCategory | String | True |
Field containing StatusCategory information. | |
| LocationId | String | False |
Location.Id |
ID of the Location associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for WorkOrderFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
WorkOrder.Id |
ID of the parent object in the hierarchy. |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
Schema file for WorkOrderLineItem.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| LineItemNumber | String | True |
LineItem identification number. | |
| CurrencyIsoCode | String | True |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| WorkOrderId | String | False |
WorkOrder.Id |
ID of the WorkOrder associated with this record. |
| ParentWorkOrderLineItemId | String | False |
ID of the ParentWorkOrderLineItem associated with this record. | |
| Product2Id | String | False |
Product2.Id |
ID of the Product associated with this record. |
| AssetId | String | False |
Asset.Id |
ID of the Asset associated with this record. |
| OrderId | String | False |
Order.Id |
ID of the Order associated with this record. |
| RootWorkOrderLineItemId | String | True |
ID of the RootWorkOrderLineItem associated with this record. | |
| Description | String | False |
Text description of the record. | |
| StartDate | Datetime | False |
Start date for the record or activity. | |
| EndDate | Datetime | False |
End date for the record or activity. | |
| Status | String | False |
Status of the record. | |
| PricebookEntryId | String | False |
ID of the PricebookEntry associated with this record. | |
| Quantity | Double | False |
Quantity of the product. | |
| UnitPrice | Decimal | False |
Price per unit for the product. | |
| Discount | Double | False |
Percentage discount from the list price. | |
| ListPrice | Decimal | True |
List price for the product. | |
| Subtotal | Decimal | True |
Subtotal amount before tax. | |
| TotalPrice | Decimal | True |
Total price for the line item. | |
| Duration | Double | False |
Field containing Duration information. | |
| DurationType | String | False |
Type classification for Duration. | |
| DurationInMinutes | Double | True |
Field containing DurationInMinutes information. | |
| Street | String | False |
Street address. | |
| City | String | False |
City portion of the address. | |
| State | String | False |
State or province portion of the address. | |
| PostalCode | String | False |
Postal code portion of the address. | |
| Country | String | False |
Country portion of the address. | |
| Latitude | Double | False |
Used with Longitude to specify the precise geolocation of an address. | |
| Longitude | Double | False |
Used with Latitude to specify the precise geolocation of an address. | |
| GeocodeAccuracy | String | False |
Accuracy level of the geocode for the address. | |
| Subject | String | False |
Subject or title of the activity. | |
| StatusCategory | String | True |
Field containing StatusCategory information. | |
| IsClosed | Bool | True |
Indicates whether the record is closed. | |
| Priority | String | False |
Priority level of the record. | |
| ServiceAppointmentCount | Int | True |
Number of ServiceAppointment associated with this record. | |
| LocationId | String | False |
Location.Id |
ID of the Location associated with this 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |
Schema file for WorkOrderLineItemFeed.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| ParentId | String | True |
ID of the parent object in the hierarchy. | |
| Type | String | True |
Type of account or classification. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| CommentCount | Int | True |
Number of comments on this feed item. | |
| LikeCount | Int | True |
Number of likes on this feed item. | |
| Title | String | True |
Title of the contact or person, for example CEO or Vice President. | |
| Body | String | True |
The content of the feed item or post. | |
| LinkUrl | String | True |
URL associated with the feed item. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
ID of the record associated with this feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who created this feed item. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| 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 |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |
ビューは、データを示すという点でテーブルに似ていますが、ビューは読み取り専用です。
クエリは、ビューに対して通常のテーブルと同様に実行することができます。
| Name | Description |
| AcceptedEventRelation | Salesforce で行動と招待を受け入れた参加者とのリレーションを保存します。 |
| AccountHistory | フィールド履歴追跡が有効になっているAccount 項目に加えられた変更の履歴レコードを保持します。 |
| AccountUserTerritory2View | Schema file for AccountUserTerritory2View. |
| ActiveFeatureLicenseMetric | Schema file for ActiveFeatureLicenseMetric. |
| ActivePermSetLicenseMetric | Schema file for ActivePermSetLicenseMetric. |
| ActiveProfileMetric | Schema file for ActiveProfileMetric. |
| AIApplication | Schema file for AIApplication. |
| AIApplicationConfig | Schema file for AIApplicationConfig. |
| AIInsightAction | Schema file for AIInsightAction. |
| AIInsightFeedback | Schema file for AIInsightFeedback. |
| AIInsightReason | Schema file for AIInsightReason. |
| AIInsightValue | Schema file for AIInsightValue. |
| AnalyticsAssetAction | Schema file for AnalyticsAssetAction. |
| AnalyticsButtonWidgetDef | Schema file for AnalyticsButtonWidgetDef. |
| AnalyticsContainerWidgetDef | Schema file for AnalyticsContainerWidgetDef. |
| AnalyticsDashboard | Schema file for AnalyticsDashboard. |
| AnalyticsDashboardLayout | Schema file for AnalyticsDashboardLayout. |
| AnalyticsDashboardPage | Schema file for AnalyticsDashboardPage. |
| AnalyticsDashboardViewDef | Schema file for AnalyticsDashboardViewDef. |
| AnalyticsDashboardViewSpec | Schema file for AnalyticsDashboardViewSpec. |
| AnalyticsDashboardWidget | Schema file for AnalyticsDashboardWidget. |
| AnalyticsDashPageWidget | Schema file for AnalyticsDashPageWidget. |
| AnalyticsFilterWidgetDef | Schema file for AnalyticsFilterWidgetDef. |
| AnalyticsMetricWidgetDef | Schema file for AnalyticsMetricWidgetDef. |
| AnalyticsParamWidgetDef | Schema file for AnalyticsParamWidgetDef. |
| AnalyticsTextWidgetDef | Schema file for AnalyticsTextWidgetDef. |
| AnalyticsVizWidgetDef | Schema file for AnalyticsVizWidgetDef. |
| AnalyticsWorkspace | Schema file for AnalyticsWorkspace. |
| AnalyticsWorkspaceAsset | Schema file for AnalyticsWorkspaceAsset. |
| ApexPageInfo | Schema file for ApexPageInfo. |
| ApexTypeImplementor | Schema file for ApexTypeImplementor. |
| ApiAnomalyEventStore | Schema file for ApiAnomalyEventStore. |
| ApiEvent | Schema file for ApiEvent. |
| AppDefinition | Schema file for AppDefinition. |
| ApprovalSubmission | Schema file for ApprovalSubmission. |
| ApprovalSubmissionDetail | Schema file for ApprovalSubmissionDetail. |
| ApprovalWorkItem | Schema file for ApprovalWorkItem. |
| AppTabMember | Schema file for AppTabMember. |
| AssetAction | Schema file for AssetAction. |
| AssetActionSource | Schema file for AssetActionSource. |
| AssetHistory | Schema file for AssetHistory. |
| AssetRelationshipHistory | Schema file for AssetRelationshipHistory. |
| AssetStatePeriod | Schema file for AssetStatePeriod. |
| AssignmentRule | リードやケースを適切な所有者に自動的に割り当てるためのルールを定義します。 |
| AssociatedLocationHistory | Schema file for AssociatedLocationHistory. |
| AsyncApexJob | バッチジョブやスケジュールジョブを含む、非同期Apex ジョブの実行状況を追跡します。 |
| AuraDefinitionBundleInfo | Schema file for AuraDefinitionBundleInfo. |
| AuraDefinitionInfo | Schema file for AuraDefinitionInfo. |
| AuthConfig | Schema file for AuthConfig. |
| AuthorizationFormConsentHistory | Schema file for AuthorizationFormConsentHistory. |
| AuthorizationFormDataUseHistory | Schema file for AuthorizationFormDataUseHistory. |
| AuthorizationFormHistory | Schema file for AuthorizationFormHistory. |
| AuthorizationFormTextHistory | Schema file for AuthorizationFormTextHistory. |
| BackgroundOperation | Schema file for BackgroundOperation. |
| BriefcaseDefinition | Schema file for BriefcaseDefinition. |
| BriefcaseRule | Schema file for BriefcaseRule. |
| BriefcaseRuleFilter | Schema file for BriefcaseRuleFilter. |
| BulkApiResultEventStore | Schema file for BulkApiResultEventStore. |
| Calendar | Schema file for Calendar. |
| Campaign | アウトリーチ活動や関連するリード、取引先責任者、商談を含むマーケティングキャンペーンを追跡します。 |
| CampaignHistory | Schema file for CampaignHistory. |
| CampaignMemberStatus | キャンペーンメンバーの利用可能な状況(例:送信済み、レスポンスあり、出席など)を定義します。 |
| CaseHistory | 履歴追跡が有効になっているケース項目に対して行われた変更の履歴を保持します。 |
| CaseHistory2 | Schema file for CaseHistory2. |
| CaseStatus | ケースの利用可能な状況(新規、処理中、クローズなど)を定義します。 |
| ChatRetirementRdyMetrics | Schema file for ChatRetirementRdyMetrics. |
| ChatterActivity | Chatter の投稿、コメント、いいね!などのエンゲージメントをSalesforce レコード全体で追跡します。 |
| ColorDefinition | Schema file for ColorDefinition. |
| CommSubscriptionChannelTypeHistory | Schema file for CommSubscriptionChannelTypeHistory. |
| CommSubscriptionConsentHistory | Schema file for CommSubscriptionConsentHistory. |
| CommSubscriptionHistory | Schema file for CommSubscriptionHistory. |
| CommSubscriptionTimingHistory | Schema file for CommSubscriptionTimingHistory. |
| Community | ブランディング、テーマ、設定など、Salesforce コミュニティの構成の詳細を格納します。 |
| ConnectedApplication | Schema file for ConnectedApplication. |
| ConsumptionRateHistory | Schema file for ConsumptionRateHistory. |
| ConsumptionScheduleHistory | Schema file for ConsumptionScheduleHistory. |
| ContactHistory | 履歴トラッキングが有効になっている取引先責任者項目に対する変更の履歴レコードを保持します。 |
| ContactPointAddressHistory | Schema file for ContactPointAddressHistory. |
| ContactPointConsentHistory | Schema file for ContactPointConsentHistory. |
| ContactPointEmailHistory | Schema file for ContactPointEmailHistory. |
| ContactPointPhoneHistory | Schema file for ContactPointPhoneHistory. |
| ContactPointTypeConsentHistory | Schema file for ContactPointTypeConsentHistory. |
| ContactShare | 取引先責任者レコードの共有設定を制御し、ユーザーアクセスレベルを定義します。 |
| ContentDocumentHistory | コンテンツドキュメントに対して行われた変更の履歴レコードを保持します。 |
| ContentFolderItem | Schema file for ContentFolderItem. |
| ContentFolderLink | Schema file for ContentFolderLink. |
| ContentTaxonomyTermRelationshipType | Schema file for ContentTaxonomyTermRelationshipType. |
| ContentVersionHistory | コンテンツバージョンに対して行われた変更の履歴を格納し、修正や更新を追跡します。 |
| ContextParamMap | Schema file for ContextParamMap. |
| ContractHistory | 履歴トラッキングが有効になっている契約項目に対する変更の履歴レコードを保持します。 |
| ContractLineItemHistory | Schema file for ContractLineItemHistory. |
| ContractStatus | 契約の状況(ドラフト、有効、期限切れなど)の候補を定義します。 |
| Conversation | Schema file for Conversation. |
| ConversationParticipant | Schema file for ConversationParticipant. |
| ConvMessageSendRequest | Schema file for ConvMessageSendRequest. |
| CredentialStuffingEventStore | Schema file for CredentialStuffingEventStore. |
| CreditMemoHistory | Schema file for CreditMemoHistory. |
| CreditMemoInvApplicationHistory | Schema file for CreditMemoInvApplicationHistory. |
| CreditMemoLineHistory | Schema file for CreditMemoLineHistory. |
| CronJobDetail | Salesforce でスケジュールされたジョブの詳細を保存し、ジョブの実行およびスケジュール情報を追跡します。 |
| CronTrigger | スケジュール済みのApex ジョブの時間ベースのトリガーを定義し、実行タイミングを制御します。 |
| CustomHttpHeader | Schema file for CustomHttpHeader. |
| CustomPermission | Schema file for CustomPermission. |
| CustomPermissionDependency | Schema file for CustomPermissionDependency. |
| Dashboard | Salesforce のダッシュボードのメタデータを保存し、ビジュアルレポートや主要なパフォーマンス指標を提供します。 |
| DashboardComponent | ダッシュボード内の個々のコンポーネント(グラフ、表、指標など)を表します。 |
| DataAssessmentFieldMetric | Schema file for DataAssessmentFieldMetric. |
| DataAssessmentMetric | Schema file for DataAssessmentMetric. |
| DataAssessmentValueMetric | Schema file for DataAssessmentValueMetric. |
| DatacloudAddress | Schema file for DatacloudAddress. |
| DatacloudCompany | Schema file for DatacloudCompany. |
| DatacloudContact | Schema file for DatacloudContact. |
| DatacloudDandBCompany | Schema file for DatacloudDandBCompany. |
| DatacloudOwnedEntity | Schema file for DatacloudOwnedEntity. |
| DatacloudPurchaseUsage | Schema file for DatacloudPurchaseUsage. |
| DataStatistics | Schema file for DataStatistics. |
| DataType | Schema file for DataType. |
| DataUseLegalBasisHistory | Schema file for DataUseLegalBasisHistory. |
| DataUsePurposeHistory | Schema file for DataUsePurposeHistory. |
| DataWeaveResource | Schema file for DataWeaveResource. |
| DatedConversionRate | Schema file for DatedConversionRate. |
| DeclinedEventRelation | 行動と、招待を辞退した被招集者との関連を追跡します。 |
| DeleteEvent | Schema file for DeleteEvent. |
| Domain | Salesforce サイトおよびコミュニティ用に設定されたカスタムドメインの詳細を保存します。 |
| DomainSite | カスタムドメインを特定のSalesforce サイトにリンクし、ドメインの関連付けを管理します。 |
| DuplicateRule | Schema file for DuplicateRule. |
| EmbeddedServiceDetail | Schema file for EmbeddedServiceDetail. |
| EmbeddedServiceLabel | Schema file for EmbeddedServiceLabel. |
| EngagementChannelTypeHistory | Schema file for EngagementChannelTypeHistory. |
| EntitlementHistory | Schema file for EntitlementHistory. |
| EntityDefinition | Schema file for EntityDefinition. |
| EntityMilestoneHistory | Schema file for EntityMilestoneHistory. |
| EntityParticle | Schema file for EntityParticle. |
| EventBusSubscriber | Schema file for EventBusSubscriber. |
| EventLogFile | Schema file for EventLogFile. |
| EventRelayConfig | Schema file for EventRelayConfig. |
| EventRelayFeedback | Schema file for EventRelayFeedback. |
| ExpressionSetView | Schema file for ExpressionSetView. |
| ExternalAIModel | Schema file for ExternalAIModel. |
| ExternalClientApplication | Schema file for ExternalClientApplication. |
| ExternalDataSource | Schema file for ExternalDataSource. |
| ExternalDataSrcDescriptor | Schema file for ExternalDataSrcDescriptor. |
| ExtlClntAppAndroidPushConfig | Schema file for ExtlClntAppAndroidPushConfig. |
| ExtlClntAppApplePushConfig | Schema file for ExtlClntAppApplePushConfig. |
| ExtlClntAppMobileSettings | Schema file for ExtlClntAppMobileSettings. |
| ExtlClntAppMobPlcyConfig | Schema file for ExtlClntAppMobPlcyConfig. |
| ExtlClntAppNotifSettings | Schema file for ExtlClntAppNotifSettings. |
| ExtlClntAppNotifType | Schema file for ExtlClntAppNotifType. |
| ExtlClntAppOauthConsumer | Schema file for ExtlClntAppOauthConsumer. |
| ExtlClntAppOauthIpRange | Schema file for ExtlClntAppOauthIpRange. |
| ExtlClntAppOauthPlcyAttr | Schema file for ExtlClntAppOauthPlcyAttr. |
| ExtlClntAppOauthPlcyCnfg | Schema file for ExtlClntAppOauthPlcyCnfg. |
| ExtlClntAppOauthPlcyCustmScp | Schema file for ExtlClntAppOauthPlcyCustmScp. |
| ExtlClntAppOauthSetAttr | Schema file for ExtlClntAppOauthSetAttr. |
| ExtlClntAppOauthSetCustmScp | Schema file for ExtlClntAppOauthSetCustmScp. |
| ExtlClntAppOauthSettings | Schema file for ExtlClntAppOauthSettings. |
| ExtlClntAppPlcyCnfg | Schema file for ExtlClntAppPlcyCnfg. |
| ExtlClntAppPushPolicyConfig | Schema file for ExtlClntAppPushPolicyConfig. |
| ExtlClntAppPushSettings | Schema file for ExtlClntAppPushSettings. |
| ExtlClntAppSamplePlcyCnfg | Schema file for ExtlClntAppSamplePlcyCnfg. |
| ExtlClntAppSampleSettings | Schema file for ExtlClntAppSampleSettings. |
| FeedPollChoice | Chatter 投稿で作成されたアンケートの選択肢を格納し、ユーザーがさまざまなオプションに投票できるようにします。 |
| FeedPollVote | Chatter のアンケートに対するユーザーの投票を追跡し、アンケートの回答と選択を記録します。 |
| FeedRevision | Schema file for FeedRevision. |
| FieldDefinition | Schema file for FieldDefinition. |
| FieldRelationships | テーブル内のリレーション項目に関するメタデータを格納し、オブジェクト間の関連付け方法や参照可能なレコードの種類を識別します。 |
| FieldSecurityClassification | Schema file for FieldSecurityClassification. |
| FileEventStore | Schema file for FileEventStore. |
| FileSearchActivity | Schema file for FileSearchActivity. |
| FiscalYearSettings | 会計年度の設定を格納し、財務報告の開始日と構造を定義します。 |
| FlexQueueItem | Schema file for FlexQueueItem. |
| FlowDefinitionView | Schema file for FlowDefinitionView. |
| FlowInterviewLog | Schema file for FlowInterviewLog. |
| FlowInterviewLogEntry | Schema file for FlowInterviewLogEntry. |
| FlowOrchestrationVersion | Schema file for FlowOrchestrationVersion. |
| FlowRecordElement | Schema file for FlowRecordElement. |
| FlowRecordElementOccurrence | Schema file for FlowRecordElementOccurrence. |
| FlowRecordVersionOccurrence | Schema file for FlowRecordVersionOccurrence. |
| FlowTestResult | Schema file for FlowTestResult. |
| FlowTestView | Schema file for FlowTestView. |
| FlowVariableView | Schema file for FlowVariableView. |
| FlowVersionView | Schema file for FlowVersionView. |
| FormulaFunction | Schema file for FormulaFunction. |
| FormulaFunctionAllowedType | Schema file for FormulaFunctionAllowedType. |
| FormulaFunctionCategory | Schema file for FormulaFunctionCategory. |
| Formulas | このテーブルでは、指定したTableName の数式をリストできます。 |
| GrantedByLicense | Schema file for GrantedByLicense. |
| GuestUserAnomalyEventStore | Schema file for GuestUserAnomalyEventStore. |
| IconDefinition | Schema file for IconDefinition. |
| IdentityProviderEventStore | Schema file for IdentityProviderEventStore. |
| IdentityVerificationEvent | Schema file for IdentityVerificationEvent. |
| IdpEventLog | Schema file for IdpEventLog. |
| ImageHistory | Schema file for ImageHistory. |
| IndividualHistory | Schema file for IndividualHistory. |
| InstalledMobileApp | Schema file for InstalledMobileApp. |
| InvoiceHistory | Schema file for InvoiceHistory. |
| InvoiceLineHistory | Schema file for InvoiceLineHistory. |
| KnowledgeableUser | Schema file for KnowledgeableUser. |
| LeadHistory | 履歴管理が有効になっているリード項目に対する変更履歴を保持します。 |
| LeadStatus | 進行中、選択済み、変換済みなど、リードの状況を定義します。 |
| LegalEntityHistory | Schema file for LegalEntityHistory. |
| LightningExitByPageMetrics | Schema file for LightningExitByPageMetrics. |
| LightningToggleMetrics | Schema file for LightningToggleMetrics. |
| LightningUriEvent | Schema file for LightningUriEvent. |
| LightningUsageByAppTypeMetrics | Schema file for LightningUsageByAppTypeMetrics. |
| LightningUsageByBrowserMetrics | Schema file for LightningUsageByBrowserMetrics. |
| LightningUsageByFlexiPageMetrics | Schema file for LightningUsageByFlexiPageMetrics. |
| LightningUsageByPageMetrics | Schema file for LightningUsageByPageMetrics. |
| ListView | Schema file for ListView. |
| ListViewChartInstance | Schema file for ListViewChartInstance. |
| ListViewEvent | Schema file for ListViewEvent. |
| LocationGroupHistory | Schema file for LocationGroupHistory. |
| LocationHistory | Schema file for LocationHistory. |
| LoginAnomalyEventStore | Schema file for LoginAnomalyEventStore. |
| LoginAsEvent | Schema file for LoginAsEvent. |
| LoginEvent | Schema file for LoginEvent. |
| LoginGeo | Schema file for LoginGeo. |
| LoginHistory | ユーザーのログイン試行を記録し、IP アドレスやログイン時刻などのアクセス詳細を追跡します。 |
| LogoutEvent | Schema file for LogoutEvent. |
| MacroHistory | Schema file for MacroHistory. |
| ManagedContent | Schema file for ManagedContent. |
| ManagedContentChannel | Schema file for ManagedContentChannel. |
| ManagedContentSpace | Schema file for ManagedContentSpace. |
| ManagedContentVariant | Schema file for ManagedContentVariant. |
| MatchingInformation | Schema file for MatchingInformation. |
| MatchingRule | Schema file for MatchingRule. |
| MatchingRuleItem | Schema file for MatchingRuleItem. |
| MessagingEndUserHistory | Schema file for MessagingEndUserHistory. |
| MessagingSessionHistory | Schema file for MessagingSessionHistory. |
| MLModel | Schema file for MLModel. |
| MLModelFactor | Schema file for MLModelFactor. |
| MLModelFactorComponent | Schema file for MLModelFactorComponent. |
| MLModelMetric | Schema file for MLModelMetric. |
| MLPredictionDefinition | Schema file for MLPredictionDefinition. |
| MLRecommendationDefinition | Schema file for MLRecommendationDefinition. |
| MsgChannelAvailability | Schema file for MsgChannelAvailability. |
| NamedCredential | Schema file for NamedCredential. |
| OauthToken | Schema file for OauthToken. |
| ObjectUserTerritory2View | Schema file for ObjectUserTerritory2View. |
| OpportunityFieldHistory | 履歴管理が有効になっている商談項目に対する変更履歴を保持します。 |
| OpportunityHistory | 商談レコードのステージ変更と進捗更新を追跡します。 |
| OpportunityRelatedDeleteLog | Schema file for OpportunityRelatedDeleteLog. |
| OpportunityStage | 見込み、交渉、成立など、商談プロセスにおける商談のステージを定義します。 |
| OrderAdjustmentGroupHistory | Schema file for OrderAdjustmentGroupHistory. |
| OrderChangeLog | Schema file for OrderChangeLog. |
| OrderChangeLogHistory | Schema file for OrderChangeLogHistory. |
| OrderDeliveryGroupHistory | Schema file for OrderDeliveryGroupHistory. |
| OrderDeliveryMethodHistory | Schema file for OrderDeliveryMethodHistory. |
| OrderHistory | Schema file for OrderHistory. |
| OrderItemAdjustmentLineItemHistory | Schema file for OrderItemAdjustmentLineItemHistory. |
| OrderItemHistory | Schema file for OrderItemHistory. |
| OrderItemRelationshipHistory | Schema file for OrderItemRelationshipHistory. |
| OrderItemTaxLineItemHistory | Schema file for OrderItemTaxLineItemHistory. |
| OrderItemType | Schema file for OrderItemType. |
| OrderShare | Schema file for OrderShare. |
| OrderStatus | Schema file for OrderStatus. |
| OwnerChangeOptionInfo | Schema file for OwnerChangeOptionInfo. |
| PackageLicense | Schema file for PackageLicense. |
| Participant | Schema file for Participant. |
| PartnerRole | Distributor、Reseller などのパートナー関係でパートナーに割り当てられるロールを定義します。 |
| PartyConsentHistory | Schema file for PartyConsentHistory. |
| PaymentMethod | Schema file for PaymentMethod. |
| Period | 売上予測や財務レポートで使用される期間レコードを格納します。 |
| PermissionSetEventStore | Schema file for PermissionSetEventStore. |
| PermissionSetLicense | Tracks licenses for permission sets, defining how many users can be assigned to them. |
| PicklistValueInfo | Schema file for PicklistValueInfo. |
| PickListValues | このテーブルでは、指定したTableName のPickList 値をリストできます。 |
| PlatformAction | Schema file for PlatformAction. |
| PlatformEventUsageMetric | Schema file for PlatformEventUsageMetric. |
| PolymorphicColumnsRelationships | Lists polymorphic columns relationships in the specified table. |
| Pricebook2History | 価格設定構造の更新を含む、Pricebook2 レコードに対する履歴変更を追跡します。 |
| PricebookEntryHistory | Schema file for PricebookEntryHistory. |
| PrivacyJobSession | Schema file for PrivacyJobSession. |
| PrivacyObjectSession | Schema file for PrivacyObjectSession. |
| PrivacyRTBFRequestHistory | Schema file for PrivacyRTBFRequestHistory. |
| PrivacySessionRecordFailure | Schema file for PrivacySessionRecordFailure. |
| ProcessDefinition | 承認プロセスやカスタムフローなど、Salesforce でのプロセス自動化ワークフローを定義します。 |
| ProcessFlowMigration | Schema file for ProcessFlowMigration. |
| ProcessInstance | 実行中の承認プロセスのインスタンスを追跡し、そのステータスと進行状況を記録します。 |
| ProcessInstanceNode | Schema file for ProcessInstanceNode. |
| ProcessInstanceStep | プロセスインスタンス内の個別ステップを表し、承認とアクションの実行状況を追跡します。 |
| ProcessNode | プロセス定義内の判断ポイントとステップを表します。 |
| Product2History | Schema file for Product2History. |
| Publisher | Schema file for Publisher. |
| QuickTextHistory | Schema file for QuickTextHistory. |
| QuickTextUsage | Schema file for QuickTextUsage. |
| RecordActionHistory | Schema file for RecordActionHistory. |
| RelatedListColumnDefinition | Schema file for RelatedListColumnDefinition. |
| RelatedListDefinition | Schema file for RelatedListDefinition. |
| RelationshipDomain | Schema file for RelationshipDomain. |
| RelationshipInfo | Schema file for RelationshipInfo. |
| Report | レポートのメタデータを保存し、データクエリと可視化設定を定義します。 |
| ReportAnomalyEventStore | Schema file for ReportAnomalyEventStore. |
| ReportEvent | Schema file for ReportEvent. |
| SamlSsoConfig | Schema file for SamlSsoConfig. |
| SearchLayout | Schema file for SearchLayout. |
| SellerHistory | Schema file for SellerHistory. |
| ServiceContractHistory | Schema file for ServiceContractHistory. |
| ServiceSetupProvisioning | Schema file for ServiceSetupProvisioning. |
| SessionHijackingEventStore | Schema file for SessionHijackingEventStore. |
| SessionPermSetActivation | Schema file for SessionPermSetActivation. |
| SetupAuditTrail | Schema file for SetupAuditTrail. |
| Site | Salesforce プラットフォームでパブリックWeb サイトホスティングを可能にするSalesforce サイトに関する情報を保存します。 |
| SiteDetail | Schema file for SiteDetail. |
| SiteHistory | サイトレコードに加えられた変更を追跡し、時系列で変更をログに記録します。 |
| SlaProcess | Schema file for SlaProcess. |
| SolutionHistory | ソリューションレコードに加えられた変更の履歴レコードを保持します。 |
| SolutionStatus | 下書き、公開済み、アーカイブ済みなど、ソリューションのさまざまなステータスを定義します。 |
| Stamp | Schema file for Stamp. |
| StampAssignment | Schema file for StampAssignment. |
| StandardInvocableActionType | Schema file for StandardInvocableActionType. |
| SwarmHistory | Schema file for SwarmHistory. |
| SwarmMemberHistory | Schema file for SwarmMemberHistory. |
| TabDefinition | Schema file for TabDefinition. |
| TableRelationships | 指定されたテーブルの関係をリストします。 |
| TaskPriority | 高、中、低などのToDo の優先度レベルを定義します。 |
| TaskStatus | 未着手、進行中、完了などのToDo の可能なステータスを指定します。 |
| TenantUsageEntitlement | Schema file for TenantUsageEntitlement. |
| Territory2AlignmentLog | Schema file for Territory2AlignmentLog. |
| Territory2ModelHistory | Schema file for Territory2ModelHistory. |
| ThirdPartyAccountLink | Schema file for ThirdPartyAccountLink. |
| Translation | Schema file for Translation. |
| UiFormulaCriterion | Schema file for UiFormulaCriterion. |
| UiFormulaRule | Schema file for UiFormulaRule. |
| UndecidedEventRelation | 招待にまだ応答していない被招集者と行動の関係を追跡します。 |
| UriEvent | Schema file for UriEvent. |
| UserAppMenuItem | Schema file for UserAppMenuItem. |
| UserEntityAccess | Schema file for UserEntityAccess. |
| UserFieldAccess | Schema file for UserFieldAccess. |
| UserLicense | ユーザーライセンスを管理し、利用可能なSalesforce ライセンスおよび割り当てられたSalesforce ライセンスを追跡します。 |
| UserPermissionAccess | Schema file for UserPermissionAccess. |
| UserRecordAccess | ユーザーのレコードレベルのアクセス権を追跡し、どのレコードを参照または編集できるかを定義します。 |
| UserSetupEntityAccess | Schema file for UserSetupEntityAccess. |
| UserSharedFeature | Schema file for UserSharedFeature. |
| VerificationHistory | Schema file for VerificationHistory. |
| VisualforceAccessMetrics | Schema file for VisualforceAccessMetrics. |
| WaveCompatibilityCheckItem | Schema file for WaveCompatibilityCheckItem. |
| WorkOrderHistory | Schema file for WorkOrderHistory. |
| WorkOrderLineItemHistory | Schema file for WorkOrderLineItemHistory. |
| WorkOrderLineItemStatus | Schema file for WorkOrderLineItemStatus. |
| WorkOrderStatus | Schema file for WorkOrderStatus. |
Salesforce で行動と招待を受け入れた参加者とのリレーションを保存します。
| Name | Type | References | Description |
| Id [KEY] | String | AcceptedEventRelation レコードの一意のID。 | |
| RelationId | String | 行動に関連するユーザー、取引先責任者、またはリードのID。 | |
| RelationIdType | String | ステートメントで使用する'RelationId' ポリモーフィック項目の種別を指定します。 | |
| RelationIdExternalFieldName | String | INSERT/UPDATE/UPSERT ステートメントで使用する'RelationId' ポリモーフィック項目の外部項目名を指定します。 | |
| EventId | String |
Event.Id | このリレーションレコードがリンクされている行動のID。 |
| RespondedDate | Datetime | 招待者が行動への招待に返信した日時。 | |
| Response | String | Accepted、Declined、Tentative など、招待者から提供された回答の種類。 | |
| CreatedById | String |
User.Id | AcceptedEventRelation レコードを作成したユーザーのID。 |
| LastModifiedDate | Datetime | レコードの最終更新日時を示すタイムスタンプ。 | |
| LastModifiedById | String |
User.Id | レコードを最後に変更したユーザーのID。 |
| IsDeleted | Bool | レコードが削除されたか(true)、まだアクティブか(false)を示します。 | |
| Type | String | ユーザー、取引先責任者、リードなど、行動とのリレーションの種類を指定します。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。WHERE 句からこの疑似カラムが設定されている場合、元のクエリより優先されます。 | |
| ExternalIdColumn | String | 挿入の実行時に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されるときにアップサートが使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するオプションの範囲。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を指定できます。 | |
| SystemModstamp | Datetime | 内部処理と同期に使用されるシステム生成のタイムスタンプ。 | |
| CreatedDate | Datetime | リレーションレコードの作成日時を示すタイムスタンプ。 |
フィールド履歴追跡が有効になっているAccount 項目に加えられた変更の履歴レコードを保持します。
| Name | Type | References | Description |
| Id [KEY] | String | AccountHistory レコードの一意の識別子。 | |
| IsDeleted | Bool | この履歴レコードが削除されたかどうかを示します。 | |
| AccountId | String |
Account.Id | 項目変更に関連付けられている取引先のID。 |
| CreatedById | String |
User.Id | この履歴に記録された変更を行ったユーザーのID。 |
| CreatedByIdType | String | ステートメントで使用する 'CreatedById' ポリモーフィック項目の種別を指定します。 | |
| CreatedByIdExternalFieldName | String | INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| Field | String | 変更されたAccount オブジェクト項目のAPI 名。 | |
| DataType | String | Data の型分類。 | |
| OldValue | String | 変更された項目の以前の値。 | |
| NewValue | String | 変更された項目の更新された値。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。WHERE 句からこの疑似カラムが設定されている場合、元のクエリより優先されます。 | |
| ExternalIdColumn | String | 挿入の実行時に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されるときにアップサートが使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するオプションの範囲。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を指定できます。 | |
| CreatedDate | Datetime | 変更が記録された日時。 |
Schema file for AccountUserTerritory2View.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| AccountId | String |
Account.Id | ID of the Account associated with this record. |
| Territory2Id | String |
Territory2.Id | ID of the Territory2 associated with this record. |
| UserId | String |
User.Id | ID of the User associated with this record. |
| RoleInTerritory2 | String | Field containing RoleInTerritory2 information. | |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for ActiveFeatureLicenseMetric.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| MetricsDate | Date | Date associated with Metrics. | |
| FeatureType | String | Type classification for Feature. | |
| AssignedUserCount | Int | Number of AssignedUser associated with this record. | |
| ActiveUserCount | Int | Number of ActiveUser associated with this record. | |
| TotalLicenseCount | Int | Number of TotalLicense associated with this record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. |
Schema file for ActivePermSetLicenseMetric.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| MetricsDate | Date | Date associated with Metrics. | |
| PermissionSetLicenseId | String | ID of the PermissionSetLicense associated with this record. | |
| AssignedUserCount | Int | Number of AssignedUser associated with this record. | |
| ActiveUserCount | Int | Number of ActiveUser associated with this record. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| TotalLicenses | Int | Field containing TotalLicenses information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. |
Schema file for ActiveProfileMetric.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| MetricsDate | Date | Date associated with Metrics. | |
| UserLicenseId | String |
UserLicense.Id | ID of the UserLicense associated with this record. |
| ProfileId | String |
Profile.Id | ID of the Profile associated with this record. |
| AssignedUserCount | Int | Number of AssignedUser associated with this record. | |
| ActiveUserCount | Int | Number of ActiveUser associated with this record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. |
Schema file for AIApplication.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| Language | String | Language of the record or user interface. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| Status | String | Status of the record. | |
| Type | String | Type of account or classification. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for AIApplicationConfig.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| Language | String | Language of the record or user interface. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for AIInsightAction.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| AiRecordInsightId | String | ID of the AiRecordInsight associated with this record. | |
| Type | String | Type of account or classification. | |
| Confidence | Double | Field containing Confidence information. | |
| ActionName | String | Field containing ActionName information. | |
| ActionId | String | ID of the Action associated with this record. | |
| ActionIdType | String | Specifies the type of the 'ActionId' polymorphic field to use in the statement. | |
| ActionIdExternalFieldName | String | Specifies the external field name of the 'ActionId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for AIInsightFeedback.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| AiRecordInsightId | String | ID of the AiRecordInsight associated with this record. | |
| AiInsightFeedbackType | String | Type classification for AiInsightFeedback. | |
| AiFeedback | String | Field containing AiFeedback information. | |
| Rank | Int | Field containing Rank information. | |
| ValueId | String | ID of the Value associated with this record. | |
| ValueIdType | String | Specifies the type of the 'ValueId' polymorphic field to use in the statement. | |
| ValueIdExternalFieldName | String | Specifies the external field name of the 'ValueId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| ActualValue | String | Field containing ActualValue information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for AIInsightReason.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| AiInsightValueId | String | ID of the AiInsightValue associated with this record. | |
| Intensity | Double | Field containing Intensity information. | |
| Contribution | Double | Field containing Contribution information. | |
| Variance | Double | Field containing Variance information. | |
| FieldName | String | Field containing FieldName information. | |
| Operator | String | Field containing Operator information. | |
| FieldValue | String | Field containing FieldValue information. | |
| FeatureValue | String | Field containing FeatureValue information. | |
| FeatureType | String | Type classification for Feature. | |
| RelatedInsightReasonId | String | ID of the RelatedInsightReason associated with this record. | |
| SortOrder | Int | Field containing SortOrder information. | |
| ReasonLabelKey | String | Field containing ReasonLabelKey information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for AIInsightValue.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| AiRecordInsightId | String | ID of the AiRecordInsight associated with this record. | |
| AiInsightActionId | String | ID of the AiInsightAction associated with this record. | |
| ValueType | String | Type classification for Value. | |
| SobjectType | String | Type classification for Sobject. | |
| Field | String | Field containing Field information. | |
| Value | String | Field containing Value information. | |
| FieldValueLowerBound | String | Field containing FieldValueLowerBound information. | |
| FieldValueUpperBound | String | Field containing FieldValueUpperBound information. | |
| Confidence | Double | Field containing Confidence information. | |
| SobjectLookupValueId | String | ID of the SobjectLookupValue associated with this record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for AnalyticsAssetAction.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| AssetId | String | ID of the Asset associated with this record. | |
| EventType | String | Type classification for Event. | |
| ActionType | String | Type classification for Action. | |
| Version | Double | Field containing Version information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for AnalyticsButtonWidgetDef.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| AnalyticsDashboardWidgetId | String | ID of the AnalyticsDashboardWidget associated with this record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for AnalyticsContainerWidgetDef.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| AnalyticsDashboardWidgetId | String | ID of the AnalyticsDashboardWidget associated with this record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for AnalyticsDashboard.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| Language | String | Language of the record or user interface. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| OwnerId | String |
User.Id | ID of the user who owns the record. |
| Description | String | Text description of the record. | |
| Style | String | Field containing Style information. | |
| TemplateSource | String | Field containing TemplateSource information. | |
| TemplateAssetSourceName | String | Field containing TemplateAssetSourceName information. | |
| Version | Double | Field containing Version information. | |
| AnalyticsWorkspaceId | String | ID of the AnalyticsWorkspace associated with this record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for AnalyticsDashboardLayout.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| AnalyticsDashboardId | String | ID of the AnalyticsDashboard associated with this record. | |
| LayoutName | String | Field containing LayoutName information. | |
| Label | String | Field containing Label information. | |
| ColumnCount | String | Number of Column associated with this record. | |
| RowHeight | String | Field containing RowHeight information. | |
| Version | Double | Field containing Version information. | |
| MaxWidth | String | Field containing MaxWidth information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for AnalyticsDashboardPage.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| AnalyticsDashboardLayoutId | String | ID of the AnalyticsDashboardLayout associated with this record. | |
| Label | String | Field containing Label information. | |
| PageName | String | Field containing PageName information. | |
| Index | Int | Field containing Index information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for AnalyticsDashboardViewDef.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| Language | String | Language of the record or user interface. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| AnalyticsDashboardId | String | ID of the AnalyticsDashboard associated with this record. | |
| ViewName | String | Field containing ViewName information. | |
| DefaultPage | String | Field containing DefaultPage information. | |
| IsDefault | Bool | Indicates whether the record has the Default characteristic. | |
| Type | String | Type of account or classification. | |
| OwnerId | String |
User.Id | ID of the user who owns the record. |
| Version | Double | Field containing Version information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for AnalyticsDashboardViewSpec.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| DashboardViewId | String | ID of the DashboardView associated with this record. | |
| SourceId | String | ID of the Source associated with this record. | |
| SourceName | String | Field containing SourceName information. | |
| Type | String | Type of account or classification. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for AnalyticsDashboardWidget.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| AnalyticsDashboardId | String | ID of the AnalyticsDashboard associated with this record. | |
| Type | String | Type of account or classification. | |
| Label | String | Field containing Label information. | |
| WidgetName | String | Field containing WidgetName information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for AnalyticsDashPageWidget.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| AnalyticsDashboardPageId | String | ID of the AnalyticsDashboardPage associated with this record. | |
| AnalyticsDashboardWidgetId | String | ID of the AnalyticsDashboardWidget associated with this record. | |
| Colspan | String | Field containing Colspan information. | |
| Rowspan | String | Field containing Rowspan information. | |
| Row | String | Field containing Row information. | |
| Column | String | Field containing Column information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for AnalyticsFilterWidgetDef.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| AnalyticsDashboardWidgetId | String | ID of the AnalyticsDashboardWidget associated with this record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for AnalyticsMetricWidgetDef.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| AnalyticsDashboardWidgetId | String | ID of the AnalyticsDashboardWidget associated with this record. | |
| Version | Double | Field containing Version information. | |
| Source | String | Field containing Source information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for AnalyticsParamWidgetDef.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| AnalyticsDashboardWidgetId | String | ID of the AnalyticsDashboardWidget associated with this record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for AnalyticsTextWidgetDef.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| AnalyticsDashboardWidgetId | String | ID of the AnalyticsDashboardWidget associated with this record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for AnalyticsVizWidgetDef.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| AnalyticsDashboardWidgetId | String | ID of the AnalyticsDashboardWidget associated with this record. | |
| AnalyticsVisualizationId | String | ID of the AnalyticsVisualization associated with this record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for AnalyticsWorkspace.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| Language | String | Language of the record or user interface. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| Description | String | Text description of the record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for AnalyticsWorkspaceAsset.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| AnalyticsWorkspaceId | String | ID of the AnalyticsWorkspace associated with this record. | |
| AssetId | String | ID of the Asset associated with this record. | |
| AssetIdType | String | Specifies the type of the 'AssetId' polymorphic field to use in the statement. | |
| AssetIdExternalFieldName | String | Specifies the external field name of the 'AssetId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| AssetUsageType | String | Type classification for AssetUsage. | |
| AssetType | String | Type classification for Asset. | |
| ActivePromotionRequestId | String | ID of the ActivePromotionRequest associated with this record. | |
| HistoricalPromotionStatus | String | Status of the HistoricalPromotion. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ApexPageInfo.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| ApexPageId | String | ID of the ApexPage associated with this record. | |
| Name | String | Name of the record. | |
| NameSpacePrefix | String | The namespace prefix associated with this object. | |
| ApiVersion | Double | Field containing ApiVersion information. | |
| Description | String | Text description of the record. | |
| IsAvailableInTouch | Bool | Indicates whether the record has the AvailableInTouch characteristic. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| IsShowHeader | String | Indicates whether the record has the ShowHeader characteristic. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for ApexTypeImplementor.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| ApexClassId | String |
ApexClass.Id | ID of the ApexClass associated with this record. |
| ClassName | String | Field containing ClassName information. | |
| ClassNamespacePrefix | String | Field containing ClassNamespacePrefix information. | |
| IsConcrete | Bool | Indicates whether the record has the Concrete characteristic. | |
| InterfaceApexClassId | String |
ApexClass.Id | ID of the InterfaceApexClass associated with this record. |
| InterfaceName | String | Field containing InterfaceName information. | |
| InterfaceNamespacePrefix | String | Field containing InterfaceNamespacePrefix information. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for ApiAnomalyEventStore.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| ApiAnomalyEventNumber | String | ApiAnomalyEvent identification number. | |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastViewedDate | Datetime | Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | Date and time when the record was last referenced. | |
| EventIdentifier | String | Unique identifier for the event. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| UserIdType | String | Specifies the type of the 'UserId' polymorphic field to use in the statement. | |
| UserIdExternalFieldName | String | Specifies the external field name of the 'UserId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Username | String | Username of the user associated with this record. | |
| EventDate | Datetime | Date and time when the event occurred. | |
| SessionKey | String | Unique key identifying the user session. | |
| LoginKey | String | Unique key identifying the login session. | |
| SourceIp | String | IP address from which the request originated. | |
| PolicyId | String | ID of the transaction security policy. | |
| PolicyOutcome | String | Result of the transaction security policy evaluation. | |
| EvaluationTime | Double | Time taken to evaluate the transaction security policy. | |
| Operation | String | Field containing Operation information. | |
| QueriedEntities | String | Field containing QueriedEntities information. | |
| RequestIdentifier | String | Field containing RequestIdentifier information. | |
| RowsProcessed | Double | Field containing RowsProcessed information. | |
| Score | Double | Field containing Score information. | |
| SecurityEventData | String | Field containing SecurityEventData information. | |
| Summary | String | Field containing Summary information. | |
| Uri | String | Field containing Uri information. | |
| UserAgent | String | Field containing UserAgent information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ApiEvent.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| CreatedDate | Datetime | Date and time when the record was created. | |
| EventIdentifier | String | Unique identifier for the event. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| UserIdType | String | Specifies the type of the 'UserId' polymorphic field to use in the statement. | |
| UserIdExternalFieldName | String | Specifies the external field name of the 'UserId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Username | String | Username of the user associated with this record. | |
| EventDate | Datetime | Date and time when the event occurred. | |
| RelatedEventIdentifier | String | ID of a related event. | |
| LoginHistoryId | String |
LoginHistory.Id | ID of the related login history record. |
| RowsProcessed | Double | Field containing RowsProcessed information. | |
| RowsReturned | Double | Field containing RowsReturned information. | |
| Operation | String | Field containing Operation information. | |
| QueriedEntities | String | Field containing QueriedEntities information. | |
| PolicyId | String | ID of the transaction security policy. | |
| PolicyOutcome | String | Result of the transaction security policy evaluation. | |
| EvaluationTime | Double | Time taken to evaluate the transaction security policy. | |
| SessionKey | String | Unique key identifying the user session. | |
| LoginKey | String | Unique key identifying the login session. | |
| SessionLevel | String | Security level of the user session. | |
| SourceIp | String | IP address from which the request originated. | |
| AdditionalInfo | String | Field containing AdditionalInfo information. | |
| ApiType | String | Type classification for Api. | |
| ApiVersion | Double | Field containing ApiVersion information. | |
| Application | String | Field containing Application information. | |
| Client | String | Field containing Client information. | |
| ConnectedAppId | String | ID of the ConnectedApp associated with this record. | |
| ElapsedTime | Int | Field containing ElapsedTime information. | |
| Platform | String | Field containing Platform information. | |
| Query | String | SOQL query that was executed. | |
| Records | String | Field containing Records information. | |
| UserAgent | String | Field containing UserAgent information. | |
| RequestIdentifier | String | Field containing RequestIdentifier information. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for AppDefinition.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| Label | String | Field containing Label information. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| LogoUrl | String | Field containing LogoUrl information. | |
| Description | String | Text description of the record. | |
| UiType | String | Type classification for Ui. | |
| NavType | String | Type classification for Nav. | |
| UtilityBar | String | Field containing UtilityBar information. | |
| HeaderColor | String | Field containing HeaderColor information. | |
| IsOverrideOrgTheme | Bool | Indicates whether the record has the OverrideOrgTheme characteristic. | |
| IsSmallFormFactorSupported | Bool | Indicates whether the record has the SmallFormFactorSupported characteristic. | |
| IsMediumFormFactorSupported | Bool | Indicates whether the record has the MediumFormFactorSupported characteristic. | |
| IsLargeFormFactorSupported | Bool | Indicates whether the record has the LargeFormFactorSupported characteristic. | |
| IsNavPersonalizationDisabled | Bool | Indicates whether the record has the NavPersonalizationDisabled characteristic. | |
| IsNavAutoTempTabsDisabled | Bool | Indicates whether the record has the NavAutoTempTabsDisabled characteristic. | |
| IsNavTabPersistenceDisabled | Bool | Indicates whether the record has the NavTabPersistenceDisabled characteristic. | |
| IsOmniPinnedViewEnabled | Bool | Indicates whether the record has the OmniPinnedViewEnabled characteristic. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for ApprovalSubmission.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| OwnerId | String | ID of the user who owns the record. | |
| OwnerIdType | String | Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| RelatedRecordId | String | ID of the record associated with this feed item. | |
| RelatedRecordIdType | String | Specifies the type of the 'RelatedRecordId' polymorphic field to use in the statement. | |
| RelatedRecordIdExternalFieldName | String | Specifies the external field name of the 'RelatedRecordId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| FlowOrchestrationInstanceId | String | ID of the FlowOrchestrationInstance associated with this record. | |
| Status | String | Status of the record. | |
| SubmittedById | String |
User.Id | ID of the SubmittedBy associated with this record. |
| Comments | String | Field containing Comments information. | |
| RelatedRecordObjectName | String | Field containing RelatedRecordObjectName information. | |
| DoesSendApprovalEmail | Bool | Field containing DoesSendApprovalEmail information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ApprovalSubmissionDetail.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ApprovalSubmissionId | String | ID of the ApprovalSubmission associated with this record. | |
| ApprovalWorkItemId | String | ID of the ApprovalWorkItem associated with this record. | |
| ActionName | String | Field containing ActionName information. | |
| ActionContext | String | Field containing ActionContext information. | |
| ActionPerformedById | String |
User.Id | ID of the ActionPerformedBy associated with this record. |
| ActionPerformerRole | String | Field containing ActionPerformerRole information. | |
| Comments | String | Field containing Comments information. | |
| ActionChannelName | String | Field containing ActionChannelName information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ApprovalWorkItem.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ApprovalSubmissionId | String | ID of the ApprovalSubmission associated with this record. | |
| RelatedRecordId | String | ID of the record associated with this feed item. | |
| RelatedRecordIdType | String | Specifies the type of the 'RelatedRecordId' polymorphic field to use in the statement. | |
| RelatedRecordIdExternalFieldName | String | Specifies the external field name of the 'RelatedRecordId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| FlowOrchestrationWorkItemId | String | ID of the FlowOrchestrationWorkItem associated with this record. | |
| Status | String | Status of the record. | |
| AssignedToId | String | ID of the AssignedTo associated with this record. | |
| AssignedToIdType | String | Specifies the type of the 'AssignedToId' polymorphic field to use in the statement. | |
| AssignedToIdExternalFieldName | String | Specifies the external field name of the 'AssignedToId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| ReviewedById | String |
User.Id | ID of the ReviewedBy associated with this record. |
| Comments | String | Field containing Comments information. | |
| RelatedRecordObjectName | String | Field containing RelatedRecordObjectName information. | |
| ApprovalConditionName | String | Field containing ApprovalConditionName information. | |
| ReviewedDate | Datetime | Date associated with Reviewed. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for AppTabMember.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| AppDefinitionId | String | ID of the AppDefinition associated with this record. | |
| TabDefinitionId | String | ID of the TabDefinition associated with this record. | |
| SortOrder | Int | Field containing SortOrder information. | |
| WorkspaceDriverField | String | Field containing WorkspaceDriverField information. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for AssetAction.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| AssetActionNumber | String | AssetAction identification number. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| AssetId | String |
Asset.Id | ID of the Asset associated with this record. |
| Type | String | Type of account or classification. | |
| CategoryEnum | String | Field containing CategoryEnum information. | |
| ActionDate | Datetime | Date associated with Action. | |
| QuantityChange | Double | Field containing QuantityChange information. | |
| MrrChange | Decimal | Field containing MrrChange information. | |
| Amount | Decimal | Estimated total sale amount. | |
| TotalInitialSaleAmount | Decimal | Field containing TotalInitialSaleAmount information. | |
| TotalRenewalsAmount | Decimal | Field containing TotalRenewalsAmount information. | |
| TotalUpsellsAmount | Decimal | Field containing TotalUpsellsAmount information. | |
| TotalDownsellsAmount | Decimal | Field containing TotalDownsellsAmount information. | |
| TotalCrossSellsAmount | Decimal | Field containing TotalCrossSellsAmount information. | |
| TotalCancellationsAmount | Decimal | Field containing TotalCancellationsAmount information. | |
| TotalTransfersAmount | Decimal | Field containing TotalTransfersAmount information. | |
| TotalTermsAndConditionsAmount | Decimal | Field containing TotalTermsAndConditionsAmount information. | |
| TotalOtherAmount | Decimal | Field containing TotalOtherAmount information. | |
| TotalQuantity | Double | Field containing TotalQuantity information. | |
| TotalMrr | Decimal | Field containing TotalMrr information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for AssetActionSource.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| AssetActionSourceNumber | String | AssetActionSource identification number. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| AssetActionId | String |
AssetAction.Id | ID of the AssetAction associated with this record. |
| ReferenceEntityItemId | String | ID of the ReferenceEntityItem associated with this record. | |
| ReferenceEntityItemIdType | String | Specifies the type of the 'ReferenceEntityItemId' polymorphic field to use in the statement. | |
| ReferenceEntityItemIdExternalFieldName | String | Specifies the external field name of the 'ReferenceEntityItemId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| ProductAmount | Decimal | Field containing ProductAmount information. | |
| AdjustmentAmount | Decimal | Field containing AdjustmentAmount information. | |
| EstimatedTax | Decimal | Field containing EstimatedTax information. | |
| ActualTax | Decimal | Field containing ActualTax information. | |
| StartDate | Datetime | Start date for the record or activity. | |
| EndDate | Datetime | End date for the record or activity. | |
| Quantity | Double | Quantity of the product. | |
| TransactionDate | Datetime | Date associated with Transaction. | |
| ExternalReference | String | Field containing ExternalReference information. | |
| ExternalReferenceDataSource | String | Field containing ExternalReferenceDataSource information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for AssetHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| AssetId | String |
Asset.Id | ID of the Asset associated with this record. |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for AssetRelationshipHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| AssetRelationshipId | String | ID of the AssetRelationship associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for AssetStatePeriod.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| AssetStatePeriodNumber | String | AssetStatePeriod identification number. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| AssetId | String |
Asset.Id | ID of the Asset associated with this record. |
| StartDate | Datetime | Start date for the record or activity. | |
| EndDate | Datetime | End date for the record or activity. | |
| Quantity | Double | Quantity of the product. | |
| Amount | Decimal | Estimated total sale amount. | |
| Mrr | Decimal | Field containing Mrr information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
リードやケースを適切な所有者に自動的に割り当てるためのルールを定義します。
| Name | Type | References | Description |
| Id [KEY] | String | 割り当てルールの一意の識別子。 | |
| Name | String | 割り当てルールの名前。通常、ユーザーインターフェースや自動化処理で識別するために使用されます。 | |
| SobjectType | String | このルールが適用されるSalesforce オブジェクトの種類(Case やLead など)。 | |
| Active | Bool | この割り当てルールが現在有効かどうかを示します。 | |
| CreatedById | String |
User.Id | 割り当てルールを作成したユーザーのID。 |
| LastModifiedById | String |
User.Id | 割り当てルールを最後に変更したユーザーのID。 |
| LastModifiedDate | Datetime | 割り当てルールが最後に更新された日時。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。WHERE 句からこの疑似カラムが設定されている場合、元のクエリより優先されます。 | |
| ExternalIdColumn | String | 挿入の実行時に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されるときにアップサートが使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するオプションの範囲。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を指定できます。 | |
| SystemModstamp | Datetime | このルールが最後に変更された日時を示す、システムによって生成されたタイムスタンプ。記録の追跡に使用されます。 | |
| CreatedDate | Datetime | 割り当てルールが作成された日時。 |
Schema file for AssociatedLocationHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| AssociatedLocationId | String | ID of the AssociatedLocation associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
バッチジョブやスケジュールジョブを含む、非同期Apex ジョブの実行状況を追跡します。
| Name | Type | References | Description |
| Id [KEY] | String | 非同期Apex ジョブの一意の識別子。 | |
| CreatedById | String |
User.Id | ジョブを開始したユーザーのID。 |
| JobType | String | 非同期ジョブの種類。BatchApex、Future、Queueable、ScheduledApex など。 | |
| ApexClassId | String |
ApexClass.Id | ジョブに関連付けられているApex クラスのID。 |
| Status | String | ジョブの現在の状況。Queued、Processing、Completed、Failed など。 | |
| JobItemsProcessed | Int | これまでに処理されたジョブ項目またはバッチの数。 | |
| TotalJobItems | Int | 処理が予定されているジョブ項目またはバッチの合計数。 | |
| NumberOfErrors | Int | 処理中に失敗したジョブ項目の数。 | |
| CompletedDate | Datetime | ジョブの実行が完了した日時。 | |
| MethodName | String | ジョブの一部として実行されたApex メソッドの名前。 | |
| ExtendedStatus | String | ジョブの実行に関する追加のコンテキストを提供する詳細なステータスメッセージ。 | |
| ParentJobId | String |
AsyncApexJob.Id | このジョブが別のApex ジョブによって作成された場合、その親ジョブのID。 |
| LastProcessed | String | 正常に処理されコミットされた最後のレコードのID。 | |
| LastProcessedOffset | Int | 正常に処理されコミットされた最後のレコードのオフセット位置。 | |
| CronTriggerId | String |
CronTrigger.Id | このレコードに関連付けられているCronTrigger のID。 |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入の実行時に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にupsert が使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するオプションのスコープ。このプロパティには、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を指定できます。 | |
| CreatedDate | Datetime | ジョブが作成された日時。 |
Schema file for AuraDefinitionBundleInfo.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| AuraDefinitionBundleId | String | ID of the AuraDefinitionBundle associated with this record. | |
| ApiVersion | Double | Field containing ApiVersion information. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for AuraDefinitionInfo.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| AuraDefinitionBundleInfoId | String | ID of the AuraDefinitionBundleInfo associated with this record. | |
| AuraDefinitionId | String | ID of the AuraDefinition associated with this record. | |
| DefType | String | Type classification for Def. | |
| Format | String | Field containing Format information. | |
| Source | String | Field containing Source information. | |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for AuthConfig.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| Language | String | Language of the record or user interface. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| Url | String | Field containing Url information. | |
| AuthOptionsUsernamePassword | Bool | Field containing AuthOptionsUsernamePassword information. | |
| AuthOptionsSaml | Bool | Field containing AuthOptionsSaml information. | |
| AuthOptionsAuthProvider | Bool | Field containing AuthOptionsAuthProvider information. | |
| AuthOptionsCertificate | Bool | Field containing AuthOptionsCertificate information. | |
| IsActive | Bool | Indicates whether the record is active. | |
| Type | String | Type of account or classification. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for AuthorizationFormConsentHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| AuthorizationFormConsentId | String | ID of the AuthorizationFormConsent associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for AuthorizationFormDataUseHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| AuthorizationFormDataUseId | String | ID of the AuthorizationFormDataUse associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for AuthorizationFormHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| AuthorizationFormId | String | ID of the AuthorizationForm associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for AuthorizationFormTextHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| AuthorizationFormTextId | String | ID of the AuthorizationFormText associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for BackgroundOperation.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| SubmittedAt | Datetime | Field containing SubmittedAt information. | |
| Status | String | Status of the record. | |
| ExecutionGroup | String | Field containing ExecutionGroup information. | |
| SequenceGroup | String | Field containing SequenceGroup information. | |
| SequenceNumber | Int | Sequence identification number. | |
| GroupLeaderId | String | ID of the GroupLeader associated with this record. | |
| StartedAt | Datetime | Field containing StartedAt information. | |
| FinishedAt | Datetime | Field containing FinishedAt information. | |
| WorkerUri | String | Field containing WorkerUri information. | |
| Timeout | Int | Field containing Timeout information. | |
| ExpiresAt | Datetime | Field containing ExpiresAt information. | |
| NumFollowers | Int | Field containing NumFollowers information. | |
| ProcessAfter | Datetime | Field containing ProcessAfter information. | |
| ParentKey | String | Field containing ParentKey information. | |
| RetryLimit | Int | Field containing RetryLimit information. | |
| RetryCount | Int | Number of Retry associated with this record. | |
| RetryBackoff | Int | Field containing RetryBackoff information. | |
| Error | String | Field containing Error information. | |
| Type | String | Type of account or classification. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for BriefcaseDefinition.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| Language | String | Language of the record or user interface. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| IsActive | Bool | Indicates whether the record is active. | |
| Description | String | Text description of the record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for BriefcaseRule.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| BriefcaseId | String | ID of the Briefcase associated with this record. | |
| TargetEntity | String | Field containing TargetEntity information. | |
| ParentRuleId | String | ID of the ParentRule associated with this record. | |
| FilterLogic | String | Field containing FilterLogic information. | |
| QueryScope | String | Field containing QueryScope information. | |
| RecordLimit | Int | Field containing RecordLimit information. | |
| OrderBy | String | Field containing OrderBy information. | |
| IsAscendingOrder | Bool | Indicates whether the record has the AscendingOrder characteristic. | |
| RelationshipField | String | Field containing RelationshipField information. | |
| RelationshipType | String | Type classification for Relationship. | |
| OptionsIsRelatedFilesRule | Bool | Field containing OptionsIsRelatedFilesRule information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for BriefcaseRuleFilter.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| BriefcaseRuleId | String | ID of the BriefcaseRule associated with this record. | |
| TargetEntityField | String | Field containing TargetEntityField information. | |
| FilterOperator | String | Field containing FilterOperator information. | |
| FilterValue | String | Field containing FilterValue information. | |
| FilterSeqNumber | Int | FilterSeq identification number. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for BulkApiResultEventStore.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| CreatedDate | Datetime | Date and time when the record was created. | |
| EventIdentifier | String | Unique identifier for the event. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| UserIdType | String | Specifies the type of the 'UserId' polymorphic field to use in the statement. | |
| UserIdExternalFieldName | String | Specifies the external field name of the 'UserId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Username | String | Username of the user associated with this record. | |
| EventDate | Datetime | Date and time when the event occurred. | |
| RelatedEventIdentifier | String | ID of a related event. | |
| PolicyId | String | ID of the transaction security policy. | |
| PolicyOutcome | String | Result of the transaction security policy evaluation. | |
| EvaluationTime | Double | Time taken to evaluate the transaction security policy. | |
| SessionKey | String | Unique key identifying the user session. | |
| LoginKey | String | Unique key identifying the login session. | |
| SessionLevel | String | Security level of the user session. | |
| SourceIp | String | IP address from which the request originated. | |
| LoginHistoryId | String |
LoginHistory.Id | ID of the related login history record. |
| Query | String | SOQL query that was executed. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for Calendar.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| Name | String | Name of the record. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| Type | String | Type of account or classification. | |
| IsActive | Bool | Indicates whether the record is active. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
アウトリーチ活動や関連するリード、取引先責任者、商談を含むマーケティングキャンペーンを追跡します。
| Name | Type | References | Description |
| Id [KEY] | String | キャンペーンレコードの一意の識別子。 | |
| IsDeleted | Bool | キャンペーンが削除されたか(true)、アクティブか(false)を示します。 | |
| Name | String | 識別および表示に使用されるキャンペーンの名前。 | |
| ParentId | String |
Campaign.Id | 階層内の親オブジェクトのID。 |
| Type | String | メール、ウェビナー、展示会などのキャンペーンの種別。 | |
| Status | String | キャンペーンの現在の状況。Planned、In Progress、Completed など。 | |
| StartDate | Date | キャンペーンの活動期間の開始日。 | |
| EndDate | Date | キャンペーンの活動期間の終了日。 | |
| CurrencyIsoCode | String | 収益金額が表される通貨のISO コード。 | |
| ExpectedRevenue | Decimal | キャンペーンによって見込まれる予想収益。 | |
| BudgetedCost | Decimal | キャンペーンに割り当てられた予算金額。 | |
| ActualCost | Decimal | キャンペーンの実施にかかった実際の金額。 | |
| ExpectedResponse | Double | キャンペーンのリーチに基づくレスポンス見込み率(パーセント)。 | |
| NumberSent | Double | キャンペーンの一環として送信されたメッセージまたは招待状の合計数。 | |
| IsActive | Bool | キャンペーンが現在アクティブであるか(true)、そうでないか(false)を示します。 | |
| Description | String | キャンペーンの目的や内容を説明する要約またはメモ。 | |
| TenantId | String |
PardotTenant.Id | このレコードに関連付けられているTenant のID。 |
| NumberOfLeads | Int | キャンペーンに関連付けられたリードの合計数。 | |
| NumberOfConvertedLeads | Int | キャンペーンを通じて取引先責任者または商談に変換されたリードの数。 | |
| NumberOfContacts | Int | キャンペーンに関連付けられた取引先責任者の合計数。 | |
| NumberOfResponses | Int | キャンペーンの対象者から受け取ったレスポンスの合計数。 | |
| NumberOfOpportunities | Int | キャンペーンから創出された商談の数。 | |
| NumberOfWonOpportunities | Int | キャンペーンの結果として成約に至った商談の数。 | |
| AmountAllOpportunities | Decimal | キャンペーンに関連するすべての商談の合計金額。 | |
| AmountWonOpportunities | Decimal | キャンペーンに関連付けられたすべての成約済み商談の合計金額。 | |
| OwnerId | String |
User.Id | このキャンペーンを所有するユーザーまたはキューのID。 |
| CreatedById | String |
User.Id | このキャンペーンレコードを作成したユーザーのID。 |
| LastModifiedDate | Datetime | このキャンペーンの最新更新のタイムスタンプ。 | |
| LastModifiedById | String |
User.Id | このキャンペーンレコードを最後に変更したユーザーのID。 |
| LastActivityDate | Date | キャンペーンに関連する最新の活動の日付。 | |
| LastViewedDate | Datetime | ユーザーがキャンペーンを最後に表示した日付。 | |
| LastReferencedDate | Datetime | キャンペーンが関連レコードや操作で最後に参照された日付。 | |
| CampaignMemberRecordTypeId | String |
RecordType.Id | このキャンペーンに関連付けられたキャンペーンメンバーレコードのレコードタイプID。 |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入の実行時に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にupsert が使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するオプションのスコープ。このプロパティには、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を指定できます。 | |
| SystemModstamp | Datetime | 最新の変更を追跡するための、システムによって管理されるタイムスタンプ。 | |
| CreatedDate | Datetime | キャンペーンが最初に作成された時のタイムスタンプ。 |
Schema file for CampaignHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CampaignId | String |
Campaign.Id | ID of the Campaign associated with this record. |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
キャンペーンメンバーの利用可能な状況(例:送信済み、レスポンスあり、出席など)を定義します。
| Name | Type | References | Description |
| Id [KEY] | String | キャンペーンメンバー状況レコードの一意の識別子。 | |
| IsDeleted | Bool | キャンペーンメンバー状況が削除されている(true)か、アクティブである(false)かを示します。 | |
| CampaignId | String |
Campaign.Id | このメンバー状況と関連付けられているキャンペーンのID。 |
| Label | String | キャンペーンメンバー状況の表示ラベル。Sent やResponded など。 | |
| SortOrder | Int | リスト内での状況の位置。ユーザーインターフェースでの表示順を決定するために使用されます。 | |
| IsDefault | Bool | この状況が新しいキャンペーンメンバーに対するデフォルト選択であるかどうかを示します。 | |
| HasResponded | Bool | この状況がリードまたは取引先責任者からのレスポンスを反映しているかどうかを示します。 | |
| CreatedById | String |
User.Id | キャンペーンメンバー状況レコードを作成したユーザーのID。 |
| LastModifiedDate | Datetime | キャンペーンメンバー状況が最後に更新された日時。 | |
| LastModifiedById | String |
User.Id | キャンペーンメンバー状況レコードを最後に変更したユーザーのID。 |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入の実行時に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にupsert が使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するオプションのスコープ。このプロパティには、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を指定できます。 | |
| SystemModstamp | Datetime | レコードの最新の変更を追跡するための、システムによって管理されるタイムスタンプ。 | |
| CreatedDate | Datetime | キャンペーンメンバー状況が作成された日時。 |
履歴追跡が有効になっているケース項目に対して行われた変更の履歴を保持します。
| Name | Type | References | Description |
| Id [KEY] | String | ケース履歴レコードの一意の識別子。 | |
| IsDeleted | Bool | ケース履歴レコードが削除されている(true)か否か(false)を示します。 | |
| CaseId | String |
Case.Id | この履歴レコードに関連付けられているケースのID。 |
| CreatedById | String |
User.Id | 履歴に記録された変更を行ったユーザーのID。 |
| CreatedByIdType | String | ステートメントで使用する'CreatedById' ポリモーフィック項目の型を指定します。 | |
| CreatedByIdExternalFieldName | String | INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| Field | String | 変更されたケースの項目名。 | |
| DataType | String | Data の型分類。 | |
| OldValue | String | 変更前の項目の元の値。 | |
| NewValue | String | 変更後の項目の更新された値。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入の実行時に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にupsert が使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するオプションのスコープ。このプロパティには、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を指定できます。 | |
| CreatedDate | Datetime | 変更が行われた日時。 |
Schema file for CaseHistory2.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| CaseId | String |
Case.Id | ID of the Case associated with this record. |
| OwnerId | String | ID of the user who owns the record. | |
| OwnerIdType | String | Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Status | String | Status of the record. | |
| PreviousUpdate | Datetime | Date associated with PreviousUp. | |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. |
ケースの利用可能な状況(新規、処理中、クローズなど)を定義します。
| Name | Type | References | Description |
| Id [KEY] | String | ケース状況レコードの一意の識別子。 | |
| MasterLabel | String | Salesforce UI で使用される、ケース状況の表示ラベル。 | |
| ApiName | String | API を使用してリソースにアクセスする際に使用される名前。 | |
| SortOrder | Int | この状況が状況選択リストに表示される順序を定義します。 | |
| IsDefault | Bool | この状況が新規ケースに割り当てられるデフォルトかどうかを示します。 | |
| IsClosed | Bool | この状況がケースをクローズとしてマークするか(true)、否か(false)を示します。 | |
| CreatedById | String |
User.Id | ケース状況レコードを作成したユーザーのID。 |
| LastModifiedById | String |
User.Id | ケース状況レコードを最後に変更したユーザーのID。 |
| LastModifiedDate | Datetime | ケース状況レコードが最後に変更された日時。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入の実行時に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にupsert が使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するオプションのスコープ。このプロパティには、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を指定できます。 | |
| SystemModstamp | Datetime | ケース状況レコードに対する最新のシステム更新のタイムスタンプ。 | |
| CreatedDate | Datetime | ケース状況レコードが作成された日時。 |
Schema file for ChatRetirementRdyMetrics.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| MetricsDate | Date | Date associated with Metrics. | |
| ActiveChatDeployments | Int | Field containing ActiveChatDeployments information. | |
| EmbeddedServiceDeployments | Int | Field containing EmbeddedServiceDeployments information. | |
| ActiveVfDeployments | Int | Field containing ActiveVfDeployments information. | |
| ActiveChatButtons | Int | Field containing ActiveChatButtons information. | |
| ActiveChatInvitations | Int | Field containing ActiveChatInvitations information. | |
| ActiveSbrButtons | Int | Field containing ActiveSbrButtons information. | |
| ActiveQbrButtons | Int | Field containing ActiveQbrButtons information. | |
| Queues | Int | Field containing Queues information. | |
| Skills | Int | Field containing Skills information. | |
| SkillBasedRoutingRules | Int | Field containing SkillBasedRoutingRules information. | |
| CustomLabels | Int | Field containing CustomLabels information. | |
| CustomWebComponents | Int | Field containing CustomWebComponents information. | |
| ChatBots | Int | Field containing ChatBots information. | |
| IpBlockingRules | Int | Field containing IpBlockingRules information. | |
| ChatApexClasses | Int | Field containing ChatApexClasses information. | |
| ChatApexClassList | String | Field containing ChatApexClassList information. | |
| ChatObjectsInApexList | String | Field containing ChatObjectsInApexList information. | |
| ChatFlowCount | Int | Number of ChatFlow associated with this record. | |
| ChatFlowList | String | Field containing ChatFlowList information. | |
| ChatObjectsInFlowList | String | Field containing ChatObjectsInFlowList information. | |
| PrimaryChatReportTypes | Int | Field containing PrimaryChatReportTypes information. | |
| PrimaryChatReportTypeList | String | Field containing PrimaryChatReportTypeList information. | |
| PrimaryChatReportList | String | Field containing PrimaryChatReportList information. | |
| SecondaryChatReportTypes | Int | Field containing SecondaryChatReportTypes information. | |
| SecondaryChatReportTypeList | String | Field containing SecondaryChatReportTypeList information. | |
| SecondaryChatReportList | String | Field containing SecondaryChatReportList information. | |
| UniqueChatObjectsInReport | String | Field containing UniqueChatObjectsInReport information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. |
Chatter の投稿、コメント、いいね!などのエンゲージメントをSalesforce レコード全体で追跡します。
| Name | Type | References | Description |
| Id [KEY] | String | Chatter アクティビティレコードの一意の識別子。 | |
| ParentId | String |
User.Id | このChatter アクティビティに関連付けられているユーザーまたはエンティティのID。 |
| PostCount | Int | ユーザーまたはエンティティによって作成された投稿の合計数。 | |
| CommentCount | Int | ユーザーまたはエンティティによって作成されたコメントの合計数。 | |
| CommentReceivedCount | Int | ユーザーまたはエンティティの投稿に対して受け取ったコメントの合計数。 | |
| LikeReceivedCount | Int | ユーザーまたはエンティティの投稿またはコメントに対して受け取ったいいね!の合計数。 | |
| InfluenceRawRank | Int | Chatter のエンゲージメントに基づいて影響度を表す数値ランク。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されたときにupsert が使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するオプションのスコープ。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam のいずれかの値を取ることができます。 | |
| SystemModstamp | Datetime | このレコードの最終更新を示すシステム生成のタイムスタンプ。 |
Schema file for ColorDefinition.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| TabDefinitionId | String | ID of the TabDefinition associated with this record. | |
| Color | String | Field containing Color information. | |
| Theme | String | Field containing Theme information. | |
| Context | String | Field containing Context information. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for CommSubscriptionChannelTypeHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CommSubscriptionChannelTypeId | String | ID of the CommSubscriptionChannelType associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for CommSubscriptionConsentHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CommSubscriptionConsentId | String | ID of the CommSubscriptionConsent associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for CommSubscriptionHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CommSubscriptionId | String | ID of the CommSubscription associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for CommSubscriptionTimingHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CommSubscriptionTimingId | String | ID of the CommSubscriptionTiming associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
ブランディング、テーマ、設定など、Salesforce コミュニティの構成の詳細を格納します。
| Name | Type | References | Description |
| Id [KEY] | String | コミュニティの一意の識別子。 | |
| CreatedById | String |
User.Id | コミュニティを作成したユーザーのID。 |
| LastModifiedDate | Datetime | コミュニティレコードが最後に更新された日時。 | |
| LastModifiedById | String |
User.Id | コミュニティレコードを最後に更新したユーザーのID。 |
| Name | String | コミュニティの名前。 | |
| Description | String | コミュニティの目的または機能に関するテキスト説明。 | |
| IsActive | Bool | コミュニティが現在アクティブ(true)か非アクティブ(false)かを示します。 | |
| IsPublished | Bool | レコードが公開特性を持つかどうかを示します。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されたときにupsert が使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するオプションのスコープ。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam のいずれかの値を取ることができます。 | |
| SystemModstamp | Datetime | コミュニティレコードの最新のシステム更新のタイムスタンプ。 | |
| CreatedDate | Datetime | コミュニティが作成された日時。 |
Schema file for ConnectedApplication.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| Name | String | Name of the record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| OptionsAllowAdminApprovedUsersOnly | Bool | Field containing OptionsAllowAdminApprovedUsersOnly information. | |
| OptionsRefreshTokenValidityMetric | Bool | Field containing OptionsRefreshTokenValidityMetric information. | |
| OptionsHasSessionLevelPolicy | Bool | Field containing OptionsHasSessionLevelPolicy information. | |
| OptionsIsInternal | Bool | Field containing OptionsIsInternal information. | |
| OptionsFullContentPushNotifications | Bool | Field containing OptionsFullContentPushNotifications information. | |
| OptionsCodeCredentialGuestEnabled | Bool | Field containing OptionsCodeCredentialGuestEnabled information. | |
| OptionsTokenExchangeManageBitEnabled | Bool | Field containing OptionsTokenExchangeManageBitEnabled information. | |
| MobileSessionTimeout | String | Field containing MobileSessionTimeout information. | |
| PinLength | String | Field containing PinLength information. | |
| StartUrl | String | Field containing StartUrl information. | |
| MobileStartUrl | String | Field containing MobileStartUrl information. | |
| RefreshTokenValidityPeriod | Int | Field containing RefreshTokenValidityPeriod information. | |
| UvidTimeout | String | Field containing UvidTimeout information. | |
| NamedUserUvidTimeout | String | Field containing NamedUserUvidTimeout information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ConsumptionRateHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| ConsumptionRateId | String | ID of the ConsumptionRate associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ConsumptionScheduleHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| ConsumptionScheduleId | String | ID of the ConsumptionSchedule associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
履歴トラッキングが有効になっている取引先責任者項目に対する変更の履歴レコードを保持します。
| Name | Type | References | Description |
| Id [KEY] | String | 取引先責任者履歴レコードの一意の識別子。 | |
| IsDeleted | Bool | 履歴レコードが削除されたか(true)、削除されていないか(false)を示します。 | |
| ContactId | String |
Contact.Id | この履歴エントリに関連付けられている取引先責任者レコードのID。 |
| CreatedById | String |
User.Id | この履歴レコードを生成した変更を行ったユーザーのID。 |
| CreatedByIdType | String | ステートメントで使用する'CreatedById' ポリモーフィック項目のタイプを指定します。 | |
| CreatedByIdExternalFieldName | String | INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| Field | String | 取引先責任者レコードで変更された項目のAPI 参照名。 | |
| DataType | String | データのタイプ分類。 | |
| OldValue | String | 変更が発生する前の項目の以前の値。 | |
| NewValue | String | 変更が行われた後の項目の新しい値。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されたときにupsert が使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するオプションのスコープ。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam のいずれかの値を取ることができます。 | |
| CreatedDate | Datetime | 変更が行われた日時。 |
Schema file for ContactPointAddressHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| ContactPointAddressId | String | ID of the ContactPointAddress associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ContactPointConsentHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| ContactPointConsentId | String | ID of the ContactPointConsent associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ContactPointEmailHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| ContactPointEmailId | String | ID of the ContactPointEmail associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ContactPointPhoneHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| ContactPointPhoneId | String | ID of the ContactPointPhone associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ContactPointTypeConsentHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| ContactPointTypeConsentId | String | ID of the ContactPointTypeConsent associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
コンテンツドキュメントに対して行われた変更の履歴レコードを保持します。
| Name | Type | References | Description |
| Id [KEY] | String | コンテンツドキュメント履歴レコードの一意の識別子。 | |
| IsDeleted | Bool | 履歴レコードが削除されたか(true)、削除されていないか(false)を示します。 | |
| ContentDocumentId | String | この履歴エントリに関連付けられているコンテンツドキュメントのID。 | |
| CreatedById | String |
User.Id | 履歴レコードを作成したユーザーのID。 |
| CreatedByIdType | String | ステートメントで使用する'CreatedById' ポリモーフィック項目のタイプを指定します。 | |
| CreatedByIdExternalFieldName | String | INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| Field | String | 変更されたコンテンツドキュメント上の項目名。 | |
| DataType | String | データのタイプ分類。 | |
| OldValue | String | 変更が発生する前の項目の以前の値。 | |
| NewValue | String | 変更が行われた後の項目の新しい値。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されたときにupsert が使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するオプションのスコープ。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam のいずれかの値を取ることができます。 | |
| CreatedDate | Datetime | 履歴レコードが作成された日時。 |
Schema file for ContentFolderItem.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| IsFolder | Bool | Indicates whether the record has the Folder characteristic. | |
| ParentContentFolderId | String | ID of the ParentContentFolder associated with this record. | |
| Title | String | Title of the contact or person, for example CEO or Vice President. | |
| FileType | String | Type classification for File. | |
| ContentSize | Int | Field containing ContentSize information. | |
| FileExtension | String | Field containing FileExtension information. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ContentFolderLink.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| ParentEntityId | String | ID of the ParentEntity associated with this record. | |
| ContentFolderId | String | ID of the ContentFolder associated with this record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| EnableFolderStatus | String | Status of the EnableFolder. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for ContentTaxonomyTermRelationshipType.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ContentTaxonomyTrmRelaCatg | String | Field containing ContentTaxonomyTrmRelaCatg information. | |
| Description | String | Text description of the record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
コンテンツバージョンに対して行われた変更の履歴を格納し、修正や更新を追跡します。
| Name | Type | References | Description |
| Id [KEY] | String | コンテンツバージョン履歴レコードの一意の識別子。 | |
| IsDeleted | Bool | 履歴レコードが削除されたか(true)、削除されていないか(false)を示します。 | |
| ContentVersionId | String | この履歴エントリに関連付けられているコンテンツバージョンのID。 | |
| CreatedById | String |
User.Id | この履歴レコードを作成したユーザーのID。 |
| CreatedByIdType | String | ステートメントで使用する'CreatedById' ポリモーフィック項目のタイプを指定します。 | |
| CreatedByIdExternalFieldName | String | INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| Field | String | 変更された項目の名前。 | |
| DataType | String | データのタイプ分類。 | |
| OldValue | String | 変更された項目の以前の値。 | |
| NewValue | String | 変更された項目の新しい値。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されたときにupsert が使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するオプションのスコープ。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam のいずれかの値を取ることができます。 | |
| CreatedDate | Datetime | 履歴レコードが作成された日時。 |
Schema file for ContextParamMap.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ContextEntityId | String | ID of the ContextEntity associated with this record. | |
| MapKey | String | Field containing MapKey information. | |
| MapValue | String | Field containing MapValue information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
履歴トラッキングが有効になっている契約項目に対する変更の履歴レコードを保持します。
| Name | Type | References | Description |
| Id [KEY] | String | 契約履歴レコードの一意の識別子。 | |
| IsDeleted | Bool | 履歴レコードが削除されたか(true)、削除されていないか(false)を示します。 | |
| ContractId | String |
Contract.Id | この履歴レコードに関連付けられている契約のID。 |
| CreatedById | String |
User.Id | この履歴エントリに記録された変更を行ったユーザーのID。 |
| CreatedByIdType | String | ステートメントで使用する'CreatedById' ポリモーフィック項目のタイプを指定します。 | |
| CreatedByIdExternalFieldName | String | INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| Field | String | 変更された項目のAPI 参照名。 | |
| DataType | String | データのタイプ分類。 | |
| OldValue | String | 変更前の項目の以前の値。 | |
| NewValue | String | 変更後の項目の更新された値。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されたときにupsert が使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するオプションのスコープ。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam のいずれかの値を取ることができます。 | |
| CreatedDate | Datetime | 変更が行われた日時。 |
Schema file for ContractLineItemHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| ContractLineItemId | String | ID of the ContractLineItem associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
契約の状況(ドラフト、有効、期限切れなど)の候補を定義します。
| Name | Type | References | Description |
| Id [KEY] | String | 契約状況の一意の識別子。 | |
| MasterLabel | String | 契約状況の表示ラベル。 | |
| ApiName | String | API を使用してリソースにアクセスする際に使用される名前。 | |
| SortOrder | Int | 選択リストやリストで状況が表示される順序。 | |
| IsDefault | Bool | この状況がデフォルトの選択であるか(true)、否か(false)を示します。 | |
| StatusCode | String | 連携やロジックで使用される契約状況のAPI 参照名。 | |
| CreatedById | String |
User.Id | この契約状況レコードを作成したユーザーのID。 |
| LastModifiedById | String |
User.Id | この契約状況レコードを最後に変更したユーザーのID。 |
| LastModifiedDate | Datetime | 契約状況が最後に変更された日時。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定された場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されたときにアップサートが使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するオプションのスコープ。このプロパティは次の値のいずれかを取ることができます:Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team。 | |
| SystemModstamp | Datetime | レコードの最終更新を示すシステム生成のタイムスタンプ。 | |
| CreatedDate | Datetime | 契約状況が作成された日時。 |
Schema file for Conversation.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| Name | String | Name of the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ConversationIdentifier | String | Field containing ConversationIdentifier information. | |
| StartTime | Datetime | Field containing StartTime information. | |
| EndTime | Datetime | Field containing EndTime information. | |
| ConversationChannelId | String | ID of the ConversationChannel associated with this record. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ConversationParticipant.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| Name | String | Name of the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ConversationId | String |
Conversation.Id | ID of the Conversation associated with this record. |
| AppType | String | Type classification for App. | |
| JoinedTime | Datetime | Field containing JoinedTime information. | |
| ParticipantEntityId | String | ID of the ParticipantEntity associated with this record. | |
| ParticipantEntityIdType | String | Specifies the type of the 'ParticipantEntityId' polymorphic field to use in the statement. | |
| ParticipantEntityIdExternalFieldName | String | Specifies the external field name of the 'ParticipantEntityId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| ParticipantKey | String | Field containing ParticipantKey information. | |
| ParticipantRole | String | Field containing ParticipantRole information. | |
| ParticipantContext | String | Field containing ParticipantContext information. | |
| ParticipantDisplayName | String | Field containing ParticipantDisplayName information. | |
| LeftTime | Datetime | Field containing LeftTime information. | |
| LastActiveTime | Datetime | Field containing LastActiveTime information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ConvMessageSendRequest.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| MessageDefinition | String | Field containing MessageDefinition information. | |
| RequestType | String | Type classification for Request. | |
| RequestStatus | String | Status of the Request. | |
| CompletedDate | Datetime | Date when the record was completed. | |
| ShouldEnforceChannelConsent | Bool | Field containing ShouldEnforceChannelConsent information. | |
| AllowExistingSessionStatus | String | Status of the AllowExistingSession. | |
| PendingMessageCount | Int | Number of PendingMessage associated with this record. | |
| PendingMessageIdentifiers | String | Field containing PendingMessageIdentifiers information. | |
| InProgressMessageCount | Int | Number of InProgressMessage associated with this record. | |
| InProgressMessageIdentifiers | String | Field containing InProgressMessageIdentifiers information. | |
| SuccessMessageCount | Int | Number of SuccessMessage associated with this record. | |
| SuccessMessageIdentifiers | String | Field containing SuccessMessageIdentifiers information. | |
| FailedMessageCount | Int | Number of FailedMessage associated with this record. | |
| FailedMessageIdentifiers | String | Field containing FailedMessageIdentifiers information. | |
| FailedMessageErrorReasons | String | Field containing FailedMessageErrorReasons information. | |
| RequestConsentType | String | Type classification for RequestConsent. | |
| CommSubscriptionId | String | ID of the CommSubscription associated with this record. | |
| SessionLongevityPreference | String | Field containing SessionLongevityPreference information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for CredentialStuffingEventStore.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| CredentialStuffingEventNumber | String | CredentialStuffingEvent identification number. | |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastViewedDate | Datetime | Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | Date and time when the record was last referenced. | |
| EventIdentifier | String | Unique identifier for the event. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| UserIdType | String | Specifies the type of the 'UserId' polymorphic field to use in the statement. | |
| UserIdExternalFieldName | String | Specifies the external field name of the 'UserId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Username | String | Username of the user associated with this record. | |
| EventDate | Datetime | Date and time when the event occurred. | |
| SessionKey | String | Unique key identifying the user session. | |
| LoginKey | String | Unique key identifying the login session. | |
| SourceIp | String | IP address from which the request originated. | |
| PolicyId | String | ID of the transaction security policy. | |
| PolicyOutcome | String | Result of the transaction security policy evaluation. | |
| EvaluationTime | Double | Time taken to evaluate the transaction security policy. | |
| AcceptLanguage | String | Field containing AcceptLanguage information. | |
| LoginType | String | Type classification for Login. | |
| LoginUrl | String | Field containing LoginUrl information. | |
| Score | Double | Field containing Score information. | |
| Summary | String | Field containing Summary information. | |
| UserAgent | String | Field containing UserAgent information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for CreditMemoHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreditMemoId | String |
CreditMemo.Id | ID of the CreditMemo associated with this record. |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for CreditMemoInvApplicationHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreditMemoInvApplicationId | String | ID of the CreditMemoInvApplication associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for CreditMemoLineHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreditMemoLineId | String | ID of the CreditMemoLine associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Salesforce でスケジュールされたジョブの詳細を保存し、ジョブの実行およびスケジュール情報を追跡します。
| Name | Type | References | Description |
| Id [KEY] | String | スケジュール済みジョブ詳細レコードの一意の識別子。 | |
| Name | String | スケジュール済みジョブに割り当てられた名前。 | |
| JobType | String | スケジュール済みジョブの種別(Apex クラス、一括処理ジョブなど)。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定された場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されたときにアップサートが使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するオプションのスコープ。このプロパティは次の値のいずれかを取ることができます:Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team。 |
スケジュール済みのApex ジョブの時間ベースのトリガーを定義し、実行タイミングを制御します。
| Name | Type | References | Description |
| Id [KEY] | String | スケジュール済みジョブトリガーの一意の識別子。 | |
| CronJobDetailId | String | このトリガーを関連するスケジュール済みジョブにリンクするID。 | |
| NextFireTime | Datetime | ジョブの次回のスケジュール実行日時。 | |
| PreviousFireTime | Datetime | ジョブが最後に実行された日時。 | |
| State | String | ジョブの現在の状況(WAITING、ACQUIRED など)。 | |
| StartTime | Datetime | ジョブのスケジュール開始日時。 | |
| EndTime | Datetime | ジョブのスケジュール終了日時。 | |
| CronExpression | String | ジョブのスケジュールを定義するcron 式。 | |
| TimeZoneSidKey | String | cron 式の評価に使用されるタイムゾーン。 | |
| OwnerId | String |
User.Id | スケジュール済みジョブの所有者であるユーザーのID。 |
| LastModifiedById | String |
User.Id | このジョブを最後に変更したユーザーのID。 |
| CreatedById | String |
User.Id | このジョブを作成したユーザーのID。 |
| TimesTriggered | Int | このジョブがトリガーされた合計回数。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定された場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されたときにアップサートが使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するオプションのスコープ。このプロパティは次の値のいずれかを取ることができます:Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team。 | |
| CreatedDate | Datetime | ジョブが作成された日時。 |
Schema file for CustomHttpHeader.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ParentId | String | ID of the parent object in the hierarchy. | |
| ParentIdType | String | Specifies the type of the 'ParentId' polymorphic field to use in the statement. | |
| ParentIdExternalFieldName | String | Specifies the external field name of the 'ParentId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| HeaderFieldName | String | Field containing HeaderFieldName information. | |
| HeaderFieldValue | String | Field containing HeaderFieldValue information. | |
| IsActive | Bool | Indicates whether the record is active. | |
| Description | String | Text description of the record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for CustomPermission.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| Language | String | Language of the record or user interface. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| IsProtected | Bool | Indicates whether the component is protected or not. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| Description | String | Text description of the record. | |
| ExternalClientApplicationId | String | ID of the ExternalClientApplication associated with this record. | |
| IsLicensed | Bool | Indicates whether the record has the Licensed characteristic. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for CustomPermissionDependency.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| CustomPermissionId | String | ID of the CustomPermission associated with this record. | |
| RequiredCustomPermissionId | String | ID of the RequiredCustomPermission associated with this record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Salesforce のダッシュボードのメタデータを保存し、ビジュアルレポートや主要なパフォーマンス指標を提供します。
| Name | Type | References | Description |
| Id [KEY] | String | ダッシュボードの一意の識別子。 | |
| IsDeleted | Bool | このダッシュボードが削除されているか(true)、否か(false)を示します。 | |
| OwnerId | String |
User.Id | レコードを所有するユーザーのID。 |
| FolderId | String | このダッシュボードが保存されているフォルダのID。 | |
| FolderName | String | FolderName 情報を含む項目。 | |
| Title | String | ダッシュボードの表示名。 | |
| DeveloperName | String | 開発者が使用するダッシュボードの一意のAPI 参照名。 | |
| NamespacePrefix | String | 該当する場合、このダッシュボードに関連付けられている名前空間プレフィックス。 | |
| Description | String | このダッシュボードに関する補足情報や詳細を記載する任意の説明。 | |
| LeftSize | String | ダッシュボードレイアウトの左列の幅設定。 | |
| MiddleSize | String | ダッシュボードレイアウトの中央列の幅設定。 | |
| RightSize | String | ダッシュボードレイアウトの右列の幅設定。 | |
| CreatedById | String |
User.Id | このダッシュボードを作成したユーザーのID。 |
| LastModifiedDate | Datetime | ダッシュボードが最後に変更された日時。 | |
| LastModifiedById | String |
User.Id | このダッシュボードを最後に変更したユーザーのID。 |
| RunningUserId | String |
User.Id | ダッシュボードが実行されるコンテキストのユーザーのID。 |
| TitleColor | Int | ダッシュボードのタイトルの色を表す16進数値。 | |
| TitleSize | Int | ダッシュボードタイトルに使用されるフォントサイズ。 | |
| TextColor | Int | ダッシュボードのテキストの色を表す16進数値。 | |
| BackgroundStart | Int | 背景のグラデーションの開始色を表す16進数値。 | |
| BackgroundEnd | Int | 背景のグラデーションの終了色を表す16進数値。 | |
| BackgroundDirection | String | 背景グラデーションの方向('diagonal'、'vertical' など)。 | |
| Type | String | このダッシュボードが実行されるユーザーコンテキストの種別を指定します。 | |
| LastViewedDate | Datetime | このダッシュボードが最後に表示された日時。 | |
| LastReferencedDate | Datetime | このダッシュボードがシステム内で最後に参照された日時。 | |
| DashboardResultRefreshedDate | String | DashboardResultRefreshed に関連付けられた日付。 | |
| DashboardResultRunningUser | String | DashboardResultRunningUser 情報を含む項目。 | |
| ColorPalette | String | ColorPalette 情報を含む項目。 | |
| ChartTheme | String | ChartTheme 情報を含む項目。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定された場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されたときにアップサートが使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するオプションのスコープ。このプロパティは次の値のいずれかを取ることができます:Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team。 | |
| SystemModstamp | Datetime | 最後の変更を追跡するためにシステムによって使用されるタイムスタンプ。 | |
| CreatedDate | Datetime | ダッシュボードが作成された日時。 |
ダッシュボード内の個々のコンポーネント(グラフ、表、指標など)を表します。
| Name | Type | References | Description |
| Id [KEY] | String | ダッシュボードコンポーネントの一意の識別子。 | |
| Name | String | ユーザーに表示されるダッシュボードコンポーネントの名前。 | |
| DashboardId | String |
Dashboard.Id | このコンポーネントが属するダッシュボードのID。 |
| CustomReportId | String |
Report.Id | このレコードに関連付けられたCustomReport のID。 |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定された場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されたときにアップサートが使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するオプションのスコープ。このプロパティは次の値のいずれかを取ることができます:Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team。 |
Schema file for DataAssessmentFieldMetric.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| DataAssessmentMetricId | String | ID of the DataAssessmentMetric associated with this record. | |
| FieldName | String | Field containing FieldName information. | |
| NumMatchedInSync | Int | Field containing NumMatchedInSync information. | |
| NumMatchedDifferent | Int | Field containing NumMatchedDifferent information. | |
| NumMatchedBlanks | Int | Field containing NumMatchedBlanks information. | |
| NumUnmatchedBlanks | Int | Field containing NumUnmatchedBlanks information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for DataAssessmentMetric.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| NumTotal | Int | Field containing NumTotal information. | |
| NumProcessed | Int | Field containing NumProcessed information. | |
| NumMatched | Int | Field containing NumMatched information. | |
| NumMatchedDifferent | Int | Field containing NumMatchedDifferent information. | |
| NumUnmatched | Int | Field containing NumUnmatched information. | |
| NumDuplicates | Int | Field containing NumDuplicates information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for DataAssessmentValueMetric.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| DataAssessmentFieldMetricId | String | ID of the DataAssessmentFieldMetric associated with this record. | |
| FieldValue | String | Field containing FieldValue information. | |
| ValueCount | Int | Number of Value associated with this record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for DatacloudAddress.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| ExternalId | String | External ID from another system. | |
| AddressLine1 | String | Field containing AddressLine1 information. | |
| AddressLine2 | String | Field containing AddressLine2 information. | |
| City | String | City portion of the address. | |
| State | String | State or province portion of the address. | |
| Country | String | Country portion of the address. | |
| PostalCode | String | Postal code portion of the address. | |
| Latitude | String | Used with Longitude to specify the precise geolocation of an address. | |
| Longitude | String | Used with Latitude to specify the precise geolocation of an address. | |
| GeoAccuracyCode | String | Field containing GeoAccuracyCode information. | |
| GeoAccuracyNum | String | Field containing GeoAccuracyNum information. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for DatacloudCompany.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| ExternalId | String | External ID from another system. | |
| CompanyId | String | ID of the Company associated with this record. | |
| Name | String | Name of the record. | |
| Description | String | Text description of the record. | |
| IsInactive | Bool | Indicates whether the record has the Inactive characteristic. | |
| Phone | String | Phone number for the contact or account. | |
| Fax | String | Fax number for the contact or account. | |
| Street | String | Street address. | |
| City | String | City portion of the address. | |
| State | String | State or province portion of the address. | |
| StateCode | String | Field containing StateCode information. | |
| Country | String | Country portion of the address. | |
| CountryCode | String | Field containing CountryCode information. | |
| Zip | String | Field containing Zip information. | |
| Site | String | The billing address city for this account. | |
| Industry | String | Industry that the account belongs to. | |
| NumberOfEmployees | Int | Number of employees working at the company represented by this account. | |
| AnnualRevenue | Decimal | Estimated annual revenue of the account. | |
| DunsNumber | String | The Data Universal Number System (D-U-N-S) number is a nine-digit number assigned to companies by Dun & Bradstreet. | |
| NaicsCode | String | Field containing NaicsCode information. | |
| NaicsDesc | String | Field containing NaicsDesc information. | |
| Sic | String | Standard Industrial Classification code of the company's main business categorization. | |
| SicDesc | String | A brief description of the company's business, based on the SIC code. | |
| Ownership | String | Ownership type for the account. | |
| IsOwned | Bool | Indicates whether the record has the Owned characteristic. | |
| TickerSymbol | String | The stock market symbol for the account. | |
| TradeStyle | String | Field containing TradeStyle information. | |
| Website | String | Website URL for this account. | |
| YearStarted | String | Field containing YearStarted information. | |
| ActiveContacts | Int | Field containing ActiveContacts information. | |
| UpdatedDate | Datetime | Date associated with Updated. | |
| FortuneRank | Int | Field containing FortuneRank information. | |
| IncludedInSnP500 | String | Field containing IncludedInSnP500 information. | |
| PremisesMeasure | Int | Field containing PremisesMeasure information. | |
| PremisesMeasureReliability | String | Field containing PremisesMeasureReliability information. | |
| PremisesMeasureUnit | String | Field containing PremisesMeasureUnit information. | |
| EmployeeQuantityGrowthRate | Double | Field containing EmployeeQuantityGrowthRate information. | |
| SalesTurnoverGrowthRate | Double | Field containing SalesTurnoverGrowthRate information. | |
| PriorYearEmployees | Int | Field containing PriorYearEmployees information. | |
| PriorYearRevenue | Decimal | Field containing PriorYearRevenue information. | |
| IsInCrm | Bool | Indicates whether the record has the InCrm characteristic. | |
| FullAddress | String | Field containing FullAddress information. | |
| SicCodeDesc | String | Field containing SicCodeDesc information. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for DatacloudContact.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| ExternalId | String | External ID from another system. | |
| CompanyId | String | ID of the Company associated with this record. | |
| ContactId | String | ID of the Contact associated with this record. | |
| CompanyName | String | Field containing CompanyName information. | |
| Title | String | Title of the contact or person, for example CEO or Vice President. | |
| IsInactive | Bool | Indicates whether the record has the Inactive characteristic. | |
| FirstName | String | First name of the contact or person account. | |
| LastName | String | Last name of the contact or person account. Required for person accounts. | |
| Phone | String | Phone number for the contact or account. | |
| String | Email address for the contact or person account. | ||
| Street | String | Street address. | |
| City | String | City portion of the address. | |
| State | String | State or province portion of the address. | |
| Country | String | Country portion of the address. | |
| Zip | String | Field containing Zip information. | |
| Department | String | The contact's department. | |
| Level | String | Field containing Level information. | |
| IsOwned | Bool | Indicates whether the record has the Owned characteristic. | |
| UpdatedDate | Datetime | Date associated with Updated. | |
| IsInCrm | Bool | Indicates whether the record has the InCrm characteristic. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for DatacloudDandBCompany.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| ExternalId | String | External ID from another system. | |
| Name | String | Name of the record. | |
| DunsNumber | String | The Data Universal Number System (D-U-N-S) number is a nine-digit number assigned to companies by Dun & Bradstreet. | |
| CompanyId | String | ID of the Company associated with this record. | |
| Street | String | Street address. | |
| City | String | City portion of the address. | |
| State | String | State or province portion of the address. | |
| StateCode | String | Field containing StateCode information. | |
| Country | String | Country portion of the address. | |
| CountryCode | String | Field containing CountryCode information. | |
| Zip | String | Field containing Zip information. | |
| Phone | String | Phone number for the contact or account. | |
| Fax | String | Fax number for the contact or account. | |
| CountryAccessCode | String | Field containing CountryAccessCode information. | |
| PublicIndicator | String | Field containing PublicIndicator information. | |
| StockSymbol | String | Field containing StockSymbol information. | |
| StockExchange | String | Field containing StockExchange information. | |
| SalesVolume | Double | Field containing SalesVolume information. | |
| URL | String | Field containing URL information. | |
| OutOfBusiness | String | Field containing OutOfBusiness information. | |
| EmployeesTotal | Double | Field containing EmployeesTotal information. | |
| FipsMsaCode | String | Field containing FipsMsaCode information. | |
| FipsMsaDesc | String | Field containing FipsMsaDesc information. | |
| TradeStyle1 | String | Field containing TradeStyle1 information. | |
| YearStarted | String | Field containing YearStarted information. | |
| MailingStreet | String | Street address for Mailing purposes. | |
| MailingCity | String | City for Mailing address. | |
| MailingState | String | State or province for Mailing address. | |
| MailingStateCode | String | Field containing MailingStateCode information. | |
| MailingCountry | String | Country for Mailing address. | |
| MailingCountryCode | String | Field containing MailingCountryCode information. | |
| MailingZip | String | Field containing MailingZip information. | |
| Latitude | String | Used with Longitude to specify the precise geolocation of an address. | |
| Longitude | String | Used with Latitude to specify the precise geolocation of an address. | |
| PrimarySic | String | Field containing PrimarySic information. | |
| PrimarySicDesc | String | Field containing PrimarySicDesc information. | |
| SecondSic | String | Field containing SecondSic information. | |
| SecondSicDesc | String | Field containing SecondSicDesc information. | |
| ThirdSic | String | Field containing ThirdSic information. | |
| ThirdSicDesc | String | Field containing ThirdSicDesc information. | |
| FourthSic | String | Field containing FourthSic information. | |
| FourthSicDesc | String | Field containing FourthSicDesc information. | |
| FifthSic | String | Field containing FifthSic information. | |
| FifthSicDesc | String | Field containing FifthSicDesc information. | |
| SixthSic | String | Field containing SixthSic information. | |
| SixthSicDesc | String | Field containing SixthSicDesc information. | |
| PrimaryNaics | String | Field containing PrimaryNaics information. | |
| PrimaryNaicsDesc | String | Field containing PrimaryNaicsDesc information. | |
| SecondNaics | String | Field containing SecondNaics information. | |
| SecondNaicsDesc | String | Field containing SecondNaicsDesc information. | |
| ThirdNaics | String | Field containing ThirdNaics information. | |
| ThirdNaicsDesc | String | Field containing ThirdNaicsDesc information. | |
| FourthNaics | String | Field containing FourthNaics information. | |
| FourthNaicsDesc | String | Field containing FourthNaicsDesc information. | |
| FifthNaics | String | Field containing FifthNaics information. | |
| FifthNaicsDesc | String | Field containing FifthNaicsDesc information. | |
| SixthNaics | String | Field containing SixthNaics information. | |
| SixthNaicsDesc | String | Field containing SixthNaicsDesc information. | |
| OwnOrRent | String | Field containing OwnOrRent information. | |
| EmployeesHere | Double | Field containing EmployeesHere information. | |
| EmployeesHereReliability | String | Field containing EmployeesHereReliability information. | |
| SalesVolumeReliability | String | Field containing SalesVolumeReliability information. | |
| CurrencyCode | String | Field containing CurrencyCode information. | |
| LegalStatus | String | Status of the Legal. | |
| GlobalUltimateTotalEmployees | Double | Field containing GlobalUltimateTotalEmployees information. | |
| EmployeesTotalReliability | String | Field containing EmployeesTotalReliability information. | |
| MinorityOwned | String | Field containing MinorityOwned information. | |
| WomenOwned | String | Field containing WomenOwned information. | |
| SmallBusiness | String | Field containing SmallBusiness information. | |
| MarketingSegmentationCluster | String | Field containing MarketingSegmentationCluster information. | |
| ImportExportAgent | String | Field containing ImportExportAgent information. | |
| Subsidiary | String | Field containing Subsidiary information. | |
| TradeStyle2 | String | Field containing TradeStyle2 information. | |
| TradeStyle3 | String | Field containing TradeStyle3 information. | |
| TradeStyle4 | String | Field containing TradeStyle4 information. | |
| TradeStyle5 | String | Field containing TradeStyle5 information. | |
| NationalId | String | ID of the National associated with this record. | |
| NationalIdType | String | Type classification for NationalId. | |
| UsTaxId | String | ID of the UsTax associated with this record. | |
| GeoCodeAccuracy | String | Accuracy level of the geocode for the address. | |
| FamilyMembers | Int | Field containing FamilyMembers information. | |
| MarketingPreScreen | String | Field containing MarketingPreScreen information. | |
| GlobalUltimateDunsNumber | String | GlobalUltimateDuns identification number. | |
| GlobalUltimateBusinessName | String | Field containing GlobalUltimateBusinessName information. | |
| ParentOrHqDunsNumber | String | ParentOrHqDuns identification number. | |
| ParentOrHqBusinessName | String | Field containing ParentOrHqBusinessName information. | |
| DomesticUltimateDunsNumber | String | DomesticUltimateDuns identification number. | |
| DomesticUltimateBusinessName | String | Field containing DomesticUltimateBusinessName information. | |
| LocationStatus | String | Status of the Location. | |
| CompanyCurrencyIsoCode | String | Field containing CompanyCurrencyIsoCode information. | |
| Description | String | Text description of the record. | |
| IsOwned | Bool | Indicates whether the record has the Owned characteristic. | |
| IsParent | Bool | Indicates whether the record has the Parent characteristic. | |
| FortuneRank | Int | Field containing FortuneRank information. | |
| IncludedInSnP500 | String | Field containing IncludedInSnP500 information. | |
| PremisesMeasure | Int | Field containing PremisesMeasure information. | |
| PremisesMeasureReliability | String | Field containing PremisesMeasureReliability information. | |
| PremisesMeasureUnit | String | Field containing PremisesMeasureUnit information. | |
| EmployeeQuantityGrowthRate | Double | Field containing EmployeeQuantityGrowthRate information. | |
| SalesTurnoverGrowthRate | Double | Field containing SalesTurnoverGrowthRate information. | |
| PrimarySic8 | String | Field containing PrimarySic8 information. | |
| PrimarySic8Desc | String | Field containing PrimarySic8Desc information. | |
| SecondSic8 | String | Field containing SecondSic8 information. | |
| SecondSic8Desc | String | Field containing SecondSic8Desc information. | |
| ThirdSic8 | String | Field containing ThirdSic8 information. | |
| ThirdSic8Desc | String | Field containing ThirdSic8Desc information. | |
| FourthSic8 | String | Field containing FourthSic8 information. | |
| FourthSic8Desc | String | Field containing FourthSic8Desc information. | |
| FifthSic8 | String | Field containing FifthSic8 information. | |
| FifthSic8Desc | String | Field containing FifthSic8Desc information. | |
| SixthSic8 | String | Field containing SixthSic8 information. | |
| SixthSic8Desc | String | Field containing SixthSic8Desc information. | |
| PriorYearEmployees | Int | Field containing PriorYearEmployees information. | |
| PriorYearRevenue | Double | Field containing PriorYearRevenue information. | |
| Industry | String | Industry that the account belongs to. | |
| Revenue | Double | Field containing Revenue information. | |
| IsInCrm | Bool | Indicates whether the record has the InCrm characteristic. | |
| FullAddress | String | Field containing FullAddress information. | |
| SicCodeDesc | String | Field containing SicCodeDesc information. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for DatacloudOwnedEntity.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| DataDotComKey | String | Field containing DataDotComKey information. | |
| DatacloudEntityType | String | Type classification for DatacloudEntity. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| PurchaseUsageId | String | ID of the PurchaseUsage associated with this record. | |
| PurchaseType | String | Type classification for Purchase. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for DatacloudPurchaseUsage.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| UserId | String |
User.Id | ID of the User associated with this record. |
| UserType | String | Type classification for User. | |
| PurchaseType | String | Type classification for Purchase. | |
| DatacloudEntityType | String | Type classification for DatacloudEntity. | |
| Usage | Double | Field containing Usage information. | |
| Description | String | Text description of the record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for DataStatistics.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| ExternalId | String | External ID from another system. | |
| StatType | String | Type classification for Stat. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| Type | String | Type of account or classification. | |
| StatValue | Int | Field containing StatValue information. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for DataType.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| IsComplex | Bool | Indicates whether the record has the Complex characteristic. | |
| ContextServiceDataTypeId | String | ID of the ContextServiceDataType associated with this record. | |
| ContextWsdlDataTypeId | String | ID of the ContextWsdlDataType associated with this record. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for DataUseLegalBasisHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| DataUseLegalBasisId | String | ID of the DataUseLegalBasis associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for DataUsePurposeHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| DataUsePurposeId | String | ID of the DataUsePurpose associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for DataWeaveResource.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| Language | String | Language of the record or user interface. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| IsProtected | Bool | Indicates whether the component is protected or not. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ContentType | String | Type classification for Content. | |
| ApiVersion | Double | Field containing ApiVersion information. | |
| BodyLength | Int | Field containing BodyLength information. | |
| IsGlobal | Bool | Indicates whether the record has the Global characteristic. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for DatedConversionRate.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsoCode | String | Indicates whether the record has the oCode characteristic. | |
| StartDate | Date | Start date for the record or activity. | |
| NextStartDate | Date | Date associated with NextStart. | |
| ConversionRate | Double | Field containing ConversionRate information. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
行動と、招待を辞退した被招集者との関連を追跡します。
| Name | Type | References | Description |
| Id [KEY] | String | 辞退された行動リレーションレコードの一意の識別子。 | |
| RelationId | String | 行動の招待を辞退したユーザーまたは取引先責任者のID。 | |
| RelationIdType | String | ステートメントで使用する'RelationId' ポリモーフィック項目のタイプを指定します。 | |
| RelationIdExternalFieldName | String | INSERT/UPDATE/UPSERT ステートメントで使用する'RelationId' ポリモーフィック項目の外部項目名を指定します。 | |
| EventId | String |
Event.Id | 辞退された行動のID。 |
| RespondedDate | Datetime | 辞退の返答が送信された日時。 | |
| Response | String | 返答の状態('辞退'など)。 | |
| CreatedById | String |
User.Id | 辞退された行動リレーションレコードを作成したユーザーのID。 |
| LastModifiedDate | Datetime | 辞退された行動リレーションレコードが最後に変更された日時。 | |
| LastModifiedById | String |
User.Id | 辞退された行動リレーションレコードを最後に変更したユーザーのID。 |
| IsDeleted | Bool | 辞退された行動リレーションレコードが削除されているかどうかを示します。 | |
| Type | String | ユーザー、取引先責任者、リードなど、リレーションの種別を指定します。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定された場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されたときにアップサートが使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するオプションのスコープ。このプロパティは次の値のいずれかを取ることができます:Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team。 | |
| SystemModstamp | Datetime | 辞退された行動リレーションに対する最後のシステム更新のタイムスタンプ。 | |
| CreatedDate | Datetime | 辞退された行動リレーションレコードが作成された日時。 |
Schema file for DeleteEvent.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| Record | String | Field containing Record information. | |
| RecordName | String | Field containing RecordName information. | |
| DeletedById | String |
User.Id | ID of the DeletedBy associated with this record. |
| DeletedDate | Datetime | Date associated with Deleted. | |
| SobjectName | String | Field containing SobjectName information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. |
Salesforce サイトおよびコミュニティ用に設定されたカスタムドメインの詳細を保存します。
| Name | Type | References | Description |
| Id [KEY] | String | ドメインレコードの一意の識別子。 | |
| DomainType | String | ドメインの種類(Custom、Login、Site など)。 | |
| Domain | String | Salesforce 組織に関連付けられた完全修飾ドメイン名。 | |
| OptionsHstsPreload | Bool | OptionsHstsPreload 情報を含む項目。 | |
| CnameTarget | String | CnameTarget 情報を含む項目。 | |
| HttpsOption | String | HttpsOption 情報を含む項目。 | |
| CreatedById | String |
User.Id | ドメインレコードを作成したユーザーのID。 |
| LastModifiedDate | Datetime | ドメインレコードが最後に変更された日時。 | |
| LastModifiedById | String |
User.Id | ドメインレコードを最後に変更したユーザーのID。 |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定された場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されたときにアップサートが使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するオプションのスコープ。このプロパティは次の値のいずれかを取ることができます:Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team。 | |
| SystemModstamp | Datetime | Salesforce がレコードの変更を追跡するために使用するタイムスタンプ。 | |
| CreatedDate | Datetime | ドメインレコードが作成された日時。 |
カスタムドメインを特定のSalesforce サイトにリンクし、ドメインの関連付けを管理します。
| Name | Type | References | Description |
| Id [KEY] | String | ドメインサイトレコードの一意の識別子。 | |
| DomainId | String |
Domain.Id | 関連付けられているドメインのID。 |
| SiteId | String |
Site.Id | 関連付けられているSalesforce サイトのID。 |
| PathPrefix | String | リクエストを正しいサイトにルーティングするために使用されるパスプレフィックス。 | |
| CreatedById | String |
User.Id | ドメインサイトレコードを作成したユーザーのID。 |
| LastModifiedDate | Datetime | ドメインサイトレコードが最後に変更された日時。 | |
| LastModifiedById | String |
User.Id | ドメインサイトレコードを最後に変更したユーザーのID。 |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定された場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されたときにアップサートが使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するオプションのスコープ。このプロパティは次の値のいずれかを取ることができます:Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team。 | |
| SystemModstamp | Datetime | Salesforce がレコードの変更を追跡するために使用するタイムスタンプ。 | |
| CreatedDate | Datetime | ドメインサイトレコードが作成された日時。 |
Schema file for DuplicateRule.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| SobjectType | String | Type classification for Sobject. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| Language | String | Language of the record or user interface. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| IsActive | Bool | Indicates whether the record is active. | |
| SobjectSubtype | String | Type classification for SobjectSub. | |
| LastViewedDate | Datetime | Date and time when the record was last viewed in the user interface. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for EmbeddedServiceDetail.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| Site | String | The billing address city for this account. | |
| PrimaryColor | String | Field containing PrimaryColor information. | |
| SecondaryColor | String | Field containing SecondaryColor information. | |
| ContrastPrimaryColor | String | Field containing ContrastPrimaryColor information. | |
| ContrastInvertedColor | String | Field containing ContrastInvertedColor information. | |
| NavBarColor | String | Field containing NavBarColor information. | |
| NavBarTextColor | String | Field containing NavBarTextColor information. | |
| SecondaryNavBarColor | String | Field containing SecondaryNavBarColor information. | |
| Font | String | Field containing Font information. | |
| IsLiveAgentEnabled | Bool | Indicates whether the record has the LiveAgentEnabled characteristic. | |
| IsFieldServiceEnabled | Bool | Indicates whether the record has the FieldServiceEnabled characteristic. | |
| Width | Int | Field containing Width information. | |
| Height | Int | Field containing Height information. | |
| IsPrechatEnabled | Bool | Indicates whether the record has the PrechatEnabled characteristic. | |
| CustomPrechatComponent | String | Field containing CustomPrechatComponent information. | |
| AvatarImg | String | Field containing AvatarImg information. | |
| SmallCompanyLogoImg | String | Field containing SmallCompanyLogoImg information. | |
| PrechatBackgroundImg | String | Field containing PrechatBackgroundImg information. | |
| WaitingStateBackgroundImg | String | Field containing WaitingStateBackgroundImg information. | |
| FontSize | String | Field containing FontSize information. | |
| OfflineCaseBackgroundImg | String | Field containing OfflineCaseBackgroundImg information. | |
| IsOfflineCaseEnabled | Bool | Indicates whether the record has the OfflineCaseEnabled characteristic. | |
| IsQueuePositionEnabled | Bool | Indicates whether the record has the QueuePositionEnabled characteristic. | |
| ShouldShowNewAppointment | Bool | Field containing ShouldShowNewAppointment information. | |
| ShouldShowExistingAppointment | Bool | Field containing ShouldShowExistingAppointment information. | |
| FieldServiceHomeImg | String | Field containing FieldServiceHomeImg information. | |
| FieldServiceLogoImg | String | Field containing FieldServiceLogoImg information. | |
| FieldServiceConfirmCardImg | String | Field containing FieldServiceConfirmCardImg information. | |
| ShouldHideAuthDialog | Bool | Field containing ShouldHideAuthDialog information. | |
| CustomMinimizedComponent | String | Field containing CustomMinimizedComponent information. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for EmbeddedServiceLabel.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| EmbeddedServiceConfigDeveloperName | String | Field containing EmbeddedServiceConfigDeveloperName information. | |
| LabelKey | String | Field containing LabelKey information. | |
| CustomLabelName | String | Field containing CustomLabelName information. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for EngagementChannelTypeHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| EngagementChannelTypeId | String | ID of the EngagementChannelType associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for EntitlementHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| EntitlementId | String |
Entitlement.Id | ID of the Entitlement associated with this record. |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for EntityDefinition.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| QualifiedApiName | String | Field containing QualifiedApiName information. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| Label | String | Field containing Label information. | |
| PluralLabel | String | Field containing PluralLabel information. | |
| DefaultCompactLayoutId | String | ID of the DefaultCompactLayout associated with this record. | |
| IsCustomizable | Bool | Indicates whether the record has the Customizable characteristic. | |
| IsApexTriggerable | Bool | Indicates whether the record has the ApexTriggerable characteristic. | |
| IsWorkflowEnabled | Bool | Indicates whether the record has the WorkflowEnabled characteristic. | |
| IsProcessEnabled | Bool | Indicates whether the record has the ProcessEnabled characteristic. | |
| IsCompactLayoutable | Bool | Indicates whether the record has the CompactLayoutable characteristic. | |
| DeploymentStatus | String | Status of the Deployment. | |
| KeyPrefix | String | Field containing KeyPrefix information. | |
| IsCustomSetting | Bool | Indicates whether the record has the CustomSetting characteristic. | |
| IsDeprecatedAndHidden | Bool | Indicates whether the record has the DeprecatedAndHidden characteristic. | |
| IsReplicateable | Bool | Indicates whether the record has the Replicateable characteristic. | |
| IsRetrieveable | Bool | Indicates whether the record has the Retrieveable characteristic. | |
| IsSearchLayoutable | Bool | Indicates whether the record has the SearchLayoutable characteristic. | |
| IsSearchable | Bool | Indicates whether the record has the Searchable characteristic. | |
| IsTriggerable | Bool | Indicates whether the record has the Triggerable characteristic. | |
| IsIdEnabled | Bool | Indicates whether the record has the IdEnabled characteristic. | |
| IsEverCreatable | Bool | Indicates whether the record has the EverCreatable characteristic. | |
| IsEverUpdatable | Bool | Indicates whether the record has the EverUpdatable characteristic. | |
| IsEverDeletable | Bool | Indicates whether the record has the EverDeletable characteristic. | |
| IsFeedEnabled | Bool | Indicates whether the record has the FeedEnabled characteristic. | |
| IsQueryable | Bool | Indicates whether the record has the Queryable characteristic. | |
| IsMruEnabled | Bool | Indicates whether the record has the MruEnabled characteristic. | |
| DetailUrl | String | Field containing DetailUrl information. | |
| EditUrl | String | Field containing EditUrl information. | |
| NewUrl | String | Field containing NewUrl information. | |
| EditDefinitionUrl | String | Field containing EditDefinitionUrl information. | |
| HelpSettingPageName | String | Field containing HelpSettingPageName information. | |
| HelpSettingPageUrl | String | Field containing HelpSettingPageUrl information. | |
| RunningUserEntityAccessId | String | ID of the RunningUserEntityAccess associated with this record. | |
| PublisherId | String |
Publisher.Id | ID of the Publisher associated with this record. |
| IsLayoutable | Bool | Indicates whether the record has the Layoutable characteristic. | |
| RecordTypesSupported | String | Field containing RecordTypesSupported information. | |
| InternalSharingModel | String | Field containing InternalSharingModel information. | |
| ExternalSharingModel | String | Field containing ExternalSharingModel information. | |
| HasSubtypes | Bool | Indicates whether the record has Subtypes. | |
| IsSubtype | Bool | Indicates whether the record has the Subtype characteristic. | |
| IsAutoActivityCaptureEnabled | Bool | Indicates whether the record has the AutoActivityCaptureEnabled characteristic. | |
| IsInterface | Bool | Indicates whether the record has the Interface characteristic. | |
| ImplementsInterfaces | String | Field containing ImplementsInterfaces information. | |
| ImplementedBy | String | Field containing ImplementedBy information. | |
| ExtendsInterfaces | String | Field containing ExtendsInterfaces information. | |
| ExtendedBy | String | Field containing ExtendedBy information. | |
| DefaultImplementation | String | Field containing DefaultImplementation information. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for EntityMilestoneHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| EntityMilestoneId | String | ID of the EntityMilestone associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for EntityParticle.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| QualifiedApiName | String | Field containing QualifiedApiName information. | |
| EntityDefinitionId | String | ID of the EntityDefinition associated with this record. | |
| FieldDefinitionId | String | ID of the FieldDefinition associated with this record. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| Label | String | Field containing Label information. | |
| Length | Int | Field containing Length information. | |
| DataType | String | Type classification for Data. | |
| ServiceDataTypeId | String |
DataType.Id | ID of the ServiceDataType associated with this record. |
| ValueTypeId | String |
DataType.Id | ID of the ValueType associated with this record. |
| ExtraTypeInfo | String | Field containing ExtraTypeInfo information. | |
| IsAutonumber | Bool | Indicates whether the record has the Autonumber characteristic. | |
| ByteLength | Int | Field containing ByteLength information. | |
| IsCaseSensitive | Bool | Indicates whether the record has the CaseSensitive characteristic. | |
| IsUnique | Bool | Indicates whether the record has the Unique characteristic. | |
| IsCreatable | Bool | Indicates whether the record has the Creatable characteristic. | |
| IsUpdatable | Bool | Indicates whether the record has the Updatable characteristic. | |
| IsDefaultedOnCreate | Bool | Indicates whether the record has the DefaultedOnCreate characteristic. | |
| IsWriteRequiresMasterRead | Bool | Indicates whether the record has the WriteRequiresMasterRead characteristic. | |
| IsCalculated | Bool | Indicates whether the record has the Calculated characteristic. | |
| IsHighScaleNumber | Bool | Indicates whether the record has the HighScaleNumber characteristic. | |
| IsHtmlFormatted | Bool | Indicates whether the record has the HtmlFormatted characteristic. | |
| IsNameField | Bool | Indicates whether the record has the NameField characteristic. | |
| IsNillable | Bool | Indicates whether the record has the Nillable characteristic. | |
| IsPermissionable | Bool | Indicates whether the record has the Permissionable characteristic. | |
| IsEncrypted | Bool | Indicates whether the record has the Encrypted characteristic. | |
| Digits | Int | Field containing Digits information. | |
| InlineHelpText | String | Field containing InlineHelpText information. | |
| RelationshipName | String | Field containing RelationshipName information. | |
| ReferenceTargetField | String | Field containing ReferenceTargetField information. | |
| Name | String | Name of the record. | |
| Mask | String | Field containing Mask information. | |
| MaskType | String | Type classification for Mask. | |
| IsWorkflowFilterable | Bool | Indicates whether the record has the WorkflowFilterable characteristic. | |
| IsCompactLayoutable | Bool | Indicates whether the record has the CompactLayoutable characteristic. | |
| Precision | Int | Field containing Precision information. | |
| Scale | Int | Field containing Scale information. | |
| IsFieldHistoryTracked | Bool | Indicates whether the record has the FieldHistoryTracked characteristic. | |
| IsApiFilterable | Bool | Indicates whether the record has the ApiFilterable characteristic. | |
| IsApiSortable | Bool | Indicates whether the record has the ApiSortable characteristic. | |
| IsApiGroupable | Bool | Indicates whether the record has the ApiGroupable characteristic. | |
| IsListVisible | Bool | Indicates whether the record has the ListVisible characteristic. | |
| IsLayoutable | Bool | Indicates whether the record has the Layoutable characteristic. | |
| IsDependentPicklist | Bool | Indicates whether the record has the DependentPicklist characteristic. | |
| IsDeprecatedAndHidden | Bool | Indicates whether the record has the DeprecatedAndHidden characteristic. | |
| IsDisplayLocationInDecimal | Bool | Indicates whether the record has the DisplayLocationInDecimal characteristic. | |
| DefaultValueFormula | String | Field containing DefaultValueFormula information. | |
| IsIdLookup | Bool | Indicates whether the record has the IdLookup characteristic. | |
| IsNamePointing | Bool | Indicates whether the record has the NamePointing characteristic. | |
| RelationshipOrder | Int | Field containing RelationshipOrder information. | |
| ReferenceTo | String | Field containing ReferenceTo information. | |
| IsComponent | Bool | Indicates whether the record has the Component characteristic. | |
| IsCompound | Bool | Indicates whether the record has the Compound characteristic. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for EventBusSubscriber.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| ExternalId | String | External ID from another system. | |
| Name | String | Name of the record. | |
| Type | String | Type of account or classification. | |
| Topic | String | Field containing Topic information. | |
| Position | Int | Field containing Position information. | |
| Tip | Int | Field containing Tip information. | |
| Retries | Int | Field containing Retries information. | |
| LastError | String | Field containing LastError information. | |
| Status | String | Status of the record. | |
| IsPartitioned | Bool | Indicates whether the record has the Partitioned characteristic. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for EventLogFile.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| EventType | String | Type classification for Event. | |
| LogDate | Datetime | Date associated with Log. | |
| LogFileLength | Double | Field containing LogFileLength information. | |
| LogFileContentType | String | Type classification for LogFileContent. | |
| ApiVersion | Double | Field containing ApiVersion information. | |
| Sequence | Int | Field containing Sequence information. | |
| Interval | String | Field containing Interval information. | |
| LogFileFieldNames | String | Field containing LogFileFieldNames information. | |
| LogFileFieldTypes | String | Field containing LogFileFieldTypes information. | |
| LogFile | String | Field containing LogFile information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for EventRelayConfig.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| Language | String | Language of the record or user interface. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| EventChannel | String | Field containing EventChannel information. | |
| DestinationResourceName | String | Field containing DestinationResourceName information. | |
| State | String | State or province portion of the address. | |
| RelayOption | String | Field containing RelayOption information. | |
| UsageType | String | Type classification for Usage. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for EventRelayFeedback.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| EventRelayNumber | String | EventRelay identification number. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| EventRelayConfigId | String | ID of the EventRelayConfig associated with this record. | |
| RemoteResource | String | Field containing RemoteResource information. | |
| Status | String | Status of the record. | |
| ErrorMessage | String | Field containing ErrorMessage information. | |
| ErrorTime | Datetime | Field containing ErrorTime information. | |
| ErrorIdentifier | String | Field containing ErrorIdentifier information. | |
| ErrorCode | String | Field containing ErrorCode information. | |
| LastRelayedEventTime | Datetime | Field containing LastRelayedEventTime information. | |
| UsageType | String | Type classification for Usage. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ExpressionSetView.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| Name | String | Name of the record. | |
| Description | String | Text description of the record. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| IsTemplate | Bool | Indicates whether the record has the Template characteristic. | |
| LastModifiedBy | String | Field containing LastModifiedBy information. | |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| ExpressionSetDetails | String | Field containing ExpressionSetDetails information. | |
| IsExecutable | Bool | Indicates whether the record has the Executable characteristic. | |
| UsageType | String | Type classification for Usage. | |
| UsageTypeLabel | String | Field containing UsageTypeLabel information. | |
| HasContextDefinitionRef | Bool | Indicates whether the record has ContextDefinitionRef. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for ExternalAIModel.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| Language | String | Language of the record or user interface. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ApplicationType | String | Type classification for Application. | |
| ExternalModelKey | String | Field containing ExternalModelKey information. | |
| Status | String | Status of the record. | |
| Threshold | Double | Field containing Threshold information. | |
| TrainingJobName | String | Field containing TrainingJobName information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ExternalClientApplication.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| Language | String | Language of the record or user interface. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ContactEmail | String | Field containing ContactEmail information. | |
| ContactPhone | String | Field containing ContactPhone information. | |
| DistributionState | String | State or province for Distribution address. | |
| ManagedType | String | Type classification for Managed. | |
| ManagedCollection | String | Field containing ManagedCollection information. | |
| ManagedSetupPointer | String | Field containing ManagedSetupPointer information. | |
| OrgScopedExternalApp | String | Field containing OrgScopedExternalApp information. | |
| LogoUrl | String | Field containing LogoUrl information. | |
| InfoUrl | String | Field containing InfoUrl information. | |
| IconUrl | String | Field containing IconUrl information. | |
| Description | String | Text description of the record. | |
| Version | String | Field containing Version information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ExternalDataSource.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| Language | String | Language of the record or user interface. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| Type | String | Type of account or classification. | |
| Endpoint | String | Field containing Endpoint information. | |
| Repository | String | Field containing Repository information. | |
| IsWritable | Bool | Indicates whether the record has the Writable characteristic. | |
| PrincipalType | String | Type classification for Principal. | |
| Protocol | String | Field containing Protocol information. | |
| AuthProviderId | String |
AuthProvider.Id | ID of the AuthProvider associated with this record. |
| LargeIconId | String | ID of the LargeIcon associated with this record. | |
| SmallIconId | String | ID of the SmallIcon associated with this record. | |
| CustomConfiguration | String | Field containing CustomConfiguration information. | |
| NamedCredentialId | String | ID of the NamedCredential associated with this record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ExternalDataSrcDescriptor.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| ExternalDataSourceId | String | ID of the ExternalDataSource associated with this record. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| Language | String | Language of the record or user interface. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| Type | String | Type of account or classification. | |
| SystemVersion | Int | Field containing SystemVersion information. | |
| DescriptorVersion | String | Field containing DescriptorVersion information. | |
| Subtype | String | Type classification for Sub. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ExtlClntAppAndroidPushConfig.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ExtlClntAppPushSettingsId | String | ID of the ExtlClntAppPushSettings associated with this record. | |
| FcmProject | String | Field containing FcmProject information. | |
| ServiceAccount | String | Number of ServiceAc associated with this record. | |
| IsCurrent | Bool | Indicates whether the record has the Current characteristic. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ExtlClntAppApplePushConfig.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ExtlClntAppPushSettingsId | String | ID of the ExtlClntAppPushSettings associated with this record. | |
| Environment | String | Field containing Environment information. | |
| Certificate | String | Field containing Certificate information. | |
| Password | String | Field containing Password information. | |
| KeyIdentifier | String | Field containing KeyIdentifier information. | |
| TeamIdentifier | String | Field containing TeamIdentifier information. | |
| SigningKey | String | Field containing SigningKey information. | |
| ApplicationBundle | String | Field containing ApplicationBundle information. | |
| IsCurrent | Bool | Indicates whether the record has the Current characteristic. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ExtlClntAppMobileSettings.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| Language | String | Language of the record or user interface. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ExternalClientApplicationId | String | ID of the ExternalClientApplication associated with this record. | |
| IsScreenLockEnabled | Bool | Indicates whether the record has the ScreenLockEnabled characteristic. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ExtlClntAppMobPlcyConfig.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| Language | String | Language of the record or user interface. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ExternalClientApplicationId | String | ID of the ExternalClientApplication associated with this record. | |
| ExtlClntAppMobileSettingsId | String | ID of the ExtlClntAppMobileSettings associated with this record. | |
| ScreenLockTimeout | String | Field containing ScreenLockTimeout information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ExtlClntAppNotifSettings.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| Language | String | Language of the record or user interface. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ExternalClientApplicationId | String | ID of the ExternalClientApplication associated with this record. | |
| ExtlClntAppOauthSettingsId | String | ID of the ExtlClntAppOauthSettings associated with this record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ExtlClntAppNotifType.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ExtlClntAppNotifSettingsId | String | ID of the ExtlClntAppNotifSettings associated with this record. | |
| NotificationType | String | Type classification for Notification. | |
| IsPushByDefault | Bool | Indicates whether the record has the PushByDefault characteristic. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ExtlClntAppOauthConsumer.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| Language | String | Language of the record or user interface. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ExternalClientApplicationId | String | ID of the ExternalClientApplication associated with this record. | |
| ExtlClntAppOauthSettingsId | String | ID of the ExtlClntAppOauthSettings associated with this record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ExtlClntAppOauthIpRange.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ExtlClntAppOauthSettingsId | String | ID of the ExtlClntAppOauthSettings associated with this record. | |
| StartIpAddress | String | Field containing StartIpAddress information. | |
| EndIpAddress | String | Field containing EndIpAddress information. | |
| Description | String | Text description of the record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ExtlClntAppOauthPlcyAttr.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ExtlClntAppOauthPlcyCnfgId | String | ID of the ExtlClntAppOauthPlcyCnfg associated with this record. | |
| Key | String | Field containing Key information. | |
| Value | String | Field containing Value information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ExtlClntAppOauthPlcyCnfg.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| Language | String | Language of the record or user interface. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ExternalClientApplicationId | String | ID of the ExternalClientApplication associated with this record. | |
| RefreshTokenPolicyType | String | Type classification for RefreshTokenPolicy. | |
| RefreshTokenValidityPeriod | Int | Field containing RefreshTokenValidityPeriod information. | |
| RefreshTokenValidityUnit | String | Field containing RefreshTokenValidityUnit information. | |
| IpRelaxationPolicyType | String | Type classification for IpRelaxationPolicy. | |
| PermittedUsersPolicyType | String | Type classification for PermittedUsersPolicy. | |
| SessionTimeoutInMinutes | Int | Field containing SessionTimeoutInMinutes information. | |
| RequiredSessionLevel | String | Field containing RequiredSessionLevel information. | |
| PolicyAction | String | Field containing PolicyAction information. | |
| ExtlClntAppOauthSettingsId | String | ID of the ExtlClntAppOauthSettings associated with this record. | |
| IsClientCredentialsFlowEnabled | Bool | Indicates whether the record has the ClientCredentialsFlowEnabled characteristic. | |
| ClientCredentialsFlowUser | String | Field containing ClientCredentialsFlowUser information. | |
| ApexHandlerId | String |
ApexClass.Id | ID of the ApexHandler associated with this record. |
| ExecuteHandlerAsId | String |
User.Id | ID of the ExecuteHandlerAs associated with this record. |
| SingleLogoutUrl | String | Field containing SingleLogoutUrl information. | |
| StartUrl | String | Field containing StartUrl information. | |
| IsTokenExchangeFlowEnabled | Bool | Indicates whether the record has the TokenExchangeFlowEnabled characteristic. | |
| IsGuestCodeCredFlowEnabled | Bool | Indicates whether the record has the GuestCodeCredFlowEnabled characteristic. | |
| IsNamedUserJwtEnabled | Bool | Indicates whether the record has the NamedUserJwtEnabled characteristic. | |
| GuestJwtTimeout | String | Field containing GuestJwtTimeout information. | |
| NamedUserJwtTimeout | String | Field containing NamedUserJwtTimeout information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ExtlClntAppOauthPlcyCustmScp.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ExtlClntAppOauthPlcyCnfgId | String | ID of the ExtlClntAppOauthPlcyCnfg associated with this record. | |
| ExternalClientApplicationId | String | ID of the ExternalClientApplication associated with this record. | |
| OauthCustomScopeId | String | ID of the OauthCustomScope associated with this record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ExtlClntAppOauthSetAttr.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ExtlClntAppOauthSettingsId | String | ID of the ExtlClntAppOauthSettings associated with this record. | |
| Key | String | Field containing Key information. | |
| Value | String | Field containing Value information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ExtlClntAppOauthSetCustmScp.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ExtlClntAppOauthSettingsId | String | ID of the ExtlClntAppOauthSettings associated with this record. | |
| ExternalClientApplicationId | String | ID of the ExternalClientApplication associated with this record. | |
| OauthCustomScopeId | String | ID of the OauthCustomScope associated with this record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ExtlClntAppOauthSettings.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| Language | String | Language of the record or user interface. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ExternalClientApplicationId | String | ID of the ExternalClientApplication associated with this record. | |
| OauthScopesSSO | Bool | Field containing OauthScopesSSO information. | |
| OauthScopesAPI | Bool | Field containing OauthScopesAPI information. | |
| OauthScopesWEB | Bool | Field containing OauthScopesWEB information. | |
| OauthScopesFULL | Bool | Field containing OauthScopesFULL information. | |
| OauthScopesCHATTER_REST_API | Bool | Field containing OauthScopesCHATTER_REST_API information. | |
| OauthScopesVF | Bool | Field containing OauthScopesVF information. | |
| OauthScopesREFRESH_TOKEN | Bool | Field containing OauthScopesREFRESH_TOKEN information. | |
| OauthScopesOPENID | Bool | ID of the OauthScopesOPEN associated with this record. | |
| OauthScopesPROFILE | Bool | Field containing OauthScopesPROFILE information. | |
| OauthScopesEMAIL | Bool | Field containing OauthScopesEMAIL information. | |
| OauthScopesADDRESS | Bool | Field containing OauthScopesADDRESS information. | |
| OauthScopesPHONE | Bool | Field containing OauthScopesPHONE information. | |
| OauthScopesOFFLINE_ACCESS | Bool | Field containing OauthScopesOFFLINE_ACCESS information. | |
| OauthScopesCUSTOM_PERMISSIONS | Bool | Field containing OauthScopesCUSTOM_PERMISSIONS information. | |
| OauthScopesWAVE_REST_API | Bool | Field containing OauthScopesWAVE_REST_API information. | |
| OauthScopesECLAIR_REST_API | Bool | Field containing OauthScopesECLAIR_REST_API information. | |
| OauthScopesHUB_API | Bool | Field containing OauthScopesHUB_API information. | |
| OauthScopesPARDOT_API | Bool | Field containing OauthScopesPARDOT_API information. | |
| OauthScopesLIGHTNING | Bool | Field containing OauthScopesLIGHTNING information. | |
| OauthScopesCONTENT | Bool | Field containing OauthScopesCONTENT information. | |
| OauthScopesCDP_INGEST_API | Bool | Field containing OauthScopesCDP_INGEST_API information. | |
| OauthScopesCDP_PROFILE_API | Bool | Field containing OauthScopesCDP_PROFILE_API information. | |
| OauthScopesCDP_QUERY_API | Bool | Field containing OauthScopesCDP_QUERY_API information. | |
| OauthScopesCHATBOT_API | Bool | Field containing OauthScopesCHATBOT_API information. | |
| OauthScopesCDP_SEGMENT_API | Bool | Field containing OauthScopesCDP_SEGMENT_API information. | |
| OauthScopesCDP_IDENTITYRESOLUTION_API | Bool | Field containing OauthScopesCDP_IDENTITYRESOLUTION_API information. | |
| OauthScopesFORGOT_PASSWORD | Bool | Field containing OauthScopesFORGOT_PASSWORD information. | |
| OauthScopesCDP_CALCULATED_INSIGHT_API | Bool | Field containing OauthScopesCDP_CALCULATED_INSIGHT_API information. | |
| OauthScopesUSER_REGISTRATION_API | Bool | Field containing OauthScopesUSER_REGISTRATION_API information. | |
| OauthScopesSFAP_API | Bool | Field containing OauthScopesSFAP_API information. | |
| OauthScopesINTERACTION_API | Bool | Field containing OauthScopesINTERACTION_API information. | |
| OauthScopesCDP_API | Bool | Field containing OauthScopesCDP_API information. | |
| OauthScopesEINSTEIN_GPT_API | Bool | Field containing OauthScopesEINSTEIN_GPT_API information. | |
| OauthScopesPWDLESS_LOGIN_API | Bool | Field containing OauthScopesPWDLESS_LOGIN_API information. | |
| OauthLink | String | Field containing OauthLink information. | |
| SingleLogoutUrl | String | Field containing SingleLogoutUrl information. | |
| ExtlClntAppOauthOptionsFirstPartyAppEnabled | Bool | Field containing ExtlClntAppOauthOptionsFirstPartyAppEnabled information. | |
| ClientAssertionCertificate | String | Field containing ClientAssertionCertificate information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ExtlClntAppPlcyCnfg.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| Language | String | Language of the record or user interface. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ExternalClientApplicationId | String | ID of the ExternalClientApplication associated with this record. | |
| IsEnabled | Bool | Indicates whether the record has the Enabled characteristic. | |
| OauthPluginStatus | String | Status of the OauthPlugin. | |
| NotifPluginStatus | String | Status of the NotifPlugin. | |
| MobilePluginStatus | String | Status of the MobilePlugin. | |
| PushPluginStatus | String | Status of the PushPlugin. | |
| StartPage | String | Field containing StartPage information. | |
| SamlPluginStatus | String | Status of the SamlPlugin. | |
| StartUrl | String | Field containing StartUrl information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ExtlClntAppPushPolicyConfig.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| Language | String | Language of the record or user interface. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ExternalClientApplicationId | String | ID of the ExternalClientApplication associated with this record. | |
| ExtlClntAppPushSettingsId | String | ID of the ExtlClntAppPushSettings associated with this record. | |
| IsFullContent | Bool | Indicates whether the record has the FullContent characteristic. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ExtlClntAppPushSettings.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| Language | String | Language of the record or user interface. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ExternalClientApplicationId | String | ID of the ExternalClientApplication associated with this record. | |
| ExtlClntAppOauthSettingsId | String | ID of the ExtlClntAppOauthSettings associated with this record. | |
| PushServiceType | String | Type classification for PushService. | |
| PushConfigLink | String | Field containing PushConfigLink information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ExtlClntAppSamplePlcyCnfg.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| Language | String | Language of the record or user interface. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ExternalClientApplicationId | String | ID of the ExternalClientApplication associated with this record. | |
| AdminOnlyPolicy | String | Field containing AdminOnlyPolicy information. | |
| Policy1 | String | Field containing Policy1 information. | |
| Policy2 | String | Field containing Policy2 information. | |
| ExtlClntAppSampleSettingsId | String | ID of the ExtlClntAppSampleSettings associated with this record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ExtlClntAppSampleSettings.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| Language | String | Language of the record or user interface. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ExternalClientApplicationId | String | ID of the ExternalClientApplication associated with this record. | |
| Version | String | Field containing Version information. | |
| DevicePlatform | String | Field containing DevicePlatform information. | |
| MinimumOsVersion | String | Field containing MinimumOsVersion information. | |
| DeviceType | String | Type classification for Device. | |
| Policy1 | String | Field containing Policy1 information. | |
| Policy2 | String | Field containing Policy2 information. | |
| DevManagedPolicyFieldsPolicy1 | Bool | Field containing DevManagedPolicyFieldsPolicy1 information. | |
| DevManagedPolicyFieldsPolicy2 | Bool | Field containing DevManagedPolicyFieldsPolicy2 information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Chatter 投稿で作成されたアンケートの選択肢を格納し、ユーザーがさまざまなオプションに投票できるようにします。
| Name | Type | References | Description |
| Id [KEY] | String | フィードアンケート選択肢の一意の識別子。 | |
| FeedItemId | String | このアンケートの選択肢が属するフィード項目のID。 | |
| Position | Int | 利用可能なオプションの一覧におけるアンケートの選択肢の順序。 | |
| ChoiceBody | String | ユーザーに表示されるアンケートの選択肢のテキスト。 | |
| CreatedById | String |
User.Id | アンケートの選択肢を作成したユーザーのID。 |
| IsDeleted | Bool | アンケートの選択肢が削除されたかどうかを示します。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定された場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されたときにアップサートが使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するオプションのスコープ。このプロパティは次の値のいずれかを取ることができます:Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team。 | |
| CreatedDate | Datetime | アンケートの選択肢が作成された日時。 |
Chatter のアンケートに対するユーザーの投票を追跡し、アンケートの回答と選択を記録します。
| Name | Type | References | Description |
| Id [KEY] | String | フィードアンケート投票の一意の識別子。 | |
| FeedItemId | String | この投票が関連付けられているフィード項目のID。 | |
| ChoiceId | String | 選択されたアンケートの選択肢のID。 | |
| CreatedById | String |
User.Id | 投票を送信したユーザーのID。 |
| LastModifiedDate | Datetime | 投票が最後に変更された日時。 | |
| IsDeleted | Bool | 投票が削除されたかどうかを示します。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定された場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されたときにアップサートが使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するオプションのスコープ。このプロパティは次の値のいずれかを取ることができます:Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team。 | |
| CreatedDate | Datetime | 投票が作成された日時。 |
Schema file for FeedRevision.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| FeedEntityId | String | ID of the FeedEntity associated with this record. | |
| Revision | Int | Field containing Revision information. | |
| Action | String | Field containing Action information. | |
| EditedAttribute | String | Field containing EditedAttribute information. | |
| Value | String | Field containing Value information. | |
| IsValueRichText | Bool | Indicates whether the record has the ValueRichText characteristic. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for FieldDefinition.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| QualifiedApiName | String | Field containing QualifiedApiName information. | |
| EntityDefinitionId | String | ID of the EntityDefinition associated with this record. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| Label | String | Field containing Label information. | |
| Length | Int | Field containing Length information. | |
| DataType | String | Type classification for Data. | |
| ServiceDataTypeId | String |
DataType.Id | ID of the ServiceDataType associated with this record. |
| ValueTypeId | String |
DataType.Id | ID of the ValueType associated with this record. |
| ExtraTypeInfo | String | Field containing ExtraTypeInfo information. | |
| IsCalculated | Bool | Indicates whether the record has the Calculated characteristic. | |
| IsHighScaleNumber | Bool | Indicates whether the record has the HighScaleNumber characteristic. | |
| IsHtmlFormatted | Bool | Indicates whether the record has the HtmlFormatted characteristic. | |
| IsNameField | Bool | Indicates whether the record has the NameField characteristic. | |
| IsNillable | Bool | Indicates whether the record has the Nillable characteristic. | |
| IsWorkflowFilterable | Bool | Indicates whether the record has the WorkflowFilterable characteristic. | |
| IsCompactLayoutable | Bool | Indicates whether the record has the CompactLayoutable characteristic. | |
| Precision | Int | Field containing Precision information. | |
| Scale | Int | Field containing Scale information. | |
| IsFieldHistoryTracked | Bool | Indicates whether the record has the FieldHistoryTracked characteristic. | |
| IsIndexed | Bool | Indicates whether the record has the Indexed characteristic. | |
| IsApiFilterable | Bool | Indicates whether the record has the ApiFilterable characteristic. | |
| IsApiSortable | Bool | Indicates whether the record has the ApiSortable characteristic. | |
| IsListFilterable | Bool | Indicates whether the record has the ListFilterable characteristic. | |
| IsListSortable | Bool | Indicates whether the record has the ListSortable characteristic. | |
| IsApiGroupable | Bool | Indicates whether the record has the ApiGroupable characteristic. | |
| IsListVisible | Bool | Indicates whether the record has the ListVisible characteristic. | |
| ControllingFieldDefinitionId | String | ID of the ControllingFieldDefinition associated with this record. | |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| PublisherId | String |
Publisher.Id | ID of the Publisher associated with this record. |
| RunningUserFieldAccessId | String | ID of the RunningUserFieldAccess associated with this record. | |
| RelationshipName | String | Field containing RelationshipName information. | |
| ReferenceTo | String | Field containing ReferenceTo information. | |
| ReferenceTargetField | String | Field containing ReferenceTargetField information. | |
| IsCompound | Bool | Indicates whether the record has the Compound characteristic. | |
| IsSearchPrefilterable | Bool | Indicates whether the record has the SearchPrefilterable characteristic. | |
| IsPolymorphicForeignKey | Bool | Indicates whether the record has the PolymorphicForeignKey characteristic. | |
| IsAiPredictionField | Bool | Indicates whether the record has the AiPredictionField characteristic. | |
| BusinessOwnerId | String | ID of the BusinessOwner associated with this record. | |
| BusinessOwnerIdType | String | Specifies the type of the 'BusinessOwnerId' polymorphic field to use in the statement. | |
| BusinessOwnerIdExternalFieldName | String | Specifies the external field name of the 'BusinessOwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BusinessStatus | String | Status of the Business. | |
| SecurityClassification | String | Field containing SecurityClassification information. | |
| ComplianceGroup | String | Field containing ComplianceGroup information. | |
| Description | String | Text description of the record. | |
| SOQL | String | 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 | 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 | 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. |
テーブル内のリレーション項目に関するメタデータを格納し、オブジェクト間の関連付け方法や参照可能なレコードの種類を識別します。
| Name | Type | References | Description |
| Name [KEY] | String | AccountId やOwnerId など、リレーションを定義する項目のAPI 名。 | |
| ReferenceTo [KEY] | String | このリレーション項目が参照する対象オブジェクトまたはテーブルの名前。 | |
| RelationshipName [KEY] | String | この項目から関連オブジェクトにアクセスするためのAPI 名。通常、クエリやコードで使用されます。 | |
| Label | String | Salesforce UI に表示される、リレーション項目のユーザー向けラベル。 |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description | |
| TableName | String | リレーション情報の取得元のテーブルの名前。 |
Schema file for FieldSecurityClassification.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| ApiName | String | The name used when accessing the resource using the API. | |
| SortOrder | Int | Field containing SortOrder information. | |
| Description | String | Text description of the record. | |
| IsHighRiskLevel | Bool | Indicates whether the record has the HighRiskLevel characteristic. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for FileEventStore.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedDate | Datetime | Date and time when the record was created. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| SystemModstamp | Datetime | Date and time when the record was last modified by a user or by an automated process. | |
| EventIdentifier | String | Unique identifier for the event. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| UserIdType | String | Specifies the type of the 'UserId' polymorphic field to use in the statement. | |
| UserIdExternalFieldName | String | Specifies the external field name of the 'UserId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Username | String | Username of the user associated with this record. | |
| EventDate | Datetime | Date and time when the event occurred. | |
| RelatedEventIdentifier | String | ID of a related event. | |
| PolicyId | String | ID of the transaction security policy. | |
| PolicyOutcome | String | Result of the transaction security policy evaluation. | |
| EvaluationTime | Double | Time taken to evaluate the transaction security policy. | |
| SessionKey | String | Unique key identifying the user session. | |
| LoginKey | String | Unique key identifying the login session. | |
| SessionLevel | String | Security level of the user session. | |
| SourceIp | String | IP address from which the request originated. | |
| DocumentId | String | ID of the Document associated with this record. | |
| VersionId | String | ID of the Version associated with this record. | |
| FileName | String | Field containing FileName information. | |
| FileType | String | Type classification for File. | |
| ContentSize | Int | Field containing ContentSize information. | |
| CanDownloadPdf | Bool | Indicates whether the user or record can perform DownloadPdf action. | |
| VersionNumber | String | Version identification number. | |
| ProcessDuration | Double | Field containing ProcessDuration information. | |
| IsLatestVersion | Bool | Indicates whether the record has the LatestVersion characteristic. | |
| FileSource | String | Field containing FileSource information. | |
| FileAction | String | Field containing FileAction information. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for FileSearchActivity.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| SearchTerm | String | Field containing SearchTerm information. | |
| QueryDate | Date | Date associated with Query. | |
| CountQueries | Int | Field containing CountQueries information. | |
| CountUsers | Int | Field containing CountUsers information. | |
| AvgNumResults | Double | Field containing AvgNumResults information. | |
| Period | String | Field containing Period information. | |
| QueryLanguage | String | Field containing QueryLanguage information. | |
| ClickRank | Double | Field containing ClickRank information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
会計年度の設定を格納し、財務報告の開始日と構造を定義します。
| Name | Type | References | Description |
| Id [KEY] | String | 会計年度設定レコードの一意の識別子。 | |
| PeriodId | String |
Period.Id | この会計年度設定に関連付けられている期間のID。 |
| StartDate | Date | 会計年度の開始日。 | |
| EndDate | Date | 会計年度の終了日。 | |
| Name | String | 会計年度に割り当てられた名前(例:'FY2025')。 | |
| IsStandardYear | Bool | 会計年度が標準の暦年に従っているか(true)、カスタム設定か(false)を示します。 | |
| YearType | String | 会計年度の種類('Standard' または'Custom' など)。 | |
| QuarterLabelScheme | String | 会計四半期に使用されるラベル付けスキーマ(数値形式やアルファベット形式など)。 | |
| PeriodLabelScheme | String | 会計期間に使用されるラベル付けスキーマ。 | |
| WeekLabelScheme | String | 会計週に使用されるラベル付けスキーマ。 | |
| QuarterPrefix | String | 会計四半期の命名に使用されるプレフィックス。 | |
| PeriodPrefix | String | 会計期間の命名に使用されるプレフィックス。 | |
| WeekStartDay | Int | 週の開始日を表す数値(例:1 は日曜日、2 は月曜日)。 | |
| Description | String | 会計年度設定に関する追加の説明やメモ。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定された場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されたときにアップサートが使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するオプションのスコープ。このプロパティは次の値のいずれかを取ることができます:Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team。 | |
| SystemModstamp | Datetime | このレコードが最後にシステム更新された日時を示すタイムスタンプ。 |
Schema file for FlexQueueItem.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| FlexQueueItemId | String | ID of the FlexQueueItem associated with this record. | |
| JobType | String | Type classification for Job. | |
| AsyncApexJobId | String |
AsyncApexJob.Id | ID of the AsyncApexJob associated with this record. |
| JobPosition | Int | Field containing JobPosition information. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for FlowDefinitionView.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| ApiName | String | The name used when accessing the resource using the API. | |
| Label | String | Field containing Label information. | |
| Description | String | Text description of the record. | |
| ProcessType | String | Type classification for Process. | |
| TriggerType | String | Type classification for Trigger. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| ActiveVersionId | String | ID of the ActiveVersion associated with this record. | |
| LatestVersionId | String | ID of the LatestVersion associated with this record. | |
| LastModifiedBy | String | Field containing LastModifiedBy information. | |
| IsActive | Bool | Indicates whether the record is active. | |
| IsOutOfDate | Bool | Indicates whether the record has the OutOfDate characteristic. | |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| IsTemplate | Bool | Indicates whether the record has the Template characteristic. | |
| IsOverridable | Bool | Indicates whether the record has the Overridable characteristic. | |
| OverriddenById | String | ID of the OverriddenBy associated with this record. | |
| SourceTemplateId | String | ID of the SourceTemplate associated with this record. | |
| OverriddenFlowId | String | ID of the OverriddenFlow associated with this record. | |
| IsSwingFlow | Bool | Indicates whether the record has the SwingFlow characteristic. | |
| Builder | String | Field containing Builder information. | |
| ManageableState | String | State or province for Manageable address. | |
| InstalledPackageName | String | Field containing InstalledPackageName information. | |
| TriggerObjectOrEventLabel | String | Field containing TriggerObjectOrEventLabel information. | |
| TriggerObjectOrEventId | String | ID of the TriggerObjectOrEvent associated with this record. | |
| RecordTriggerType | String | Type classification for RecordTrigger. | |
| HasAsyncAfterCommitPath | Bool | Indicates whether the record has AsyncAfterCommitPath. | |
| VersionNumber | Int | Version identification number. | |
| TriggerOrder | Int | Field containing TriggerOrder information. | |
| Environments | String | Field containing Environments information. | |
| ApiVersion | Int | Field containing ApiVersion information. | |
| CapacityCategory | String | Field containing CapacityCategory information. | |
| AreMetricsLoggedToDataCloud | Bool | Field containing AreMetricsLoggedToDataCloud information. | |
| SupportedEnvironments | String | Field containing SupportedEnvironments information. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for FlowInterviewLog.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| OwnerId | String | ID of the user who owns the record. | |
| OwnerIdType | String | Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| FlowDeveloperName | String | Field containing FlowDeveloperName information. | |
| FlowInterviewGuid | String | ID of the FlowInterviewGu associated with this record. | |
| FlowVersionNumber | Int | FlowVersion identification number. | |
| InterviewStartTimestamp | Datetime | Field containing InterviewStartTimestamp information. | |
| InterviewEndTimestamp | Datetime | Field containing InterviewEndTimestamp information. | |
| InterviewDurationInMinutes | Double | Field containing InterviewDurationInMinutes information. | |
| InterviewStatus | String | Status of the Interview. | |
| FlowNamespace | String | Field containing FlowNamespace information. | |
| FlowLabel | String | Field containing FlowLabel information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for FlowInterviewLogEntry.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| FlowInterviewLogId | String | ID of the FlowInterviewLog associated with this record. | |
| LogEntryType | String | Type classification for LogEntry. | |
| ElementApiName | String | Field containing ElementApiName information. | |
| LogEntryTimestamp | Datetime | Field containing LogEntryTimestamp information. | |
| DurationSinceStartInMinutes | Double | Field containing DurationSinceStartInMinutes information. | |
| ElementDurationInMinutes | Double | Field containing ElementDurationInMinutes information. | |
| ElementLabel | String | Field containing ElementLabel information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for FlowOrchestrationVersion.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| LastViewedDate | Datetime | Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | Date and time when the record was last referenced. | |
| FlowOrchestrationId | String | ID of the FlowOrchestration associated with this record. | |
| VersionNumber | Int | Version identification number. | |
| ActivatedById | String |
User.Id | ID of the ActivatedBy associated with this record. |
| ActivatedDate | Datetime | Date associated with Activated. | |
| OrchestrationType | String | Type classification for Orchestration. | |
| Status | String | Status of the record. | |
| Description | String | Text description of the record. | |
| RunInMode | String | Field containing RunInMode information. | |
| ApiVersion | Double | Field containing ApiVersion information. | |
| IsTemplate | Bool | Indicates whether the record has the Template characteristic. | |
| TriggerObjectOrEventLabel | String | Field containing TriggerObjectOrEventLabel information. | |
| SourceTemplateId | String | ID of the SourceTemplate associated with this record. | |
| IsOverridable | Bool | Indicates whether the record has the Overridable characteristic. | |
| OverriddenById | String | ID of the OverriddenBy associated with this record. | |
| OverriddenOrchestrationId | String | ID of the OverriddenOrchestration associated with this record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for FlowRecordElement.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| LastViewedDate | Datetime | Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | Date and time when the record was last referenced. | |
| FlowRecordVersionId | String | ID of the FlowRecordVersion associated with this record. | |
| ElementName | String | Field containing ElementName information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for FlowRecordElementOccurrence.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| FlowRecordVersionOccurrenceId | String | ID of the FlowRecordVersionOccurrence associated with this record. | |
| FlowRecordId | String |
FlowRecord.Id | ID of the FlowRecord associated with this record. |
| FlowRecordVersionId | String | ID of the FlowRecordVersion associated with this record. | |
| FlowRecordElementId | String | ID of the FlowRecordElement associated with this record. | |
| Entries | Int | Field containing Entries information. | |
| Exits | Int | Field containing Exits information. | |
| Errors | Int | Field containing Errors information. | |
| Stopped | Int | Field containing Stopped information. | |
| TotalDuration | String | Field containing TotalDuration information. | |
| Waiting | Int | Field containing Waiting information. | |
| Retrying | Int | Field containing Retrying information. | |
| Paused | Int | Field containing Paused information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for FlowRecordVersionOccurrence.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| LastViewedDate | Datetime | Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | Date and time when the record was last referenced. | |
| FlowRecordVersionId | String | ID of the FlowRecordVersion associated with this record. | |
| FlowRecordId | String |
FlowRecord.Id | ID of the FlowRecord associated with this record. |
| ProgressStatus | String | Status of the Progress. | |
| ScheduledDate | Datetime | Date associated with Scheduled. | |
| Entries | Int | Field containing Entries information. | |
| Exits | Int | Field containing Exits information. | |
| Errors | Int | Field containing Errors information. | |
| Stopped | Int | Field containing Stopped information. | |
| ErrorDetail | String | Field containing ErrorDetail information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for FlowTestResult.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| OwnerId | String | ID of the user who owns the record. | |
| OwnerIdType | String | Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| FlowVersionNumber | Int | FlowVersion identification number. | |
| Result | String | Field containing Result information. | |
| FlowTestViewId | String |
FlowTestView.Id | ID of the FlowTestView associated with this record. |
| FlowVersionViewId | String | ID of the FlowVersionView associated with this record. | |
| FlowDefinitionViewId | String | ID of the FlowDefinitionView associated with this record. | |
| TestStartDateTime | Datetime | Field containing TestStartDateTime information. | |
| TestEndDateTime | Datetime | Field containing TestEndDateTime information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for FlowTestView.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| FlowDefinitionViewId | String | ID of the FlowDefinitionView associated with this record. | |
| FlowTestApiName | String | Field containing FlowTestApiName information. | |
| FlowTestLabel | String | Field containing FlowTestLabel information. | |
| Description | String | Text description of the record. | |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for FlowVariableView.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| FlowVersionViewId | String | ID of the FlowVersionView associated with this record. | |
| ApiName | String | The name used when accessing the resource using the API. | |
| Description | String | Text description of the record. | |
| DataType | String | Type classification for Data. | |
| IsInput | Bool | Indicates whether the record has the Input characteristic. | |
| IsOutput | Bool | Indicates whether the record has the Output characteristic. | |
| IsCollection | Bool | Indicates whether the record has the Collection characteristic. | |
| ObjectType | String | Type classification for Object. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for FlowVersionView.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| FlowDefinitionViewId | String | ID of the FlowDefinitionView associated with this record. | |
| Label | String | Field containing Label information. | |
| Description | String | Text description of the record. | |
| Status | String | Status of the record. | |
| VersionNumber | Int | Version identification number. | |
| ProcessType | String | Type classification for Process. | |
| IsTemplate | Bool | Indicates whether the record has the Template characteristic. | |
| RunInMode | String | Field containing RunInMode information. | |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| IsSwingFlow | Bool | Indicates whether the record has the SwingFlow characteristic. | |
| ApiVersion | Double | Field containing ApiVersion information. | |
| ApiVersionRuntime | Double | Field containing ApiVersionRuntime information. | |
| CapabilityType | String | Type classification for Capability. | |
| CapacityCategory | String | Field containing CapacityCategory information. | |
| AreMetricsLoggedToDataCloud | Bool | Field containing AreMetricsLoggedToDataCloud information. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for FormulaFunction.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| Name | String | Name of the record. | |
| Label | String | Field containing Label information. | |
| CategoryId | String | ID of the Category associated with this record. | |
| Description | String | Text description of the record. | |
| ExampleString | String | Field containing ExampleString information. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for FormulaFunctionAllowedType.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| FunctionId | String | ID of the Function associated with this record. | |
| Type | String | Type of account or classification. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for FormulaFunctionCategory.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| Name | String | Name of the record. | |
| Label | String | Field containing Label information. | |
| SOQL | String | 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 | 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 | 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. |
このテーブルでは、指定したTableName の数式をリストできます。
Cloud は、すべてのフィルタをクライアント側でCloud 内で処理します。サーバー側で処理されるのは次のクエリのみです。
SELECT * FROM Formulas WHERE TableName = 'Account'
Note:TableName フィルタを指定せずにテーブルをクエリすると、Salesforce アカウント内のすべてのオブジェクトのカラムメタデータを取得しようと試みます。オブジェクトの数によっては、時間がかかる場合があります。
| Name | Type | References | Description |
| TableName | String | テーブルの名前。Formulas からデータを取得するには、これを指定する必要があります。 | |
| ColumnName | String | Formula に関連付けられた列の名前。 | |
| Formula | String | このフィールドに関連付けられた数式。 |
Schema file for GrantedByLicense.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| PermissionSetLicenseId | String | ID of the PermissionSetLicense associated with this record. | |
| CustomPermissionId | String | ID of the CustomPermission associated with this record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for GuestUserAnomalyEventStore.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| GuestUserAnomalyEventNumber | String | GuestUserAnomalyEvent identification number. | |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastViewedDate | Datetime | Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | Date and time when the record was last referenced. | |
| EventIdentifier | String | Unique identifier for the event. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| UserIdType | String | Specifies the type of the 'UserId' polymorphic field to use in the statement. | |
| UserIdExternalFieldName | String | Specifies the external field name of the 'UserId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Username | String | Username of the user associated with this record. | |
| EventDate | Datetime | Date and time when the event occurred. | |
| SessionKey | String | Unique key identifying the user session. | |
| LoginKey | String | Unique key identifying the login session. | |
| SourceIp | String | IP address from which the request originated. | |
| PolicyId | String | ID of the transaction security policy. | |
| PolicyOutcome | String | Result of the transaction security policy evaluation. | |
| EvaluationTime | Double | Time taken to evaluate the transaction security policy. | |
| SecurityEventData | String | Field containing SecurityEventData information. | |
| Score | Double | Field containing Score information. | |
| Summary | String | Field containing Summary information. | |
| RequestedEntities | String | Field containing RequestedEntities information. | |
| TotalControllerEvents | Int | Field containing TotalControllerEvents information. | |
| UserAgent | String | Field containing UserAgent information. | |
| UserType | String | Type classification for User. | |
| SoqlCommands | String | Field containing SoqlCommands information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for IconDefinition.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| TabDefinitionId | String | ID of the TabDefinition associated with this record. | |
| Url | String | Field containing Url information. | |
| ContentType | String | Type classification for Content. | |
| Theme | String | Field containing Theme information. | |
| Height | Int | Field containing Height information. | |
| Width | Int | Field containing Width information. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for IdentityProviderEventStore.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| CreatedDate | Datetime | Date and time when the record was created. | |
| EventIdentifier | String | Unique identifier for the event. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| UserIdType | String | Specifies the type of the 'UserId' polymorphic field to use in the statement. | |
| UserIdExternalFieldName | String | Specifies the external field name of the 'UserId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| EventDate | Datetime | Date and time when the event occurred. | |
| IdentityUsed | String | Field containing IdentityUsed information. | |
| SamlEntityUrl | String | Field containing SamlEntityUrl information. | |
| InitiatedBy | String | Field containing InitiatedBy information. | |
| ErrorCode | String | Field containing ErrorCode information. | |
| SsoType | String | Type classification for Sso. | |
| AuthSessionId | String |
AuthSession.Id | ID of the AuthSession associated with this record. |
| AppId | String | ID of the App associated with this record. | |
| HasLogoutUrl | Bool | Indicates whether the record has LogoutUrl. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for IdentityVerificationEvent.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| CreatedDate | Datetime | Date and time when the record was created. | |
| EventIdentifier | String | Unique identifier for the event. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| UserIdType | String | Specifies the type of the 'UserId' polymorphic field to use in the statement. | |
| UserIdExternalFieldName | String | Specifies the external field name of the 'UserId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Username | String | Username of the user associated with this record. | |
| EventDate | Datetime | Date and time when the event occurred. | |
| SessionKey | String | Unique key identifying the user session. | |
| LoginKey | String | Unique key identifying the login session. | |
| SessionLevel | String | Security level of the user session. | |
| SourceIp | String | IP address from which the request originated. | |
| LoginHistoryId | String |
LoginHistory.Id | ID of the related login history record. |
| VerificationMethod | String | Field containing VerificationMethod information. | |
| Activity | String | Field containing Activity information. | |
| Status | String | Status of the record. | |
| Remarks | String | Field containing Remarks information. | |
| ResourceId | String | ID of the Resource associated with this record. | |
| Policy | String | Field containing Policy information. | |
| EventGroup | String | Field containing EventGroup information. | |
| CountryIso | String | Field containing CountryIso information. | |
| Country | String | Country portion of the address. | |
| Latitude | Double | Used with Longitude to specify the precise geolocation of an address. | |
| Longitude | Double | Used with Latitude to specify the precise geolocation of an address. | |
| City | String | City portion of the address. | |
| PostalCode | String | Postal code portion of the address. | |
| Subdivision | String | Field containing Subdivision information. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for IdpEventLog.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| InitiatedBy | String | Field containing InitiatedBy information. | |
| Timestamp | Datetime | Field containing Timestamp information. | |
| ErrorCode | String | Field containing ErrorCode information. | |
| SamlEntityUrl | String | Field containing SamlEntityUrl information. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| AuthSessionId | String |
AuthSession.Id | ID of the AuthSession associated with this record. |
| SsoType | String | Type classification for Sso. | |
| AppId | String | ID of the App associated with this record. | |
| IdentityUsed | String | Field containing IdentityUsed information. | |
| OptionsHasLogoutUrl | Bool | Field containing OptionsHasLogoutUrl information. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for ImageHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| ImageId | String |
Image.Id | ID of the Image associated with this record. |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for IndividualHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| IndividualId | String |
Individual.Id | ID of the data privacy record associated with this record. |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for InstalledMobileApp.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| Status | String | Status of the record. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| ConnectedApplicationId | String | ID of the ConnectedApplication associated with this record. | |
| Version | String | Field containing Version information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for InvoiceHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| InvoiceId | String |
Invoice.Id | ID of the Invoice associated with this record. |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for InvoiceLineHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| InvoiceLineId | String |
InvoiceLine.Id | ID of the InvoiceLine associated with this record. |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for KnowledgeableUser.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| TopicId | String |
Topic.Id | ID of the Topic associated with this record. |
| RawRank | Int | Field containing RawRank information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. |
履歴管理が有効になっているリード項目に対する変更履歴を保持します。
| Name | Type | References | Description |
| Id [KEY] | String | リード履歴レコードの一意の識別子。 | |
| IsDeleted | Bool | 履歴レコードが削除されたかどうかを示します。 | |
| LeadId | String |
Lead.Id | 項目の値が変更されたリードのID。 |
| CreatedById | String |
User.Id | 変更を行ったユーザーのID。 |
| CreatedByIdType | String | ステートメントで使用する'CreatedById' ポリモーフィック項目のタイプを指定します。 | |
| CreatedByIdExternalFieldName | String | INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| Field | String | 変更された項目の名前。 | |
| DataType | String | データの種類の分類。 | |
| OldValue | String | 変更された項目の以前の値。 | |
| NewValue | String | 変更された項目の新しい値。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入の実行時に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にアップサートが使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限する任意のスコープ。このプロパティには、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を使用できます。 | |
| CreatedDate | Datetime | 変更が記録された日時。 |
進行中、選択済み、変換済みなど、リードの状況を定義します。
| Name | Type | References | Description |
| Id [KEY] | String | リード状況レコードの一意の識別子。 | |
| MasterLabel | String | ユーザーインターフェースに表示されるリード状況の表示ラベル。 | |
| ApiName | String | API を使用してリソースにアクセスする際に使用される名前。 | |
| SortOrder | Int | 選択リスト内での状況の位置。 | |
| IsDefault | Bool | このリード状況がデフォルトオプションであるかどうかを示します。 | |
| IsConverted | Bool | この状況を選択するとリードが変換済みとしてマークされるかどうかを示します。 | |
| CreatedById | String |
User.Id | リード状況レコードを作成したユーザーのID。 |
| LastModifiedById | String |
User.Id | リード状況レコードを最後に更新したユーザーのID。 |
| LastModifiedDate | Datetime | リード状況レコードが最後に更新された日時。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入の実行時に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にアップサートが使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限する任意のスコープ。このプロパティには、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を使用できます。 | |
| SystemModstamp | Datetime | レコードの最終更新に対してシステムによって生成されたタイムスタンプ。 | |
| CreatedDate | Datetime | リード状況レコードが作成された日時。 |
Schema file for LegalEntityHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| LegalEntityId | String |
LegalEntity.Id | ID of the LegalEntity associated with this record. |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for LightningExitByPageMetrics.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| MetricsDate | Date | Date associated with Metrics. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| PageName | String | Field containing PageName information. | |
| RecordCount | Int | Number of Record associated with this record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. |
Schema file for LightningToggleMetrics.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| MetricsDate | Date | Date associated with Metrics. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| Action | String | Field containing Action information. | |
| RecordCount | Int | Number of Record associated with this record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. |
Schema file for LightningUriEvent.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| CreatedDate | Datetime | Date and time when the record was created. | |
| EventIdentifier | String | Unique identifier for the event. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| UserIdType | String | Specifies the type of the 'UserId' polymorphic field to use in the statement. | |
| UserIdExternalFieldName | String | Specifies the external field name of the 'UserId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Username | String | Username of the user associated with this record. | |
| EventDate | Datetime | Date and time when the event occurred. | |
| RelatedEventIdentifier | String | ID of a related event. | |
| SessionKey | String | Unique key identifying the user session. | |
| LoginKey | String | Unique key identifying the login session. | |
| SessionLevel | String | Security level of the user session. | |
| SourceIp | String | IP address from which the request originated. | |
| Operation | String | Field containing Operation information. | |
| QueriedEntities | String | Field containing QueriedEntities information. | |
| AppName | String | Field containing AppName information. | |
| ConnectionType | String | Type classification for Connection. | |
| DeviceId | String | ID of the Device associated with this record. | |
| DeviceModel | String | Field containing DeviceModel information. | |
| DevicePlatform | String | Field containing DevicePlatform information. | |
| DeviceSessionId | String | ID of the DeviceSession associated with this record. | |
| Duration | Double | Field containing Duration information. | |
| EffectivePageTime | Double | Field containing EffectivePageTime information. | |
| HasEffectivePageTimeDeviation | Bool | Indicates whether the record has EffectivePageTimeDeviation. | |
| EffectivePageTimeDeviationErrorType | String | Type classification for EffectivePageTimeDeviationError. | |
| EffectivePageTimeDeviationReason | String | Field containing EffectivePageTimeDeviationReason information. | |
| UserAgent | String | Field containing UserAgent information. | |
| OsName | String | Field containing OsName information. | |
| OsVersion | String | Field containing OsVersion information. | |
| PageStartTime | Datetime | Field containing PageStartTime information. | |
| PageUrl | String | Field containing PageUrl information. | |
| PreviousPageAppName | String | Field containing PreviousPageAppName information. | |
| PreviousPageEntityId | String | ID of the PreviousPageEntity associated with this record. | |
| PreviousPageEntityType | String | Type classification for PreviousPageEntity. | |
| PreviousPageUrl | String | Field containing PreviousPageUrl information. | |
| SdkAppType | String | Type classification for SdkApp. | |
| SdkAppVersion | String | Field containing SdkAppVersion information. | |
| SdkVersion | String | Field containing SdkVersion information. | |
| RecordId | String | ID of the Record associated with this record. | |
| UserType | String | Type classification for User. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for LightningUsageByAppTypeMetrics.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| MetricsDate | Date | Date associated with Metrics. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| AppExperience | String | Field containing AppExperience information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. |
Schema file for LightningUsageByBrowserMetrics.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| MetricsDate | Date | Date associated with Metrics. | |
| PageName | String | Field containing PageName information. | |
| Browser | String | Field containing Browser information. | |
| RecordCountEPT | Int | Field containing RecordCountEPT information. | |
| TotalCount | Int | Number of Total associated with this record. | |
| SumEPT | Int | Field containing SumEPT information. | |
| EptBinUnder3 | Int | Field containing EptBinUnder3 information. | |
| EptBin3To5 | Int | Field containing EptBin3To5 information. | |
| EptBin5To8 | Int | Field containing EptBin5To8 information. | |
| EptBin8To10 | Int | Field containing EptBin8To10 information. | |
| EptBinOver10 | Int | Field containing EptBinOver10 information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. |
Schema file for LightningUsageByFlexiPageMetrics.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| MetricsDate | Date | Date associated with Metrics. | |
| FlexiPageType | String | Type classification for FlexiPage. | |
| FlexiPageNameOrId | String | ID of the FlexiPageNameOr associated with this record. | |
| RecordCountEPT | Int | Field containing RecordCountEPT information. | |
| TotalCount | Int | Number of Total associated with this record. | |
| MedianEPT | Int | Field containing MedianEPT information. | |
| SumEPT | Int | Field containing SumEPT information. | |
| EptBinUnder3 | Int | Field containing EptBinUnder3 information. | |
| EptBin3To5 | Int | Field containing EptBin3To5 information. | |
| EptBin5To8 | Int | Field containing EptBin5To8 information. | |
| EptBin8To10 | Int | Field containing EptBin8To10 information. | |
| EptBinOver10 | Int | Field containing EptBinOver10 information. | |
| CoresBinUnder2 | Int | Field containing CoresBinUnder2 information. | |
| CoresBin2To4 | Int | Field containing CoresBin2To4 information. | |
| CoresBin4To8 | Int | Field containing CoresBin4To8 information. | |
| CoresBinOver8 | Int | Field containing CoresBinOver8 information. | |
| DownlinkBinUnder3 | Int | Field containing DownlinkBinUnder3 information. | |
| DownlinkBin3To5 | Int | Field containing DownlinkBin3To5 information. | |
| DownlinkBin5To8 | Int | Field containing DownlinkBin5To8 information. | |
| DownlinkBin8To10 | Int | Field containing DownlinkBin8To10 information. | |
| DownlinkBinOver10 | Int | Field containing DownlinkBinOver10 information. | |
| RttBinUnder50 | Int | Field containing RttBinUnder50 information. | |
| RttBin50To150 | Int | Field containing RttBin50To150 information. | |
| RttBinOver150 | Int | Field containing RttBinOver150 information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. |
Schema file for LightningUsageByPageMetrics.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| MetricsDate | Date | Date associated with Metrics. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| PageName | String | Field containing PageName information. | |
| RecordCountEPT | Int | Field containing RecordCountEPT information. | |
| TotalCount | Int | Number of Total associated with this record. | |
| SumEPT | Int | Field containing SumEPT information. | |
| EptBinUnder3 | Int | Field containing EptBinUnder3 information. | |
| EptBin3To5 | Int | Field containing EptBin3To5 information. | |
| EptBin5To8 | Int | Field containing EptBin5To8 information. | |
| EptBin8To10 | Int | Field containing EptBin8To10 information. | |
| EptBinOver10 | Int | Field containing EptBinOver10 information. | |
| CoresBinUnder2 | Int | Field containing CoresBinUnder2 information. | |
| CoresBin2To4 | Int | Field containing CoresBin2To4 information. | |
| CoresBin4To8 | Int | Field containing CoresBin4To8 information. | |
| CoresBinOver8 | Int | Field containing CoresBinOver8 information. | |
| DownlinkBinUnder3 | Int | Field containing DownlinkBinUnder3 information. | |
| DownlinkBin3To5 | Int | Field containing DownlinkBin3To5 information. | |
| DownlinkBin5To8 | Int | Field containing DownlinkBin5To8 information. | |
| DownlinkBin8To10 | Int | Field containing DownlinkBin8To10 information. | |
| DownlinkBinOver10 | Int | Field containing DownlinkBinOver10 information. | |
| RttBinUnder50 | Int | Field containing RttBinUnder50 information. | |
| RttBin50To150 | Int | Field containing RttBin50To150 information. | |
| RttBinOver150 | Int | Field containing RttBinOver150 information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. |
Schema file for ListView.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| Name | String | Name of the record. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| SobjectType | String | Type classification for Sobject. | |
| IsSoqlCompatible | Bool | Indicates whether the record has the SoqlCompatible characteristic. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| LastViewedDate | Datetime | Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | Date and time when the record was last referenced. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ListViewChartInstance.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| ExternalId | String | External ID from another system. | |
| ListViewChartId | String | ID of the ListViewChart associated with this record. | |
| Label | String | Field containing Label information. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| SourceEntity | String | Field containing SourceEntity information. | |
| ListViewContextId | String |
ListView.Id | ID of the ListViewContext associated with this record. |
| ChartType | String | Type classification for Chart. | |
| IsLastViewed | Bool | Indicates whether the record has the LastViewed characteristic. | |
| DataQuery | String | Field containing DataQuery information. | |
| DataQueryWithoutUserFilters | String | Field containing DataQueryWithoutUserFilters information. | |
| IsEditable | Bool | Indicates whether the record has the Editable characteristic. | |
| IsDeletable | Bool | Indicates whether the record has the Deletable characteristic. | |
| GroupingField | String | Field containing GroupingField information. | |
| AggregateField | String | Field containing AggregateField information. | |
| AggregateType | String | Type classification for Aggregate. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for ListViewEvent.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| CreatedDate | Datetime | Date and time when the record was created. | |
| EventIdentifier | String | Unique identifier for the event. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| UserIdType | String | Specifies the type of the 'UserId' polymorphic field to use in the statement. | |
| UserIdExternalFieldName | String | Specifies the external field name of the 'UserId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Username | String | Username of the user associated with this record. | |
| EventDate | Datetime | Date and time when the event occurred. | |
| RelatedEventIdentifier | String | ID of a related event. | |
| LoginHistoryId | String |
LoginHistory.Id | ID of the related login history record. |
| RowsProcessed | Double | Field containing RowsProcessed information. | |
| QueriedEntities | String | Field containing QueriedEntities information. | |
| PolicyId | String | ID of the transaction security policy. | |
| PolicyOutcome | String | Result of the transaction security policy evaluation. | |
| EvaluationTime | Double | Time taken to evaluate the transaction security policy. | |
| SessionKey | String | Unique key identifying the user session. | |
| LoginKey | String | Unique key identifying the login session. | |
| SessionLevel | String | Security level of the user session. | |
| SourceIp | String | IP address from which the request originated. | |
| ListViewId | String |
ListView.Id | ID of the ListView associated with this record. |
| Name | String | Name of the record. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| EventSource | String | Field containing EventSource information. | |
| OwnerId | String | ID of the user who owns the record. | |
| OwnerIdType | String | Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Scope | String | Field containing Scope information. | |
| OrderBy | String | Field containing OrderBy information. | |
| ColumnHeaders | String | Field containing ColumnHeaders information. | |
| NumberOfColumns | Int | Field containing NumberOfColumns information. | |
| FilterCriteria | String | Field containing FilterCriteria information. | |
| Records | String | Field containing Records information. | |
| AppName | String | Field containing AppName information. | |
| ExecutionIdentifier | String | Field containing ExecutionIdentifier information. | |
| Sequence | Int | Field containing Sequence information. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for LocationGroupHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| LocationGroupId | String | ID of the LocationGroup associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for LocationHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| LocationId | String |
Location.Id | ID of the Location associated with this record. |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for LoginAnomalyEventStore.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| LoginAnomalyEventNumber | String | LoginAnomalyEvent identification number. | |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastViewedDate | Datetime | Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | Date and time when the record was last referenced. | |
| EventIdentifier | String | Unique identifier for the event. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| UserIdType | String | Specifies the type of the 'UserId' polymorphic field to use in the statement. | |
| UserIdExternalFieldName | String | Specifies the external field name of the 'UserId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Username | String | Username of the user associated with this record. | |
| EventDate | Datetime | Date and time when the event occurred. | |
| SessionKey | String | Unique key identifying the user session. | |
| LoginKey | String | Unique key identifying the login session. | |
| SourceIp | String | IP address from which the request originated. | |
| PolicyId | String | ID of the transaction security policy. | |
| PolicyOutcome | String | Result of the transaction security policy evaluation. | |
| EvaluationTime | Double | Time taken to evaluate the transaction security policy. | |
| FeatureName | String | Field containing FeatureName information. | |
| FeatureValue | Double | Field containing FeatureValue information. | |
| FeatureContribution | Double | Field containing FeatureContribution information. | |
| SecurityEventData | String | Field containing SecurityEventData information. | |
| Summary | String | Field containing Summary information. | |
| Score | Double | Field containing Score information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for LoginAsEvent.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| CreatedDate | Datetime | Date and time when the record was created. | |
| EventIdentifier | String | Unique identifier for the event. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| UserIdType | String | Specifies the type of the 'UserId' polymorphic field to use in the statement. | |
| UserIdExternalFieldName | String | Specifies the external field name of the 'UserId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Username | String | Username of the user associated with this record. | |
| EventDate | Datetime | Date and time when the event occurred. | |
| SessionKey | String | Unique key identifying the user session. | |
| LoginKey | String | Unique key identifying the login session. | |
| SessionLevel | String | Security level of the user session. | |
| SourceIp | String | IP address from which the request originated. | |
| UserType | String | Type classification for User. | |
| LoginHistoryId | String | ID of the related login history record. | |
| Application | String | Field containing Application information. | |
| Browser | String | Field containing Browser information. | |
| LoginType | String | Type classification for Login. | |
| Platform | String | Field containing Platform information. | |
| DelegatedUsername | String | Field containing DelegatedUsername information. | |
| DelegatedOrganizationId | String | ID of the DelegatedOrganization associated with this record. | |
| TargetUrl | String | Field containing TargetUrl information. | |
| LoginAsCategory | String | Field containing LoginAsCategory information. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for LoginEvent.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| CreatedDate | Datetime | Date and time when the record was created. | |
| EventIdentifier | String | Unique identifier for the event. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| UserIdType | String | Specifies the type of the 'UserId' polymorphic field to use in the statement. | |
| UserIdExternalFieldName | String | Specifies the external field name of the 'UserId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Username | String | Username of the user associated with this record. | |
| EventDate | Datetime | Date and time when the event occurred. | |
| RelatedEventIdentifier | String | ID of a related event. | |
| PolicyId | String | ID of the transaction security policy. | |
| PolicyOutcome | String | Result of the transaction security policy evaluation. | |
| EvaluationTime | Double | Time taken to evaluate the transaction security policy. | |
| SessionKey | String | Unique key identifying the user session. | |
| LoginKey | String | Unique key identifying the login session. | |
| SessionLevel | String | Security level of the user session. | |
| SourceIp | String | IP address from which the request originated. | |
| AdditionalInfo | String | Field containing AdditionalInfo information. | |
| ApiType | String | Type classification for Api. | |
| ApiVersion | String | Field containing ApiVersion information. | |
| Application | String | Field containing Application information. | |
| AuthServiceId | String | ID of the AuthService associated with this record. | |
| Browser | String | Field containing Browser information. | |
| HttpMethod | String | Field containing HttpMethod information. | |
| CountryIso | String | Field containing CountryIso information. | |
| ForwardedForIp | String | Field containing ForwardedForIp information. | |
| LoginLatitude | Double | Latitude coordinate for Login address geolocation. | |
| LoginLongitude | Double | Longitude coordinate for Login address geolocation. | |
| Country | String | Country portion of the address. | |
| City | String | City portion of the address. | |
| PostalCode | String | Postal code portion of the address. | |
| Subdivision | String | Field containing Subdivision information. | |
| CipherSuite | String | Field containing CipherSuite information. | |
| ClientVersion | String | Field containing ClientVersion information. | |
| LoginGeoId | String | ID of the LoginGeo associated with this record. | |
| LoginHistoryId | String | ID of the related login history record. | |
| LoginType | String | Type classification for Login. | |
| LoginUrl | String | Field containing LoginUrl information. | |
| Platform | String | Field containing Platform information. | |
| Status | String | Status of the record. | |
| TlsProtocol | String | Field containing TlsProtocol information. | |
| UserType | String | Type classification for User. | |
| AuthMethodReference | String | Field containing AuthMethodReference information. | |
| LoginSubType | String | Type classification for LoginSub. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for LoginGeo.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CountryIso | String | Field containing CountryIso information. | |
| Country | String | Country portion of the address. | |
| Latitude | Double | Used with Longitude to specify the precise geolocation of an address. | |
| Longitude | Double | Used with Latitude to specify the precise geolocation of an address. | |
| City | String | City portion of the address. | |
| PostalCode | String | Postal code portion of the address. | |
| Subdivision | String | Field containing Subdivision information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| LoginTime | Datetime | Field containing LoginTime information. | |
| CreatedDate | Datetime | Date and time when the record was created. |
ユーザーのログイン試行を記録し、IP アドレスやログイン時刻などのアクセス詳細を追跡します。
| Name | Type | References | Description |
| Id [KEY] | String | ログイン履歴レコードの一意の識別子。 | |
| UserId | String |
User.Id | ログインイベントに関連付けられたユーザーのID。 |
| LoginType | String | 使用されたログインの種別(UI、API、SSO など)。 | |
| SourceIp | String | ログインが開始されたIP アドレス。 | |
| LoginUrl | String | ログイン要求に使用されたURL。 | |
| AuthenticationServiceId | String | このレコードに関連付けられたAuthenticationService のID。 | |
| LoginGeoId | String |
LoginGeo.Id | このレコードに関連付けられたLoginGeo のID。 |
| TlsProtocol | String | TlsProtocol 情報を含む項目。 | |
| CipherSuite | String | CipherSuite 情報を含む項目。 | |
| OptionsIsGet | Bool | OptionsIsGet 情報を含む項目。 | |
| OptionsIsPost | Bool | OptionsIsPost 情報を含む項目。 | |
| Browser | String | ログインセッション中に使用されたブラウザ。 | |
| Platform | String | ログインセッション中に使用されたオペレーティングシステムまたはプラットフォーム。 | |
| Status | String | ログイン試行の結果(成功、失敗など)。 | |
| Application | String | ログインに使用されたアプリケーションまたはインターフェース。 | |
| ClientVersion | String | ログイン時に使用されたクライアントアプリケーションのバージョン。 | |
| ApiType | String | 該当する場合、ログインに使用されたAPI の種別。 | |
| ApiVersion | String | ログインセッション中に使用されたAPI のバージョン。 | |
| CountryIso | String | CountryIso 情報を含む項目。 | |
| AuthMethodReference | String | AuthMethodReference 情報を含む項目。 | |
| LoginSubType | String | LoginSub の種類の分類。 | |
| ForwardedForIp | String | ForwardedForIp 情報を含む項目。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入の実行時に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にアップサートが使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限する任意のスコープ。このプロパティには、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を使用できます。 | |
| LoginTime | Datetime | ログインが発生した日時。 |
Schema file for LogoutEvent.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| CreatedDate | Datetime | Date and time when the record was created. | |
| EventIdentifier | String | Unique identifier for the event. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| UserIdType | String | Specifies the type of the 'UserId' polymorphic field to use in the statement. | |
| UserIdExternalFieldName | String | Specifies the external field name of the 'UserId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Username | String | Username of the user associated with this record. | |
| EventDate | Datetime | Date and time when the event occurred. | |
| SessionKey | String | Unique key identifying the user session. | |
| LoginKey | String | Unique key identifying the login session. | |
| SessionLevel | String | Security level of the user session. | |
| SourceIp | String | IP address from which the request originated. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for MacroHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| MacroId | String |
Macro.Id | ID of the Macro associated with this record. |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ManagedContent.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| PrimaryLanguage | String | Field containing PrimaryLanguage information. | |
| ContentKey | String | Field containing ContentKey information. | |
| AuthoredManagedContentSpaceId | String | ID of the AuthoredManagedContentSpace associated with this record. | |
| ApiName | String | The name used when accessing the resource using the API. | |
| ExternalId | String | External ID from another system. | |
| ContentTypeFullyQualifiedName | String | Field containing ContentTypeFullyQualifiedName information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ManagedContentChannel.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| Type | String | Type of account or classification. | |
| OptionsIsSearchable | Bool | Field containing OptionsIsSearchable information. | |
| OptionsIsCacheControlPublic | Bool | Field containing OptionsIsCacheControlPublic information. | |
| OptionsIsDomainLocked | Bool | Field containing OptionsIsDomainLocked information. | |
| Domain | String | Field containing Domain information. | |
| DomainHostName | String | Field containing DomainHostName information. | |
| CacheControlMaxAge | String | Field containing CacheControlMaxAge information. | |
| MediaCacheControlMaxAge | String | Field containing MediaCacheControlMaxAge information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ManagedContentSpace.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| LastViewedDate | Datetime | Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | Date and time when the record was last referenced. | |
| Description | String | Text description of the record. | |
| DefaultLanguage | String | Field containing DefaultLanguage information. | |
| ApiName | String | The name used when accessing the resource using the API. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ManagedContentVariant.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| VariantType | String | Type classification for Variant. | |
| Language | String | Language of the record or user interface. | |
| UrlName | String | Field containing UrlName information. | |
| ManagedContentId | String | ID of the ManagedContent associated with this record. | |
| IsReady | Bool | Indicates whether the record has the Ready characteristic. | |
| ManagedContentKey | String | Field containing ManagedContentKey information. | |
| ContentTypeFullyQualifiedName | String | Field containing ContentTypeFullyQualifiedName information. | |
| ManagedContentVariantStatus | String | Status of the ManagedContentVariant. | |
| HasLocks | Bool | Indicates whether the record has Locks. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for MatchingInformation.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| EmailAddress | String | Field containing EmailAddress information. | |
| ExternalId | String | External ID from another system. | |
| SFDCIdId | String |
Contact.Id | ID of the SFDCId associated with this record. |
| IsPickedAsPreferred | Bool | Indicates whether the record has the PickedAsPreferred characteristic. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| PreferenceUsed | String | Field containing PreferenceUsed information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for MatchingRule.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| SobjectType | String | Type classification for Sobject. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| Language | String | Language of the record or user interface. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| MatchEngine | String | Field containing MatchEngine information. | |
| BooleanFilter | String | Field containing BooleanFilter information. | |
| Description | String | Text description of the record. | |
| RuleStatus | String | Status of the Rule. | |
| SobjectSubtype | String | Type classification for SobjectSub. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for MatchingRuleItem.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| MatchingRuleId | String |
MatchingRule.Id | ID of the MatchingRule associated with this record. |
| SortOrder | Int | Field containing SortOrder information. | |
| Field | String | Field containing Field information. | |
| MatchingMethod | String | Field containing MatchingMethod information. | |
| BlankValueBehavior | String | Field containing BlankValueBehavior information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for MessagingEndUserHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| MessagingEndUserId | String | ID of the MessagingEndUser associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for MessagingSessionHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| MessagingSessionId | String | ID of the MessagingSession associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for MLModel.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| PredictionDefinitionId | String | ID of the PredictionDefinition associated with this record. | |
| ApprovalStatus | String | Status of the Approval. | |
| ScoringStatus | String | Status of the Scoring. | |
| ModelType | String | Type classification for Model. | |
| TrainingStartTime | Datetime | Field containing TrainingStartTime information. | |
| TrainingEndTime | Datetime | Field containing TrainingEndTime information. | |
| Dataset | String | Field containing Dataset information. | |
| RecommendationDefinitionId | String | ID of the RecommendationDefinition associated with this record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for MLModelFactor.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ModelId | String |
MLModel.Id | ID of the Model associated with this record. |
| Type | String | Type of account or classification. | |
| Weight | Double | Field containing Weight information. | |
| Importance | Double | Field containing Importance information. | |
| Correlation | Double | Field containing Correlation information. | |
| FactorType | String | Type classification for Factor. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for MLModelFactorComponent.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ModelFactorId | String | ID of the ModelFactor associated with this record. | |
| ModelId | String |
MLModel.Id | ID of the Model associated with this record. |
| LeftHandDerivedField | String | Field containing LeftHandDerivedField information. | |
| Operator | String | Field containing Operator information. | |
| RightHandDerivedField | String | Field containing RightHandDerivedField information. | |
| Value | String | Field containing Value information. | |
| SortOrder | Int | Field containing SortOrder information. | |
| FeatureType | String | Type classification for Feature. | |
| FeatureValue | String | Field containing FeatureValue information. | |
| FactorLabelKey | String | Field containing FactorLabelKey information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for MLModelMetric.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ModelId | String |
MLModel.Id | ID of the Model associated with this record. |
| MetricType | String | Type classification for Metric. | |
| BasicMetricValue | Double | Field containing BasicMetricValue information. | |
| RowCount | Int | Number of Row associated with this record. | |
| StartTime | Datetime | Field containing StartTime information. | |
| EndTime | Datetime | Field containing EndTime information. | |
| Span | String | Field containing Span information. | |
| GraphType | String | Type classification for Graph. | |
| DataSetType | String | Type classification for DataSet. | |
| ComplexMetricValue | String | Field containing ComplexMetricValue information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for MLPredictionDefinition.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| Language | String | Language of the record or user interface. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ApplicationId | String | ID of the Application associated with this record. | |
| Type | String | Type of account or classification. | |
| Status | String | Status of the record. | |
| PredictionField | String | Field containing PredictionField information. | |
| PushbackField | String | Field containing PushbackField information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for MLRecommendationDefinition.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| Language | String | Language of the record or user interface. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ApplicationId | String | ID of the Application associated with this record. | |
| Status | String | Status of the record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for MsgChannelAvailability.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| MessagingChannelId | String | ID of the MessagingChannel associated with this record. | |
| Type | String | Type of account or classification. | |
| CountryCode | String | Field containing CountryCode information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for NamedCredential.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| Language | String | Language of the record or user interface. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| Endpoint | String | Field containing Endpoint information. | |
| PrincipalType | String | Type classification for Principal. | |
| CalloutOptionsGenerateAuthorizationHeader | Bool | Field containing CalloutOptionsGenerateAuthorizationHeader information. | |
| CalloutOptionsAllowMergeFieldsInHeader | Bool | Field containing CalloutOptionsAllowMergeFieldsInHeader information. | |
| CalloutOptionsAllowMergeFieldsInBody | Bool | Field containing CalloutOptionsAllowMergeFieldsInBody information. | |
| AuthProviderId | String |
AuthProvider.Id | ID of the AuthProvider associated with this record. |
| Description | String | Text description of the record. | |
| JwtIssuer | String | Field containing JwtIssuer information. | |
| JwtFormulaSubject | String | Field containing JwtFormulaSubject information. | |
| JwtTextSubject | String | Field containing JwtTextSubject information. | |
| JwtValidityPeriodSeconds | Int | Field containing JwtValidityPeriodSeconds information. | |
| JwtAudience | String | Field containing JwtAudience information. | |
| AuthTokenEndpointUrl | String | Field containing AuthTokenEndpointUrl information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for OauthToken.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| AccessToken | String | Field containing AccessToken information. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| RequestToken | String | Field containing RequestToken information. | |
| AppName | String | Field containing AppName information. | |
| LastUsedDate | Datetime | Date associated with LastUsed. | |
| UseCount | Int | Number of Use associated with this record. | |
| DeleteToken | String | Field containing DeleteToken information. | |
| AppMenuItemId | String |
AppMenuItem.Id | ID of the AppMenuItem associated with this record. |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ObjectUserTerritory2View.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| ObjectId | String | ID of the Object associated with this record. | |
| ObjectIdType | String | Specifies the type of the 'ObjectId' polymorphic field to use in the statement. | |
| ObjectIdExternalFieldName | String | Specifies the external field name of the 'ObjectId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Territory2Id | String |
Territory2.Id | ID of the Territory2 associated with this record. |
| UserId | String |
User.Id | ID of the User associated with this record. |
| RoleInTerritory2 | String | Field containing RoleInTerritory2 information. | |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| SOQL | String | 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 | 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 | 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. |
履歴管理が有効になっている商談項目に対する変更履歴を保持します。
| Name | Type | References | Description |
| Id [KEY] | String | 商談項目履歴レコードの一意の識別子。 | |
| IsDeleted | Bool | 項目履歴レコードが削除されたかどうかを示します。 | |
| OpportunityId | String |
Opportunity.Id | 項目の変更が追跡されている商談のID。 |
| CreatedById | String |
User.Id | 項目の変更を行ったユーザーのID。 |
| CreatedByIdType | String | ステートメントで使用する'CreatedById' ポリモーフィック項目のタイプを指定します。 | |
| CreatedByIdExternalFieldName | String | INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| Field | String | 商談で変更された項目のAPI 名。 | |
| DataType | String | データの種類の分類。 | |
| OldValue | String | 変更された項目の以前の値。 | |
| NewValue | String | 変更後の項目の更新された値。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入の実行時に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にアップサートが使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限する任意のスコープ。このプロパティには、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を使用できます。 | |
| CreatedDate | Datetime | 項目の変更が記録された日時。 |
商談レコードのステージ変更と進捗更新を追跡します。
| Name | Type | References | Description |
| Id [KEY] | String | 商談履歴レコードの一意の識別子。 | |
| OpportunityId | String |
Opportunity.Id | この履歴エントリに関連付けられている商談のID。 |
| CreatedById | String |
User.Id | この履歴に記録された更新を行ったユーザーのID。 |
| StageName | String | 履歴レコード時点での商談のステージ。 | |
| Amount | Decimal | 履歴レコード時点での商談金額の値。 | |
| ExpectedRevenue | Decimal | 履歴レコード時点での予想収益の値。 | |
| CloseDate | Date | 履歴レコード時点での完了予定日。 | |
| Probability | Double | 履歴レコード時点での確度のパーセンテージ。 | |
| ForecastCategory | String | この履歴エントリ時の商談に関連付けられている売上予測カテゴリ。 | |
| CurrencyIsoCode | String | 売上金額が表される通貨のISO コード。 | |
| IsDeleted | Bool | 商談履歴レコードが削除されたかどうかを示します。 | |
| PrevAmount | Decimal | PrevAmount 情報を含む項目。 | |
| PrevCloseDate | Date | PrevClose に関連付けられた日付。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入の実行時に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にアップサートが使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限する任意のスコープ。このプロパティには、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を使用できます。 | |
| SystemModstamp | Datetime | レコードの追跡とレプリケーションに使用されるシステムタイムスタンプ。 | |
| CreatedDate | Datetime | 商談の更新が記録された日時。 |
見込み、交渉、成立など、商談プロセスにおける商談のステージを定義します。
| Name | Type | References | Description |
| Id [KEY] | String | 商談ステージレコードの一意の識別子。 | |
| MasterLabel | String | 商談ステージの表示ラベル。 | |
| ApiName | String | API を使用してリソースにアクセスする際に使用される名前。 | |
| IsActive | Bool | 商談ステージが現在有効であるかどうかを示します。 | |
| SortOrder | Int | ステージの選択リストにおけるステージの表示順序。 | |
| IsClosed | Bool | 商談ステージがクローズ済みと見なされるかどうかを示します。 | |
| IsWon | Bool | 商談ステージが成立済みと見なされるかどうかを示します。 | |
| ForecastCategory | String | このステージに関連付けられている内部売上予測カテゴリ。 | |
| ForecastCategoryName | String | このステージに関連付けられている売上予測カテゴリの表示名。 | |
| DefaultProbability | Double | このステージに割り当てられているデフォルトの確度のパーセンテージ。 | |
| Description | String | 商談ステージの任意の説明またはメモ。 | |
| CreatedById | String |
User.Id | 商談ステージレコードを作成したユーザーのID。 |
| LastModifiedById | String |
User.Id | 商談ステージレコードを最後に更新したユーザーのID。 |
| LastModifiedDate | Datetime | 商談ステージレコードが最後に更新された日時。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入の実行時に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にアップサートが使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限する任意のスコープ。このプロパティには、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を使用できます。 | |
| SystemModstamp | Datetime | 商談ステージレコードの最新の更新に対するシステムタイムスタンプ。 | |
| CreatedDate | Datetime | 商談ステージが作成された日時。 |
Schema file for OrderAdjustmentGroupHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| OrderAdjustmentGroupId | String | ID of the OrderAdjustmentGroup associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for OrderChangeLog.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| RelatedOrderId | String |
Order.Id | ID of the RelatedOrder associated with this record. |
| RelatedLineId | String | ID of the RelatedLine associated with this record. | |
| RelatedLineIdType | String | Specifies the type of the 'RelatedLineId' polymorphic field to use in the statement. | |
| RelatedLineIdExternalFieldName | String | Specifies the external field name of the 'RelatedLineId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| ChangeOrderId | String |
Order.Id | ID of the ChangeOrder associated with this record. |
| ChangeLineId | String | ID of the ChangeLine associated with this record. | |
| ChangeLineIdType | String | Specifies the type of the 'ChangeLineId' polymorphic field to use in the statement. | |
| ChangeLineIdExternalFieldName | String | Specifies the external field name of the 'ChangeLineId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| ChangeRequest | String | Field containing ChangeRequest information. | |
| Status | String | Status of the record. | |
| ChangeType | String | Type classification for Change. | |
| ChangeLineType | String | Type classification for ChangeLine. | |
| ChangeSummary | String | Field containing ChangeSummary information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for OrderChangeLogHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| OrderChangeLogId | String | ID of the OrderChangeLog associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for OrderDeliveryGroupHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| OrderDeliveryGroupId | String | ID of the OrderDeliveryGroup associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for OrderDeliveryMethodHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| OrderDeliveryMethodId | String | ID of the OrderDeliveryMethod associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for OrderHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| OrderId | String |
Order.Id | ID of the Order associated with this record. |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for OrderItemAdjustmentLineItemHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| OrderItemAdjustmentLineItemId | String | ID of the OrderItemAdjustmentLineItem associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for OrderItemHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| OrderItemId | String |
OrderItem.Id | ID of the OrderItem associated with this record. |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for OrderItemRelationshipHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| OrderItemRelationshipId | String | ID of the OrderItemRelationship associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for OrderItemTaxLineItemHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| OrderItemTaxLineItemId | String | ID of the OrderItemTaxLineItem associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for OrderItemType.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| ApiName | String | The name used when accessing the resource using the API. | |
| SortOrder | Int | Field containing SortOrder information. | |
| IsDefault | Bool | Indicates whether the record has the Default characteristic. | |
| TypeCode | String | Field containing TypeCode information. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for OrderStatus.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| ApiName | String | The name used when accessing the resource using the API. | |
| SortOrder | Int | Field containing SortOrder information. | |
| IsDefault | Bool | Indicates whether the record has the Default characteristic. | |
| StatusCode | String | Field containing StatusCode information. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for OwnerChangeOptionInfo.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| EntityDefinitionId | String | ID of the EntityDefinition associated with this record. | |
| Name | String | Name of the record. | |
| Label | String | Field containing Label information. | |
| IsEditable | Bool | Indicates whether the record has the Editable characteristic. | |
| DefaultValue | Bool | Field containing DefaultValue information. | |
| ParentId | String | ID of the parent object in the hierarchy. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for PackageLicense.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| Status | String | Status of the record. | |
| IsProvisioned | Bool | Indicates whether the record has the Provisioned characteristic. | |
| AllowedLicenses | Int | Field containing AllowedLicenses information. | |
| UsedLicenses | Int | Field containing UsedLicenses information. | |
| IsAvailableForIntegrations | Bool | Indicates whether the record has the AvailableForIntegrations characteristic. | |
| ExpirationDate | Datetime | Date associated with Expiration. | |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for Participant.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ParticipantAppType | String | Type classification for ParticipantApp. | |
| ParticipantRole | String | Field containing ParticipantRole information. | |
| ParticipantSubject | String | Field containing ParticipantSubject information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Distributor、Reseller などのパートナー関係でパートナーに割り当てられるロールを定義します。
| Name | Type | References | Description |
| Id [KEY] | String | パートナーロールの一意の識別子。 | |
| MasterLabel | String | パートナーロールの表示名。 | |
| ApiName | String | API を使用してリソースにアクセスする際に使用される名前。 | |
| SortOrder | Int | このロールがリストに表示される順序を示す数値。 | |
| ReverseRole | String | 逆パートナー関係を作成する際に使用される相互のロールの名前。 | |
| CreatedById | String |
User.Id | パートナーロールを作成したユーザーのID。 |
| LastModifiedById | String |
User.Id | パートナーロールを最後に更新したユーザーのID。 |
| LastModifiedDate | Datetime | パートナーロールが最後に更新された日時。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入の実行時に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にアップサートが使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限する任意のスコープ。このプロパティには、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を使用できます。 | |
| SystemModstamp | Datetime | パートナーロールレコードの最新の更新に対するシステムタイムスタンプ。 | |
| CreatedDate | Datetime | パートナーロールが作成された日時。 |
Schema file for PartyConsentHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| PartyConsentId | String |
PartyConsent.Id | ID of the PartyConsent associated with this record. |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for PaymentMethod.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| ImplementorType | String | Type classification for Implementor. | |
| AccountId | String |
Account.Id | ID of the Account associated with this record. |
| NickName | String | Field containing NickName information. | |
| CompanyName | String | Field containing CompanyName information. | |
| Status | String | Status of the record. | |
| Comments | String | Field containing Comments information. | |
| IsAutoPayEnabled | Bool | Indicates whether the record has the AutoPayEnabled characteristic. | |
| PaymentMethodStreet | String | Street address for PaymentMethod purposes. | |
| PaymentMethodCity | String | City for PaymentMethod address. | |
| PaymentMethodState | String | State or province for PaymentMethod address. | |
| PaymentMethodPostalCode | String | Postal code for PaymentMethod address. | |
| PaymentMethodCountry | String | Country for PaymentMethod address. | |
| PaymentMethodLatitude | Double | Latitude coordinate for PaymentMethod address geolocation. | |
| PaymentMethodLongitude | Double | Longitude coordinate for PaymentMethod address geolocation. | |
| PaymentMethodGeocodeAccuracy | String | Accuracy level of the geocode for the PaymentMethod address. | |
| PaymentMethodType | String | Type classification for PaymentMethod. | |
| PaymentMethodSubType | String | Type classification for PaymentMethodSub. | |
| PaymentMethodDetails | String | Field containing PaymentMethodDetails information. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
売上予測や財務レポートで使用される期間レコードを格納します。
| Name | Type | References | Description |
| Id [KEY] | String | 会計期間の一意の識別子。 | |
| FiscalYearSettingsId | String | 関連付けられた会計年度設定を参照するID。 | |
| Type | String | 四半期や月などの期間の種別。 | |
| StartDate | Date | 会計期間の初日。 | |
| EndDate | Date | 会計期間の最終日。 | |
| IsForecastPeriod | Bool | この期間が売上予測に使用されるかどうかを示します。 | |
| QuarterLabel | String | この期間が属する四半期の表示ラベル。 | |
| PeriodLabel | String | この会計期間の表示ラベル。 | |
| Number | Int | 会計年度内でのこの期間の順序を表す数値。 | |
| FullyQualifiedLabel | String | FullyQualifiedLabel 情報を含む項目。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定された場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されるときにupsert が使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するためのオプションのスコープ。このプロパティは次の値のいずれかを取ることができます:Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam。 | |
| SystemModstamp | Datetime | 会計期間レコードが最後に更新されたシステムのタイムスタンプ。 |
Schema file for PermissionSetEventStore.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| CreatedDate | Datetime | Date and time when the record was created. | |
| EventIdentifier | String | Unique identifier for the event. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| UserIdType | String | Specifies the type of the 'UserId' polymorphic field to use in the statement. | |
| UserIdExternalFieldName | String | Specifies the external field name of the 'UserId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Username | String | Username of the user associated with this record. | |
| EventDate | Datetime | Date and time when the event occurred. | |
| RelatedEventIdentifier | String | ID of a related event. | |
| PolicyId | String | ID of the transaction security policy. | |
| PolicyOutcome | String | Result of the transaction security policy evaluation. | |
| EvaluationTime | Double | Time taken to evaluate the transaction security policy. | |
| SessionKey | String | Unique key identifying the user session. | |
| LoginKey | String | Unique key identifying the login session. | |
| SessionLevel | String | Security level of the user session. | |
| SourceIp | String | IP address from which the request originated. | |
| LoginHistoryId | String |
LoginHistory.Id | ID of the related login history record. |
| EventSource | String | Field containing EventSource information. | |
| Operation | String | Field containing Operation information. | |
| ParentIdList | String | Field containing ParentIdList information. | |
| ParentNameList | String | Field containing ParentNameList information. | |
| PermissionType | String | Type classification for Permission. | |
| PermissionList | String | Field containing PermissionList information. | |
| HasExternalUsers | Bool | Indicates whether the record has ExternalUsers. | |
| ImpactedUserIds | String | Field containing ImpactedUserIds information. | |
| UserCount | String | Number of User associated with this record. | |
| PermissionExpiration | Datetime | Field containing PermissionExpiration information. | |
| PermissionExpirationList | String | Field containing PermissionExpirationList information. | |
| SOQL | String | 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 | 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 | 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. |
Tracks licenses for permission sets, defining how many users can be assigned to them.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the permission set license record. | |
| IsDeleted | Bool | Indicates whether the permission set license has been marked as deleted. | |
| DeveloperName | String | API name of the permission set license, typically used by developers to reference the license programmatically. | |
| Language | String | Language code used for the primary display language of the permission set license. | |
| MasterLabel | String | User-friendly name of the permission set license displayed in the Salesforce UI. | |
| CreatedById | String |
User.Id | Identifier of the user who created the permission set license record. |
| LastModifiedDate | Datetime | Date and time when the permission set license was last updated. | |
| LastModifiedById | String |
User.Id | Identifier of the user who last modified the permission set license record. |
| PermissionSetLicenseKey | String | Unique key associated with the permission set license, used internally for license identification. | |
| TotalLicenses | Int | Total number of licenses available under this permission set license. | |
| Status | String | Current status of the permission set license, such as Active or Inactive. | |
| ExpirationDate | Date | Date when the permission set license is set to expire. | |
| MaximumPermissionsEmailSingle | Bool | Indicates whether users with this license can send individual emails from Salesforce. | |
| MaximumPermissionsEmailMass | Bool | Indicates whether users with this license can send mass emails to multiple recipients. | |
| MaximumPermissionsEditTask | Bool | Grants the ability to edit task records within Salesforce. | |
| MaximumPermissionsEditEvent | Bool | Grants the ability to edit calendar events in Salesforce. | |
| MaximumPermissionsExportReport | Bool | Allows exporting of report data to external files such as CSV. | |
| MaximumPermissionsImportPersonal | Bool | Allows users to import personal contacts into Salesforce. | |
| MaximumPermissionsDataExport | Bool | Field containing MaximumPermissionsDataExport information. | |
| MaximumPermissionsManageUsers | Bool | Grants full access to manage users, roles, and profiles within the organization. | |
| MaximumPermissionsEditPublicFilters | Bool | Field containing MaximumPermissionsEditPublicFilters information. | |
| MaximumPermissionsEditPublicTemplates | Bool | Allows editing of publicly shared email templates. | |
| MaximumPermissionsModifyAllData | Bool | Provides full access to all data in the organization, overriding sharing settings. | |
| MaximumPermissionsEditBillingInfo | Bool | Field containing MaximumPermissionsEditBillingInfo information. | |
| MaximumPermissionsManageCases | Bool | Allows users to manage support cases, including creation, assignment, and resolution. | |
| MaximumPermissionsMassInlineEdit | Bool | Field containing MaximumPermissionsMassInlineEdit information. | |
| MaximumPermissionsEditKnowledge | Bool | Enables editing of knowledge articles within Salesforce Knowledge. | |
| MaximumPermissionsManageKnowledge | Bool | Grants management permissions over Salesforce Knowledge, including settings and article types. | |
| MaximumPermissionsManageSolutions | Bool | Allows management of published solutions in Salesforce, including creation and editing. | |
| MaximumPermissionsCustomizeApplication | Bool | Grants the ability to customize the application, such as modifying page layouts and tabs. | |
| MaximumPermissionsEditReadonlyFields | Bool | Allows editing of fields that are normally read-only, typically through API or automation. | |
| MaximumPermissionsRunReports | Bool | Enables users to run saved reports within Salesforce. | |
| MaximumPermissionsViewSetup | Bool | Grants access to the Setup area, including configuration and system settings. | |
| MaximumPermissionsTransferAnyEntity | Bool | Allows transferring ownership of any record, regardless of current ownership. | |
| MaximumPermissionsNewReportBuilder | Bool | Provides access to the Lightning Report Builder for creating and customizing reports. | |
| MaximumPermissionsActivateContract | Bool | Grants the ability to activate contracts within the system. | |
| MaximumPermissionsActivateOrder | Bool | Field containing MaximumPermissionsActivateOrder information. | |
| MaximumPermissionsImportLeads | Bool | Allows users to import lead records into Salesforce using data import tools. | |
| MaximumPermissionsManageLeads | Bool | Grants full control over lead records, including assignment, conversion, and deletion. | |
| MaximumPermissionsTransferAnyLead | Bool | Allows transferring ownership of any lead, regardless of the current owner. | |
| MaximumPermissionsViewAllData | Bool | Provides read access to all data in the organization, regardless of sharing rules. | |
| MaximumPermissionsEditPublicDocuments | Bool | Grants the ability to manage publicly shared documents stored in Salesforce. | |
| MaximumPermissionsViewEncryptedData | Bool | Field containing MaximumPermissionsViewEncryptedData information. | |
| MaximumPermissionsEditBrandTemplates | Bool | Allows editing of letterhead templates used in email communications. | |
| MaximumPermissionsEditHtmlTemplates | Bool | Enables editing of HTML-based email templates. | |
| MaximumPermissionsChatterInternalUser | Bool | Grants access to Chatter for internal collaboration within the organization. | |
| MaximumPermissionsManageEncryptionKeys | Bool | Field containing MaximumPermissionsManageEncryptionKeys information. | |
| MaximumPermissionsDeleteActivatedContract | Bool | Grants the ability to delete contracts that have already been activated. | |
| MaximumPermissionsChatterInviteExternalUsers | Bool | Allows users to send invitations to external participants to join Chatter groups. | |
| MaximumPermissionsSendSitRequests | Bool | Enables sending stay-in-touch requests to update contact information. | |
| MaximumPermissionsApiUserOnly | Bool | Field containing MaximumPermissionsApiUserOnly information. | |
| MaximumPermissionsManageRemoteAccess | Bool | Grants access to manage connected apps and remote access settings. | |
| MaximumPermissionsCanUseNewDashboardBuilder | Bool | Allows use of the drag-and-drop interface for building dashboards. | |
| MaximumPermissionsManageCategories | Bool | Grants permission to manage category groups and data categories in Salesforce Knowledge. | |
| MaximumPermissionsConvertLeads | Bool | Allows users to convert qualified leads into accounts, contacts, and opportunities. | |
| MaximumPermissionsPasswordNeverExpires | Bool | Prevents a user's password from expiring, overriding standard expiration policies. | |
| MaximumPermissionsUseTeamReassignWizards | Bool | Grants access to team reassignment wizards for accounts, opportunities, and cases. | |
| MaximumPermissionsEditActivatedOrders | Bool | Field containing MaximumPermissionsEditActivatedOrders information. | |
| MaximumPermissionsInstallPackaging | Bool | Allows downloading of packages from the Salesforce AppExchange. | |
| MaximumPermissionsPublishPackaging | Bool | Grants permission to upload and publish packages to the AppExchange. | |
| MaximumPermissionsChatterOwnGroups | Bool | Enables users to create and manage their own Chatter groups. | |
| MaximumPermissionsEditOppLineItemUnitPrice | Bool | Allows editing of the unit price for opportunity product line items. | |
| MaximumPermissionsManageTerritories | Bool | Field containing MaximumPermissionsManageTerritories information. | |
| MaximumPermissionsCreatePackaging | Bool | Grants the ability to create new managed or unmanaged packages for distribution. | |
| MaximumPermissionsBulkApiHardDelete | Bool | Enables hard deletion of records via the Bulk API, bypassing the Recycle Bin. | |
| MaximumPermissionsSolutionImport | Bool | Allows importing of solution records into Salesforce from external files. | |
| MaximumPermissionsManageCallCenters | Bool | Grants management access to call center definitions and related settings. | |
| MaximumPermissionsManageSynonyms | Bool | Grants access to define and manage search synonyms for improved search results. | |
| MaximumPermissionsViewContent | Bool | Allows users to view Salesforce Content files within portals or communities. | |
| MaximumPermissionsManageEmailClientConfig | Bool | Grants permission to configure and manage email client integration settings. | |
| MaximumPermissionsEnableNotifications | Bool | Allows sending of outbound messages as part of workflow or process automation. | |
| MaximumPermissionsIsSsoEnabled | Bool | Field containing MaximumPermissionsIsSsoEnabled information. | |
| MaximumPermissionsManageDataIntegrations | Bool | Grants permissions to manage external data integrations and connections. | |
| MaximumPermissionsDistributeFromPersWksp | Bool | Field containing MaximumPermissionsDistributeFromPersWksp information. | |
| MaximumPermissionsViewDataCategories | Bool | Allows users to view data category groups and their hierarchy. | |
| MaximumPermissionsManageDataCategories | Bool | Enables management of data category group structure and assignments. | |
| MaximumPermissionsAuthorApex | Bool | Grants the ability to write, edit, and save Apex classes and triggers in Salesforce. | |
| MaximumPermissionsManageMobile | Bool | Allows management of Salesforce mobile app settings and configurations. | |
| MaximumPermissionsApiEnabled | Bool | Grants access to Salesforce's API, allowing integration with external systems. | |
| MaximumPermissionsManageCustomReportTypes | Bool | Allows creation and management of custom report types for advanced reporting needs. | |
| MaximumPermissionsEditCaseComments | Bool | Grants permission to edit comments on support case records. | |
| MaximumPermissionsTransferAnyCase | Bool | Allows users to transfer ownership of any case, regardless of the current owner. | |
| MaximumPermissionsContentAdministrator | Bool | Grants full administrative rights to manage Salesforce Customer Relationship Management (CRM) Content. | |
| MaximumPermissionsCreateWorkspaces | Bool | Allows creation of content libraries, also known as workspaces, for organizing files. | |
| MaximumPermissionsManageContentPermissions | Bool | Grants the ability to set and manage user access permissions on content items. | |
| MaximumPermissionsManageContentProperties | Bool | Enables customization of content properties such as custom fields and metadata. | |
| MaximumPermissionsManageContentTypes | Bool | Allows users to define and manage different content types within libraries. | |
| MaximumPermissionsManageExchangeConfig | Bool | Field containing MaximumPermissionsManageExchangeConfig information. | |
| MaximumPermissionsManageAnalyticSnapshots | Bool | Grants access to create and manage analytic snapshots for tracking report data over time. | |
| MaximumPermissionsScheduleReports | Bool | Allows users to schedule automated delivery of reports via email. | |
| MaximumPermissionsManageBusinessHourHolidays | Bool | Grants permission to configure business hours and holiday settings used in case management. | |
| MaximumPermissionsManageEntitlements | Bool | Field containing MaximumPermissionsManageEntitlements information. | |
| MaximumPermissionsManageDynamicDashboards | Bool | Allows users to create and manage dashboards with dynamic data visibility based on the viewer. | |
| MaximumPermissionsCustomSidebarOnAllPages | Bool | Enables display of custom sidebar components across all Salesforce pages. | |
| MaximumPermissionsManageInteraction | Bool | Grants permission to manage flows created using Flow Builder (formerly Visual Workflow). | |
| MaximumPermissionsViewMyTeamsDashboards | Bool | Allows viewing of dashboards shared specifically with the user's team. | |
| MaximumPermissionsModerateChatter | Bool | Grants the ability to moderate Chatter posts and comments, including deleting content. | |
| MaximumPermissionsResetPasswords | Bool | Allows users to reset passwords and unlock user accounts. | |
| MaximumPermissionsFlowUFLRequired | Bool | Indicates whether users must have the Flow User Feature License to run flows. | |
| MaximumPermissionsCanInsertFeedSystemFields | Bool | Grants the ability to insert system fields, such as timestamps or IDs, into Chatter feeds. | |
| MaximumPermissionsActivitiesAccess | Bool | Field containing MaximumPermissionsActivitiesAccess information. | |
| MaximumPermissionsManageKnowledgeImportExport | Bool | Allows import and export of Salesforce Knowledge articles for bulk updates. | |
| MaximumPermissionsUseInboxSchedulingOnBehalfOf | Bool | Field containing MaximumPermissionsUseInboxSchedulingOnBehalfOf information. | |
| MaximumPermissionsEmailTemplateManagement | Bool | Grants permission to create, edit, and manage email templates. | |
| MaximumPermissionsEmailAdministration | Bool | Allows configuration and management of email settings and deliverability options. | |
| MaximumPermissionsDeleteEventMonitoringData | Bool | Field containing MaximumPermissionsDeleteEventMonitoringData information. | |
| MaximumPermissionsManageChatterMessages | Bool | Grants the ability to view and delete private Chatter messages between users. | |
| MaximumPermissionsAllowEmailIC | Bool | Field containing MaximumPermissionsAllowEmailIC information. | |
| MaximumPermissionsChatterFileLink | Bool | Field containing MaximumPermissionsChatterFileLink information. | |
| MaximumPermissionsForceTwoFactor | Bool | Requires two-factor authentication for users accessing the UI. | |
| MaximumPermissionsViewEventLogFiles | Bool | Field containing MaximumPermissionsViewEventLogFiles information. | |
| MaximumPermissionsManageNetworks | Bool | Grants access to create and configure Salesforce Communities (Experience Cloud sites). | |
| MaximumPermissionsManageAuthProviders | Bool | Allows management of authentication providers used for SSO and third-party logins. | |
| MaximumPermissionsRunFlow | Bool | Allows users to execute flows from the UI or automation tools. | |
| MaximumPermissionsCreateCustomizeDashboards | Bool | Field containing MaximumPermissionsCreateCustomizeDashboards information. | |
| MaximumPermissionsCreateDashboardFolders | Bool | Field containing MaximumPermissionsCreateDashboardFolders information. | |
| MaximumPermissionsViewPublicDashboards | Bool | Field containing MaximumPermissionsViewPublicDashboards information. | |
| MaximumPermissionsManageDashbdsInPubFolders | Bool | Field containing MaximumPermissionsManageDashbdsInPubFolders information. | |
| MaximumPermissionsCreateCustomizeReports | Bool | Field containing MaximumPermissionsCreateCustomizeReports information. | |
| MaximumPermissionsCreateReportFolders | Bool | Field containing MaximumPermissionsCreateReportFolders information. | |
| MaximumPermissionsViewPublicReports | Bool | Field containing MaximumPermissionsViewPublicReports information. | |
| MaximumPermissionsManageReportsInPubFolders | Bool | Field containing MaximumPermissionsManageReportsInPubFolders information. | |
| MaximumPermissionsEditMyDashboards | Bool | Field containing MaximumPermissionsEditMyDashboards information. | |
| MaximumPermissionsEditMyReports | Bool | Field containing MaximumPermissionsEditMyReports information. | |
| MaximumPermissionsDeleteFieldHistoryArchive | Bool | Field containing MaximumPermissionsDeleteFieldHistoryArchive information. | |
| MaximumPermissionsViewAllUsers | Bool | Grants visibility into all user records in the system. | |
| MaximumPermissionsAllowUniversalSearch | Bool | Allows use of global search functionality to access a broad range of records. | |
| MaximumPermissionsConnectOrgToEnvironmentHub | Bool | Enables the organization to be linked to the Environment Hub for managing multiple orgs. | |
| MaximumPermissionsWorkCalibrationUser | Bool | Field containing MaximumPermissionsWorkCalibrationUser information. | |
| MaximumPermissionsCreateCustomizeFilters | Bool | Field containing MaximumPermissionsCreateCustomizeFilters information. | |
| MaximumPermissionsWorkDotComUserPerm | Bool | Field containing MaximumPermissionsWorkDotComUserPerm information. | |
| MaximumPermissionsContentHubUser | Bool | Field containing MaximumPermissionsContentHubUser information. | |
| MaximumPermissionsGovernNetworks | Bool | Field containing MaximumPermissionsGovernNetworks information. | |
| MaximumPermissionsSalesConsole | Bool | Grants access to the Sales Console app, designed for high-productivity sales workflows. | |
| MaximumPermissionsTwoFactorApi | Bool | Requires two-factor authentication for users accessing Salesforce via the API. | |
| MaximumPermissionsDeleteTopics | Bool | Grants permission to delete Chatter topics from posts or records. | |
| MaximumPermissionsEditTopics | Bool | Allows editing of existing Chatter topics. | |
| MaximumPermissionsCreateTopics | Bool | Grants permission to create new Chatter topics for organizing discussions and content. | |
| MaximumPermissionsAssignTopics | Bool | Allows users to assign Chatter topics to posts or records. | |
| MaximumPermissionsIdentityEnabled | Bool | Grants access to Salesforce Identity features, including single sign-on and identity services. | |
| MaximumPermissionsIdentityConnect | Bool | Allows integration with Identity Connect to sync user data between Active Directory and Salesforce. | |
| MaximumPermissionsAllowViewKnowledge | Bool | Grants read access to Salesforce Knowledge articles based on user permissions. | |
| MaximumPermissionsContentWorkspaces | Bool | Field containing MaximumPermissionsContentWorkspaces information. | |
| MaximumPermissionsManageSearchPromotionRules | Bool | Field containing MaximumPermissionsManageSearchPromotionRules information. | |
| MaximumPermissionsCustomMobileAppsAccess | Bool | Field containing MaximumPermissionsCustomMobileAppsAccess information. | |
| MaximumPermissionsViewHelpLink | Bool | Field containing MaximumPermissionsViewHelpLink information. | |
| MaximumPermissionsManageProfilesPermissionsets | Bool | Field containing MaximumPermissionsManageProfilesPermissionsets information. | |
| MaximumPermissionsAssignPermissionSets | Bool | Field containing MaximumPermissionsAssignPermissionSets information. | |
| MaximumPermissionsManageRoles | Bool | Field containing MaximumPermissionsManageRoles information. | |
| MaximumPermissionsManageIpAddresses | Bool | Field containing MaximumPermissionsManageIpAddresses information. | |
| MaximumPermissionsManageSharing | Bool | Field containing MaximumPermissionsManageSharing information. | |
| MaximumPermissionsManageInternalUsers | Bool | Field containing MaximumPermissionsManageInternalUsers information. | |
| MaximumPermissionsManagePasswordPolicies | Bool | Field containing MaximumPermissionsManagePasswordPolicies information. | |
| MaximumPermissionsManageLoginAccessPolicies | Bool | Field containing MaximumPermissionsManageLoginAccessPolicies information. | |
| MaximumPermissionsViewPlatformEvents | Bool | Field containing MaximumPermissionsViewPlatformEvents information. | |
| MaximumPermissionsManageCustomPermissions | Bool | Field containing MaximumPermissionsManageCustomPermissions information. | |
| MaximumPermissionsCanVerifyComment | Bool | Field containing MaximumPermissionsCanVerifyComment information. | |
| MaximumPermissionsManageUnlistedGroups | Bool | Field containing MaximumPermissionsManageUnlistedGroups information. | |
| MaximumPermissionsStdAutomaticActivityCapture | Bool | Field containing MaximumPermissionsStdAutomaticActivityCapture information. | |
| MaximumPermissionsFreezeUsers | Bool | Field containing MaximumPermissionsFreezeUsers information. | |
| MaximumPermissionsInsightsAppDashboardEditor | Bool | Field containing MaximumPermissionsInsightsAppDashboardEditor information. | |
| MaximumPermissionsManageTwoFactor | Bool | Field containing MaximumPermissionsManageTwoFactor information. | |
| MaximumPermissionsInsightsAppUser | Bool | Field containing MaximumPermissionsInsightsAppUser information. | |
| MaximumPermissionsInsightsAppAdmin | Bool | Field containing MaximumPermissionsInsightsAppAdmin information. | |
| MaximumPermissionsInsightsAppEltEditor | Bool | Field containing MaximumPermissionsInsightsAppEltEditor information. | |
| MaximumPermissionsInsightsAppUploadUser | Bool | Field containing MaximumPermissionsInsightsAppUploadUser information. | |
| MaximumPermissionsInsightsCreateApplication | Bool | Field containing MaximumPermissionsInsightsCreateApplication information. | |
| MaximumPermissionsLightningExperienceUser | Bool | Field containing MaximumPermissionsLightningExperienceUser information. | |
| MaximumPermissionsViewDataLeakageEvents | Bool | Field containing MaximumPermissionsViewDataLeakageEvents information. | |
| MaximumPermissionsConfigCustomRecs | Bool | Field containing MaximumPermissionsConfigCustomRecs information. | |
| MaximumPermissionsSubmitMacrosAllowed | Bool | Field containing MaximumPermissionsSubmitMacrosAllowed information. | |
| MaximumPermissionsBulkMacrosAllowed | Bool | Field containing MaximumPermissionsBulkMacrosAllowed information. | |
| MaximumPermissionsShareInternalArticles | Bool | Field containing MaximumPermissionsShareInternalArticles information. | |
| MaximumPermissionsManageSessionPermissionSets | Bool | Field containing MaximumPermissionsManageSessionPermissionSets information. | |
| MaximumPermissionsManageTemplatedApp | Bool | Field containing MaximumPermissionsManageTemplatedApp information. | |
| MaximumPermissionsUseTemplatedApp | Bool | Field containing MaximumPermissionsUseTemplatedApp information. | |
| MaximumPermissionsSendAnnouncementEmails | Bool | Field containing MaximumPermissionsSendAnnouncementEmails information. | |
| MaximumPermissionsChatterEditOwnPost | Bool | Field containing MaximumPermissionsChatterEditOwnPost information. | |
| MaximumPermissionsChatterEditOwnRecordPost | Bool | Field containing MaximumPermissionsChatterEditOwnRecordPost information. | |
| MaximumPermissionsWaveTabularDownload | Bool | Field containing MaximumPermissionsWaveTabularDownload information. | |
| MaximumPermissionsWaveCommunityUser | Bool | Field containing MaximumPermissionsWaveCommunityUser information. | |
| MaximumPermissionsAutomaticActivityCapture | Bool | Field containing MaximumPermissionsAutomaticActivityCapture information. | |
| MaximumPermissionsImportCustomObjects | Bool | Field containing MaximumPermissionsImportCustomObjects information. | |
| MaximumPermissionsSalesforceIQInbox | Bool | Field containing MaximumPermissionsSalesforceIQInbox information. | |
| MaximumPermissionsDelegatedTwoFactor | Bool | Field containing MaximumPermissionsDelegatedTwoFactor information. | |
| MaximumPermissionsChatterComposeUiCodesnippet | Bool | Field containing MaximumPermissionsChatterComposeUiCodesnippet information. | |
| MaximumPermissionsSelectFilesFromSalesforce | Bool | Field containing MaximumPermissionsSelectFilesFromSalesforce information. | |
| MaximumPermissionsModerateNetworkUsers | Bool | Field containing MaximumPermissionsModerateNetworkUsers information. | |
| MaximumPermissionsMergeTopics | Bool | Field containing MaximumPermissionsMergeTopics information. | |
| MaximumPermissionsSubscribeToLightningReports | Bool | Field containing MaximumPermissionsSubscribeToLightningReports information. | |
| MaximumPermissionsManagePvtRptsAndDashbds | Bool | Field containing MaximumPermissionsManagePvtRptsAndDashbds information. | |
| MaximumPermissionsAllowLightningLogin | Bool | Field containing MaximumPermissionsAllowLightningLogin information. | |
| MaximumPermissionsLeadScoreUser | Bool | Field containing MaximumPermissionsLeadScoreUser information. | |
| MaximumPermissionsCampaignInfluence2 | Bool | Field containing MaximumPermissionsCampaignInfluence2 information. | |
| MaximumPermissionsViewDataAssessment | Bool | Field containing MaximumPermissionsViewDataAssessment information. | |
| MaximumPermissionsRemoveDirectMessageMembers | Bool | Field containing MaximumPermissionsRemoveDirectMessageMembers information. | |
| MaximumPermissionsCanApproveFeedPost | Bool | Field containing MaximumPermissionsCanApproveFeedPost information. | |
| MaximumPermissionsAddDirectMessageMembers | Bool | Field containing MaximumPermissionsAddDirectMessageMembers information. | |
| MaximumPermissionsAllowViewEditConvertedLeads | Bool | Field containing MaximumPermissionsAllowViewEditConvertedLeads information. | |
| MaximumPermissionsShowCompanyNameAsUserBadge | Bool | Field containing MaximumPermissionsShowCompanyNameAsUserBadge information. | |
| MaximumPermissionsAccessCMC | Bool | Field containing MaximumPermissionsAccessCMC information. | |
| MaximumPermissionsViewHealthCheck | Bool | Field containing MaximumPermissionsViewHealthCheck information. | |
| MaximumPermissionsManageHealthCheck | Bool | Field containing MaximumPermissionsManageHealthCheck information. | |
| MaximumPermissionsPackaging2 | Bool | Field containing MaximumPermissionsPackaging2 information. | |
| MaximumPermissionsManageCertificates | Bool | Field containing MaximumPermissionsManageCertificates information. | |
| MaximumPermissionsCreateReportInLightning | Bool | Field containing MaximumPermissionsCreateReportInLightning information. | |
| MaximumPermissionsPreventClassicExperience | Bool | Field containing MaximumPermissionsPreventClassicExperience information. | |
| MaximumPermissionsHideReadByList | Bool | Field containing MaximumPermissionsHideReadByList information. | |
| MaximumPermissionsDeleteFieldHistory | Bool | Field containing MaximumPermissionsDeleteFieldHistory information. | |
| MaximumPermissionsListEmailSend | Bool | Field containing MaximumPermissionsListEmailSend information. | |
| MaximumPermissionsFeedPinning | Bool | Field containing MaximumPermissionsFeedPinning information. | |
| MaximumPermissionsChangeDashboardColors | Bool | Field containing MaximumPermissionsChangeDashboardColors information. | |
| MaximumPermissionsManageRecommendationStrategies | Bool | Field containing MaximumPermissionsManageRecommendationStrategies information. | |
| MaximumPermissionsManagePropositions | Bool | Field containing MaximumPermissionsManagePropositions information. | |
| MaximumPermissionsCloseConversations | Bool | Field containing MaximumPermissionsCloseConversations information. | |
| MaximumPermissionsSubscribeReportRolesGrps | Bool | Field containing MaximumPermissionsSubscribeReportRolesGrps information. | |
| MaximumPermissionsSubscribeDashboardRolesGrps | Bool | Field containing MaximumPermissionsSubscribeDashboardRolesGrps information. | |
| MaximumPermissionsUseWebLink | Bool | Field containing MaximumPermissionsUseWebLink information. | |
| MaximumPermissionsHasUnlimitedNBAExecutions | Bool | Field containing MaximumPermissionsHasUnlimitedNBAExecutions information. | |
| MaximumPermissionsViewOnlyEmbeddedAppUser | Bool | Field containing MaximumPermissionsViewOnlyEmbeddedAppUser information. | |
| MaximumPermissionsViewAllActivities | Bool | Field containing MaximumPermissionsViewAllActivities information. | |
| MaximumPermissionsSubscribeReportToOtherUsers | Bool | Field containing MaximumPermissionsSubscribeReportToOtherUsers information. | |
| MaximumPermissionsLightningConsoleAllowedForUser | Bool | Field containing MaximumPermissionsLightningConsoleAllowedForUser information. | |
| MaximumPermissionsSubscribeReportsRunAsUser | Bool | Field containing MaximumPermissionsSubscribeReportsRunAsUser information. | |
| MaximumPermissionsSubscribeToLightningDashboards | Bool | Field containing MaximumPermissionsSubscribeToLightningDashboards information. | |
| MaximumPermissionsSubscribeDashboardToOtherUsers | Bool | Field containing MaximumPermissionsSubscribeDashboardToOtherUsers information. | |
| MaximumPermissionsPardotUser | Bool | Field containing MaximumPermissionsPardotUser information. | |
| MaximumPermissionsCreateLtngTempInPub | Bool | Field containing MaximumPermissionsCreateLtngTempInPub information. | |
| MaximumPermissionsTransactionalEmailSend | Bool | Field containing MaximumPermissionsTransactionalEmailSend information. | |
| MaximumPermissionsViewPrivateStaticResources | Bool | Field containing MaximumPermissionsViewPrivateStaticResources information. | |
| MaximumPermissionsCreateLtngTempFolder | Bool | Field containing MaximumPermissionsCreateLtngTempFolder information. | |
| MaximumPermissionsApexRestServices | Bool | Field containing MaximumPermissionsApexRestServices information. | |
| MaximumPermissionsEnableCommunityAppLauncher | Bool | Field containing MaximumPermissionsEnableCommunityAppLauncher information. | |
| MaximumPermissionsGiveRecognitionBadge | Bool | Field containing MaximumPermissionsGiveRecognitionBadge information. | |
| MaximumPermissionsSalesforceIQInternal | Bool | Field containing MaximumPermissionsSalesforceIQInternal information. | |
| MaximumPermissionsUseMySearch | Bool | Field containing MaximumPermissionsUseMySearch information. | |
| MaximumPermissionsLtngPromoReserved01UserPerm | Bool | Field containing MaximumPermissionsLtngPromoReserved01UserPerm information. | |
| MaximumPermissionsManageSubscriptions | Bool | Field containing MaximumPermissionsManageSubscriptions information. | |
| MaximumPermissionsWaveManagePrivateAssetsUser | Bool | Field containing MaximumPermissionsWaveManagePrivateAssetsUser information. | |
| MaximumPermissionsCanEditDataPrepRecipe | Bool | Field containing MaximumPermissionsCanEditDataPrepRecipe information. | |
| MaximumPermissionsAddAnalyticsRemoteConnections | Bool | Field containing MaximumPermissionsAddAnalyticsRemoteConnections information. | |
| MaximumPermissionsManageSurveys | Bool | Field containing MaximumPermissionsManageSurveys information. | |
| MaximumPermissionsUseAssistantDialog | Bool | Field containing MaximumPermissionsUseAssistantDialog information. | |
| MaximumPermissionsUseQuerySuggestions | Bool | Field containing MaximumPermissionsUseQuerySuggestions information. | |
| MaximumPermissionsRecordVisibilityAPI | Bool | Field containing MaximumPermissionsRecordVisibilityAPI information. | |
| MaximumPermissionsViewRoles | Bool | Field containing MaximumPermissionsViewRoles information. | |
| MaximumPermissionsCanManageMaps | Bool | Field containing MaximumPermissionsCanManageMaps information. | |
| MaximumPermissionsLMOutboundMessagingUserPerm | Bool | Field containing MaximumPermissionsLMOutboundMessagingUserPerm information. | |
| MaximumPermissionsModifyDataClassification | Bool | Field containing MaximumPermissionsModifyDataClassification information. | |
| MaximumPermissionsPrivacyDataAccess | Bool | Field containing MaximumPermissionsPrivacyDataAccess information. | |
| MaximumPermissionsQueryAllFiles | Bool | Field containing MaximumPermissionsQueryAllFiles information. | |
| MaximumPermissionsModifyMetadata | Bool | Field containing MaximumPermissionsModifyMetadata information. | |
| MaximumPermissionsManageCMS | Bool | Field containing MaximumPermissionsManageCMS information. | |
| MaximumPermissionsSandboxTestingInCommunityApp | Bool | Field containing MaximumPermissionsSandboxTestingInCommunityApp information. | |
| MaximumPermissionsCanEditPrompts | Bool | Field containing MaximumPermissionsCanEditPrompts information. | |
| MaximumPermissionsViewUserPII | Bool | Field containing MaximumPermissionsViewUserPII information. | |
| MaximumPermissionsManageHubConnections | Bool | Field containing MaximumPermissionsManageHubConnections information. | |
| MaximumPermissionsB2BMarketingAnalyticsUser | Bool | Field containing MaximumPermissionsB2BMarketingAnalyticsUser information. | |
| MaximumPermissionsTraceXdsQueries | Bool | Field containing MaximumPermissionsTraceXdsQueries information. | |
| MaximumPermissionsViewSecurityCommandCenter | Bool | Field containing MaximumPermissionsViewSecurityCommandCenter information. | |
| MaximumPermissionsManageSecurityCommandCenter | Bool | Field containing MaximumPermissionsManageSecurityCommandCenter information. | |
| MaximumPermissionsViewAllCustomSettings | Bool | Field containing MaximumPermissionsViewAllCustomSettings information. | |
| MaximumPermissionsViewAllForeignKeyNames | Bool | Field containing MaximumPermissionsViewAllForeignKeyNames information. | |
| MaximumPermissionsAddWaveNotificationRecipients | Bool | Field containing MaximumPermissionsAddWaveNotificationRecipients information. | |
| MaximumPermissionsHeadlessCMSAccess | Bool | Field containing MaximumPermissionsHeadlessCMSAccess information. | |
| MaximumPermissionsUseOrderManagementAPIs | Bool | Field containing MaximumPermissionsUseOrderManagementAPIs information. | |
| MaximumPermissionsEditUnmanagedOrderSummaries | Bool | Field containing MaximumPermissionsEditUnmanagedOrderSummaries information. | |
| MaximumPermissionsLMEndMessagingSessionUserPerm | Bool | Field containing MaximumPermissionsLMEndMessagingSessionUserPerm information. | |
| MaximumPermissionsConsentApiUpdate | Bool | Date associated with MaximumPermissionsConsentApiUp. | |
| MaximumPermissionsPaymentsAPIUser | Bool | Field containing MaximumPermissionsPaymentsAPIUser information. | |
| MaximumPermissionsAccessContentBuilder | Bool | Field containing MaximumPermissionsAccessContentBuilder information. | |
| MaximumPermissionsAccountSwitcherUser | Bool | Field containing MaximumPermissionsAccountSwitcherUser information. | |
| MaximumPermissionsViewAnomalyEvents | Bool | Field containing MaximumPermissionsViewAnomalyEvents information. | |
| MaximumPermissionsManageC360AConnections | Bool | Field containing MaximumPermissionsManageC360AConnections information. | |
| MaximumPermissionsManageReleaseUpdates | Bool | Field containing MaximumPermissionsManageReleaseUpdates information. | |
| MaximumPermissionsViewAllProfiles | Bool | Field containing MaximumPermissionsViewAllProfiles information. | |
| MaximumPermissionsSkipIdentityConfirmation | Bool | Field containing MaximumPermissionsSkipIdentityConfirmation information. | |
| MaximumPermissionsLearningManager | Bool | Field containing MaximumPermissionsLearningManager information. | |
| MaximumPermissionsSendCustomNotifications | Bool | Field containing MaximumPermissionsSendCustomNotifications information. | |
| MaximumPermissionsPackaging2Delete | Bool | Field containing MaximumPermissionsPackaging2Delete information. | |
| MaximumPermissionsUseOmnichannelInventoryAPIs | Bool | Field containing MaximumPermissionsUseOmnichannelInventoryAPIs information. | |
| MaximumPermissionsViewRestrictionAndScopingRules | Bool | Field containing MaximumPermissionsViewRestrictionAndScopingRules information. | |
| MaximumPermissionsFSCComprehensiveUserAccess | Bool | Field containing MaximumPermissionsFSCComprehensiveUserAccess information. | |
| MaximumPermissionsMarketingAdmin | Bool | Field containing MaximumPermissionsMarketingAdmin information. | |
| MaximumPermissionsBotManageBots | Bool | Field containing MaximumPermissionsBotManageBots information. | |
| MaximumPermissionsBotManageBotsTrainingData | Bool | Field containing MaximumPermissionsBotManageBotsTrainingData information. | |
| MaximumPermissionsEditDeliveryInformation | Bool | Field containing MaximumPermissionsEditDeliveryInformation information. | |
| MaximumPermissionsOmnichannelInventorySync | Bool | Field containing MaximumPermissionsOmnichannelInventorySync information. | |
| MaximumPermissionsManageLearningReporting | Bool | Field containing MaximumPermissionsManageLearningReporting information. | |
| MaximumPermissionsIsotopeCToCUser | Bool | Field containing MaximumPermissionsIsotopeCToCUser information. | |
| MaximumPermissionsManagePreferenceCenter | Bool | Field containing MaximumPermissionsManagePreferenceCenter information. | |
| MaximumPermissionsCanAccessCE | Bool | Field containing MaximumPermissionsCanAccessCE information. | |
| MaximumPermissionsIsotopeAccess | Bool | Field containing MaximumPermissionsIsotopeAccess information. | |
| MaximumPermissionsIsotopeLEX | Bool | Field containing MaximumPermissionsIsotopeLEX information. | |
| MaximumPermissionsQuipMetricsAccess | Bool | Field containing MaximumPermissionsQuipMetricsAccess information. | |
| MaximumPermissionsQuipUserEngagementMetrics | Bool | Field containing MaximumPermissionsQuipUserEngagementMetrics information. | |
| MaximumPermissionsTransactionSecurityExempt | Bool | Field containing MaximumPermissionsTransactionSecurityExempt information. | |
| MaximumPermissionsManageExternalConnections | Bool | Field containing MaximumPermissionsManageExternalConnections information. | |
| MaximumPermissionsUseSubscriptionEmails | Bool | Field containing MaximumPermissionsUseSubscriptionEmails information. | |
| MaximumPermissionsManageEmailContent | Bool | Field containing MaximumPermissionsManageEmailContent information. | |
| MaximumPermissionsAutomateEmailContent | Bool | Field containing MaximumPermissionsAutomateEmailContent information. | |
| MaximumPermissionsAIViewInsightObjects | Bool | Field containing MaximumPermissionsAIViewInsightObjects information. | |
| MaximumPermissionsAICreateInsightObjects | Bool | Field containing MaximumPermissionsAICreateInsightObjects information. | |
| MaximumPermissionsViewMLModels | Bool | Field containing MaximumPermissionsViewMLModels information. | |
| MaximumPermissionsLifecycleManagementAPIUser | Bool | Field containing MaximumPermissionsLifecycleManagementAPIUser information. | |
| MaximumPermissionsLeadScoreResultPublisher | Bool | Field containing MaximumPermissionsLeadScoreResultPublisher information. | |
| MaximumPermissionsManageGlobalPrivacyCenterVO | Bool | Field containing MaximumPermissionsManageGlobalPrivacyCenterVO information. | |
| MaximumPermissionsNativeWebviewScrolling | Bool | Field containing MaximumPermissionsNativeWebviewScrolling information. | |
| MaximumPermissionsViewDeveloperName | Bool | Field containing MaximumPermissionsViewDeveloperName information. | |
| MaximumPermissionsBypassMFAForUiLogins | Bool | Field containing MaximumPermissionsBypassMFAForUiLogins information. | |
| MaximumPermissionsClientSecretRotation | Bool | Field containing MaximumPermissionsClientSecretRotation information. | |
| MaximumPermissionsUseOrderSummaryCreateAPI | Bool | Field containing MaximumPermissionsUseOrderSummaryCreateAPI information. | |
| MaximumPermissionsAccessToServiceProcess | Bool | Field containing MaximumPermissionsAccessToServiceProcess information. | |
| MaximumPermissionsManageOrchInstsAndWorkItems | Bool | Field containing MaximumPermissionsManageOrchInstsAndWorkItems information. | |
| MaximumPermissionsCMSECEAuthoringAccess | Bool | Field containing MaximumPermissionsCMSECEAuthoringAccess information. | |
| MaximumPermissionsManageDataspaceScope | Bool | Field containing MaximumPermissionsManageDataspaceScope information. | |
| MaximumPermissionsConfigureDataspaceScope | Bool | Field containing MaximumPermissionsConfigureDataspaceScope information. | |
| MaximumPermissionsManageCampaigns | Bool | Field containing MaximumPermissionsManageCampaigns information. | |
| MaximumPermissionsViewClientSecret | Bool | Field containing MaximumPermissionsViewClientSecret information. | |
| MaximumPermissionsCdcReportingCreateReports | Bool | Field containing MaximumPermissionsCdcReportingCreateReports information. | |
| MaximumPermissionsCdcReportingViewReports | Bool | Field containing MaximumPermissionsCdcReportingViewReports information. | |
| MaximumPermissionsCdcReportingManageFolders | Bool | Field containing MaximumPermissionsCdcReportingManageFolders information. | |
| MaximumPermissionsExternalClientAppDeveloper | Bool | Field containing MaximumPermissionsExternalClientAppDeveloper information. | |
| MaximumPermissionsExternalClientAppAdmin | Bool | Field containing MaximumPermissionsExternalClientAppAdmin information. | |
| MaximumPermissionsExternalClientAppViewer | Bool | Field containing MaximumPermissionsExternalClientAppViewer information. | |
| MaximumPermissionsOmnichannelInventoryBasic | Bool | Field containing MaximumPermissionsOmnichannelInventoryBasic information. | |
| MaximumPermissionsDeleteCrMemoAndInvoice | Bool | Field containing MaximumPermissionsDeleteCrMemoAndInvoice information. | |
| MaximumPermissionsEmbeddedMessagingAgent | Bool | Field containing MaximumPermissionsEmbeddedMessagingAgent information. | |
| MaximumPermissionsViewNonSetupFlow | Bool | Field containing MaximumPermissionsViewNonSetupFlow information. | |
| MaximumPermissionsCreateEditNonSetupFlow | Bool | Field containing MaximumPermissionsCreateEditNonSetupFlow information. | |
| MaximumPermissionsDeleteNonSetupFlow | Bool | Field containing MaximumPermissionsDeleteNonSetupFlow information. | |
| MaximumPermissionsActivateDeactivateNonSetupFlow | Bool | Field containing MaximumPermissionsActivateDeactivateNonSetupFlow information. | |
| MaximumPermissionsAddDecisionElmntNonSetupFlow | Bool | Field containing MaximumPermissionsAddDecisionElmntNonSetupFlow information. | |
| MaximumPermissionsAddCreaRecElmntToNonSetupFlow | Bool | Field containing MaximumPermissionsAddCreaRecElmntToNonSetupFlow information. | |
| MaximumPermissionsAddWaitToNonSetupFlow | Bool | Field containing MaximumPermissionsAddWaitToNonSetupFlow information. | |
| MaximumPermissionsManageNamedCredentials | Bool | Field containing MaximumPermissionsManageNamedCredentials information. | |
| MaximumPermissionsAddUpdtRecElmntToNonSetupFlow | Bool | Field containing MaximumPermissionsAddUpdtRecElmntToNonSetupFlow information. | |
| MaximumPermissionsEditManagedOrderSummaries | Bool | Field containing MaximumPermissionsEditManagedOrderSummaries information. | |
| MaximumPermissionsCanInitiateMessagingSessions | Bool | Field containing MaximumPermissionsCanInitiateMessagingSessions information. | |
| MaximumPermissionsAuthorizePayments | Bool | Field containing MaximumPermissionsAuthorizePayments information. | |
| MaximumPermissionsCaptureAndReversePayments | Bool | Field containing MaximumPermissionsCaptureAndReversePayments information. | |
| MaximumPermissionsCombAuthAndCapPayments | Bool | Field containing MaximumPermissionsCombAuthAndCapPayments information. | |
| MaximumPermissionsRefundPayments | Bool | Field containing MaximumPermissionsRefundPayments information. | |
| MaximumPermissionsViewPayments | Bool | Field containing MaximumPermissionsViewPayments information. | |
| MaximumPermissionsMakePayments | Bool | Field containing MaximumPermissionsMakePayments information. | |
| MaximumPermissionsManageDataMaskPolicies | Bool | Field containing MaximumPermissionsManageDataMaskPolicies information. | |
| MaximumPermissionsCanUpdateEmailMessage | Bool | Field containing MaximumPermissionsCanUpdateEmailMessage information. | |
| MaximumPermissionsDownloadPackageVersionZips | Bool | Field containing MaximumPermissionsDownloadPackageVersionZips information. | |
| MaximumPermissionsViewContentTaxonomy | Bool | Field containing MaximumPermissionsViewContentTaxonomy information. | |
| MaximumPermissionsManageContentTaxonomy | Bool | Field containing MaximumPermissionsManageContentTaxonomy information. | |
| MaximumPermissionsReassignOrchestrationWorkItems | Bool | Field containing MaximumPermissionsReassignOrchestrationWorkItems information. | |
| MaximumPermissionsManageOrchestrationRuns | Bool | Field containing MaximumPermissionsManageOrchestrationRuns information. | |
| MaximumPermissionsDigitalLendingUser | Bool | Field containing MaximumPermissionsDigitalLendingUser information. | |
| MaximumPermissionsSendEmail | Bool | Field containing MaximumPermissionsSendEmail information. | |
| MaximumPermissionsPreviewTestSendEmail | Bool | Field containing MaximumPermissionsPreviewTestSendEmail information. | |
| MaximumPermissionsManageEmailMessagingSetup | Bool | Field containing MaximumPermissionsManageEmailMessagingSetup information. | |
| MaximumPermissionsViewEmailMessagingSetup | Bool | Field containing MaximumPermissionsViewEmailMessagingSetup information. | |
| MaximumPermissionsManageCertificatesExpiration | Bool | Field containing MaximumPermissionsManageCertificatesExpiration information. | |
| MaximumPermissionsEnableIPFSUpload | Bool | Field containing MaximumPermissionsEnableIPFSUpload information. | |
| MaximumPermissionsEnableBCTransactionPolling | Bool | Field containing MaximumPermissionsEnableBCTransactionPolling information. | |
| MaximumPermissionsLobbyManagementUserAccess | Bool | Field containing MaximumPermissionsLobbyManagementUserAccess information. | |
| MaximumPermissionsUMAWebTrackingSetup | Bool | Field containing MaximumPermissionsUMAWebTrackingSetup information. | |
| MaximumPermissionsAddGetRecElmntToNonSetupFlow | Bool | Field containing MaximumPermissionsAddGetRecElmntToNonSetupFlow information. | |
| MaximumPermissionsAddLoopElmntToNonSetupFlow | Bool | Field containing MaximumPermissionsAddLoopElmntToNonSetupFlow information. | |
| MaximumPermissionsAddAsgntElmntToNonSetupFlow | Bool | Field containing MaximumPermissionsAddAsgntElmntToNonSetupFlow information. | |
| MaximumPermissionsAddSubflowElmntToNonSetupFlow | Bool | Field containing MaximumPermissionsAddSubflowElmntToNonSetupFlow information. | |
| MaximumPermissionsMonitorLoginHistory | Bool | Field containing MaximumPermissionsMonitorLoginHistory information. | |
| MaximumPermissionsAddCollFltrElmntToNonSetupFlow | Bool | Field containing MaximumPermissionsAddCollFltrElmntToNonSetupFlow information. | |
| MaximumPermissionsAddCollSrtElmntToNonSetupFlow | Bool | Field containing MaximumPermissionsAddCollSrtElmntToNonSetupFlow information. | |
| MaximumPermissionsAddDelRecElmntToNonSetupFlow | Bool | Field containing MaximumPermissionsAddDelRecElmntToNonSetupFlow information. | |
| MaximumPermissionsOpportunityInfluence | Bool | Field containing MaximumPermissionsOpportunityInfluence information. | |
| MaximumPermissionsConsentBannerSettingsSetup | Bool | Field containing MaximumPermissionsConsentBannerSettingsSetup information. | |
| MaximumPermissionsEnhancedSalesMobileExp | Bool | Field containing MaximumPermissionsEnhancedSalesMobileExp information. | |
| MaximumPermissionsCanViewDataPrepRecipe | Bool | Field containing MaximumPermissionsCanViewDataPrepRecipe information. | |
| MaximumPermissionsSimpleCsvDataImportUser | Bool | Field containing MaximumPermissionsSimpleCsvDataImportUser information. | |
| MaximumPermissionsAdvancedCsvDataImportUser | Bool | Field containing MaximumPermissionsAdvancedCsvDataImportUser information. | |
| MaximumPermissionsUmaQueryCMSEmailContent | Bool | Field containing MaximumPermissionsUmaQueryCMSEmailContent information. | |
| MaximumPermissionsAccessToComplaintMgmt | Bool | Field containing MaximumPermissionsAccessToComplaintMgmt information. | |
| MaximumPermissionsAccessToDisputeManagement | Bool | Field containing MaximumPermissionsAccessToDisputeManagement information. | |
| MaximumPermissionsUMAStandaloneUserPerm | Bool | Field containing MaximumPermissionsUMAStandaloneUserPerm information. | |
| MaximumPermissionsPersonalizedFinanceUserAccess | Bool | Field containing MaximumPermissionsPersonalizedFinanceUserAccess information. | |
| MaximumPermissionsUmaEditConsentSettings | Bool | Field containing MaximumPermissionsUmaEditConsentSettings information. | |
| MaximumPermissionsCustomAppsOnFSMobile | Bool | Field containing MaximumPermissionsCustomAppsOnFSMobile information. | |
| MaximumPermissionsStageManagementDesignUser | Bool | Field containing MaximumPermissionsStageManagementDesignUser information. | |
| MaximumPermissionsSegmentIntelligenceUser | Bool | Field containing MaximumPermissionsSegmentIntelligenceUser information. | |
| MaximumPermissionsFSCArcGraphCommunityUser | Bool | Field containing MaximumPermissionsFSCArcGraphCommunityUser information. | |
| MaximumPermissionsManageCdpMlModels | Bool | Field containing MaximumPermissionsManageCdpMlModels information. | |
| MaximumPermissionsDigitalLendingAdminUser | Bool | Field containing MaximumPermissionsDigitalLendingAdminUser information. | |
| MaximumPermissionsActivateSystemModeFlows | Bool | Field containing MaximumPermissionsActivateSystemModeFlows information. | |
| MaximumPermissionsViewAllNonSetupFlows | Bool | Field containing MaximumPermissionsViewAllNonSetupFlows information. | |
| MaximumPermissionsMcScoringRulesConfig | Bool | Field containing MaximumPermissionsMcScoringRulesConfig information. | |
| MaximumPermissionsPersonalizationPlatform | Bool | Field containing MaximumPermissionsPersonalizationPlatform information. | |
| MaximumPermissionsLeadInspectorUser | Bool | Field containing MaximumPermissionsLeadInspectorUser information. | |
| MaximumPermissionsContactInspectorUser | Bool | Field containing MaximumPermissionsContactInspectorUser information. | |
| MaximumPermissionsManageIntegrationConnections | Bool | Field containing MaximumPermissionsManageIntegrationConnections information. | |
| MaximumPermissionsTableauCreateDashboard | Bool | Field containing MaximumPermissionsTableauCreateDashboard information. | |
| MaximumPermissionsTableauViewDashboard | Bool | Field containing MaximumPermissionsTableauViewDashboard information. | |
| MaximumPermissionsEinsteinCopilotUser | Bool | Field containing MaximumPermissionsEinsteinCopilotUser information. | |
| MaximumPermissionsEinsteinCopilotBuilder | Bool | Field containing MaximumPermissionsEinsteinCopilotBuilder information. | |
| MaximumPermissionsUseCreateOrderSummary | Bool | Field containing MaximumPermissionsUseCreateOrderSummary information. | |
| MaximumPermissionsUseCreateCreditMemo | Bool | Field containing MaximumPermissionsUseCreateCreditMemo information. | |
| MaximumPermissionsUseEnsureFunds | Bool | Field containing MaximumPermissionsUseEnsureFunds information. | |
| MaximumPermissionsUseOrderItemSummaryCancel | Bool | Field containing MaximumPermissionsUseOrderItemSummaryCancel information. | |
| MaximumPermissionsUseOrderItemSummaryReturn | Bool | Field containing MaximumPermissionsUseOrderItemSummaryReturn information. | |
| MaximumPermissionsManageFilesAndAttachments | Bool | Field containing MaximumPermissionsManageFilesAndAttachments information. | |
| MaximumPermissionsAddTrfmElmntToNonSetupFlow | Bool | Field containing MaximumPermissionsAddTrfmElmntToNonSetupFlow information. | |
| MaximumPermissionsMobileMessagingAgent | Bool | Field containing MaximumPermissionsMobileMessagingAgent information. | |
| MaximumPermissionsTableauCreateVisualization | Bool | Field containing MaximumPermissionsTableauCreateVisualization information. | |
| MaximumPermissionsTableauViewVisualization | Bool | Field containing MaximumPermissionsTableauViewVisualization information. | |
| MaximumPermissionsManageCustomDomains | Bool | Field containing MaximumPermissionsManageCustomDomains information. | |
| MaximumPermissionsEngagementConfigUser | Bool | Field containing MaximumPermissionsEngagementConfigUser information. | |
| MaximumPermissionsPersonalizationIntelUser | Bool | Field containing MaximumPermissionsPersonalizationIntelUser information. | |
| MaximumPermissionsAttributionModelUser | Bool | Field containing MaximumPermissionsAttributionModelUser information. | |
| MaximumPermissionsTableauCreateWorkspace | Bool | Field containing MaximumPermissionsTableauCreateWorkspace information. | |
| MaximumPermissionsTableauViewWorkspace | Bool | Field containing MaximumPermissionsTableauViewWorkspace information. | |
| MaximumPermissionsManageBriefs | Bool | Field containing MaximumPermissionsManageBriefs information. | |
| MaximumPermissionsSalesInsightsUser | Bool | Field containing MaximumPermissionsSalesInsightsUser information. | |
| MaximumPermissionsCanSendInitialSMSToIndividual | Bool | Field containing MaximumPermissionsCanSendInitialSMSToIndividual information. | |
| MaximumPermissionsAccessDisputePrompts | Bool | Field containing MaximumPermissionsAccessDisputePrompts information. | |
| MaximumPermissionsQueryNonVetoedFiles | Bool | Field containing MaximumPermissionsQueryNonVetoedFiles information. | |
| MaximumPermissionsMetadataStudioUser | Bool | Field containing MaximumPermissionsMetadataStudioUser information. | |
| MaximumPermissionsAddPathExprmElmntNonSetupFlow | Bool | Field containing MaximumPermissionsAddPathExprmElmntNonSetupFlow information. | |
| MaximumPermissionsDigitalLendingWorkbench | Bool | Field containing MaximumPermissionsDigitalLendingWorkbench information. | |
| MaximumPermissionsDigitalLendingEditReadOnly | Bool | Field containing MaximumPermissionsDigitalLendingEditReadOnly information. | |
| MaximumPermissionsUseCanCancelInProgressChange | Bool | Field containing MaximumPermissionsUseCanCancelInProgressChange information. | |
| MaximumPermissionsPrmExtIntPrtnrAdminUser | Bool | Field containing MaximumPermissionsPrmExtIntPrtnrAdminUser information. | |
| MaximumPermissionsEinsteinAgentPlatformBuilder | Bool | Field containing MaximumPermissionsEinsteinAgentPlatformBuilder information. | |
| MaximumPermissionsUseServicePartReturn | Bool | Field containing MaximumPermissionsUseServicePartReturn information. | |
| MaximumPermissionsViewUMACalendar | Bool | Field containing MaximumPermissionsViewUMACalendar information. | |
| MaximumPermissionsHeadlessPublishNudges | Bool | Field containing MaximumPermissionsHeadlessPublishNudges information. | |
| MaximumPermissionsApprovalAdmin | Bool | Field containing MaximumPermissionsApprovalAdmin information. | |
| MaximumPermissionsApprovalDesigner | Bool | Field containing MaximumPermissionsApprovalDesigner information. | |
| MaximumPermissionsAccessServiceEinstein | Bool | Field containing MaximumPermissionsAccessServiceEinstein information. | |
| MaximumPermissionsViewRecommendations | Bool | Field containing MaximumPermissionsViewRecommendations information. | |
| MaximumPermissionsPrismPlaygroundUser | Bool | Field containing MaximumPermissionsPrismPlaygroundUser information. | |
| MaximumPermissionsModifyAllPolicyCenterPolicies | Bool | Field containing MaximumPermissionsModifyAllPolicyCenterPolicies information. | |
| MaximumPermissionsViewAllPolicyCenterPolicies | Bool | Field containing MaximumPermissionsViewAllPolicyCenterPolicies information. | |
| MaximumPermissionsAccessSfDrive | Bool | Field containing MaximumPermissionsAccessSfDrive information. | |
| MaximumPermissionsAppFrameworkManageApp | Bool | Field containing MaximumPermissionsAppFrameworkManageApp information. | |
| MaximumPermissionsAppFrameworkViewApp | Bool | Field containing MaximumPermissionsAppFrameworkViewApp information. | |
| MaximumPermissionsMCGSetupUserPerm | Bool | Field containing MaximumPermissionsMCGSetupUserPerm information. | |
| MaximumPermissionsAgentforceServiceAgentUser | Bool | Field containing MaximumPermissionsAgentforceServiceAgentUser information. | |
| MaximumPermissionsManageAgentforceServiceAgent | Bool | Field containing MaximumPermissionsManageAgentforceServiceAgent information. | |
| MaximumPermissionsCanTranslateScrt2Conversation | Bool | Field containing MaximumPermissionsCanTranslateScrt2Conversation information. | |
| MaximumPermissionsSlackFromTableau | Bool | Field containing MaximumPermissionsSlackFromTableau information. | |
| MaximumPermissionsTableauShareSnapshot | Bool | Field containing MaximumPermissionsTableauShareSnapshot information. | |
| MaximumPermissionsAccessBankingServiceAgent | Bool | Field containing MaximumPermissionsAccessBankingServiceAgent information. | |
| MaximumPermissionsPrismBackofficeUser | Bool | Field containing MaximumPermissionsPrismBackofficeUser information. | |
| MaximumPermissionsPersonalizationDecisioningUser | Bool | Field containing MaximumPermissionsPersonalizationDecisioningUser information. | |
| MaximumPermissionsAccessBankingRelationshipAssistance | Bool | Field containing MaximumPermissionsAccessBankingRelationshipAssistance information. | |
| MaximumPermissionsCanMarketingUserDebugFlow | Bool | Field containing MaximumPermissionsCanMarketingUserDebugFlow information. | |
| MaximumPermissionsCanDoActAsUser | Bool | Field containing MaximumPermissionsCanDoActAsUser information. | |
| MaximumPermissionsViewAllFieldsGlobal | Bool | Field containing MaximumPermissionsViewAllFieldsGlobal information. | |
| MaximumPermissionsManageHerokuAppLink | Bool | Field containing MaximumPermissionsManageHerokuAppLink information. | |
| MaximumPermissionsUserHasSendToListFilterAccess | Bool | Field containing MaximumPermissionsUserHasSendToListFilterAccess information. | |
| MaximumPermissionsMngBenVerfForAssistiveAgnt | Bool | Field containing MaximumPermissionsMngBenVerfForAssistiveAgnt information. | |
| MaximumPermissionsCreateModDGTrigNonSetupFlow | Bool | Field containing MaximumPermissionsCreateModDGTrigNonSetupFlow information. | |
| MaximumPermissionsAccessPolicyAgent | Bool | Field containing MaximumPermissionsAccessPolicyAgent information. | |
| MaximumPermissionsMCPMetadataApi | Bool | Field containing MaximumPermissionsMCPMetadataApi information. | |
| MaximumPermissionsAppFrameworkManageTemplate | Bool | Field containing MaximumPermissionsAppFrameworkManageTemplate information. | |
| MaximumPermissionsDigitalAgentUser | Bool | Field containing MaximumPermissionsDigitalAgentUser information. | |
| MaximumPermissionsAccessWealthAdvisorAgent | Bool | Field containing MaximumPermissionsAccessWealthAdvisorAgent information. | |
| MaximumPermissionsCanApproveUninstalledApps | Bool | Field containing MaximumPermissionsCanApproveUninstalledApps information. | |
| MaximumPermissionsSetupAgentBuilder | Bool | Field containing MaximumPermissionsSetupAgentBuilder information. | |
| MaximumPermissionsSetupAgentUser | Bool | Field containing MaximumPermissionsSetupAgentUser information. | |
| MaximumPermissionsUserCanDeployStore | Bool | Field containing MaximumPermissionsUserCanDeployStore information. | |
| MaximumPermissionsModifyAccessDenyPolicies | Bool | Field containing MaximumPermissionsModifyAccessDenyPolicies information. | |
| MaximumPermissionsManageAccessPolicies | Bool | Field containing MaximumPermissionsManageAccessPolicies information. | |
| MaximumPermissionsViewAccessPolicies | Bool | Field containing MaximumPermissionsViewAccessPolicies information. | |
| MaximumPermissionsModifyAccessAllowPolicies | Bool | Field containing MaximumPermissionsModifyAccessAllowPolicies information. | |
| MaximumPermissionsViewOrchestrationsInAutomApp | Bool | Field containing MaximumPermissionsViewOrchestrationsInAutomApp information. | |
| MaximumPermissionsTerritoryOperations | Bool | Field containing MaximumPermissionsTerritoryOperations information. | |
| UsedLicenses | Int | Number of licenses currently assigned to users for this permission set license. | |
| MigratableLicenses | Int | Field containing MigratableLicenses information. | |
| IsAvailableForIntegrations | Bool | Indicates whether the record has the AvailableForIntegrations characteristic. | |
| LicenseExpirationPolicy | String | Field containing LicenseExpirationPolicy information. | |
| IsSupplementLicense | Bool | Indicates whether the record has the SupplementLicense characteristic. | |
| SOQL | String | 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 | 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 | 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 | System-generated timestamp for tracking the most recent modification to the record. | |
| CreatedDate | Datetime | Date and time when the permission set license was originally created. |
Schema file for PicklistValueInfo.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| Value | String | Field containing Value information. | |
| Label | String | Field containing Label information. | |
| IsDefaultValue | Bool | Indicates whether the record has the DefaultValue characteristic. | |
| IsActive | Bool | Indicates whether the record is active. | |
| ValidFor | String | Field containing ValidFor information. | |
| EntityParticleId | String | ID of the EntityParticle associated with this record. | |
| SOQL | String | 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 | 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 | 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. |
このテーブルでは、指定したTableName のPickList 値をリストできます。
TableName はWHERE 句で指定する必要があります。RecordTypeId をTableName と併せて指定して、特定のレコードタイプのデータのみを取得することもできます。
SELECT * FROM PickListValues WHERE TableName = 'Account' SELECT * FROM PickListValues WHERE TableName = 'Account' AND RecordTypeId = '0121W000000cq9EDAL'
| Name | Type | References | Description |
| ID [KEY] | String | ColumnName|Picklist_Value 形式のpicklist の一意の識別子。 | |
| TableName | String | テーブルの名前。PickListInformation からデータを取得するには、これを指定する必要があります。 | |
| ColumnName | String | picklist エントリに関連付けられた列の名前。指定した列に関するpicklist 情報のみを取得する場合は、オプションでこれを指定できます。 | |
| PickList_Value | String | picklist 値。 | |
| PickList_Label | String | picklist 値のラベル。 | |
| PickList_IsActive | Boolean | picklist 値がアクティブかどうかを示すboolean。 | |
| PickList_IsDefault | Boolean | このpicklist 値が、関連付けられている列のデフォルト値かどうかを示すboolean。 |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description | |
| RecordTypeId | String | レコードタイプのId。レコードタイプのpicklist フィールドの値のみを返すにはこれを指定します。 |
Schema file for PlatformAction.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| ExternalId | String | External ID from another system. | |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| Label | String | Field containing Label information. | |
| Type | String | Type of account or classification. | |
| Subtype | String | Type classification for Sub. | |
| ApiName | String | The name used when accessing the resource using the API. | |
| ActionTarget | String | Field containing ActionTarget information. | |
| ActionTargetType | String | Type classification for ActionTarget. | |
| ConfirmationMessage | String | Field containing ConfirmationMessage information. | |
| GroupId | String | ID of the Group associated with this record. | |
| IsGroupDefault | Bool | Indicates whether the record has the GroupDefault characteristic. | |
| Category | String | Field containing Category information. | |
| InvocationStatus | String | Status of the Invocation. | |
| InvokedByUserId | String |
User.Id | ID of the InvokedByUser associated with this record. |
| SourceEntity | String | Field containing SourceEntity information. | |
| ActionListContext | String | Field containing ActionListContext information. | |
| DeviceFormat | String | Field containing DeviceFormat information. | |
| RetrievalMode | String | Field containing RetrievalMode information. | |
| IconContentType | String | Type classification for IconContent. | |
| IconHeight | Int | Field containing IconHeight information. | |
| IconWidth | Int | Field containing IconWidth information. | |
| IconUrl | String | Field containing IconUrl information. | |
| IsMassAction | Bool | Indicates whether the record has the MassAction characteristic. | |
| PrimaryColor | String | Field containing PrimaryColor information. | |
| RelatedSourceEntity | String | Field containing RelatedSourceEntity information. | |
| Section | String | Field containing Section information. | |
| RelatedListRecordId | String | ID of the RelatedListRecord associated with this record. | |
| TargetUrl | String | Field containing TargetUrl information. | |
| TargetObject | String | Field containing TargetObject information. | |
| OpenType | String | Type classification for Open. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for PlatformEventUsageMetric.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| ExternalId | String | External ID from another system. | |
| Name | String | Name of the record. | |
| StartDate | Datetime | Start date for the record or activity. | |
| EndDate | Datetime | End date for the record or activity. | |
| Value | String | Field containing Value information. | |
| SOQL | String | 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 | 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 | 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. |
Lists polymorphic columns relationships in the specified table.
| Name | Type | References | Description |
| TableName | String | The name of the table to retrieve relationship information from. | |
| ColumnName | String | The name of the polymorphic field. | |
| SalesforceType | String | The salesforce type of the polymorphic field. | |
| PrimaryKeyName | String | The name of the primary key. | |
| RelationshipName | String | The salesforce name of the relationship. | |
| ReferencedTableName | String | The name of the object the polymorphic fields relates to. | |
| ReferencedColumnName | String | The name of the column the polymorphic fields relates to. | |
| ForeignKeyName | String | The name of the foreign key. |
価格設定構造の更新を含む、Pricebook2 レコードに対する履歴変更を追跡します。
| Name | Type | References | Description |
| Id [KEY] | String | 価格表履歴レコードの一意の識別子。 | |
| IsDeleted | Bool | 履歴レコードがシステムから削除されているかどうかを示します。 | |
| Pricebook2Id | String |
Pricebook2.Id | この履歴エントリに関連付けられた価格表の識別子。 |
| CreatedById | String |
User.Id | この履歴レコードを生成した変更を行ったユーザーの識別子。 |
| CreatedByIdType | String | ステートメントで使用する'CreatedById' ポリモーフィック項目のタイプを指定します。 | |
| CreatedByIdExternalFieldName | String | INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| Field | String | 変更された価格表の項目名。 | |
| DataType | String | データの型分類。 | |
| OldValue | String | 変更前の項目の以前の値。 | |
| NewValue | String | 変更後の項目の更新された値。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。WHERE 句からこの疑似カラムが設定された場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入を実行する際に使用する外部ID カラムを指定します。この値を指定した場合、INSERT コマンドが呼び出されたときにアップサートが使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するオプションのスコープ。このプロパティには次のいずれかの値を指定できます:Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam。 | |
| CreatedDate | Datetime | 変更が記録された日時。 |
Schema file for PricebookEntryHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| PricebookEntryId | String | ID of the PricebookEntry associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for PrivacyJobSession.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| OwnerId | String | ID of the user who owns the record. | |
| OwnerIdType | String | Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| JobStatus | String | Status of the Job. | |
| StartTime | Datetime | Field containing StartTime information. | |
| EndTime | Datetime | Field containing EndTime information. | |
| CreationDate | Datetime | Date associated with Creation. | |
| SerializedPolicy | String | Field containing SerializedPolicy information. | |
| FailureLog | String | Field containing FailureLog information. | |
| CurrentObject | String | Field containing CurrentObject information. | |
| PrivacyPolicyDefinitionId | String | ID of the PrivacyPolicyDefinition associated with this record. | |
| ScheduledTime | Datetime | Field containing ScheduledTime information. | |
| JobStartType | String | Type classification for JobStart. | |
| OptionsTraversalComplete | Bool | Field containing OptionsTraversalComplete information. | |
| OptionsTraversalFailed | Bool | Field containing OptionsTraversalFailed information. | |
| OptionsProcessingFailed | Bool | Field containing OptionsProcessingFailed information. | |
| OptionsPreview | Bool | Field containing OptionsPreview information. | |
| OptionsAcknowledged | Bool | Field containing OptionsAcknowledged information. | |
| OptionsErrorBypassOccurred | Bool | Field containing OptionsErrorBypassOccurred information. | |
| PolicyName | String | Field containing PolicyName information. | |
| PolicyDescription | String | Field containing PolicyDescription information. | |
| PolicyType | String | Type classification for Policy. | |
| PrivacyRtbfRequestId | String | ID of the PrivacyRtbfRequest associated with this record. | |
| JobManagementType | String | Type classification for JobManagement. | |
| JobPolicyName | String | Field containing JobPolicyName information. | |
| IsPreview | Bool | Indicates whether the record has the Preview characteristic. | |
| PermissionSet | String | Field containing PermissionSet information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for PrivacyObjectSession.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| OwnerId | String | ID of the user who owns the record. | |
| OwnerIdType | String | Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| PrivacyJobSessionObjectId | String | ID of the PrivacyJobSessionObject associated with this record. | |
| PolicyNode | String | Field containing PolicyNode information. | |
| CurrentEntity | String | Field containing CurrentEntity information. | |
| ObjectStatus | String | Status of the Object. | |
| TraversalStartTime | Datetime | Field containing TraversalStartTime information. | |
| TraversalEndTime | Datetime | Field containing TraversalEndTime information. | |
| ObjectFailureLog | String | Field containing ObjectFailureLog information. | |
| ProcessedSuccesses | Int | Field containing ProcessedSuccesses information. | |
| ProcessedFailures | Int | Field containing ProcessedFailures information. | |
| ProcessedTotal | Int | Field containing ProcessedTotal information. | |
| RecordsAffected | Int | Field containing RecordsAffected information. | |
| Queue | String | Field containing Queue information. | |
| QueueLength | Int | Field containing QueueLength information. | |
| ProcessType | String | Type classification for Process. | |
| Processor | String | Field containing Processor information. | |
| Retry | Int | Field containing Retry information. | |
| Position | Int | Field containing Position information. | |
| UniqueConstraint | String | Field containing UniqueConstraint information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for PrivacyRTBFRequestHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| PrivacyRTBFRequestId | String | ID of the PrivacyRTBFRequest associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for PrivacySessionRecordFailure.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| OwnerId | String | ID of the user who owns the record. | |
| OwnerIdType | String | Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| PrivacyObjectSessionId | String | ID of the PrivacyObjectSession associated with this record. | |
| ErrorType | String | Type classification for Error. | |
| RecordIdNumber | String | RecordId identification number. | |
| ErrorMessage | String | Field containing ErrorMessage information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
承認プロセスやカスタムフローなど、Salesforce でのプロセス自動化ワークフローを定義します。
| Name | Type | References | Description |
| Id [KEY] | String | プロセス定義レコードの一意の識別子。 | |
| Name | String | プロセス定義の人間が読みやすい名前。表示と選択に使用されます。 | |
| DeveloperName | String | プロセス定義の一意のAPI 名。開発および自動化ツールで使用されます。 | |
| Type | String | このレコードで定義されたプロセスのタイプ(フローやワークフローなど)を指定します。 | |
| Description | String | プロセス定義の目的や機能に関する詳細を提供するテキスト説明。 | |
| TableEnumOrId | String | このプロセス定義が関連付けられているオブジェクト(標準またはカスタム)の識別子。 | |
| LockType | String | 編集のためのレコードロックなど、プロセス実行中のレコードロック動作を指定します。 | |
| State | String | プロセス定義の現在のステータス(ドラフト、有効、廃止など)。 | |
| CreatedById | String |
User.Id | プロセス定義を作成したユーザーの識別子。 |
| LastModifiedDate | Datetime | プロセス定義が最後に変更された日時。 | |
| LastModifiedById | String |
User.Id | プロセス定義を最後に変更したユーザーの識別子。 |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。WHERE 句からこの疑似カラムが設定された場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入を実行する際に使用する外部ID カラムを指定します。この値を指定した場合、INSERT コマンドが呼び出されたときにアップサートが使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するオプションのスコープ。このプロパティには次のいずれかの値を指定できます:Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam。 | |
| SystemModstamp | Datetime | プロセス定義への最新の更新を示すシステム生成タイムスタンプ。 | |
| CreatedDate | Datetime | プロセス定義が最初に作成された日時。 |
Schema file for ProcessFlowMigration.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| Language | String | Language of the record or user interface. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| MigratedCriteriaLabel | String | Field containing MigratedCriteriaLabel information. | |
| MigratedCriteriaName | String | Field containing MigratedCriteriaName information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
実行中の承認プロセスのインスタンスを追跡し、そのステータスと進行状況を記録します。
| Name | Type | References | Description |
| Id [KEY] | String | プロセスインスタンスレコードの一意の識別子。 | |
| ProcessDefinitionId | String | このインスタンスに関連付けられた承認プロセス定義の識別子。 | |
| TargetObjectId | String | 承認プロセスが作用するレコードの識別子。 | |
| TargetObjectIdType | String | ステートメントで使用する'TargetObjectId' ポリモーフィック項目のタイプを指定します。 | |
| TargetObjectIdExternalFieldName | String | INSERT/UPDATE/UPSERT ステートメントで使用する'TargetObjectId' ポリモーフィック項目の外部項目名を指定します。 | |
| Status | String | プロセスインスタンスの現在のステータス(開始、承認済み、却下済みなど)。 | |
| CompletedDate | Datetime | レコードが完了した日付。 | |
| LastActorId | String |
User.Id | このレコードに関連付けられたLastActor のID。 |
| ElapsedTimeInDays | Double | ElapsedTimeInDays 情報を含む項目。 | |
| ElapsedTimeInHours | Double | ElapsedTimeInHours 情報を含む項目。 | |
| ElapsedTimeInMinutes | Double | ElapsedTimeInMinutes 情報を含む項目。 | |
| SubmittedById | String |
User.Id | このレコードに関連付けられたSubmittedBy のID。 |
| IsDeleted | Bool | プロセスインスタンスがシステムから削除されているかどうかを示します。 | |
| CreatedById | String |
User.Id | プロセスインスタンスを開始したユーザーの識別子。 |
| LastModifiedDate | Datetime | プロセスインスタンスが最後に更新された日時。 | |
| LastModifiedById | String |
User.Id | プロセスインスタンスを最後に変更したユーザーの識別子。 |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。WHERE 句からこの疑似カラムが設定された場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入を実行する際に使用する外部ID カラムを指定します。この値を指定した場合、INSERT コマンドが呼び出されたときにアップサートが使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するオプションのスコープ。このプロパティには次のいずれかの値を指定できます:Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam。 | |
| SystemModstamp | Datetime | プロセスインスタンスへの最新の更新を示すシステム生成タイムスタンプ。 | |
| CreatedDate | Datetime | プロセスインスタンスが作成された日時。 |
Schema file for ProcessInstanceNode.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ProcessInstanceId | String | ID of the ProcessInstance associated with this record. | |
| ProcessNodeId | String |
ProcessNode.Id | ID of the ProcessNode associated with this record. |
| NodeStatus | String | Status of the Node. | |
| CompletedDate | Datetime | Date when the record was completed. | |
| LastActorId | String |
User.Id | ID of the LastActor associated with this record. |
| ProcessNodeName | String | Field containing ProcessNodeName information. | |
| ElapsedTimeInDays | Double | Field containing ElapsedTimeInDays information. | |
| ElapsedTimeInHours | Double | Field containing ElapsedTimeInHours information. | |
| ElapsedTimeInMinutes | Double | Field containing ElapsedTimeInMinutes information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
プロセスインスタンス内の個別ステップを表し、承認とアクションの実行状況を追跡します。
| Name | Type | References | Description |
| Id [KEY] | String | プロセスインスタンスステップレコードの一意の識別子。 | |
| ProcessInstanceId | String | このステップが属するプロセスインスタンスの識別子。 | |
| StepStatus | String | 承認プロセス内のステップの現在のステータス(保留中や承認済みなど)。 | |
| OriginalActorId | String | このステップを完了するために元々割り当てられたユーザーまたはグループの識別子。 | |
| OriginalActorIdType | String | ステートメントで使用する'OriginalActorId' ポリモーフィック項目のタイプを指定します。 | |
| OriginalActorIdExternalFieldName | String | INSERT/UPDATE/UPSERT ステートメントで使用する'OriginalActorId' ポリモーフィック項目の外部項目名を指定します。 | |
| ActorId | String | このステップでアクションを実行する実際のユーザーまたはグループの識別子。 | |
| ActorIdType | String | ステートメントで使用する'ActorId' ポリモーフィック項目のタイプを指定します。 | |
| ActorIdExternalFieldName | String | INSERT/UPDATE/UPSERT ステートメントで使用する'ActorId' ポリモーフィック項目の外部項目名を指定します。 | |
| Comments | String | ステップの完了時にアクターによって追加されたコメントまたはメモ。 | |
| StepNodeId | String |
ProcessNode.Id | 承認プロセス定義でこのステップを表すプロセスノードの識別子。 |
| ElapsedTimeInDays | Double | ElapsedTimeInDays 情報を含む項目。 | |
| ElapsedTimeInHours | Double | ElapsedTimeInHours 情報を含む項目。 | |
| ElapsedTimeInMinutes | Double | ElapsedTimeInMinutes 情報を含む項目。 | |
| CreatedById | String |
User.Id | プロセスインスタンスステップを作成したユーザーの識別子。 |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。WHERE 句からこの疑似カラムが設定された場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入を実行する際に使用する外部ID カラムを指定します。この値を指定した場合、INSERT コマンドが呼び出されたときにアップサートが使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するオプションのスコープ。このプロパティには次のいずれかの値を指定できます:Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam。 | |
| SystemModstamp | Datetime | このステップへの最新の更新を示すシステム生成タイムスタンプ。 | |
| CreatedDate | Datetime | このプロセスステップが作成された日時。 |
プロセス定義内の判断ポイントとステップを表します。
| Name | Type | References | Description |
| Id [KEY] | String | プロセスノードレコードの一意の識別子。 | |
| Name | String | プロセスノードの表示名。通常、ユーザーインターフェースで使用されます。 | |
| DeveloperName | String | プロセスノードのAPI 名。自動化と開発で使用されます。 | |
| ProcessDefinitionId | String | このノードが属する承認プロセス定義の識別子。 | |
| Description | String | このプロセスノードの目的や機能に関する詳細を提供するテキスト説明。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。WHERE 句からこの疑似カラムが設定された場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入を実行する際に使用する外部ID カラムを指定します。この値を指定した場合、INSERT コマンドが呼び出されたときにアップサートが使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するオプションのスコープ。このプロパティには次のいずれかの値を指定できます:Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam。 | |
| SystemModstamp | Datetime | プロセスノードへの最新の更新を示すシステム生成タイムスタンプ。 |
Schema file for Product2History.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Product2Id | String |
Product2.Id | ID of the Product associated with this record. |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for Publisher.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| Name | String | Name of the record. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| IsSalesforce | Bool | Indicates whether the record has the Salesforce characteristic. | |
| MajorVersion | Int | Field containing MajorVersion information. | |
| MinorVersion | Int | Field containing MinorVersion information. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for QuickTextHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| QuickTextId | String |
QuickText.Id | ID of the QuickText associated with this record. |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for QuickTextUsage.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| OwnerId | String | ID of the user who owns the record. | |
| OwnerIdType | String | Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| QuickTextId | String |
QuickText.Id | ID of the QuickText associated with this record. |
| Channel | String | Field containing Channel information. | |
| LaunchSource | String | Field containing LaunchSource information. | |
| LoggedTime | Datetime | Field containing LoggedTime information. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| AppContext | String | Field containing AppContext information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for RecordActionHistory.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedDate | Datetime | Date and time when the record was created. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| SystemModstamp | Datetime | Date and time when the record was last modified by a user or by an automated process. | |
| ParentRecordId | String | ID of the ParentRecord associated with this record. | |
| ActionDefinitionApiName | String | Field containing ActionDefinitionApiName information. | |
| ActionDefinitionLabel | String | Field containing ActionDefinitionLabel information. | |
| ActionType | String | Type classification for Action. | |
| State | String | State or province portion of the address. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| UserIdType | String | Specifies the type of the 'UserId' polymorphic field to use in the statement. | |
| UserIdExternalFieldName | String | Specifies the external field name of the 'UserId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| RecordActionId | String | ID of the RecordAction associated with this record. | |
| LoggedTime | Datetime | Field containing LoggedTime information. | |
| Pinned | String | Field containing Pinned information. | |
| IsMandatory | Bool | Indicates whether the record has the Mandatory characteristic. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for RelationshipDomain.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| ParentSobjectId | String | ID of the ParentSobject associated with this record. | |
| ChildSobjectId | String | ID of the ChildSobject associated with this record. | |
| FieldId | String | ID of the Field associated with this record. | |
| RelationshipInfoId | String | ID of the RelationshipInfo associated with this record. | |
| RelationshipName | String | Field containing RelationshipName information. | |
| IsCascadeDelete | Bool | Indicates whether the record has the CascadeDelete characteristic. | |
| IsDeprecatedAndHidden | Bool | Indicates whether the record has the DeprecatedAndHidden characteristic. | |
| IsRestrictedDelete | Bool | Indicates whether the record has the RestrictedDelete characteristic. | |
| JunctionIdListNames | String | Field containing JunctionIdListNames information. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for RelationshipInfo.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| ChildSobjectId | String | ID of the ChildSobject associated with this record. | |
| FieldId | String | ID of the Field associated with this record. | |
| IsCascadeDelete | Bool | Indicates whether the record has the CascadeDelete characteristic. | |
| IsDeprecatedAndHidden | Bool | Indicates whether the record has the DeprecatedAndHidden characteristic. | |
| IsRestrictedDelete | Bool | Indicates whether the record has the RestrictedDelete characteristic. | |
| JunctionIdListNames | String | Field containing JunctionIdListNames information. | |
| SOQL | String | 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 | 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 | 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. |
レポートのメタデータを保存し、データクエリと可視化設定を定義します。
| Name | Type | References | Description |
| Id [KEY] | String | レポートレコードの一意の識別子。 | |
| OwnerId | String | レポートを所有するユーザーまたはグループの識別子。 | |
| OwnerIdType | String | ステートメントで使用する'OwnerId' ポリモーフィック項目のタイプを指定します。 | |
| OwnerIdExternalFieldName | String | INSERT/UPDATE/UPSERT ステートメントで使用する'OwnerId' ポリモーフィック項目の外部項目名を指定します。 | |
| FolderName | String | フォルダ名の情報を含む項目。 | |
| CreatedById | String |
User.Id | レポートを作成したユーザーの識別子。 |
| LastModifiedDate | Datetime | レポートが最後に変更された日時。 | |
| LastModifiedById | String |
User.Id | レポートを最後に更新したユーザーの識別子。 |
| IsDeleted | Bool | レポートがシステムから削除されたかどうかを示します。 | |
| Name | String | ユーザーインターフェースに表示されるレポートの名前。 | |
| Description | String | レポートの目的や内容を説明するオプションのテキスト説明。 | |
| DeveloperName | String | コードとメタデータでレポートを参照するために使用されるAPI 名。 | |
| NamespacePrefix | String | 名前空間プレフィックス。通常、管理パッケージ内のレポートに使用されます。 | |
| LastRunDate | Datetime | レポートが最後に実行された日時。 | |
| Format | String | 表形式、サマリー、マトリックスなど、レポートの形式。 | |
| LastViewedDate | Datetime | ユーザーがレポートを最後に参照した日時。 | |
| LastReferencedDate | Datetime | 関連するコンテキストでレポートが最後に参照された日時。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。WHERE 句からこの疑似カラムが設定された場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にアップサートが使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するためのオプションのスコープ。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を取ることができます。 | |
| SystemModstamp | Datetime | レポートへの最新の変更を反映したシステム生成タイムスタンプ。 | |
| CreatedDate | Datetime | レポートが作成された日時。 |
Schema file for ReportAnomalyEventStore.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| ReportAnomalyEventNumber | String | ReportAnomalyEvent identification number. | |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastViewedDate | Datetime | Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | Date and time when the record was last referenced. | |
| EventIdentifier | String | Unique identifier for the event. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| UserIdType | String | Specifies the type of the 'UserId' polymorphic field to use in the statement. | |
| UserIdExternalFieldName | String | Specifies the external field name of the 'UserId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Username | String | Username of the user associated with this record. | |
| EventDate | Datetime | Date and time when the event occurred. | |
| SessionKey | String | Unique key identifying the user session. | |
| LoginKey | String | Unique key identifying the login session. | |
| SourceIp | String | IP address from which the request originated. | |
| PolicyId | String | ID of the transaction security policy. | |
| PolicyOutcome | String | Result of the transaction security policy evaluation. | |
| EvaluationTime | Double | Time taken to evaluate the transaction security policy. | |
| Report | String | Field containing Report information. | |
| Score | Double | Field containing Score information. | |
| Summary | String | Field containing Summary information. | |
| SecurityEventData | String | Field containing SecurityEventData information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ReportEvent.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| CreatedDate | Datetime | Date and time when the record was created. | |
| EventIdentifier | String | Unique identifier for the event. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| UserIdType | String | Specifies the type of the 'UserId' polymorphic field to use in the statement. | |
| UserIdExternalFieldName | String | Specifies the external field name of the 'UserId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Username | String | Username of the user associated with this record. | |
| EventDate | Datetime | Date and time when the event occurred. | |
| RelatedEventIdentifier | String | ID of a related event. | |
| LoginHistoryId | String |
LoginHistory.Id | ID of the related login history record. |
| RowsProcessed | Double | Field containing RowsProcessed information. | |
| Operation | String | Field containing Operation information. | |
| QueriedEntities | String | Field containing QueriedEntities information. | |
| PolicyId | String | ID of the transaction security policy. | |
| PolicyOutcome | String | Result of the transaction security policy evaluation. | |
| EvaluationTime | Double | Time taken to evaluate the transaction security policy. | |
| SessionKey | String | Unique key identifying the user session. | |
| LoginKey | String | Unique key identifying the login session. | |
| SessionLevel | String | Security level of the user session. | |
| SourceIp | String | IP address from which the request originated. | |
| DashboardId | String |
Dashboard.Id | ID of the Dashboard associated with this record. |
| DashboardName | String | Field containing DashboardName information. | |
| EventSource | String | Field containing EventSource information. | |
| ExecutionIdentifier | String | Field containing ExecutionIdentifier information. | |
| ExportFileFormat | String | Field containing ExportFileFormat information. | |
| IsScheduled | Bool | Indicates whether the record has the Scheduled characteristic. | |
| NumberOfColumns | Int | Field containing NumberOfColumns information. | |
| ColumnHeaders | String | Field containing ColumnHeaders information. | |
| GroupedColumnHeaders | String | Field containing GroupedColumnHeaders information. | |
| Description | String | Text description of the record. | |
| Format | String | Field containing Format information. | |
| ReportId | String |
Report.Id | ID of the Report associated with this record. |
| Records | String | Field containing Records information. | |
| Name | String | Name of the record. | |
| OwnerId | String | ID of the user who owns the record. | |
| OwnerIdType | String | Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Scope | String | Field containing Scope information. | |
| Sequence | Int | Field containing Sequence information. | |
| DisplayedFieldEntities | String | Field containing DisplayedFieldEntities information. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for SamlSsoConfig.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| Language | String | Language of the record or user interface. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| Version | String | Field containing Version information. | |
| Issuer | String | Indicates whether the record has the suer characteristic. | |
| OptionsSpInitBinding | Bool | Field containing OptionsSpInitBinding information. | |
| OptionsUserProvisioning | Bool | Field containing OptionsUserProvisioning information. | |
| OptionsUseConfigRequestMethod | Bool | Field containing OptionsUseConfigRequestMethod information. | |
| OptionsUseSameDigestAlgoForSigning | Bool | Field containing OptionsUseSameDigestAlgoForSigning information. | |
| OptionsRequireMfaSaml | Bool | Field containing OptionsRequireMfaSaml information. | |
| AttributeFormat | String | Field containing AttributeFormat information. | |
| AttributeName | String | Field containing AttributeName information. | |
| Audience | String | Field containing Audience information. | |
| IdentityMapping | String | Field containing IdentityMapping information. | |
| IdentityLocation | String | Field containing IdentityLocation information. | |
| SamlJitHandlerId | String |
ApexClass.Id | ID of the SamlJitHandler associated with this record. |
| ExecutionUserId | String |
User.Id | ID of the ExecutionUser associated with this record. |
| LoginUrl | String | Field containing LoginUrl information. | |
| LogoutUrl | String | Field containing LogoutUrl information. | |
| ErrorUrl | String | Field containing ErrorUrl information. | |
| ValidationCert | String | Field containing ValidationCert information. | |
| RequestSignatureMethod | String | Field containing RequestSignatureMethod information. | |
| SingleLogoutUrl | String | Field containing SingleLogoutUrl information. | |
| SingleLogoutBinding | String | Field containing SingleLogoutBinding information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for SearchLayout.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| Label | String | Field containing Label information. | |
| LayoutType | String | Type classification for Layout. | |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| EntityDefinitionId | String | ID of the EntityDefinition associated with this record. | |
| FieldsDisplayed | String | Field containing FieldsDisplayed information. | |
| ButtonsDisplayed | String | Field containing ButtonsDisplayed information. | |
| Profile | String | Field containing Profile information. | |
| ProfileName | String | Field containing ProfileName information. | |
| ListLayout | String | Field containing ListLayout information. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for SellerHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| SellerId | String |
Seller.Id | ID of the Seller associated with this record. |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ServiceContractHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| ServiceContractId | String | ID of the ServiceContract associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ServiceSetupProvisioning.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| JobName | String | Field containing JobName information. | |
| TaskName | String | Field containing TaskName information. | |
| Status | String | Status of the record. | |
| TaskContext | String | Field containing TaskContext information. | |
| AttemptOrdinal | Int | Field containing AttemptOrdinal information. | |
| TaskAction | String | Field containing TaskAction information. | |
| TaskActionContext | String | Field containing TaskActionContext information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for SessionHijackingEventStore.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| SessionHijackingEventNumber | String | SessionHijackingEvent identification number. | |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastViewedDate | Datetime | Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | Date and time when the record was last referenced. | |
| EventIdentifier | String | Unique identifier for the event. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| UserIdType | String | Specifies the type of the 'UserId' polymorphic field to use in the statement. | |
| UserIdExternalFieldName | String | Specifies the external field name of the 'UserId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Username | String | Username of the user associated with this record. | |
| EventDate | Datetime | Date and time when the event occurred. | |
| SessionKey | String | Unique key identifying the user session. | |
| LoginKey | String | Unique key identifying the login session. | |
| SourceIp | String | IP address from which the request originated. | |
| PolicyId | String | ID of the transaction security policy. | |
| PolicyOutcome | String | Result of the transaction security policy evaluation. | |
| EvaluationTime | Double | Time taken to evaluate the transaction security policy. | |
| Score | Double | Field containing Score information. | |
| CurrentIp | String | Field containing CurrentIp information. | |
| PreviousIp | String | Field containing PreviousIp information. | |
| CurrentPlatform | String | Field containing CurrentPlatform information. | |
| PreviousPlatform | String | Field containing PreviousPlatform information. | |
| CurrentScreen | String | Field containing CurrentScreen information. | |
| PreviousScreen | String | Field containing PreviousScreen information. | |
| CurrentWindow | String | Field containing CurrentWindow information. | |
| PreviousWindow | String | Field containing PreviousWindow information. | |
| CurrentUserAgent | String | Field containing CurrentUserAgent information. | |
| PreviousUserAgent | String | Field containing PreviousUserAgent information. | |
| SecurityEventData | String | Field containing SecurityEventData information. | |
| Summary | String | Field containing Summary information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for SessionPermSetActivation.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| AuthSessionId | String |
AuthSession.Id | ID of the AuthSession associated with this record. |
| PermissionSetId | String | ID of the PermissionSet associated with this record. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| Description | String | Text description of the record. | |
| PermissionSetGroupId | String | ID of the PermissionSetGroup associated with this record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for SetupAuditTrail.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| Action | String | Field containing Action information. | |
| Section | String | Field containing Section information. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| Display | String | Field containing Display information. | |
| DelegateUser | String | Field containing DelegateUser information. | |
| ResponsibleNamespacePrefix | String | Field containing ResponsibleNamespacePrefix information. | |
| CreatedByContext | String | Field containing CreatedByContext information. | |
| CreatedByIssuer | String | Field containing CreatedByIssuer information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Salesforce プラットフォームでパブリックWeb サイトホスティングを可能にするSalesforce サイトに関する情報を保存します。
| Name | Type | References | Description |
| Id [KEY] | String | サイトレコードの一意の識別子。 | |
| Name | String | サイトの名前。Salesforce 内でサイトを区別するために使用されます。 | |
| Subdomain | String | サイトの公開URL で使用されるサブドメインプレフィックス。 | |
| UrlPathPrefix | String | サイトにアクセスするためのデフォルトWeb アドレスパスプレフィックス。 | |
| GuestUserId | String |
User.Id | このレコードに関連付けられたゲストユーザーのID。 |
| Status | String | Active やInactive など、サイトの現在のステータス。 | |
| AdminId | String |
User.Id | サイト管理者として機能するユーザーの識別子。 |
| OptionsEnableFeeds | Bool | サイトでChatter フィードが有効になっているかどうかを示します。 | |
| OptionsIsSiteGAIntegrationMigrated | Bool | OptionsIsSiteGAIntegrationMigrated 情報を含む項目。 | |
| OptionsRedirectToCustomDomain | Bool | OptionsRedirectToCustomDomain 情報を含む項目。 | |
| OptionsAllowGuestPaymentsApi | Bool | OptionsAllowGuestPaymentsApi 情報を含む項目。 | |
| OptionsHasStoredPathPrefix | Bool | OptionsHasStoredPathPrefix 情報を含む項目。 | |
| OptionsCookieConsent | Bool | OptionsCookieConsent 情報を含む項目。 | |
| OptionsCachePublicVfPagesInProxies | Bool | OptionsCachePublicVfPagesInProxies 情報を含む項目。 | |
| OptionsIsSiteDataCloudIntegrationEnabled | Bool | OptionsIsSiteDataCloudIntegrationEnabled 情報を含む項目。 | |
| OptionsIsSiteGAIntegrationEnabled | Bool | OptionsIsSiteGAIntegrationEnabled 情報を含む項目。 | |
| OptionsAllowHomePage | Bool | サイトで標準のSalesforce ホームページが使用可能かどうかを指定します。 | |
| OptionsAllowStandardIdeasPages | Bool | サイトで標準のアイデアページが有効になっているかどうかを示します。 | |
| OptionsAllowStandardSearch | Bool | サイトユーザーに標準検索ページが有効になっているかどうかを指定します。 | |
| OptionsAllowStandardLookups | Bool | サイトで標準ルックアップページが有効になっているかどうかを示します。 | |
| OptionsAllowStandardAnswersPages | Bool | サイトで標準のアンサーページが使用可能かどうかを指定します。 | |
| OptionsAllowGuestSupportApi | Bool | OptionsAllowGuestSupportApi 情報を含む項目。 | |
| OptionsAllowStandardPortalPages | Bool | OptionsAllowStandardPortalPages 情報を含む項目。 | |
| OptionsContentSniffingProtection | Bool | OptionsContentSniffingProtection 情報を含む項目。 | |
| OptionsBrowserXssProtection | Bool | OptionsBrowserXssProtection 情報を含む項目。 | |
| OptionsReferrerPolicyOriginWhenCrossOrigin | Bool | OptionsReferrerPolicyOriginWhenCrossOrigin 情報を含む項目。 | |
| OptionsUseGuestUserLanguage | Bool | OptionsUseGuestUserLanguage 情報を含む項目。 | |
| OptionsIsSiteGRecaptchaIntegrationEnabled | Bool | OptionsIsSiteGRecaptchaIntegrationEnabled 情報を含む項目。 | |
| OptionsIsSiteConsentBannerIntegrationEnabled | Bool | OptionsIsSiteConsentBannerIntegrationEnabled 情報を含む項目。 | |
| OptionsIsSiteGAIntegrationMigratedV2 | Bool | OptionsIsSiteGAIntegrationMigratedV2 情報を含む項目。 | |
| OptionsIsSiteDataCloudIntegrationMigrated | Bool | OptionsIsSiteDataCloudIntegrationMigrated 情報を含む項目。 | |
| OptionsIsSiteConsentBannerIntegrationMigrated | Bool | OptionsIsSiteConsentBannerIntegrationMigrated 情報を含む項目。 | |
| OptionsIsSlashSRemovedSite | Bool | OptionsIsSlashSRemovedSite 情報を含む項目。 | |
| Description | String | サイトの目的または用途に関するコンテキストを提供するオプションの説明。 | |
| MasterLabel | String | Salesforce UI でサイトに使用されるユーザーフレンドリーなラベル。 | |
| AnalyticsTrackingCode | String | Google Analytics などのWeb 解析ツールで使用されるトラッキングコード。 | |
| SiteType | String | Visualforce やLightning など、サイトのアーキテクチャを決定するサイトタイプ。 | |
| ClickjackProtectionLevel | String | ClickjackProtectionLevel 情報を含む項目。 | |
| DailyBandwidthLimit | Int | 1日に転送を許可されるデータの最大量(MB 単位)。 | |
| DailyBandwidthUsed | Double | 今日これまでにサイトで消費された帯域幅の量(MB 単位)。 | |
| DailyRequestTimeLimit | Int | 1日あたりに許可される最大累積リクエスト時間(分単位)。 | |
| DailyRequestTimeUsed | Double | 今日これまでに使用されたリクエスト処理時間の合計(分単位)。 | |
| MonthlyPageViewsEntitlement | Int | サイトのライセンスまたは設定の一部として月あたりに許可されるページビュー数。 | |
| CreatedById | String |
User.Id | サイトを作成したユーザーの識別子。 |
| LastModifiedDate | Datetime | サイトレコードが最後に更新された日時。 | |
| LastModifiedById | String |
User.Id | サイトを最後に変更したユーザーの識別子。 |
| GuestRecordDefaultOwnerId | String |
User.Id | このレコードに関連付けられたゲストレコードデフォルト所有者のID。 |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。WHERE 句からこの疑似カラムが設定された場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にアップサートが使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するためのオプションのスコープ。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を取ることができます。 | |
| SystemModstamp | Datetime | サイトレコードへの最新の変更を示すシステム生成タイムスタンプ。 | |
| CreatedDate | Datetime | サイトレコードが作成された日時。 |
Schema file for SiteDetail.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| IsRegistrationEnabled | Bool | Indicates whether the record has the RegistrationEnabled characteristic. | |
| SecureUrl | String | Field containing SecureUrl information. | |
| SOQL | String | 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 | 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 | 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. |
サイトレコードに加えられた変更を追跡し、時系列で変更をログに記録します。
| Name | Type | References | Description |
| Id [KEY] | String | サイト履歴レコードの一意の識別子。 | |
| IsDeleted | Bool | サイト履歴レコードがシステムから削除されたかどうかを示します。 | |
| SiteId | String |
Site.Id | この履歴エントリに関連付けられたサイトの識別子。 |
| CreatedById | String |
User.Id | この履歴エントリに記録された変更を行ったユーザーの識別子。 |
| CreatedByIdType | String | ステートメントで使用する'CreatedById' ポリモーフィック項目のタイプを指定します。 | |
| CreatedByIdExternalFieldName | String | INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| Field | String | 変更されたサイトレコード上の項目の名前。 | |
| DataType | String | データの型分類。 | |
| OldValue | String | 変更が発生する前の項目の以前の値。 | |
| NewValue | String | 変更が行われた後の項目の更新された値。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。WHERE 句からこの疑似カラムが設定された場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にアップサートが使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するためのオプションのスコープ。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を取ることができます。 | |
| CreatedDate | Datetime | 変更が履歴にログ記録された日時。 |
Schema file for SlaProcess.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| Name | String | Name of the record. | |
| NameNorm | String | Field containing NameNorm information. | |
| Description | String | Text description of the record. | |
| IsActive | Bool | Indicates whether the record is active. | |
| StartDateField | String | Field containing StartDateField information. | |
| SobjectType | String | Type classification for Sobject. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| BusinessHoursId | String | ID of the business hours associated with this record. | |
| LastViewedDate | Datetime | Date and time when the record was last viewed in the user interface. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
ソリューションレコードに加えられた変更の履歴レコードを保持します。
| Name | Type | References | Description |
| Id [KEY] | String | ソリューション履歴レコードの一意の識別子。 | |
| IsDeleted | Bool | 履歴レコードがシステムから削除されたかどうかを示します。 | |
| SolutionId | String |
Solution.Id | この履歴エントリに関連付けられたソリューションの識別子。 |
| CreatedById | String |
User.Id | この履歴エントリに記録された変更を行ったユーザーの識別子。 |
| CreatedByIdType | String | ステートメントで使用する'CreatedById' ポリモーフィック項目のタイプを指定します。 | |
| CreatedByIdExternalFieldName | String | INSERT/UPDATE/UPSERT ステートメントで使用する'CreatedById' ポリモーフィック項目の外部項目名を指定します。 | |
| Field | String | 変更されたソリューション項目の名前。 | |
| DataType | String | データの型分類。 | |
| OldValue | String | 変更が発生する前の項目の以前の値。 | |
| NewValue | String | 変更が行われた後の項目の新しい値。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。WHERE 句からこの疑似カラムが設定された場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にアップサートが使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するためのオプションのスコープ。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を取ることができます。 | |
| CreatedDate | Datetime | ソリューションへの変更が記録された日時。 |
下書き、公開済み、アーカイブ済みなど、ソリューションのさまざまなステータスを定義します。
| Name | Type | References | Description |
| Id [KEY] | String | ソリューションステータスレコードの一意の識別子。 | |
| MasterLabel | String | ユーザーインターフェースに表示されるソリューションステータスの表示名。 | |
| ApiName | String | API を使用してリソースにアクセスする際に使用される名前。 | |
| SortOrder | Int | ドロップダウンまたは選択リストでこのステータスが表示される順序。 | |
| IsDefault | Bool | このステータスが新しいソリューションのデフォルト値かどうかを示します。 | |
| IsReviewed | Bool | このステータスのソリューションがレビュー済みとしてマークされているかどうかを指定します。 | |
| CreatedById | String |
User.Id | ソリューションステータスレコードを作成したユーザーの識別子。 |
| LastModifiedById | String |
User.Id | ソリューションステータスを最後に変更したユーザーの識別子。 |
| LastModifiedDate | Datetime | ソリューションステータスが最後に更新された日時。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。WHERE 句からこの疑似カラムが設定された場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にアップサートが使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するためのオプションのスコープ。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を取ることができます。 | |
| SystemModstamp | Datetime | レコードへの最新の変更を示すシステム生成タイムスタンプ。 | |
| CreatedDate | Datetime | ソリューションステータスが作成された日時。 |
Schema file for Stamp.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| ParentId | String |
Organization.Id | ID of the parent object in the hierarchy. |
| ParentIdType | String | Specifies the type of the 'ParentId' polymorphic field to use in the statement. | |
| ParentIdExternalFieldName | String | Specifies the external field name of the 'ParentId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| Description | String | Text description of the record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for StampAssignment.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| StampId | String |
Stamp.Id | ID of the Stamp associated with this record. |
| SubjectId | String |
User.Id | ID of the Subject associated with this record. |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for StandardInvocableActionType.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| Language | String | Language of the record or user interface. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| Namespace | String | Field containing Namespace information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for SwarmHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| SwarmId | String |
Swarm.Id | ID of the Swarm associated with this record. |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for SwarmMemberHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| SwarmMemberId | String |
SwarmMember.Id | ID of the SwarmMember associated with this record. |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for TabDefinition.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| Name | String | Name of the record. | |
| Label | String | Field containing Label information. | |
| IsCustom | Bool | Indicates whether the record has the Custom characteristic. | |
| SobjectName | String | Field containing SobjectName information. | |
| Url | String | Field containing Url information. | |
| IsAvailableInAloha | Bool | Indicates whether the record has the AvailableInAloha characteristic. | |
| IsAvailableInLightning | Bool | Indicates whether the record has the AvailableInLightning characteristic. | |
| IsAvailableInMobile | Bool | Indicates whether the record has the AvailableInMobile characteristic. | |
| IsAvailableInDesktop | Bool | Indicates whether the record has the AvailableInDesktop characteristic. | |
| MobileUrl | String | Field containing MobileUrl information. | |
| SOQL | String | 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 | 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 | 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. |
指定されたテーブルの関係をリストします。
Salesforce Cloud では、クエリを実行するためにTableName によるフィルタリングが必要です。
次に例を示します。
SELECT * FROM TableRelationships WHERE TableName = 'your_value'
| Name | Type | References | Description |
| ChildsObject [KEY] | String | 入力内の指定されたTableName に関連する子テーブル。 | |
| RelationshipName [KEY] | String | 関係の名前。 | |
| Field | String | 関係が関連付けられているフィールド。ChildsObject 内にあります。 | |
| ParentObject | String | 関係の親オブジェクト。これは、入力TableName と同じです。 | |
| DeprecatedAndHidden | Boolean | 関係が非推奨で、現在非表示かどうかを示すブール値。 | |
| CascadeDelete | Boolean | このエントリを削除する場合に、子オブジェクトも削除するかどうかを示すブール値。 |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description | |
| TableName | String | 関係情報の取得元のテーブルの名前。 |
高、中、低などのToDo の優先度レベルを定義します。
| Name | Type | References | Description |
| Id [KEY] | String | ToDo の優先度レコードの一意の識別子。 | |
| MasterLabel | String | ユーザーインターフェースに表示される優先度値の表示ラベル。 | |
| ApiName | String | API を使用してリソースにアクセスする際に使用される名前。 | |
| SortOrder | Int | ドロップダウンメニューでこの優先度が表示される数値順序。 | |
| IsDefault | Bool | これが新しいToDo に割り当てられるデフォルト優先度かどうかを示します。 | |
| IsHighPriority | Bool | この優先度レベルがレポートやフィルタリングで高優先度と見なされるかどうかを指定します。 | |
| CreatedById | String |
User.Id | ToDo の優先度レコードを作成したユーザーの識別子。 |
| LastModifiedById | String |
User.Id | ToDo の優先度レコードを最後に変更したユーザーの識別子。 |
| LastModifiedDate | Datetime | ToDo の優先度が最後に更新された日時。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。WHERE 句からこの疑似カラムが設定された場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にアップサートが使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するためのオプションのスコープ。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を取ることができます。 | |
| SystemModstamp | Datetime | ToDo の優先度への最新の変更を示すシステム生成タイムスタンプ。 | |
| CreatedDate | Datetime | ToDo の優先度が作成された日時。 |
未着手、進行中、完了などのToDo の可能なステータスを指定します。
| Name | Type | References | Description |
| Id [KEY] | String | ToDo のステータスレコードの一意の識別子。 | |
| MasterLabel | String | ユーザーインターフェースに表示されるステータスの表示名。 | |
| ApiName | String | API を使用してリソースにアクセスする際に使用される名前。 | |
| SortOrder | Int | 選択リストとドロップダウンでこのステータスが表示される順序。 | |
| IsDefault | Bool | このステータスが新しく作成されたToDo のデフォルトかどうかを示します。 | |
| IsClosed | Bool | このステータスがToDo をクローズ済みまたは完了とマークするかどうかを指定します。 | |
| CreatedById | String |
User.Id | ToDo のステータスレコードを作成したユーザーの識別子。 |
| LastModifiedById | String |
User.Id | ToDo のステータスを最後に更新したユーザーの識別子。 |
| LastModifiedDate | Datetime | ToDo のステータスが最後に変更された日時。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。WHERE 句からこの疑似カラムが設定された場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にアップサートが使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するためのオプションのスコープ。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を取ることができます。 | |
| SystemModstamp | Datetime | レコードへの最新の変更を反映するシステム生成タイムスタンプ。 | |
| CreatedDate | Datetime | ToDo のステータスが作成された日時。 |
Schema file for TenantUsageEntitlement.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| ResourceGroupKey | String | Field containing ResourceGroupKey information. | |
| Setting | String | Field containing Setting information. | |
| StartDate | Date | Start date for the record or activity. | |
| EndDate | Date | End date for the record or activity. | |
| CurrentAmountAllowed | Double | Field containing CurrentAmountAllowed information. | |
| Frequency | String | Field containing Frequency information. | |
| IsPersistentResource | Bool | Indicates whether the record has the PersistentResource characteristic. | |
| HasRollover | Bool | Indicates whether the record has Rollover. | |
| OverageGrace | Double | Field containing OverageGrace information. | |
| AmountUsed | Double | Field containing AmountUsed information. | |
| UsageDate | Datetime | Date associated with Usage. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for Territory2AlignmentLog.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| Territory2ModelId | String | ID of the Territory2Model associated with this record. | |
| Territory2Id | String |
Territory2.Id | ID of the Territory2 associated with this record. |
| RunAsId | String |
User.Id | ID of the RunAs associated with this record. |
| Filter | String | Field containing Filter information. | |
| StartTime | Datetime | Field containing StartTime information. | |
| EndTime | Datetime | Field containing EndTime information. | |
| Status | String | Status of the record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for Territory2ModelHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Territory2ModelId | String | ID of the Territory2Model associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for ThirdPartyAccountLink.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| ThirdPartyAccountLinkKey | String | Field containing ThirdPartyAccountLinkKey information. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| SsoProviderId | String |
AuthProvider.Id | ID of the SsoProvider associated with this record. |
| Handle | String | Field containing Handle information. | |
| RemoteIdentifier | String | Field containing RemoteIdentifier information. | |
| Provider | String | Field containing Provider information. | |
| SsoProviderName | String | Field containing SsoProviderName information. | |
| IsNotSsoUsable | Bool | Indicates whether the record has the NotSsoUsable characteristic. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for Translation.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| Language | String | Language of the record or user interface. | |
| IsActive | Bool | Indicates whether the record is active. | |
| CanManage | Bool | Indicates whether the user or record can perform Manage action. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for UiFormulaCriterion.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| RuleId | String | ID of the Rule associated with this record. | |
| LeftHandSide | String | Field containing LeftHandSide information. | |
| OperatorId | String | ID of the Operator associated with this record. | |
| RightHandSide | String | Field containing RightHandSide information. | |
| ParentKeyPrefix | String | Field containing ParentKeyPrefix information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for UiFormulaRule.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| Language | String | Language of the record or user interface. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| AssociatedElementId | String | ID of the AssociatedElement associated with this record. | |
| BooleanFilter | String | Field containing BooleanFilter information. | |
| Formula | String | Field containing Formula information. | |
| ParentKeyPrefix | String | Field containing ParentKeyPrefix information. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
招待にまだ応答していない被招集者と行動の関係を追跡します。
| Name | Type | References | Description |
| Id [KEY] | String | 未決定の応答を持つ関連ユーザーまたは取引先責任者と行動をリンクするレコードの一意の識別子。 | |
| RelationId | String | 応答していない行動に関連付けられたユーザー、取引先責任者、またはリードの識別子。 | |
| RelationIdType | String | ステートメントで使用する'RelationId' ポリモーフィック項目のタイプを指定します。 | |
| RelationIdExternalFieldName | String | INSERT/UPDATE/UPSERT ステートメントで使用する'RelationId' ポリモーフィック項目の外部項目名を指定します。 | |
| EventId | String |
Event.Id | このレコードがリンクされているカレンダー行動の識別子。 |
| RespondedDate | Datetime | 該当する場合、個人が行動招待に応答した日時。 | |
| Response | String | 承諾済み、辞退済み、未決定などの招待者の応答ステータス。 | |
| CreatedById | String |
User.Id | 未決定行動リレーションを作成したユーザーの識別子。 |
| LastModifiedDate | Datetime | リレーションレコードが最後に変更された日時。 | |
| LastModifiedById | String |
User.Id | レコードを最後に変更したユーザーの識別子。 |
| IsDeleted | Bool | 未決定行動リレーションが削除されたかどうかを示します。 | |
| Type | String | ユーザー、取引先責任者、リードなどの関連レコードのタイプ。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。WHERE 句からこの疑似カラムが設定された場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にアップサートが使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するためのオプションのスコープ。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、Team のいずれかの値を取ることができます。 | |
| SystemModstamp | Datetime | レコードへの最新の変更を示すシステム生成タイムスタンプ。 | |
| CreatedDate | Datetime | 未決定行動リレーションが作成された日時。 |
Schema file for UriEvent.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| CreatedDate | Datetime | Date and time when the record was created. | |
| EventIdentifier | String | Unique identifier for the event. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| UserIdType | String | Specifies the type of the 'UserId' polymorphic field to use in the statement. | |
| UserIdExternalFieldName | String | Specifies the external field name of the 'UserId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Username | String | Username of the user associated with this record. | |
| EventDate | Datetime | Date and time when the event occurred. | |
| RelatedEventIdentifier | String | ID of a related event. | |
| SessionKey | String | Unique key identifying the user session. | |
| LoginKey | String | Unique key identifying the login session. | |
| SessionLevel | String | Security level of the user session. | |
| SourceIp | String | IP address from which the request originated. | |
| Operation | String | Field containing Operation information. | |
| QueriedEntities | String | Field containing QueriedEntities information. | |
| RecordId | String | ID of the Record associated with this record. | |
| Name | String | Name of the record. | |
| UserType | String | Type classification for User. | |
| Message | String | Field containing Message information. | |
| OperationStatus | String | Status of the Operation. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for UserEntityAccess.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| IsMergeable | Bool | Indicates whether the record has the Mergeable characteristic. | |
| IsUpdatable | Bool | Indicates whether the record has the Updatable characteristic. | |
| IsActivateable | Bool | Indicates whether the record has the Activateable characteristic. | |
| IsReadable | Bool | Indicates whether the record has the Readable characteristic. | |
| IsCreatable | Bool | Indicates whether the record has the Creatable characteristic. | |
| IsEditable | Bool | Indicates whether the record has the Editable characteristic. | |
| IsDeletable | Bool | Indicates whether the record has the Deletable characteristic. | |
| IsUndeletable | Bool | Indicates whether the record has the Undeletable characteristic. | |
| IsFlsUpdatable | Bool | Indicates whether the record has the FlsUpdatable characteristic. | |
| EntityDefinitionId | String | ID of the EntityDefinition associated with this record. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for UserFieldAccess.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| IsUpdatable | Bool | Indicates whether the record has the Updatable characteristic. | |
| IsCreatable | Bool | Indicates whether the record has the Creatable characteristic. | |
| IsAccessible | Bool | Indicates whether the record has the Accessible characteristic. | |
| EntityDefinitionId | String | ID of the EntityDefinition associated with this record. | |
| FieldDefinitionId | String | ID of the FieldDefinition associated with this record. | |
| SOQL | String | 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 | 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 | 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. |
ユーザーライセンスを管理し、利用可能なSalesforce ライセンスおよび割り当てられたSalesforce ライセンスを追跡します。
| Name | Type | References | Description |
| Id [KEY] | String | ユーザーライセンスレコードの一意の識別子。 | |
| LicenseDefinitionKey | String | ライセンスの内部定義を表すキーで、システムの識別に使用されます。 | |
| TotalLicenses | Int | TotalLicenses 情報を含む項目。 | |
| Status | String | レコードのステータス。 | |
| UsedLicenses | Int | UsedLicenses 情報を含む項目。 | |
| UsedLicensesLastUpdated | Datetime | UsedLicensesLastUpdated 情報を含む項目。 | |
| Name | String | ユーザーライセンスの名前(Salesforce、Platform、Knowledge Only など)。 | |
| MasterLabel | String | ユーザーインターフェースに表示されるカスタムオブジェクトラベル。 | |
| LastModifiedDate | Datetime | レコードが最後に変更された日時。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入を実行する場合に使用する外部Id カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にupsert が使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するためのオプションのスコープ。このプロパティは次のいずれかの値を取ることができます:Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam。 | |
| SystemModstamp | Datetime | ライセンスレコードの最新の更新を反映した、システムが生成したタイムスタンプ。 | |
| CreatedDate | Datetime | レコードが作成された日時。 |
Schema file for UserPermissionAccess.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| LastCacheUpdate | Datetime | Date associated with LastCacheUp. | |
| PermissionsEmailSingle | Bool | Field containing PermissionsEmailSingle information. | |
| PermissionsEmailMass | Bool | Field containing PermissionsEmailMass information. | |
| PermissionsEditTask | Bool | Field containing PermissionsEditTask information. | |
| PermissionsEditEvent | Bool | Field containing PermissionsEditEvent information. | |
| PermissionsExportReport | Bool | Field containing PermissionsExportReport information. | |
| PermissionsImportPersonal | Bool | Field containing PermissionsImportPersonal information. | |
| PermissionsDataExport | Bool | Field containing PermissionsDataExport information. | |
| PermissionsManageUsers | Bool | Field containing PermissionsManageUsers information. | |
| PermissionsEditPublicFilters | Bool | Field containing PermissionsEditPublicFilters information. | |
| PermissionsEditPublicTemplates | Bool | Field containing PermissionsEditPublicTemplates information. | |
| PermissionsModifyAllData | Bool | Field containing PermissionsModifyAllData information. | |
| PermissionsEditBillingInfo | Bool | Field containing PermissionsEditBillingInfo information. | |
| PermissionsManageCases | Bool | Field containing PermissionsManageCases information. | |
| PermissionsMassInlineEdit | Bool | Field containing PermissionsMassInlineEdit information. | |
| PermissionsEditKnowledge | Bool | Field containing PermissionsEditKnowledge information. | |
| PermissionsManageKnowledge | Bool | Field containing PermissionsManageKnowledge information. | |
| PermissionsManageSolutions | Bool | Field containing PermissionsManageSolutions information. | |
| PermissionsCustomizeApplication | Bool | Field containing PermissionsCustomizeApplication information. | |
| PermissionsEditReadonlyFields | Bool | Field containing PermissionsEditReadonlyFields information. | |
| PermissionsRunReports | Bool | Field containing PermissionsRunReports information. | |
| PermissionsViewSetup | Bool | Field containing PermissionsViewSetup information. | |
| PermissionsTransferAnyEntity | Bool | Field containing PermissionsTransferAnyEntity information. | |
| PermissionsNewReportBuilder | Bool | Field containing PermissionsNewReportBuilder information. | |
| PermissionsActivateContract | Bool | Field containing PermissionsActivateContract information. | |
| PermissionsActivateOrder | Bool | Field containing PermissionsActivateOrder information. | |
| PermissionsImportLeads | Bool | Field containing PermissionsImportLeads information. | |
| PermissionsManageLeads | Bool | Field containing PermissionsManageLeads information. | |
| PermissionsTransferAnyLead | Bool | Field containing PermissionsTransferAnyLead information. | |
| PermissionsViewAllData | Bool | Field containing PermissionsViewAllData information. | |
| PermissionsEditPublicDocuments | Bool | Field containing PermissionsEditPublicDocuments information. | |
| PermissionsViewEncryptedData | Bool | Field containing PermissionsViewEncryptedData information. | |
| PermissionsEditBrandTemplates | Bool | Field containing PermissionsEditBrandTemplates information. | |
| PermissionsEditHtmlTemplates | Bool | Field containing PermissionsEditHtmlTemplates information. | |
| PermissionsChatterInternalUser | Bool | Field containing PermissionsChatterInternalUser information. | |
| PermissionsManageEncryptionKeys | Bool | Field containing PermissionsManageEncryptionKeys information. | |
| PermissionsDeleteActivatedContract | Bool | Field containing PermissionsDeleteActivatedContract information. | |
| PermissionsChatterInviteExternalUsers | Bool | Field containing PermissionsChatterInviteExternalUsers information. | |
| PermissionsSendSitRequests | Bool | Field containing PermissionsSendSitRequests information. | |
| PermissionsApiUserOnly | Bool | Field containing PermissionsApiUserOnly information. | |
| PermissionsManageRemoteAccess | Bool | Field containing PermissionsManageRemoteAccess information. | |
| PermissionsCanUseNewDashboardBuilder | Bool | Field containing PermissionsCanUseNewDashboardBuilder information. | |
| PermissionsManageCategories | Bool | Field containing PermissionsManageCategories information. | |
| PermissionsConvertLeads | Bool | Field containing PermissionsConvertLeads information. | |
| PermissionsPasswordNeverExpires | Bool | Field containing PermissionsPasswordNeverExpires information. | |
| PermissionsUseTeamReassignWizards | Bool | Field containing PermissionsUseTeamReassignWizards information. | |
| PermissionsEditActivatedOrders | Bool | Field containing PermissionsEditActivatedOrders information. | |
| PermissionsInstallPackaging | Bool | Field containing PermissionsInstallPackaging information. | |
| PermissionsPublishPackaging | Bool | Field containing PermissionsPublishPackaging information. | |
| PermissionsChatterOwnGroups | Bool | Field containing PermissionsChatterOwnGroups information. | |
| PermissionsEditOppLineItemUnitPrice | Bool | Field containing PermissionsEditOppLineItemUnitPrice information. | |
| PermissionsManageTerritories | Bool | Field containing PermissionsManageTerritories information. | |
| PermissionsCreatePackaging | Bool | Field containing PermissionsCreatePackaging information. | |
| PermissionsBulkApiHardDelete | Bool | Field containing PermissionsBulkApiHardDelete information. | |
| PermissionsSolutionImport | Bool | Field containing PermissionsSolutionImport information. | |
| PermissionsManageCallCenters | Bool | Field containing PermissionsManageCallCenters information. | |
| PermissionsManageSynonyms | Bool | Field containing PermissionsManageSynonyms information. | |
| PermissionsViewContent | Bool | Field containing PermissionsViewContent information. | |
| PermissionsManageEmailClientConfig | Bool | Field containing PermissionsManageEmailClientConfig information. | |
| PermissionsEnableNotifications | Bool | Field containing PermissionsEnableNotifications information. | |
| PermissionsIsSsoEnabled | Bool | Field containing PermissionsIsSsoEnabled information. | |
| PermissionsManageDataIntegrations | Bool | Field containing PermissionsManageDataIntegrations information. | |
| PermissionsDistributeFromPersWksp | Bool | Field containing PermissionsDistributeFromPersWksp information. | |
| PermissionsViewDataCategories | Bool | Field containing PermissionsViewDataCategories information. | |
| PermissionsManageDataCategories | Bool | Field containing PermissionsManageDataCategories information. | |
| PermissionsAuthorApex | Bool | Field containing PermissionsAuthorApex information. | |
| PermissionsManageMobile | Bool | Field containing PermissionsManageMobile information. | |
| PermissionsApiEnabled | Bool | Field containing PermissionsApiEnabled information. | |
| PermissionsManageCustomReportTypes | Bool | Field containing PermissionsManageCustomReportTypes information. | |
| PermissionsEditCaseComments | Bool | Field containing PermissionsEditCaseComments information. | |
| PermissionsTransferAnyCase | Bool | Field containing PermissionsTransferAnyCase information. | |
| PermissionsContentAdministrator | Bool | Field containing PermissionsContentAdministrator information. | |
| PermissionsCreateWorkspaces | Bool | Field containing PermissionsCreateWorkspaces information. | |
| PermissionsManageContentPermissions | Bool | Field containing PermissionsManageContentPermissions information. | |
| PermissionsManageContentProperties | Bool | Field containing PermissionsManageContentProperties information. | |
| PermissionsManageContentTypes | Bool | Field containing PermissionsManageContentTypes information. | |
| PermissionsManageExchangeConfig | Bool | Field containing PermissionsManageExchangeConfig information. | |
| PermissionsManageAnalyticSnapshots | Bool | Field containing PermissionsManageAnalyticSnapshots information. | |
| PermissionsScheduleReports | Bool | Field containing PermissionsScheduleReports information. | |
| PermissionsManageBusinessHourHolidays | Bool | Field containing PermissionsManageBusinessHourHolidays information. | |
| PermissionsManageEntitlements | Bool | Field containing PermissionsManageEntitlements information. | |
| PermissionsManageDynamicDashboards | Bool | Field containing PermissionsManageDynamicDashboards information. | |
| PermissionsCustomSidebarOnAllPages | Bool | Field containing PermissionsCustomSidebarOnAllPages information. | |
| PermissionsManageInteraction | Bool | Field containing PermissionsManageInteraction information. | |
| PermissionsViewMyTeamsDashboards | Bool | Field containing PermissionsViewMyTeamsDashboards information. | |
| PermissionsModerateChatter | Bool | Field containing PermissionsModerateChatter information. | |
| PermissionsResetPasswords | Bool | Field containing PermissionsResetPasswords information. | |
| PermissionsFlowUFLRequired | Bool | Field containing PermissionsFlowUFLRequired information. | |
| PermissionsCanInsertFeedSystemFields | Bool | Field containing PermissionsCanInsertFeedSystemFields information. | |
| PermissionsActivitiesAccess | Bool | Field containing PermissionsActivitiesAccess information. | |
| PermissionsManageKnowledgeImportExport | Bool | Field containing PermissionsManageKnowledgeImportExport information. | |
| PermissionsUseInboxSchedulingOnBehalfOf | Bool | Field containing PermissionsUseInboxSchedulingOnBehalfOf information. | |
| PermissionsEmailTemplateManagement | Bool | Field containing PermissionsEmailTemplateManagement information. | |
| PermissionsEmailAdministration | Bool | Field containing PermissionsEmailAdministration information. | |
| PermissionsDeleteEventMonitoringData | Bool | Field containing PermissionsDeleteEventMonitoringData information. | |
| PermissionsManageChatterMessages | Bool | Field containing PermissionsManageChatterMessages information. | |
| PermissionsAllowEmailIC | Bool | Field containing PermissionsAllowEmailIC information. | |
| PermissionsChatterFileLink | Bool | Field containing PermissionsChatterFileLink information. | |
| PermissionsForceTwoFactor | Bool | Field containing PermissionsForceTwoFactor information. | |
| PermissionsViewEventLogFiles | Bool | Field containing PermissionsViewEventLogFiles information. | |
| PermissionsManageNetworks | Bool | Field containing PermissionsManageNetworks information. | |
| PermissionsManageAuthProviders | Bool | Field containing PermissionsManageAuthProviders information. | |
| PermissionsRunFlow | Bool | Field containing PermissionsRunFlow information. | |
| PermissionsCreateCustomizeDashboards | Bool | Field containing PermissionsCreateCustomizeDashboards information. | |
| PermissionsCreateDashboardFolders | Bool | Field containing PermissionsCreateDashboardFolders information. | |
| PermissionsViewPublicDashboards | Bool | Field containing PermissionsViewPublicDashboards information. | |
| PermissionsManageDashbdsInPubFolders | Bool | Field containing PermissionsManageDashbdsInPubFolders information. | |
| PermissionsCreateCustomizeReports | Bool | Field containing PermissionsCreateCustomizeReports information. | |
| PermissionsCreateReportFolders | Bool | Field containing PermissionsCreateReportFolders information. | |
| PermissionsViewPublicReports | Bool | Field containing PermissionsViewPublicReports information. | |
| PermissionsManageReportsInPubFolders | Bool | Field containing PermissionsManageReportsInPubFolders information. | |
| PermissionsEditMyDashboards | Bool | Field containing PermissionsEditMyDashboards information. | |
| PermissionsEditMyReports | Bool | Field containing PermissionsEditMyReports information. | |
| PermissionsDeleteFieldHistoryArchive | Bool | Field containing PermissionsDeleteFieldHistoryArchive information. | |
| PermissionsViewAllUsers | Bool | Field containing PermissionsViewAllUsers information. | |
| PermissionsAllowUniversalSearch | Bool | Field containing PermissionsAllowUniversalSearch information. | |
| PermissionsConnectOrgToEnvironmentHub | Bool | Field containing PermissionsConnectOrgToEnvironmentHub information. | |
| PermissionsWorkCalibrationUser | Bool | Field containing PermissionsWorkCalibrationUser information. | |
| PermissionsCreateCustomizeFilters | Bool | Field containing PermissionsCreateCustomizeFilters information. | |
| PermissionsWorkDotComUserPerm | Bool | Field containing PermissionsWorkDotComUserPerm information. | |
| PermissionsContentHubUser | Bool | Field containing PermissionsContentHubUser information. | |
| PermissionsGovernNetworks | Bool | Field containing PermissionsGovernNetworks information. | |
| PermissionsSalesConsole | Bool | Field containing PermissionsSalesConsole information. | |
| PermissionsTwoFactorApi | Bool | Field containing PermissionsTwoFactorApi information. | |
| PermissionsDeleteTopics | Bool | Field containing PermissionsDeleteTopics information. | |
| PermissionsEditTopics | Bool | Field containing PermissionsEditTopics information. | |
| PermissionsCreateTopics | Bool | Field containing PermissionsCreateTopics information. | |
| PermissionsAssignTopics | Bool | Field containing PermissionsAssignTopics information. | |
| PermissionsIdentityEnabled | Bool | Field containing PermissionsIdentityEnabled information. | |
| PermissionsIdentityConnect | Bool | Field containing PermissionsIdentityConnect information. | |
| PermissionsAllowViewKnowledge | Bool | Field containing PermissionsAllowViewKnowledge information. | |
| PermissionsContentWorkspaces | Bool | Field containing PermissionsContentWorkspaces information. | |
| PermissionsManageSearchPromotionRules | Bool | Field containing PermissionsManageSearchPromotionRules information. | |
| PermissionsCustomMobileAppsAccess | Bool | Field containing PermissionsCustomMobileAppsAccess information. | |
| PermissionsViewHelpLink | Bool | Field containing PermissionsViewHelpLink information. | |
| PermissionsManageProfilesPermissionsets | Bool | Field containing PermissionsManageProfilesPermissionsets information. | |
| PermissionsAssignPermissionSets | Bool | Field containing PermissionsAssignPermissionSets information. | |
| PermissionsManageRoles | Bool | Field containing PermissionsManageRoles information. | |
| PermissionsManageIpAddresses | Bool | Field containing PermissionsManageIpAddresses information. | |
| PermissionsManageSharing | Bool | Field containing PermissionsManageSharing information. | |
| PermissionsManageInternalUsers | Bool | Field containing PermissionsManageInternalUsers information. | |
| PermissionsManagePasswordPolicies | Bool | Field containing PermissionsManagePasswordPolicies information. | |
| PermissionsManageLoginAccessPolicies | Bool | Field containing PermissionsManageLoginAccessPolicies information. | |
| PermissionsViewPlatformEvents | Bool | Field containing PermissionsViewPlatformEvents information. | |
| PermissionsManageCustomPermissions | Bool | Field containing PermissionsManageCustomPermissions information. | |
| PermissionsCanVerifyComment | Bool | Field containing PermissionsCanVerifyComment information. | |
| PermissionsManageUnlistedGroups | Bool | Field containing PermissionsManageUnlistedGroups information. | |
| PermissionsStdAutomaticActivityCapture | Bool | Field containing PermissionsStdAutomaticActivityCapture information. | |
| PermissionsFreezeUsers | Bool | Field containing PermissionsFreezeUsers information. | |
| PermissionsInsightsAppDashboardEditor | Bool | Field containing PermissionsInsightsAppDashboardEditor information. | |
| PermissionsManageTwoFactor | Bool | Field containing PermissionsManageTwoFactor information. | |
| PermissionsInsightsAppUser | Bool | Field containing PermissionsInsightsAppUser information. | |
| PermissionsInsightsAppAdmin | Bool | Field containing PermissionsInsightsAppAdmin information. | |
| PermissionsInsightsAppEltEditor | Bool | Field containing PermissionsInsightsAppEltEditor information. | |
| PermissionsInsightsAppUploadUser | Bool | Field containing PermissionsInsightsAppUploadUser information. | |
| PermissionsInsightsCreateApplication | Bool | Field containing PermissionsInsightsCreateApplication information. | |
| PermissionsLightningExperienceUser | Bool | Field containing PermissionsLightningExperienceUser information. | |
| PermissionsViewDataLeakageEvents | Bool | Field containing PermissionsViewDataLeakageEvents information. | |
| PermissionsConfigCustomRecs | Bool | Field containing PermissionsConfigCustomRecs information. | |
| PermissionsSubmitMacrosAllowed | Bool | Field containing PermissionsSubmitMacrosAllowed information. | |
| PermissionsBulkMacrosAllowed | Bool | Field containing PermissionsBulkMacrosAllowed information. | |
| PermissionsShareInternalArticles | Bool | Field containing PermissionsShareInternalArticles information. | |
| PermissionsManageSessionPermissionSets | Bool | Field containing PermissionsManageSessionPermissionSets information. | |
| PermissionsManageTemplatedApp | Bool | Field containing PermissionsManageTemplatedApp information. | |
| PermissionsUseTemplatedApp | Bool | Field containing PermissionsUseTemplatedApp information. | |
| PermissionsSendAnnouncementEmails | Bool | Field containing PermissionsSendAnnouncementEmails information. | |
| PermissionsChatterEditOwnPost | Bool | Field containing PermissionsChatterEditOwnPost information. | |
| PermissionsChatterEditOwnRecordPost | Bool | Field containing PermissionsChatterEditOwnRecordPost information. | |
| PermissionsWaveTabularDownload | Bool | Field containing PermissionsWaveTabularDownload information. | |
| PermissionsWaveCommunityUser | Bool | Field containing PermissionsWaveCommunityUser information. | |
| PermissionsAutomaticActivityCapture | Bool | Field containing PermissionsAutomaticActivityCapture information. | |
| PermissionsImportCustomObjects | Bool | Field containing PermissionsImportCustomObjects information. | |
| PermissionsSalesforceIQInbox | Bool | Field containing PermissionsSalesforceIQInbox information. | |
| PermissionsDelegatedTwoFactor | Bool | Field containing PermissionsDelegatedTwoFactor information. | |
| PermissionsChatterComposeUiCodesnippet | Bool | Field containing PermissionsChatterComposeUiCodesnippet information. | |
| PermissionsSelectFilesFromSalesforce | Bool | Field containing PermissionsSelectFilesFromSalesforce information. | |
| PermissionsModerateNetworkUsers | Bool | Field containing PermissionsModerateNetworkUsers information. | |
| PermissionsMergeTopics | Bool | Field containing PermissionsMergeTopics information. | |
| PermissionsSubscribeToLightningReports | Bool | Field containing PermissionsSubscribeToLightningReports information. | |
| PermissionsManagePvtRptsAndDashbds | Bool | Field containing PermissionsManagePvtRptsAndDashbds information. | |
| PermissionsAllowLightningLogin | Bool | Field containing PermissionsAllowLightningLogin information. | |
| PermissionsLeadScoreUser | Bool | Field containing PermissionsLeadScoreUser information. | |
| PermissionsCampaignInfluence2 | Bool | Field containing PermissionsCampaignInfluence2 information. | |
| PermissionsViewDataAssessment | Bool | Field containing PermissionsViewDataAssessment information. | |
| PermissionsRemoveDirectMessageMembers | Bool | Field containing PermissionsRemoveDirectMessageMembers information. | |
| PermissionsCanApproveFeedPost | Bool | Field containing PermissionsCanApproveFeedPost information. | |
| PermissionsAddDirectMessageMembers | Bool | Field containing PermissionsAddDirectMessageMembers information. | |
| PermissionsAllowViewEditConvertedLeads | Bool | Field containing PermissionsAllowViewEditConvertedLeads information. | |
| PermissionsShowCompanyNameAsUserBadge | Bool | Field containing PermissionsShowCompanyNameAsUserBadge information. | |
| PermissionsAccessCMC | Bool | Field containing PermissionsAccessCMC information. | |
| PermissionsViewHealthCheck | Bool | Field containing PermissionsViewHealthCheck information. | |
| PermissionsManageHealthCheck | Bool | Field containing PermissionsManageHealthCheck information. | |
| PermissionsPackaging2 | Bool | Field containing PermissionsPackaging2 information. | |
| PermissionsManageCertificates | Bool | Field containing PermissionsManageCertificates information. | |
| PermissionsCreateReportInLightning | Bool | Field containing PermissionsCreateReportInLightning information. | |
| PermissionsPreventClassicExperience | Bool | Field containing PermissionsPreventClassicExperience information. | |
| PermissionsHideReadByList | Bool | Field containing PermissionsHideReadByList information. | |
| PermissionsDeleteFieldHistory | Bool | Field containing PermissionsDeleteFieldHistory information. | |
| PermissionsListEmailSend | Bool | Field containing PermissionsListEmailSend information. | |
| PermissionsFeedPinning | Bool | Field containing PermissionsFeedPinning information. | |
| PermissionsChangeDashboardColors | Bool | Field containing PermissionsChangeDashboardColors information. | |
| PermissionsManageRecommendationStrategies | Bool | Field containing PermissionsManageRecommendationStrategies information. | |
| PermissionsManagePropositions | Bool | Field containing PermissionsManagePropositions information. | |
| PermissionsCloseConversations | Bool | Field containing PermissionsCloseConversations information. | |
| PermissionsSubscribeReportRolesGrps | Bool | Field containing PermissionsSubscribeReportRolesGrps information. | |
| PermissionsSubscribeDashboardRolesGrps | Bool | Field containing PermissionsSubscribeDashboardRolesGrps information. | |
| PermissionsUseWebLink | Bool | Field containing PermissionsUseWebLink information. | |
| PermissionsHasUnlimitedNBAExecutions | Bool | Field containing PermissionsHasUnlimitedNBAExecutions information. | |
| PermissionsViewOnlyEmbeddedAppUser | Bool | Field containing PermissionsViewOnlyEmbeddedAppUser information. | |
| PermissionsViewAllActivities | Bool | Field containing PermissionsViewAllActivities information. | |
| PermissionsSubscribeReportToOtherUsers | Bool | Field containing PermissionsSubscribeReportToOtherUsers information. | |
| PermissionsLightningConsoleAllowedForUser | Bool | Field containing PermissionsLightningConsoleAllowedForUser information. | |
| PermissionsSubscribeReportsRunAsUser | Bool | Field containing PermissionsSubscribeReportsRunAsUser information. | |
| PermissionsSubscribeToLightningDashboards | Bool | Field containing PermissionsSubscribeToLightningDashboards information. | |
| PermissionsSubscribeDashboardToOtherUsers | Bool | Field containing PermissionsSubscribeDashboardToOtherUsers information. | |
| PermissionsPardotUser | Bool | Field containing PermissionsPardotUser information. | |
| PermissionsCreateLtngTempInPub | Bool | Field containing PermissionsCreateLtngTempInPub information. | |
| PermissionsTransactionalEmailSend | Bool | Field containing PermissionsTransactionalEmailSend information. | |
| PermissionsViewPrivateStaticResources | Bool | Field containing PermissionsViewPrivateStaticResources information. | |
| PermissionsCreateLtngTempFolder | Bool | Field containing PermissionsCreateLtngTempFolder information. | |
| PermissionsApexRestServices | Bool | Field containing PermissionsApexRestServices information. | |
| PermissionsEnableCommunityAppLauncher | Bool | Field containing PermissionsEnableCommunityAppLauncher information. | |
| PermissionsGiveRecognitionBadge | Bool | Field containing PermissionsGiveRecognitionBadge information. | |
| PermissionsSalesforceIQInternal | Bool | Field containing PermissionsSalesforceIQInternal information. | |
| PermissionsUseMySearch | Bool | Field containing PermissionsUseMySearch information. | |
| PermissionsLtngPromoReserved01UserPerm | Bool | Field containing PermissionsLtngPromoReserved01UserPerm information. | |
| PermissionsManageSubscriptions | Bool | Field containing PermissionsManageSubscriptions information. | |
| PermissionsWaveManagePrivateAssetsUser | Bool | Field containing PermissionsWaveManagePrivateAssetsUser information. | |
| PermissionsCanEditDataPrepRecipe | Bool | Field containing PermissionsCanEditDataPrepRecipe information. | |
| PermissionsAddAnalyticsRemoteConnections | Bool | Field containing PermissionsAddAnalyticsRemoteConnections information. | |
| PermissionsManageSurveys | Bool | Field containing PermissionsManageSurveys information. | |
| PermissionsUseAssistantDialog | Bool | Field containing PermissionsUseAssistantDialog information. | |
| PermissionsUseQuerySuggestions | Bool | Field containing PermissionsUseQuerySuggestions information. | |
| PermissionsRecordVisibilityAPI | Bool | Field containing PermissionsRecordVisibilityAPI information. | |
| PermissionsViewRoles | Bool | Field containing PermissionsViewRoles information. | |
| PermissionsCanManageMaps | Bool | Field containing PermissionsCanManageMaps information. | |
| PermissionsLMOutboundMessagingUserPerm | Bool | Field containing PermissionsLMOutboundMessagingUserPerm information. | |
| PermissionsModifyDataClassification | Bool | Field containing PermissionsModifyDataClassification information. | |
| PermissionsPrivacyDataAccess | Bool | Field containing PermissionsPrivacyDataAccess information. | |
| PermissionsQueryAllFiles | Bool | Field containing PermissionsQueryAllFiles information. | |
| PermissionsModifyMetadata | Bool | Field containing PermissionsModifyMetadata information. | |
| PermissionsManageCMS | Bool | Field containing PermissionsManageCMS information. | |
| PermissionsSandboxTestingInCommunityApp | Bool | Field containing PermissionsSandboxTestingInCommunityApp information. | |
| PermissionsCanEditPrompts | Bool | Field containing PermissionsCanEditPrompts information. | |
| PermissionsViewUserPII | Bool | Field containing PermissionsViewUserPII information. | |
| PermissionsManageHubConnections | Bool | Field containing PermissionsManageHubConnections information. | |
| PermissionsB2BMarketingAnalyticsUser | Bool | Field containing PermissionsB2BMarketingAnalyticsUser information. | |
| PermissionsTraceXdsQueries | Bool | Field containing PermissionsTraceXdsQueries information. | |
| PermissionsViewSecurityCommandCenter | Bool | Field containing PermissionsViewSecurityCommandCenter information. | |
| PermissionsManageSecurityCommandCenter | Bool | Field containing PermissionsManageSecurityCommandCenter information. | |
| PermissionsViewAllCustomSettings | Bool | Field containing PermissionsViewAllCustomSettings information. | |
| PermissionsViewAllForeignKeyNames | Bool | Field containing PermissionsViewAllForeignKeyNames information. | |
| PermissionsAddWaveNotificationRecipients | Bool | Field containing PermissionsAddWaveNotificationRecipients information. | |
| PermissionsHeadlessCMSAccess | Bool | Field containing PermissionsHeadlessCMSAccess information. | |
| PermissionsUseOrderManagementAPIs | Bool | Field containing PermissionsUseOrderManagementAPIs information. | |
| PermissionsEditUnmanagedOrderSummaries | Bool | Field containing PermissionsEditUnmanagedOrderSummaries information. | |
| PermissionsLMEndMessagingSessionUserPerm | Bool | Field containing PermissionsLMEndMessagingSessionUserPerm information. | |
| PermissionsConsentApiUpdate | Bool | Date associated with PermissionsConsentApiUp. | |
| PermissionsPaymentsAPIUser | Bool | Field containing PermissionsPaymentsAPIUser information. | |
| PermissionsAccessContentBuilder | Bool | Field containing PermissionsAccessContentBuilder information. | |
| PermissionsAccountSwitcherUser | Bool | Field containing PermissionsAccountSwitcherUser information. | |
| PermissionsViewAnomalyEvents | Bool | Field containing PermissionsViewAnomalyEvents information. | |
| PermissionsManageC360AConnections | Bool | Field containing PermissionsManageC360AConnections information. | |
| PermissionsManageReleaseUpdates | Bool | Field containing PermissionsManageReleaseUpdates information. | |
| PermissionsViewAllProfiles | Bool | Field containing PermissionsViewAllProfiles information. | |
| PermissionsSkipIdentityConfirmation | Bool | Field containing PermissionsSkipIdentityConfirmation information. | |
| PermissionsLearningManager | Bool | Field containing PermissionsLearningManager information. | |
| PermissionsSendCustomNotifications | Bool | Field containing PermissionsSendCustomNotifications information. | |
| PermissionsPackaging2Delete | Bool | Field containing PermissionsPackaging2Delete information. | |
| PermissionsUseOmnichannelInventoryAPIs | Bool | Field containing PermissionsUseOmnichannelInventoryAPIs information. | |
| PermissionsViewRestrictionAndScopingRules | Bool | Field containing PermissionsViewRestrictionAndScopingRules information. | |
| PermissionsFSCComprehensiveUserAccess | Bool | Field containing PermissionsFSCComprehensiveUserAccess information. | |
| PermissionsMarketingAdmin | Bool | Field containing PermissionsMarketingAdmin information. | |
| PermissionsBotManageBots | Bool | Field containing PermissionsBotManageBots information. | |
| PermissionsBotManageBotsTrainingData | Bool | Field containing PermissionsBotManageBotsTrainingData information. | |
| PermissionsEditDeliveryInformation | Bool | Field containing PermissionsEditDeliveryInformation information. | |
| PermissionsOmnichannelInventorySync | Bool | Field containing PermissionsOmnichannelInventorySync information. | |
| PermissionsManageLearningReporting | Bool | Field containing PermissionsManageLearningReporting information. | |
| PermissionsIsotopeCToCUser | Bool | Field containing PermissionsIsotopeCToCUser information. | |
| PermissionsManagePreferenceCenter | Bool | Field containing PermissionsManagePreferenceCenter information. | |
| PermissionsCanAccessCE | Bool | Field containing PermissionsCanAccessCE information. | |
| PermissionsIsotopeAccess | Bool | Field containing PermissionsIsotopeAccess information. | |
| PermissionsIsotopeLEX | Bool | Field containing PermissionsIsotopeLEX information. | |
| PermissionsQuipMetricsAccess | Bool | Field containing PermissionsQuipMetricsAccess information. | |
| PermissionsQuipUserEngagementMetrics | Bool | Field containing PermissionsQuipUserEngagementMetrics information. | |
| PermissionsTransactionSecurityExempt | Bool | Field containing PermissionsTransactionSecurityExempt information. | |
| PermissionsManageExternalConnections | Bool | Field containing PermissionsManageExternalConnections information. | |
| PermissionsUseSubscriptionEmails | Bool | Field containing PermissionsUseSubscriptionEmails information. | |
| PermissionsManageEmailContent | Bool | Field containing PermissionsManageEmailContent information. | |
| PermissionsAutomateEmailContent | Bool | Field containing PermissionsAutomateEmailContent information. | |
| PermissionsAIViewInsightObjects | Bool | Field containing PermissionsAIViewInsightObjects information. | |
| PermissionsAICreateInsightObjects | Bool | Field containing PermissionsAICreateInsightObjects information. | |
| PermissionsViewMLModels | Bool | Field containing PermissionsViewMLModels information. | |
| PermissionsLifecycleManagementAPIUser | Bool | Field containing PermissionsLifecycleManagementAPIUser information. | |
| PermissionsLeadScoreResultPublisher | Bool | Field containing PermissionsLeadScoreResultPublisher information. | |
| PermissionsManageGlobalPrivacyCenterVO | Bool | Field containing PermissionsManageGlobalPrivacyCenterVO information. | |
| PermissionsNativeWebviewScrolling | Bool | Field containing PermissionsNativeWebviewScrolling information. | |
| PermissionsViewDeveloperName | Bool | Field containing PermissionsViewDeveloperName information. | |
| PermissionsBypassMFAForUiLogins | Bool | Field containing PermissionsBypassMFAForUiLogins information. | |
| PermissionsClientSecretRotation | Bool | Field containing PermissionsClientSecretRotation information. | |
| PermissionsUseOrderSummaryCreateAPI | Bool | Field containing PermissionsUseOrderSummaryCreateAPI information. | |
| PermissionsAccessToServiceProcess | Bool | Field containing PermissionsAccessToServiceProcess information. | |
| PermissionsManageOrchInstsAndWorkItems | Bool | Field containing PermissionsManageOrchInstsAndWorkItems information. | |
| PermissionsCMSECEAuthoringAccess | Bool | Field containing PermissionsCMSECEAuthoringAccess information. | |
| PermissionsManageDataspaceScope | Bool | Field containing PermissionsManageDataspaceScope information. | |
| PermissionsConfigureDataspaceScope | Bool | Field containing PermissionsConfigureDataspaceScope information. | |
| PermissionsManageCampaigns | Bool | Field containing PermissionsManageCampaigns information. | |
| PermissionsViewClientSecret | Bool | Field containing PermissionsViewClientSecret information. | |
| PermissionsCdcReportingCreateReports | Bool | Field containing PermissionsCdcReportingCreateReports information. | |
| PermissionsCdcReportingViewReports | Bool | Field containing PermissionsCdcReportingViewReports information. | |
| PermissionsCdcReportingManageFolders | Bool | Field containing PermissionsCdcReportingManageFolders information. | |
| PermissionsExternalClientAppDeveloper | Bool | Field containing PermissionsExternalClientAppDeveloper information. | |
| PermissionsExternalClientAppAdmin | Bool | Field containing PermissionsExternalClientAppAdmin information. | |
| PermissionsExternalClientAppViewer | Bool | Field containing PermissionsExternalClientAppViewer information. | |
| PermissionsOmnichannelInventoryBasic | Bool | Field containing PermissionsOmnichannelInventoryBasic information. | |
| PermissionsDeleteCrMemoAndInvoice | Bool | Field containing PermissionsDeleteCrMemoAndInvoice information. | |
| PermissionsEmbeddedMessagingAgent | Bool | Field containing PermissionsEmbeddedMessagingAgent information. | |
| PermissionsViewNonSetupFlow | Bool | Field containing PermissionsViewNonSetupFlow information. | |
| PermissionsCreateEditNonSetupFlow | Bool | Field containing PermissionsCreateEditNonSetupFlow information. | |
| PermissionsDeleteNonSetupFlow | Bool | Field containing PermissionsDeleteNonSetupFlow information. | |
| PermissionsActivateDeactivateNonSetupFlow | Bool | Field containing PermissionsActivateDeactivateNonSetupFlow information. | |
| PermissionsAddDecisionElmntNonSetupFlow | Bool | Field containing PermissionsAddDecisionElmntNonSetupFlow information. | |
| PermissionsAddCreaRecElmntToNonSetupFlow | Bool | Field containing PermissionsAddCreaRecElmntToNonSetupFlow information. | |
| PermissionsAddWaitToNonSetupFlow | Bool | Field containing PermissionsAddWaitToNonSetupFlow information. | |
| PermissionsManageNamedCredentials | Bool | Field containing PermissionsManageNamedCredentials information. | |
| PermissionsAddUpdtRecElmntToNonSetupFlow | Bool | Field containing PermissionsAddUpdtRecElmntToNonSetupFlow information. | |
| PermissionsEditManagedOrderSummaries | Bool | Field containing PermissionsEditManagedOrderSummaries information. | |
| PermissionsCanInitiateMessagingSessions | Bool | Field containing PermissionsCanInitiateMessagingSessions information. | |
| PermissionsAuthorizePayments | Bool | Field containing PermissionsAuthorizePayments information. | |
| PermissionsCaptureAndReversePayments | Bool | Field containing PermissionsCaptureAndReversePayments information. | |
| PermissionsCombAuthAndCapPayments | Bool | Field containing PermissionsCombAuthAndCapPayments information. | |
| PermissionsRefundPayments | Bool | Field containing PermissionsRefundPayments information. | |
| PermissionsViewPayments | Bool | Field containing PermissionsViewPayments information. | |
| PermissionsMakePayments | Bool | Field containing PermissionsMakePayments information. | |
| PermissionsManageDataMaskPolicies | Bool | Field containing PermissionsManageDataMaskPolicies information. | |
| PermissionsCanUpdateEmailMessage | Bool | Field containing PermissionsCanUpdateEmailMessage information. | |
| PermissionsDownloadPackageVersionZips | Bool | Field containing PermissionsDownloadPackageVersionZips information. | |
| PermissionsViewContentTaxonomy | Bool | Field containing PermissionsViewContentTaxonomy information. | |
| PermissionsManageContentTaxonomy | Bool | Field containing PermissionsManageContentTaxonomy information. | |
| PermissionsReassignOrchestrationWorkItems | Bool | Field containing PermissionsReassignOrchestrationWorkItems information. | |
| PermissionsManageOrchestrationRuns | Bool | Field containing PermissionsManageOrchestrationRuns information. | |
| PermissionsDigitalLendingUser | Bool | Field containing PermissionsDigitalLendingUser information. | |
| PermissionsSendEmail | Bool | Field containing PermissionsSendEmail information. | |
| PermissionsPreviewTestSendEmail | Bool | Field containing PermissionsPreviewTestSendEmail information. | |
| PermissionsManageEmailMessagingSetup | Bool | Field containing PermissionsManageEmailMessagingSetup information. | |
| PermissionsViewEmailMessagingSetup | Bool | Field containing PermissionsViewEmailMessagingSetup information. | |
| PermissionsManageCertificatesExpiration | Bool | Field containing PermissionsManageCertificatesExpiration information. | |
| PermissionsEnableIPFSUpload | Bool | Field containing PermissionsEnableIPFSUpload information. | |
| PermissionsEnableBCTransactionPolling | Bool | Field containing PermissionsEnableBCTransactionPolling information. | |
| PermissionsLobbyManagementUserAccess | Bool | Field containing PermissionsLobbyManagementUserAccess information. | |
| PermissionsUMAWebTrackingSetup | Bool | Field containing PermissionsUMAWebTrackingSetup information. | |
| PermissionsAddGetRecElmntToNonSetupFlow | Bool | Field containing PermissionsAddGetRecElmntToNonSetupFlow information. | |
| PermissionsAddLoopElmntToNonSetupFlow | Bool | Field containing PermissionsAddLoopElmntToNonSetupFlow information. | |
| PermissionsAddAsgntElmntToNonSetupFlow | Bool | Field containing PermissionsAddAsgntElmntToNonSetupFlow information. | |
| PermissionsAddSubflowElmntToNonSetupFlow | Bool | Field containing PermissionsAddSubflowElmntToNonSetupFlow information. | |
| PermissionsMonitorLoginHistory | Bool | Field containing PermissionsMonitorLoginHistory information. | |
| PermissionsAddCollFltrElmntToNonSetupFlow | Bool | Field containing PermissionsAddCollFltrElmntToNonSetupFlow information. | |
| PermissionsAddCollSrtElmntToNonSetupFlow | Bool | Field containing PermissionsAddCollSrtElmntToNonSetupFlow information. | |
| PermissionsAddDelRecElmntToNonSetupFlow | Bool | Field containing PermissionsAddDelRecElmntToNonSetupFlow information. | |
| PermissionsOpportunityInfluence | Bool | Field containing PermissionsOpportunityInfluence information. | |
| PermissionsConsentBannerSettingsSetup | Bool | Field containing PermissionsConsentBannerSettingsSetup information. | |
| PermissionsEnhancedSalesMobileExp | Bool | Field containing PermissionsEnhancedSalesMobileExp information. | |
| PermissionsCanViewDataPrepRecipe | Bool | Field containing PermissionsCanViewDataPrepRecipe information. | |
| PermissionsSimpleCsvDataImportUser | Bool | Field containing PermissionsSimpleCsvDataImportUser information. | |
| PermissionsAdvancedCsvDataImportUser | Bool | Field containing PermissionsAdvancedCsvDataImportUser information. | |
| PermissionsUmaQueryCMSEmailContent | Bool | Field containing PermissionsUmaQueryCMSEmailContent information. | |
| PermissionsAccessToComplaintMgmt | Bool | Field containing PermissionsAccessToComplaintMgmt information. | |
| PermissionsAccessToDisputeManagement | Bool | Field containing PermissionsAccessToDisputeManagement information. | |
| PermissionsUMAStandaloneUserPerm | Bool | Field containing PermissionsUMAStandaloneUserPerm information. | |
| PermissionsPersonalizedFinanceUserAccess | Bool | Field containing PermissionsPersonalizedFinanceUserAccess information. | |
| PermissionsUmaEditConsentSettings | Bool | Field containing PermissionsUmaEditConsentSettings information. | |
| PermissionsCustomAppsOnFSMobile | Bool | Field containing PermissionsCustomAppsOnFSMobile information. | |
| PermissionsStageManagementDesignUser | Bool | Field containing PermissionsStageManagementDesignUser information. | |
| PermissionsSegmentIntelligenceUser | Bool | Field containing PermissionsSegmentIntelligenceUser information. | |
| PermissionsFSCArcGraphCommunityUser | Bool | Field containing PermissionsFSCArcGraphCommunityUser information. | |
| PermissionsManageCdpMlModels | Bool | Field containing PermissionsManageCdpMlModels information. | |
| PermissionsDigitalLendingAdminUser | Bool | Field containing PermissionsDigitalLendingAdminUser information. | |
| PermissionsActivateSystemModeFlows | Bool | Field containing PermissionsActivateSystemModeFlows information. | |
| PermissionsViewAllNonSetupFlows | Bool | Field containing PermissionsViewAllNonSetupFlows information. | |
| PermissionsMcScoringRulesConfig | Bool | Field containing PermissionsMcScoringRulesConfig information. | |
| PermissionsPersonalizationPlatform | Bool | Field containing PermissionsPersonalizationPlatform information. | |
| PermissionsLeadInspectorUser | Bool | Field containing PermissionsLeadInspectorUser information. | |
| PermissionsContactInspectorUser | Bool | Field containing PermissionsContactInspectorUser information. | |
| PermissionsManageIntegrationConnections | Bool | Field containing PermissionsManageIntegrationConnections information. | |
| PermissionsTableauCreateDashboard | Bool | Field containing PermissionsTableauCreateDashboard information. | |
| PermissionsTableauViewDashboard | Bool | Field containing PermissionsTableauViewDashboard information. | |
| PermissionsEinsteinCopilotUser | Bool | Field containing PermissionsEinsteinCopilotUser information. | |
| PermissionsEinsteinCopilotBuilder | Bool | Field containing PermissionsEinsteinCopilotBuilder information. | |
| PermissionsUseCreateOrderSummary | Bool | Field containing PermissionsUseCreateOrderSummary information. | |
| PermissionsUseCreateCreditMemo | Bool | Field containing PermissionsUseCreateCreditMemo information. | |
| PermissionsUseEnsureFunds | Bool | Field containing PermissionsUseEnsureFunds information. | |
| PermissionsUseOrderItemSummaryCancel | Bool | Field containing PermissionsUseOrderItemSummaryCancel information. | |
| PermissionsUseOrderItemSummaryReturn | Bool | Field containing PermissionsUseOrderItemSummaryReturn information. | |
| PermissionsManageFilesAndAttachments | Bool | Field containing PermissionsManageFilesAndAttachments information. | |
| PermissionsAddTrfmElmntToNonSetupFlow | Bool | Field containing PermissionsAddTrfmElmntToNonSetupFlow information. | |
| PermissionsMobileMessagingAgent | Bool | Field containing PermissionsMobileMessagingAgent information. | |
| PermissionsTableauCreateVisualization | Bool | Field containing PermissionsTableauCreateVisualization information. | |
| PermissionsTableauViewVisualization | Bool | Field containing PermissionsTableauViewVisualization information. | |
| PermissionsManageCustomDomains | Bool | Field containing PermissionsManageCustomDomains information. | |
| PermissionsEngagementConfigUser | Bool | Field containing PermissionsEngagementConfigUser information. | |
| PermissionsPersonalizationIntelUser | Bool | Field containing PermissionsPersonalizationIntelUser information. | |
| PermissionsAttributionModelUser | Bool | Field containing PermissionsAttributionModelUser information. | |
| PermissionsTableauCreateWorkspace | Bool | Field containing PermissionsTableauCreateWorkspace information. | |
| PermissionsTableauViewWorkspace | Bool | Field containing PermissionsTableauViewWorkspace information. | |
| PermissionsManageBriefs | Bool | Field containing PermissionsManageBriefs information. | |
| PermissionsSalesInsightsUser | Bool | Field containing PermissionsSalesInsightsUser information. | |
| PermissionsCanSendInitialSMSToIndividual | Bool | Field containing PermissionsCanSendInitialSMSToIndividual information. | |
| PermissionsAccessDisputePrompts | Bool | Field containing PermissionsAccessDisputePrompts information. | |
| PermissionsQueryNonVetoedFiles | Bool | Field containing PermissionsQueryNonVetoedFiles information. | |
| PermissionsMetadataStudioUser | Bool | Field containing PermissionsMetadataStudioUser information. | |
| PermissionsAddPathExprmElmntNonSetupFlow | Bool | Field containing PermissionsAddPathExprmElmntNonSetupFlow information. | |
| PermissionsDigitalLendingWorkbench | Bool | Field containing PermissionsDigitalLendingWorkbench information. | |
| PermissionsDigitalLendingEditReadOnly | Bool | Field containing PermissionsDigitalLendingEditReadOnly information. | |
| PermissionsUseCanCancelInProgressChange | Bool | Field containing PermissionsUseCanCancelInProgressChange information. | |
| PermissionsPrmExtIntPrtnrAdminUser | Bool | Field containing PermissionsPrmExtIntPrtnrAdminUser information. | |
| PermissionsEinsteinAgentPlatformBuilder | Bool | Field containing PermissionsEinsteinAgentPlatformBuilder information. | |
| PermissionsUseServicePartReturn | Bool | Field containing PermissionsUseServicePartReturn information. | |
| PermissionsViewUMACalendar | Bool | Field containing PermissionsViewUMACalendar information. | |
| PermissionsHeadlessPublishNudges | Bool | Field containing PermissionsHeadlessPublishNudges information. | |
| PermissionsApprovalAdmin | Bool | Field containing PermissionsApprovalAdmin information. | |
| PermissionsApprovalDesigner | Bool | Field containing PermissionsApprovalDesigner information. | |
| PermissionsAccessServiceEinstein | Bool | Field containing PermissionsAccessServiceEinstein information. | |
| PermissionsViewRecommendations | Bool | Field containing PermissionsViewRecommendations information. | |
| PermissionsPrismPlaygroundUser | Bool | Field containing PermissionsPrismPlaygroundUser information. | |
| PermissionsModifyAllPolicyCenterPolicies | Bool | Field containing PermissionsModifyAllPolicyCenterPolicies information. | |
| PermissionsViewAllPolicyCenterPolicies | Bool | Field containing PermissionsViewAllPolicyCenterPolicies information. | |
| PermissionsAccessSfDrive | Bool | Field containing PermissionsAccessSfDrive information. | |
| PermissionsAppFrameworkManageApp | Bool | Field containing PermissionsAppFrameworkManageApp information. | |
| PermissionsAppFrameworkViewApp | Bool | Field containing PermissionsAppFrameworkViewApp information. | |
| PermissionsMCGSetupUserPerm | Bool | Field containing PermissionsMCGSetupUserPerm information. | |
| PermissionsAgentforceServiceAgentUser | Bool | Field containing PermissionsAgentforceServiceAgentUser information. | |
| PermissionsManageAgentforceServiceAgent | Bool | Field containing PermissionsManageAgentforceServiceAgent information. | |
| PermissionsCanTranslateScrt2Conversation | Bool | Field containing PermissionsCanTranslateScrt2Conversation information. | |
| PermissionsSlackFromTableau | Bool | Field containing PermissionsSlackFromTableau information. | |
| PermissionsTableauShareSnapshot | Bool | Field containing PermissionsTableauShareSnapshot information. | |
| PermissionsAccessBankingServiceAgent | Bool | Field containing PermissionsAccessBankingServiceAgent information. | |
| PermissionsPrismBackofficeUser | Bool | Field containing PermissionsPrismBackofficeUser information. | |
| PermissionsPersonalizationDecisioningUser | Bool | Field containing PermissionsPersonalizationDecisioningUser information. | |
| PermissionsAccessBankingRelationshipAssistance | Bool | Field containing PermissionsAccessBankingRelationshipAssistance information. | |
| PermissionsCanMarketingUserDebugFlow | Bool | Field containing PermissionsCanMarketingUserDebugFlow information. | |
| PermissionsCanDoActAsUser | Bool | Field containing PermissionsCanDoActAsUser information. | |
| PermissionsViewAllFieldsGlobal | Bool | Field containing PermissionsViewAllFieldsGlobal information. | |
| PermissionsManageHerokuAppLink | Bool | Field containing PermissionsManageHerokuAppLink information. | |
| PermissionsUserHasSendToListFilterAccess | Bool | Field containing PermissionsUserHasSendToListFilterAccess information. | |
| PermissionsMngBenVerfForAssistiveAgnt | Bool | Field containing PermissionsMngBenVerfForAssistiveAgnt information. | |
| PermissionsCreateModDGTrigNonSetupFlow | Bool | Field containing PermissionsCreateModDGTrigNonSetupFlow information. | |
| PermissionsAccessPolicyAgent | Bool | Field containing PermissionsAccessPolicyAgent information. | |
| PermissionsMCPMetadataApi | Bool | Field containing PermissionsMCPMetadataApi information. | |
| PermissionsAppFrameworkManageTemplate | Bool | Field containing PermissionsAppFrameworkManageTemplate information. | |
| PermissionsDigitalAgentUser | Bool | Field containing PermissionsDigitalAgentUser information. | |
| PermissionsAccessWealthAdvisorAgent | Bool | Field containing PermissionsAccessWealthAdvisorAgent information. | |
| PermissionsCanApproveUninstalledApps | Bool | Field containing PermissionsCanApproveUninstalledApps information. | |
| PermissionsSetupAgentBuilder | Bool | Field containing PermissionsSetupAgentBuilder information. | |
| PermissionsSetupAgentUser | Bool | Field containing PermissionsSetupAgentUser information. | |
| PermissionsUserCanDeployStore | Bool | Field containing PermissionsUserCanDeployStore information. | |
| PermissionsModifyAccessDenyPolicies | Bool | Field containing PermissionsModifyAccessDenyPolicies information. | |
| PermissionsManageAccessPolicies | Bool | Field containing PermissionsManageAccessPolicies information. | |
| PermissionsViewAccessPolicies | Bool | Field containing PermissionsViewAccessPolicies information. | |
| PermissionsModifyAccessAllowPolicies | Bool | Field containing PermissionsModifyAccessAllowPolicies information. | |
| PermissionsViewOrchestrationsInAutomApp | Bool | Field containing PermissionsViewOrchestrationsInAutomApp information. | |
| PermissionsTerritoryOperations | Bool | Field containing PermissionsTerritoryOperations information. | |
| SOQL | String | 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 | 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 | 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. |
ユーザーのレコードレベルのアクセス権を追跡し、どのレコードを参照または編集できるかを定義します。
| Name | Type | References | Description |
| Id [KEY] | String | ユーザーレコードアクセスエントリの一意の識別子。 | |
| UserId | String |
User.Id | アクセス権が定義されているユーザーの識別子。 |
| RecordId | String | アクセス権が適用される特定のレコードの識別子。 | |
| HasReadAccess | Bool | ユーザーがレコードを参照する権限を持っているかどうかを示します。 | |
| HasEditAccess | Bool | ユーザーがレコードを変更する権限を持っているかどうかを示します。 | |
| HasDeleteAccess | Bool | ユーザーがレコードを削除する権限を持っているかどうかを示します。 | |
| HasTransferAccess | Bool | ユーザーがレコードの所有権を転送できるかどうかを示します。 | |
| HasAllAccess | Bool | ユーザーがレコードに対して、読み取り、書き込み、削除、転送を含むフルアクセス権を持っているかどうかを示します。 | |
| MaxAccessLevel | String | Read、Edit、Full など、ユーザーがレコードに対して持つ最高レベルのアクセス権。 | |
| SOQL | String | Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | 挿入を実行する場合に使用する外部Id カラムを指定します。この値が指定されている場合、INSERT コマンドの呼び出し時にupsert が使用されます。 | |
| FilterScope | String | クエリから返されるレコードを制限するためのオプションのスコープ。このプロパティは次のいずれかの値を取ることができます:Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam。 |
Schema file for UserSetupEntityAccess.
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| SetupEntityId | String | ID of the SetupEntity associated with this record. | |
| KeyPrefix | String | Field containing KeyPrefix information. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| LastCacheUpdate | Datetime | Date associated with LastCacheUp. | |
| SOQL | String | 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 | 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 | 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. |
Schema file for VerificationHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| EventGroup | Int | Field containing EventGroup information. | |
| VerificationTime | Datetime | Field containing VerificationTime information. | |
| VerificationMethod | String | Field containing VerificationMethod information. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| Activity | String | Field containing Activity information. | |
| Status | String | Status of the record. | |
| LoginHistoryId | String |
LoginHistory.Id | ID of the related login history record. |
| SourceIp | String | IP address from which the request originated. | |
| LoginGeoId | String |
LoginGeo.Id | ID of the LoginGeo associated with this record. |
| Remarks | String | Field containing Remarks information. | |
| ResourceId | String | ID of the Resource associated with this record. | |
| Policy | String | Field containing Policy information. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for VisualforceAccessMetrics.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| MetricsDate | Date | Date associated with Metrics. | |
| ApexPageId | String |
ApexPage.Id | ID of the ApexPage associated with this record. |
| ProfileId | String |
Profile.Id | ID of the Profile associated with this record. |
| DailyPageViewCount | Int | Number of DailyPageView associated with this record. | |
| LogDate | Date | Date associated with Log. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. |
Schema file for WaveCompatibilityCheckItem.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | Name of the record. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| TaskName | String | Field containing TaskName information. | |
| TaskResult | String | Field containing TaskResult information. | |
| TemplateApiName | String | Field containing TemplateApiName information. | |
| TemplateVersion | String | Field containing TemplateVersion information. | |
| Payload | String | Field containing Payload information. | |
| WaveAutoInstallRequestId | String | ID of the WaveAutoInstallRequest associated with this record. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for WorkOrderHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| WorkOrderId | String |
WorkOrder.Id | ID of the WorkOrder associated with this record. |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for WorkOrderLineItemHistory.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| IsDeleted | Bool | Indicates whether the record has been moved to the Recycle Bin. | |
| WorkOrderLineItemId | String | ID of the WorkOrderLineItem associated with this record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedByIdType | String | Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Field | String | Field containing Field information. | |
| DataType | String | Type classification for Data. | |
| OldValue | String | Field containing OldValue information. | |
| NewValue | String | Field containing NewValue information. | |
| SOQL | String | 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 | 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 | 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. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for WorkOrderLineItemStatus.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| ApiName | String | The name used when accessing the resource using the API. | |
| SortOrder | Int | Field containing SortOrder information. | |
| IsDefault | Bool | Indicates whether the record has the Default characteristic. | |
| StatusCode | String | Field containing StatusCode information. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
Schema file for WorkOrderStatus.
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| ApiName | String | The name used when accessing the resource using the API. | |
| SortOrder | Int | Field containing SortOrder information. | |
| IsDefault | Bool | Indicates whether the record has the Default characteristic. | |
| StatusCode | String | Field containing StatusCode information. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| SOQL | String | 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 | 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 | 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 | Date and time when the record was last modified by a user or by an automated process. | |
| CreatedDate | Datetime | Date and time when the record was created. |
ストアドプロシージャはファンクションライクなインターフェースで、Salesforce の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらずCloud の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにSalesforce から関連するレスポンスデータを返します。
| Name | Description |
| AbortJob | アクティブなSalesforce ジョブを完了前に終了します。 |
| CloseJob | Salesforce ジョブを完了とし、新しいデータを受け付けなくなったことを示すためにクローズします。 |
| CloseJobV2 | 現在の状況に基づいてSalesforce ジョブをクローズまたは中止します。 |
| ConvertLead | リードレコードを取引先、取引先責任者、およびオプションで商談に変換します。 |
| CreateBatch | レコードのバルク処理のためにSalesforce でバッチジョブを作成します。 |
| CreateCustomField | 指定したSalesforce オブジェクトに新しいカスタム項目を追加します。 |
| CreateJob | バルクデータ操作処理用の新しいSalesforce ジョブを開始します。 |
| CreateJobV2 | バルクAPI 操作をサポートする、Salesforce での非同期データ処理用の新しいジョブを作成します。 |
| DeleteJobV2 | UploadComplete、JobComplete、Aborted、Failed のいずれかのステータスを持つSalesforce のジョブを削除します。 |
| GetBatch | 特定のSalesforce バッチジョブの詳細を取得します。 |
| GetBatchRecords | 完了したSalesforce バッチジョブの元の送信レコードを取得します。 |
| GetBatchResults | 完了したSalesforce バッチジョブの結果を取得します。 |
| GetDeleted | 指定されたオブジェクトについて、指定された期間内に削除されたレコードのリストを返します。 |
| GetJob | 特定のSalesforce ジョブについて、そのステータスと関連レコードを含む詳細を取得します。 |
| GetJobBatchIds | 特定のSalesforce ジョブに関連付けられたすべてのバッチのバッチID を取得します。 |
| GetJobInfoV2 | 処理状態とメタデータを含むSalesforce ジョブの詳細を取得します。 |
| GetLimitInfo | Salesforce 組織のAPI 使用状況と制限の詳細を取得します。 |
| GetUpdated | 指定されたオブジェクトについて、指定された期間内で更新されたレコードのリストを返します。 |
| GetUserInformation | 認証されたSalesforce ユーザーの個人詳細を取得します。 |
| Merge | 関連データを保持しながら、同じタイプの最大3つのレコードを1つのレコードに結合します。 |
| MetadataDeploy | Salesforce 組織にメタデータコンポーネントをデプロイし、オブジェクト構造や設定の変更を可能にします。 |
| MetadataDeployDetails | Salesforce でのメタデータデプロイジョブに関する追加詳細を取得します。 |
| MetadataRetrieve | バックアップまたは変更のためにSalesforce 組織からメタデータコンポーネントを取得します。 |
| QueryBatch | Salesforce でバッチクエリを実行し、大きなデータセットを複数のチャンクで取得できます。 |
| QueryParallelResultsV2 | ジョブの処理完了後に、クエリジョブの結果ロケーターを並列で取得します。 |
| QueryResultsV2 | ジョブの処理が完了した後、クエリジョブの結果を取得します。 |
| Search | 組織のデータ内でテキスト検索を実行します。 |
| Undelete | 以前に削除されSalesforce のごみ箱に保存されているレコードを復元します。 |
アクティブなSalesforce ジョブを完了前に終了します。
| Name | Type | Description |
| JobId | String | 中止するSalesforce Bulk API ジョブの一意識別子。 |
| Name | Type | Description |
| ID | String | Salesforce によって返された中止されたジョブの一意ID。 |
| JobID | String | 中止された操作のジョブID のエイリアス。 |
| ObjectName | String | ジョブに関連付けられたSalesforce オブジェクト(取引先、リード、取引先責任者など)の名前。 |
| Operation | String | 挿入、更新、アップサート、削除、クエリなど、ジョブが実行していたデータ操作のタイプ。 |
| ApiVersion | String | ジョブが作成された際に使用されたAPI バージョン。項目の可用性と動作を決定します。 |
| ApexProcessingTime | String | ジョブのレコードに対してApex トリガーと自動化の実行に費やした総時間(ミリ秒)。API バージョン19.0 以降で利用可能です。 |
| ApiActiveProcessingTime | String | Salesforce がジョブをアクティブに処理した総時間(ミリ秒)。待機時間とシリアル化オーバーヘッドを除きます。ApexProcessingTime を含みます。 |
| AssignmentRuleId | String | 該当する場合、ジョブでリードまたはケースのルーティングに使用された割り当てルールのID。 |
| ConcurrencyMode | String | ジョブが「parallel」または「serial」モードで処理されたかを示します。レコードロック動作に影響します。 |
| ContentType | String | ジョブで送信されたデータのフォーマット。有効な値にはCSV、XML、ZIP_CSV、ZIP_XML が含まれます。 |
| CreatedById | String | ジョブを開始したSalesforce ユーザーのID。 |
| CreatedDate | String | ジョブがSalesforce で作成された時のタイムスタンプ。 |
| ExternalIdFieldName | String | 既存のレコードを照合するためにアップサート操作中に外部ID として使用される項目。 |
| NumberBatchesCompleted | String | 正常に処理が完了したジョブ内のバッチ数。 |
| NumberBatchesQueued | String | 現在処理待ちのキューで待機中のバッチ数。 |
| NumberBatchesFailed | String | 処理中に失敗したジョブ内のバッチ数。 |
| NumberBatchesInProgress | String | 現在処理中のバッチ数。 |
| NumberBatchesTotal | String | ジョブに送信されたバッチの総数。ジョブがクローズまたは失敗した時点で確定されます。 |
| NumberRecordsFailed | String | すべてのバッチで処理が失敗したレコードの総数。API バージョン19.0 以降で利用可能。 |
| NumberRecordsProcessed | String | ジョブでこれまでに正常に処理されたレコードの総数。 |
| NumberRetries | String | レコードロックなどの一時的な問題によりSalesforce が行った再試行回数。 |
| State | String | ジョブの現在の状況。可能な値にはOpen、Closed、Aborted、Failed が含まれます。 |
| SystemModStamp | String | 通常は処理が完了した時点での、ジョブの最後の変更のUTC タイムスタンプ。 |
| TotalProcessingTime | String | すべてのジョブバッチの合計処理時間(ミリ秒)。API バージョン19.0 以降で利用可能です。 |
Salesforce ジョブを完了とし、新しいデータを受け付けなくなったことを示すためにクローズします。
| Name | Type | Description |
| JobId | String | 追加バッチの送信を防ぐためにクローズされるSalesforce Bulk API ジョブの一意識別子。 |
| Name | Type | Description |
| ID | String | Salesforce によって返されたクローズされたジョブの一意ID。 |
| JobID | String | クローズされたジョブを確認するジョブID のエイリアス。 |
| ObjectName | String | 取引先、リード、取引先責任者などのジョブに関係するSalesforce オブジェクトのAPI 名。 |
| Operation | String | 挿入、更新、アップサート、削除、クエリ、物理削除などのジョブが実行していた操作のタイプ。 |
| ApiVersion | String | ジョブが作成された際に使用されたSalesforce API のバージョン。利用可能な機能と項目を決定します。 |
| ApexProcessingTime | String | すべてのジョブバッチでApex トリガーと自動化ロジックの実行に費やした累積時間(ミリ秒)。非同期Apex を除きます。API バージョン19.0 以降で利用可能です。 |
| ApiActiveProcessingTime | String | Apex 実行を含むが待機時間とシリアル化オーバーヘッドを除く、総アクティブ処理時間(ミリ秒)。API バージョン19.0 以降で利用可能です。 |
| AssignmentRuleId | String | ジョブ実行中にケースまたはリードのルーティングで使用された割り当てルールのID。 |
| ConcurrencyMode | String | ジョブが「parallel」または「serial」モードのどちらで処理されたかを示します。レコードのロックと処理方法に影響します。 |
| ContentType | String | ジョブデータに使用されたファイル形式。有効な値にはCSV、XML、ZIP_CSV、ZIP_XML が含まれます。 |
| CreatedById | String | ジョブを作成したSalesforce ユーザーのID。 |
| CreatedDate | String | ジョブがSalesforce で作成されたことを示すタイムスタンプ。 |
| ExternalIdFieldName | String | アップサート操作でレコードの照合に使用される外部ID 項目の名前。 |
| NumberBatchesCompleted | String | ジョブで正常に完了したバッチの総数。 |
| NumberBatchesQueued | String | 現在処理待ちのキューにあるバッチ数。 |
| NumberBatchesFailed | String | ジョブ実行中に失敗したバッチ数。 |
| NumberBatchesInProgress | String | ジョブがクローズされた時点でアクティブに処理されていたバッチ数。 |
| NumberBatchesTotal | String | ジョブに送信されたバッチの総数。この値はジョブがクローズまたは失敗した時点で確定されます。 |
| NumberRecordsFailed | String | すべてのバッチで処理が失敗したレコードの総数。API バージョン19.0 以降で利用可能です。 |
| NumberRecordsProcessed | String | ジョブ内で正常に処理されたレコードの総数。 |
| NumberRetries | String | レコードロックなどの一時的な問題により操作結果を保存するためにSalesforce が行った再試行回数。 |
| State | String | クローズ後のジョブの現在の状況。可能な値にはOpen、Closed、Aborted、Failed が含まれます。 |
| SystemModStamp | String | ジョブが最後に変更または完了されたUTC タイムスタンプ。 |
| TotalProcessingTime | String | すべてのバッチでの累積処理時間(ミリ秒)。ApexProcessingTime とApiActiveProcessingTime を含みます。API バージョン19.0 以降で利用可能です。 |
現在の状況に基づいてSalesforce ジョブをクローズまたは中止します。
| Name | Type | Description |
| JobId | String | クローズまたは中止されるSalesforce Bulk API v2.0 ジョブの一意識別子。 |
| State | String | ジョブの希望する最終状況を指定します。「UploadComplete」を使用してジョブを処理準備完了としてマークするか、「Aborted」を使用してキャンセルします。これはUploadJobDataV2 を使用して作成されたジョブにのみ適用されます。
The allowed values are UploadComplete, Aborted. |
| JobType | String | クローズされるジョブのタイプ。受け入れ可能な値は「UNKNOWN」、データインポートジョブの場合は「INGEST」、データ取得ジョブの場合は「QUERY」です。
The allowed values are UNKNOWN, INGEST, QUERY. The default value is UNKNOWN. |
| Name | Type | Description |
| Closed | String | ジョブが正常にクローズまたは中止されたかどうかを示します。操作が成功した場合「true」を返します。 |
リードレコードを取引先、取引先責任者、およびオプションで商談に変換します。
Note:このプロシージャは、インデックス付きパラメータを使用します。 インデックス付きパラメータは、プロシージャの入力として単一のパラメータを複数のインスタンスに提供することを容易にします。
Param# という名前の入力パラメータがあるとします。このようなインデックス付きパラメータの複数のインスタンスを入力するには、次のように実行します。
EXEC ProcedureName Param#1 = "value1", Param#2 = "value2", Param#3 = "value3"
以下の表では、インデックス付きの入力パラメータは、名前の末尾に '#' 文字が付きます。
| Name | Type | Description |
| AccountId# | String | 変換されたリードに関連付ける既存の取引先のID。既存の取引先にマージする場合にのみ必須です。省略した場合、ユーザーが十分なアクセス権を持っていれば新しい取引先が自動的に作成されます。 |
| ContactId# | String | 変換されたリードに関連付ける既存の取引先責任者のID。指定されたAccountId にリンクされている必要があります。個人取引先に変換する場合は空白にしてください。省略した場合、新しい取引先責任者が作成されます。 |
| ConvertedStatus# | String | 変換時にリードに割り当てる必須の状況。IsConverted が「true」の有効なLeadStatus 値である必要があります。利用可能な値を取得するには:SELECT Id, MasterLabel FROM LeadStatus WHERE IsConverted=true。 |
| DoNotCreateOpportunity# | String | リード変換中の商談作成をスキップするには「true」に設定します。デフォルトは「false」で、明示的に無効にしない限り商談が作成されます。 |
| LeadId# | String | 変換するリードレコードのID。これは必須項目です。 |
| OpportunityName# | String | 変換中に作成される商談に割り当てる名前。省略した場合、リードの会社名がデフォルトになります。DoNotCreateOpportunity が「true」の場合は空白である必要があります。 |
| OverwriteLeadSource# | String | 結果として生じる取引先責任者のLeadSource 項目をリードのLeadSource 値で上書きするには「true」に設定します。ContactId が提供されている必要があります。 |
| OwnerId# | String | 新しい取引先、取引先責任者、商談レコードを所有するユーザーのID。指定されていない場合はリード所有者がデフォルトになります。既存のレコードには影響しません。 |
| SendNotificationEmail# | String | OwnerId で定義された新しい所有者に通知メールを送信するには「true」に設定します。デフォルトは「false」です。
The default value is FALSE. |
| Name | Type | Description |
| AccountId | String | 変換されたリードに関連付けられた取引先レコードのID。新規作成か既存かを問いません。 |
| ContactId | String | 変換されたリードに関連付けられた取引先責任者レコードのID。新規作成か既存かを問いません。 |
| LeadId | String | 変換された元のリードレコードのID。 |
| OpportunityId | String | 変換中に作成された場合の新しく作成された商談のID。 |
| Success | String | リード変換が成功した(true)か失敗した(false)かを示します。 |
| Errors | String | 変換が失敗した場合にSalesforce によって返されるエラーメッセージのリスト。エラーコードと説明を含みます。 |
レコードのバルク処理のためにSalesforce でバッチジョブを作成します。
バッチを作成するには、バッチの追加先のジョブID と、バッチ自体のXML 集計を指定します。例えば、XML 集計は次のようになります。
<?xml version="1.0" encoding="UTF-8"?>
<sObjects xmlns="http://www.force.com/2009/06/asyncapi/dataload" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<sObject>
<FirstName>Bill</FirstName>
<LastName>White</LastName>
</sObject>
<sObject>
<FirstName>Bob</FirstName>
<LastName>Black</LastName>
</sObject>
</sObjects>
Note:XML 集計に含まれるオブジェクトはすべて、使用されているジョブに関連付けられたオブジェクトに対応している必要があります。
| Name | Type | Description |
| JobId | String | バッチが追加されるSalesforce Bulk API ジョブのID。これは有効で開いているジョブである必要があります。 |
| Aggregate | String | バッチのデータペイロードまたはSOQL クエリ。レコードを送信またはバッチクエリを実行する際に必須です。 |
| ContentType | String | バッチコンテンツのフォーマット。有効な値はCSV、XML、ZIP_CSV、ZIP_XML です。バッチクエリの場合はCSV を使用します。
The default value is XML. |
| Name | Type | Description |
| ID | String | ジョブ内で作成されたバッチの一意ID。 |
| JobID | String | バッチが関連付けられているジョブのID。作成後のリンクを確認します。 |
| ApexProcessingTime | String | バッチ処理中にApex トリガーと自動化の実行に費やした総時間(ミリ秒)。非同期Apex を除き、API バージョン19.0 以降で利用可能です。 |
| ApiActiveProcessingTime | String | Apex 時間を含むがキュー時間とシリアル化を除く、バッチのアクティブな処理に費やした時間(ミリ秒)。API バージョン19.0 以降で利用可能です。 |
| CreatedDate | String | バッチが作成されたUTC タイムスタンプ。これは送信時間を反映し、処理開始時間ではありません。 |
| NumberRecordsFailed | String | バッチで正常に処理できなかったレコード数。 |
| NumberRecordsProcessed | String | このバッチで正常に処理されたレコード数。この値は処理が進むにつれて増加します。 |
| State | String | バッチの現在の処理状況。可能な値にはQueued、InProgress、Completed、Failed、NotProcessed が含まれます。 |
| StateMessage | String | バッチ状況に関する説明メッセージ。状況がFailed の場合に特に有用です。エラーの理由や診断情報を含む場合があります。 |
| SystemModstamp | String | バッチ処理が完了したUTC タイムスタンプ。バッチ状況がCompleted の場合のみ有効です。 |
| TotalProcessingTime | String | キュー待機時間を除く、バッチの総処理時間(ミリ秒)。API バージョン19.0 以降で利用可能です。 |
指定したSalesforce オブジェクトに新しいカスタム項目を追加します。
| Name | Type | Description |
| Label | String | Salesforce のUI で表示される新しいカスタム項目のユーザー向けラベル。 |
| ObjectName | String | カスタム項目を追加するSalesforce オブジェクト(取引先、取引先責任者、またはカスタムオブジェクトなど)のAPI 名。 |
| FieldName | String | 新しいカスタム項目のAPI 名。オブジェクト内で一意である必要があり、通常は'__c' で終わります。 |
| Type | String | カスタム項目のデータ型。Text、Number、Date、Picklist、Checkbox など。
The allowed values are Checkbox, Currency, Date, DateTime, Time, Email, Location, Number, Percent, Phone, Picklist, MultiselectPicklist, Text, TextArea, LongTextArea, Url, EncryptedText. |
| Description | String | カスタム項目の用途をユーザーや管理者が理解しやすくするための内部説明(任意)。 |
| Required | Boolean | レコードの作成または編集時に項目に値が必要かどうかを示します(true = 必須)。 |
| Unique | Boolean | 項目がオブジェクト内のすべてのレコードで一意の値を持つ必要があるかどうかを指定します。 |
| ExternalId | Boolean | 項目を外部ID としてマークし、アップサートや連携でレコードマッチングに使用できるようにします。 |
| DefaultValue | String | 新しいレコードの作成時に他の値が指定されていない場合に項目に自動入力されるデフォルト値を指定します。 |
| Length | Integer | 項目に含めることができる最大文字数(テキスト項目の場合)または桁数(数値項目の場合)。 |
| Precision | Integer | 項目で許可される小数点の左側と右側を含む総桁数(数値項目の場合)。 |
| Scale | Integer | 項目値の小数点以下の桁数(数値項目の場合)。 |
| ValueSet | String | 選択リスト項目で使用できる値のカンマ区切りリスト。 |
| VisibleLines | Integer | ロングテキストエリア項目でUI に表示される行数を指定します。 |
| MaskType | String | 暗号化テキスト項目で、UI でのデータのマスク表示方法を定義します('all'、'last4'、'none' など)。
The allowed values are all, creditCard, lastFour, nino, sin, ssn. |
| MaskChar | String | UI で暗号化項目の値をマスクするために使用する文字('*' など)。
The allowed values are asterisk, X. |
| Name | Type | Description |
| FullName | String | 新しく作成されたカスタム項目の完全なAPI 名で、オブジェクトプレフィックスを含みます(例:Account.CustomField__c)。 |
| Success | String | カスタム項目の作成が成功(true)したか否(false)かを示します。 |
バルクデータ操作処理用の新しいSalesforce ジョブを開始します。
| Name | Type | Description |
| ObjectName | String | ジョブが操作するSalesforce オブジェクトのAPI 名。取引先、キャンペーン、カスタムオブジェクトなど。 |
| Action | String | ジョブが実行する操作を指定します。挿入、更新、アップサート、削除、クエリなど。 |
| ConcurrencyMode | String | ジョブ内のバッチがどのように処理されるかを定義します。より高速な処理には'Parallel'(デフォルト)を使用し、一度に1つのバッチを処理してデータベースの競合を回避するには'Serial'を使用します。
The allowed values are Parallel, Serial. The default value is Parallel. |
| ContentType | String | ジョブデータの形式。有効な値にはCSV、XML、ZIP_CSV、ZIP_XML が含まれます。
The default value is XML. |
| ExternalIdColumn | String | アップサート操作中にレコードのマッチングに使用する外部ID 項目の名前。 |
| ChunkSize | String | 大きなデータセットのクエリに推奨されます。クエリジョブを複数パーツに分割する際の、バッチあたりのレコード数を指定します。Action が'query' に設定されている場合のみ使用されます。 |
| Name | Type | Description |
| ID | String | 新しく作成されたジョブの一意の識別子。 |
| JobID | String | 作成後に返されるジョブID のエイリアス。 |
| ObjectName | String | ジョブに関連付けられたオブジェクトの名前。リクエストで使用されたオブジェクトを確認します。 |
| Operation | String | ジョブに定義された操作タイプ。クエリ、挿入、削除、アップサートなど。 |
| ApiVersion | String | ジョブの作成時に使用されたSalesforce API バージョン。サポートされる項目と操作を決定します。 |
| ApexProcessingTime | String | バッチ処理中にApex トリガーと自動化の実行に費やされた時間(ミリ秒)。非同期Apex は含まれません。API バージョン19.0 以降で利用可能です。 |
| ApiActiveProcessingTime | String | キューとシリアル化の時間を除き、ジョブの処理に実際に費やされた合計時間。Apex 処理時間を含みます。API バージョン19.0 以降で利用可能です。 |
| AssignmentRuleId | String | ジョブの実行中に適用される特定のリードまたはケース割り当てルールのID。 |
| ConcurrencyMode | String | ジョブが'parallel' または'serial' のバッチ処理モードを使用したかどうかを示します。 |
| ContentType | String | 送信時に使用されたジョブコンテンツの形式。ジョブセットアップからの確認値です。 |
| CreatedById | String | ジョブを作成したSalesforce ユーザーのID。 |
| CreatedDate | String | ジョブがSalesforce システムで作成されたタイムスタンプ(UTC)。 |
| ExternalIdFieldName | String | アップサート操作で一致するレコードを識別するために使用される外部ID 項目の名前。 |
| NumberBatchesCompleted | String | ジョブで処理が正常に完了したバッチの総数。 |
| NumberBatchesQueued | String | 現在ジョブの処理キューに入っているバッチの数。 |
| NumberBatchesFailed | String | ジョブで処理中に失敗したバッチの数。 |
| NumberBatchesInProgress | String | リクエスト時にジョブで現在処理中のバッチの数。 |
| NumberBatchesTotal | String | ジョブに追加されたすべてのバッチの累計総数。ジョブがClosed やFailed などの終了状態に達したときに確定されます。 |
| NumberRecordsFailed | String | ジョブで処理に失敗したレコードの総数。API バージョン19.0 以降で利用可能です。 |
| NumberRecordsProcessed | String | これまでにジョブで正常に処理されたレコードの総数。 |
| NumberRetries | String | Salesforce がレコードのロックなどの問題により結果の保存中に行った再試行回数。 |
| State | String | ジョブの現在の状態。可能な値には'Open'、'Closed'、'Aborted'、'Failed' が含まれます。 |
| SystemModStamp | String | ジョブレコードに対して最後に行われた更新または変更のタイムスタンプ(UTC)。 |
| TotalProcessingTime | String | ジョブのすべてのバッチの処理に費やされた合計時間(ミリ秒)。キュー時間は含まれません。API バージョン19.0 以降で利用可能です。 |
バルクAPI 操作をサポートする、Salesforce での非同期データ処理用の新しいジョブを作成します。
| Name | Type | Description |
| ObjectName | String | ジョブが操作するSalesforce オブジェクトのAPI 名。取引先、リード、商談など。 |
| Query | String | データ取得のために実行するSalesforce Object Query Language(SOQL)クエリ文字列。Action が'query' に設定されている場合のみ必要です。 |
| Action | String | ジョブが実行する操作のタイプを指定します。有効な値は'insert'、'delete'、'update'、'upsert'、'query' です。 |
| ExternalIdColumn | String | アップサート操作でレコードをマッチングするために使用する外部ID 項目のAPI 名。'upsert' ジョブの場合のみ必要です。 |
| ColumnDelimiter | String | CSV ファイルでカラムを区切るために使用する文字を定義します。デフォルトは'COMMA' です。その他の有効な値:'BACKQUOTE'、'CARET'、'PIPE'、'SEMICOLON'、'TAB'。 |
| LineEnding | String | CSV ファイルで使用する改行形式を指定します。有効な値は'LF'(Line Feed)と'CRLF'(Carriage Return + Line Feed)です。デフォルトは'LF' です。 |
| MultiPartRequest | Boolean | マルチパートリクエストでCSV データをアップロードする場合は'true' に設定します。これは、データが20,000文字未満でファイルパスが提供されている場合のみ有効です。 |
| CSVFilePath | String | ジョブデータを含むCSV ファイルの完全なファイルパス。マルチパートリクエストを使用する場合に必要です。 |
| Name | Type | Description |
| ID | String | Salesforce で作成されたジョブの一意の識別子。 |
| State | String | ジョブの現在の状態。可能な値には'Open'、'Closed'、'Aborted'、'Failed' が含まれます。 |
| JobType | String | ジョブタイプを示します。選択肢には'BigObjectIngest'、'Classic'、'V2Ingest' が含まれます。 |
| ContentUrl | String | ジョブデータをアップロードするために使用するURL。ジョブが'Open' 状態の間のみ利用可能です。 |
| ContentType | String | ジョブデータの形式。V2 ジョブでは'CSV' のみサポートされます。 |
| CreatedDate | String | ジョブが作成されたUTC でのタイムスタンプ。 |
| CreatedById | String | ジョブを作成したSalesforce ユーザーのID。 |
| ConcurrencyMode | String | ジョブがデータバッチに対して'parallel' または'serial' 処理を使用するかどうかを指定します。 |
| SystemModStamp | String | ジョブに対する最後のシステム更新のUTC タイムスタンプ。通常は処理が完了した時点です。 |
UploadComplete、JobComplete、Aborted、Failed のいずれかのステータスを持つSalesforce のジョブを削除します。
| Name | Type | Description |
| JobId | String | 削除するSalesforce Bulk API v2.0 ジョブの一意の識別子。ジョブは削除可能な有効な状態である必要があります。 |
| Name | Type | Description |
| Deleted | String | ジョブが正常に削除された(true)か、否(false)かを示します。 |
特定のSalesforce バッチジョブの詳細を取得します。
| Name | Type | Description |
| JobId | String | バッチが属するSalesforce ジョブID。バッチのジョブコンテキストを識別するために必要です。 |
| BatchId | String | 指定されたジョブ内で取得する特定のバッチの一意の識別子。 |
| Name | Type | Description |
| ID | String | Salesforce から返されたバッチの一意のID。 |
| JobID | String | このバッチが関連付けられているジョブのID。親ジョブを確認します。 |
| ApexProcessingTime | String | バッチ処理中にApex トリガーとワークフロールールの実行に費やされた時間(ミリ秒)。非同期またはバッチApex の実行は含まれません。API バージョン19.0 以降で利用可能です。 |
| ApiActiveProcessingTime | String | Apex 処理を含むがキュー時間とシリアル化オーバーヘッドを除く、アクティブな処理時間(ミリ秒)。API バージョン19.0 以降で利用可能です。 |
| CreatedDate | String | バッチが作成されジョブに追加された時点のUTC タイムスタンプ。処理開始時点を示すものではありません。 |
| NumberRecordsFailed | String | バッチで処理に失敗したレコードの総数。部分的な成功や実行中の問題を特定するのに役立ちます。 |
| NumberRecordsProcessed | String | このバッチでこれまでに正常に処理されたレコード数。処理が進むにつれて増加します。 |
| State | String | バッチの現在の処理状態。可能な値には'Queued'、'InProgress'、'Completed'、'Failed'、'Not Processed' が含まれます。 |
| StateMessage | String | 現在のバッチ状態の詳細な説明。状態がFailed の場合は失敗理由を提供します。多くのエラーがある場合は切り捨てられる可能性があります。 |
| SystemModstamp | String | バッチの最終更新のUTC タイムスタンプ。通常は処理完了時点を示します。State がCompleted の場合のみ有効です。 |
| TotalProcessingTime | String | キュー待機時間を除く、バッチ処理に費やされた総時間(ミリ秒)。API バージョン19.0 以降で利用可能です。 |
完了したSalesforce バッチジョブの元の送信レコードを取得します。
| Name | Type | Description |
| JobId | String | バッチが属するSalesforce ジョブID。レコード取得のためのバッチコンテキストを識別するために必要です。 |
| BatchId | String | 元のレコードを取得する特定のバッチのID。 |
| Name | Type | Description |
| * | String | このバッチの元の送信レコード。 |
完了したSalesforce バッチジョブの結果を取得します。
| Name | Type | Description |
| JobId | String | バッチが属するSalesforce ジョブID。結果取得のためのバッチコンテキストを識別するために必要です。 |
| BatchId | String | 処理結果を取得する特定のバッチのID。 |
| Name | Type | Description |
| ID | String | バッチ内の個別の結果レコードの一意の識別子。 |
| Created | String | バッチ操作の一部としてレコードが新しく作成されたかどうかを示します(true またはfalse)。 |
| Success | String | レコードが正常に処理されたか(true)、エラーが発生したか(false)を示します。 |
| Errors_Fields | String | 該当する場合、レコードが失敗する原因となった項目名のリスト。 |
| Errors_Message | String | レコードの処理が失敗した理由を説明する説明的なエラーメッセージ。 |
| Errors_StatusCode | String | 失敗に関連付けられたSalesforce エラーコード。プログラムによるエラーハンドリングとデバッグに役立ちます。 |
指定されたオブジェクトについて、指定された期間内に削除されたレコードのリストを返します。
| Name | Type | Description |
| ObjectType | String | 削除されたレコードをクエリするSalesforce オブジェクトのAPI 名。取引先、取引先責任者、商談など。組織内の有効なオブジェクトである必要があります。 |
| StartDate | String | 削除されたレコードを取得する時間範囲の開始日時(UTC)。秒の部分はAPI によって無視されます。 |
| EndDate | String | 削除されたレコードを取得する時間範囲の終了日時(UTC)。秒の部分はAPI によって無視されます。 |
| Name | Type | Description |
| Id | String | 指定された時間範囲内に削除された各レコードのID。 |
| DeletedDate | String | 対応する各レコードが削除された時点のタイムスタンプ(UTC)。 |
特定のSalesforce ジョブについて、そのステータスと関連レコードを含む詳細を取得します。
| Name | Type | Description |
| JobId | String | 取得するSalesforce ジョブID。メタデータと状態が返されるバルク操作を識別します。 |
| Name | Type | Description |
| ID | String | ジョブの一意の識別子。入力JobId と同じ値です。 |
| JobID | String | ジョブの一意のID のエイリアス。ID と同じ値です。 |
| ObjectName | String | ジョブに関与するSalesforce オブジェクトの名前。取引先、取引先責任者、商談など。 |
| Operation | String | ジョブで実行されるバルク操作。可能な値にはinsert、update、upsert、delete、query、hardDelete が含まれます。 |
| ApiVersion | String | ジョブの作成時に使用されたSalesforce API バージョン。サポートされる最小バージョンは17.0 です。 |
| ApexProcessingTime | String | ジョブ中にApex トリガーとフローの処理に費やされた時間(ミリ秒)。非同期Apex やバッチジョブは含まれません。API バージョン19.0 から利用可能です。 |
| ApiActiveProcessingTime | String | キューでの待機時間やシリアル化時間を除く、アクティブな処理時間(ApexProcessingTime を含む)のミリ秒数。API バージョン19.0 から利用可能です。 |
| AssignmentRuleId | String | このジョブに適用される割り当てルールのID。リードやケースなどのレコードの割り当てに使用されます。アクティブまたは非アクティブなルールを参照する場合があります。 |
| ConcurrencyMode | String | ジョブ内のバッチの実行モード。'Parallel' は並行処理を可能にします。'Serial' は競合を減らすために一度に1つのバッチを処理します。 |
| ContentType | String | ジョブで使用されるデータ形式。CSV、XML、ZIP_CSV、ZIP_XML など。 |
| CreatedById | String | ジョブを作成したSalesforce ユーザーのID。 |
| CreatedDate | String | ジョブが最初に作成された日時(UTC)。 |
| ExternalIdFieldName | String | Salesforce ID の代わりに外部ID でレコードを識別するためのアップサート操作で使用される項目。 |
| NumberBatchesCompleted | String | ジョブ内で正常に完了したバッチの数。 |
| NumberBatchesQueued | String | 現在処理待ちのバッチの数。 |
| NumberBatchesFailed | String | エラーが発生して完了に失敗したバッチの数。 |
| NumberBatchesInProgress | String | 現在アクティブに処理中のバッチの数。 |
| NumberBatchesTotal | String | ジョブ用に作成されたバッチの総数。ジョブが終了または失敗した時点で、完了、失敗、進行中のバッチの合計と等しくなります。 |
| NumberRecordsFailed | String | ジョブ内のすべてのバッチで処理に失敗したレコードの総数。API バージョン19.0 から利用可能です。 |
| NumberRecordsProcessed | String | すべてのバッチで正常に処理されたレコードの総数。 |
| NumberRetries | String | ロック競合などの問題により、結果を保存するためにSalesforce が行った内部再試行回数。 |
| State | String | ジョブの現在のライフサイクル状態。可能な値には'Open'、'Closed'、'Aborted'、'Failed' が含まれます。 |
| SystemModStamp | String | ジョブの最新変更のタイムスタンプ(UTC)。ジョブが最後にステータスまたはデータを変更した時点を示します。 |
| TotalProcessingTime | String | ジョブ内のすべてのバッチの処理に費やされた総時間(ミリ秒)。待機時間は含まれません。API バージョン19.0 から利用可能です。 |
特定のSalesforce ジョブに関連付けられたすべてのバッチのバッチID を取得します。
| Name | Type | Description |
| JobId | String | 関連付けられたすべてのバッチID を取得するSalesforce ジョブID。 |
| Name | Type | Description |
| ID | String | 指定されたジョブに関連付けられた各バッチの一意の識別子。 |
| State | String | バッチの現在の状態。可能な値には'Queued'、'InProgress'、'Completed'、'Failed'、'Not Processed' が含まれます。 |
処理状態とメタデータを含むSalesforce ジョブの詳細を取得します。
| Name | Type | Description |
| JobId | String | バルクジョブの詳細なメタデータと処理状態を取得するための一意のSalesforce ジョブID。 |
| JobType | String | 取得するジョブのタイプを指定します。有効な値には'INGEST'(データロード)、'QUERY'(データ抽出)、'UNKNOWN'(未指定)が含まれます。
The allowed values are UNKNOWN, INGEST, QUERY. The default value is UNKNOWN. |
| Name | Type | Description |
| ObjectName | String | ジョブが操作するSalesforce オブジェクトの名前。取引先責任者、リード、商談など。 |
| Operation | String | ジョブで実行されるバルク操作。一般的な値にはinsert、update、upsert、delete、query、hardDelete が含まれます。 |
| ApiVersion | String | ジョブの作成に使用されたAPI バージョン。利用可能な機能と項目を決定します。サポートされる最小バージョンは17.0 です。 |
| ConcurrencyMode | String | ジョブの実行モード。'Parallel' はバッチを同時に処理し、'Serial' は競合を避けるために一度に1つずつ処理します。 |
| ContentType | String | ジョブによって送信または取得されるデータの形式。有効な形式にはCSV、XML、ZIP_CSV、ZIP_XML が含まれます。 |
| CreatedById | String | ジョブを作成したSalesforce ユーザーのID。 |
| CreatedDate | String | ジョブが最初に作成された時点を示すUTC タイムスタンプ。 |
| NumberRecordsProcessed | String | このジョブでこれまでに正常に処理されたレコードの総数。 |
| NumberRetries | String | ロック競合やシステム競合などの問題によりジョブ結果を保存するためにSalesforce が行った内部再試行回数。 |
| State | String | ジョブの現在のライフサイクル状態。可能な値には'Open'、'Closed'、'Aborted'、'Failed' が含まれます。 |
| SystemModStamp | String | 完了や失敗などのジョブの最新更新のUTC タイムスタンプ。 |
| TotalProcessingTime | String | キューでの待機時間を除く、ジョブ内のすべてのレコードの処理に費やされた総時間(ミリ秒)。API バージョン19.0 から利用可能です。 |
| IsPkChunkingSupported | String | クエリジョブにおいて大量データに有用な、オブジェクトでプライマリキー(PK)チャンキングがサポートされているかどうかを示します。 |
| ErrorMessage | String | ジョブが失敗した場合に返されるエラー詳細。処理やシステムの問題の診断に役立ちます。 |
Salesforce 組織のAPI 使用状況と制限の詳細を取得します。
| Name | Type | Description |
| Current | Integer | 現在の24時間以内で指定された制限タイプに対してすでに消費されたAPI 要求または操作の数。 |
| Limit | Integer | Salesforce エディションとライセンスに基づく、組織の24時間以内で許可されるAPI 要求または操作の最大数。 |
| Type | String | 報告される制限のカテゴリ。例えば、'API REQUESTS' は組織の1日あたりに許可される総API 呼び出し数を指します。 |
指定されたオブジェクトについて、指定された期間内で更新されたレコードのリストを返します。
| Name | Type | Description |
| ObjectType | String | 更新されたレコードを取得するSalesforce オブジェクトのAPI 名。取引先、取引先責任者、商談など。Salesforce 組織内で有効である必要があります。 |
| StartDate | String | 更新されたレコードを取得する時間範囲の開始日時(UTC)。API はタイムスタンプの秒を無視します。 |
| EndDate | String | 更新されたレコードを取得する時間範囲の終了日時(UTC)。API はタイムスタンプの秒を無視します。 |
| Name | Type | Description |
| Id | String | 指定された時間範囲内で更新された各レコードのID。 |
認証されたSalesforce ユーザーの個人詳細を取得します。
| Name | Type | Description |
| BasicInfoOnly | String | 'true' に設定すると、ServerURL、SessionID、Sandbox、OrganizationId、OrganizationName などの基本的な接続関連情報のみが返されます。デフォルトは'false' で、完全なユーザープロファイルを返します。 |
| Name | Type | Description |
| AccessibilityMode | String | ユーザーインターフェースでスクリーンリーダーサポートのアクセシビリティ機能が有効になっているかどうかを示します。有効な場合は'true' を返します。API バージョン7.0 以降で利用可能です。 |
| CurrencySymbol | String | 組織が複数通貨をサポートしていない場合に、金額値の表示に使用される通貨記号。 |
| OrganizationId | String | ユーザーの組織の一意のSalesforce ID。統合や課金システムで組織を識別するのに便利です。 |
| OrganizationMultiCurrency | String | 組織で複数通貨サポートが有効になっているか(true)否か(false)を示します。 |
| OrganizationName | String | ユーザーのSalesforce 組織または会社の名前。 |
| OrgDefaultCurrencyIsoCode | String | 組織のデフォルトISO 通貨コード。複数通貨が無効で、作成リクエストで通貨が明示的に設定されていない場合に使用されます。 |
| ProfileID | String | アクセス権と権限を決定するユーザーのプロファイルの一意のID。 |
| RoleID | String | 組織のロール階層におけるユーザーのロールの一意のID。 |
| Sandbox | String | 組織がサンドボックス(true)または本番環境(false)かどうかを示します。非Basic 認証シナリオではNULL を返す場合があります。 |
| ServerURL | String | API リクエストに使用されるSalesforce インスタンスのベースURL。 |
| SessionID | String | API 呼び出しでの認証に使用される現在のアクティブなセッショントークン。 |
| SessionSecondsValid | String | 現在のセッションが期限切れになるまでの残り秒数。 |
| UserDefaultCurrencyIsoCode | String | ユーザーのデフォルトISO 通貨コード。複数通貨が有効で、オブジェクト作成時に特定の通貨が指定されていない場合に使用されます。 |
| UserEmail | String | ユーザーのSalesforce アカウントに関連付けられたメールアドレス。 |
| UserFullName | String | プロファイルで定義されたユーザーのフルネーム。 |
| UserID | String | ユーザーの一意のSalesforce ID。 |
| UserLanguage | String | ユーザーの言語設定。アメリカ英語の'en_US' やカナダフランス語の'fr_CA' などのISO コードで表されます。 |
| UserLocale | String | 日付、時刻、通貨記号の形式に影響するユーザーのロケール設定。'en_US' などのISO 形式を使用します。 |
| UserName | String | ユーザーがSalesforce にアクセスするために使用するログイン名。 |
| UserTimeZone | String | 日付と時刻の値の表示方法に影響する、ユーザーのタイムゾーン設定。 |
| UserType | String | ユーザーのプロファイルに割り当てられたユーザーライセンスのタイプ。'Standard'、'Chatter'、'System Administrator' など。 |
| UserUISkin | String | ユーザーがLightning Experience ユーザーインターフェースを使用している場合は'Theme2'、Salesforce Classic を使用している場合は'Theme1' を返します。API バージョン7.0 以降で利用可能です。 |
関連データを保持しながら、同じタイプの最大3つのレコードを1つのレコードに結合します。
| Name | Type | Description |
| ObjectType | String | 取引先、取引先責任者、リードなど、結合操作用のSalesforce オブジェクトタイプ。組織内で有効である必要があります。 |
| MasterRecordId | String | 結合後に残るプライマリレコードのID。指定された他のレコードは、このレコードに結合されます。 |
| RecordToMergeIds | String | マスターレコードに結合される1つまたは2つのレコードID のカンマ区切りリスト。これらのレコードは結合後に削除されます。 |
| Name | Type | Description |
| Id | String | 結合操作完了後の結果のマスターレコードのID。 |
| Success | String | 結合操作が成功したか(true)、エラーが発生したか(false)を示します。 |
| Errors_statusCode | String | 結合操作が失敗した場合に返されるエラーコード。各コードは失敗の原因を示します。 |
| Errors_message | String | 結合プロセス中に発生したエラーを説明する詳細メッセージ。 |
| MergedRecordIds | String | マスターレコードに正常に結合されたレコードのID のリスト。 |
| UpdatedRelatedIds | String | 結合の結果、マスターレコードに再割り当てされた関連レコードID のリスト。ユーザーが表示可能なレコードのみ含まれます。 |
Salesforce 組織にメタデータコンポーネントをデプロイし、オブジェクト構造や設定の変更を可能にします。
| Name | Type | Description |
| FullPath | String | デプロイするメタデータコンポーネントを含むZIP アーカイブへの完全なファイルパス。例:C:/Users/admin/Documents/deployment.zip。 |
| AllowMissingFiles | String | 'true' に設定すると、package.xml にリストされているファイルの一部がZIP アーカイブに存在しない場合でもデプロイを続行できます。デフォルトは'false' です。 |
| AutoUpdatePackage | String | 値が'true' の場合、MetadataRetrieve 呼び出しを発行して更新されたpackage.xml を生成し、ZIP アーカイブにあるがpackage.xml で指定されていないファイルを自動的に含めます。デフォルトは'false' です。 |
| IgnoreWarnings | String | 値が'true' の場合、警告が返されてもデプロイを完了できます。本番デプロイメントでは推奨されません。デフォルトは'false' です。 |
| RollbackOnError | String | 値が'true' の場合、エラーが発生するとデプロイ全体をロールバックします。デフォルトは'false' です。 |
| RunAllTests | String | 値が'true' の場合、管理パッケージのテストを含め、組織内のすべてのApex テストがデプロイ後に実行されます。デフォルトは'false' です。 |
| RunTests | String | デプロイ中に実行する特定のApex テストクラスのリスト。該当する場合は、名前空間プレフィックス付きの完全修飾クラス名を使用してください。testLevel をRunSpecifiedTests に設定する必要があります。 |
| SinglePackage | String | 値が'true' の場合、ZIP アーカイブが複数のパッケージではなく単一のパッケージ構造を含むことを示します。デフォルトは'false' です。 |
| TestLevel | String | デプロイ中に実行されるApex テストを定義します。オプション:'NoTestRun'、'RunSpecifiedTests'、'RunLocalTests'、または'RunAllTestsInOrg'。 |
| Name | Type | Description |
| JobId | String | デプロイ操作に割り当てられた一意のジョブID。 |
| Success | String | デプロイが正常に完了したか(true)、失敗したか(false)を示します。 |
| Status | String | InProgress、Succeeded、Failed などのデプロイジョブの現在のステータス。 |
| IgnoreWarnings | String | 警告にもかかわらずデプロイが続行されたかどうかをエコーします。 |
| NumberComponentErrors | String | エラーのためにデプロイに失敗したメタデータコンポーネントの総数。 |
| NumberComponentsDeployed | String | 正常にデプロイされたメタデータコンポーネントの数。 |
| NumberComponentsTotal | String | デプロイリクエストに含まれるメタデータコンポーネントの総数。 |
| NumberTestErrors | String | デプロイ中に失敗したApex テストの数。 |
| NumberTestsCompleted | String | デプロイ中に実行が完了したApex テストの数。 |
| NumberTestsTotal | String | デプロイ中に実行されたApex テストの総数。 |
Salesforce でのメタデータデプロイジョブに関する追加詳細を取得します。
| Name | Type | Description |
| JobId | String | メタデータデプロイ操作に関連付けられた一意のジョブID。 |
| Name | Type | Description |
| ComponentFailures_changed | String | デプロイの結果としてコンポーネントが変更されたかどうかを示します。'true' の値は、デプロイされたコンポーネントが既存のものと異なることを意味します。 |
| ComponentFailures_componentType | String | ApexClass、CustomObject、Workflow など、デプロイ中に失敗したメタデータコンポーネントのタイプ。 |
| ComponentFailures_created | String | デプロイプロセス中にコンポーネントが新規作成されたかどうかを示します。'true' の値は、デプロイ前に存在しなかったことを意味します。 |
| ComponentFailures_createdDate | String | デプロイでコンポーネントが作成された場合に適用される、コンポーネントが作成された日時。 |
| ComponentFailures_deleted | String | このデプロイの一部としてコンポーネントが削除されたかどうかを示します。削除された場合、値は'true' です。 |
| ComponentFailures_fileName | String | 失敗したコンポーネントに対応するZIP アーカイブ内のファイルパスと名前。 |
| ComponentFailures_fullName | String | 失敗したメタデータコンポーネントの完全な一意名。通常はオブジェクトとAPI 名を組み合わせたものです。 |
| ComponentFailures_problem | String | デプロイ中にコンポーネントが失敗する原因となった問題の詳細。 |
| ComponentFailures_problemType | String | デプロイ中に発生した問題のタイプ。有効な値は'Warning' または'Error' です。 |
| ComponentFailures_success | String | コンポーネントデプロイが成功したかどうかを示します。失敗または警告があった場合、値は'false' です。 |
| ComponentSuccesses_changed | String | デプロイされたコンポーネントが変更されたかどうかを示します。'false' の値は、組織に既にあったものと一致することを意味します。 |
| ComponentSuccesses_componentType | String | 正常にデプロイされたメタデータコンポーネントのタイプ。 |
| ComponentSuccesses_created | String | このデプロイ中にコンポーネントが作成されたかどうかを示します。以前に存在しなかった場合、値は'true' です。 |
| ComponentSuccesses_createdDate | String | コンポーネントが正常に作成された日時。 |
| ComponentSuccesses_deleted | String | このデプロイの一部としてコンポーネントが削除されたかどうかを示します。削除された場合、値は'true' です。 |
| ComponentSuccesses_fileName | String | 正常にデプロイされたコンポーネントに対応するZIP アーカイブのファイル名。 |
| ComponentSuccesses_fullName | String | 正常にデプロイされたメタデータコンポーネントの完全な一意名。 |
| ComponentSuccesses_id | String | デプロイされたコンポーネントに割り当てられた一意の内部Salesforce ID。 |
| ComponentSuccesses_success | String | コンポーネントデプロイが成功したか(true)、失敗したか(false)を示します。 |
| NumTestsRun | String | デプロイプロセスの一部として実行されたApex 単体テストの総数。 |
| NumFailures | String | デプロイ中に失敗したApex テストの数。 |
| TotalTime | String | デプロイ中にすべてのテストを実行するのにかかった合計時間(ミリ秒単位)。 |
バックアップまたは変更のためにSalesforce 組織からメタデータコンポーネントを取得します。
| Name | Type | Description |
| PackageNames | String | Salesforce から取得するメタデータパッケージ名のリスト。パッケージ化されていないコンポーネントのみを取得する場合は、これを空白のままにしてください。 |
| SinglePackage | String | 取得操作が単一のパッケージを対象とするかどうかを示します。1つのパッケージからのみメタデータを取得する場合は'true' に設定し、複数のパッケージの場合は'false' に設定してください。 |
| SpecificFiles | String | 取得する特定のファイルパスのリスト。これは、単一のパッケージから取得し、PackageNames が指定されていない場合にのみ使用する必要があります。 |
| ManifestLocation | String | 取得するメタデータコンポーネントを定義するローカルpackage.xml ファイルへのパス。設定されていない場合、取得操作はデフォルトですべてのカスタムオブジェクトを取得します。package.xml ファイルはこちらで確認できます:https://developer.salesforce.com/docs/atlas.ja-jp.api_meta.meta/api_meta/manifest_samples.htm。 |
| DownloadLocation | String | 取得されたZIP ファイルが保存されるローカルファイルシステムパス。指定されていない場合、ZIP ファイルは現在のディレクトリに保存されます。 |
| Name | Type | Description |
| Success | String | メタデータ取得操作が正常に完了した場合は'true' を返し、そうでない場合は'false' を返します。 |
| FullPath | String | 取得されたメタデータZIP ファイルが保存された完全なファイルパスと名前。 |
Salesforce でバッチクエリを実行し、大きなデータセットを複数のチャンクで取得できます。
| Name | Type | Description |
| Query | String | Bulk API を使用して実行するクエリ。QueryMode に基づいて、SQL ライクまたはSOQL クエリを指定できます。JobId とBatchId の両方が提供されない限り、これは必須です。 |
| QueryMode | String | クエリの処理方法を指定します:SQL ライククライアントサイドクエリ(サポートされていない構文のフォールバック付き)、またはSalesforce に直接送信されるネイティブSalesforce Object Query Language(SOQL)クエリ。SOQL モードは、COUNT、GROUP BY、OFFSET、リレーション項目、またはワイルドカード(*)などの機能をサポートしません。
The allowed values are SQL, SOQL. The default value is SOQL. |
| JobId | String | Bulk API ジョブのID。BatchId も指定されている場合は必須です。 |
| BatchId | String | 結果を取得するバッチのID。JobId が指定されている場合は必須です。 |
| ChunkSize | String | オプション。大きなデータセットでのパフォーマンス向上のためにクエリ結果のチャンク化を有効にします。1000万レコードを超えるデータセットに推奨されます。チャンク化を無効にするには0に設定してください。最大チャンクサイズは250,000です。
The default value is 30000. |
| ConcurrencyMode | String | バッチの処理方法を定義します。'Parallel'(デフォルト)は速度のためにバッチを並行処理します。'Serial' はロックと競合の問題を回避するために一度に1つのバッチを処理します。
The allowed values are Parallel, Serial. The default value is Parallel. |
| SkipErrors | String | 失敗したバッチをスキップして、完了したバッチからの結果を返すかどうかを示します。部分的成功シナリオに有用です。
The allowed values are true, false. The default value is false. |
| Rows@Next | String | クエリ結果のページネーション用に内部的に使用されます。手動で設定しないでください。 |
| Name | Type | Description |
| QueryJobId | String | クエリを実行するために作成されたジョブのID。 |
| QueryBatchId | String | クエリを処理するために作成されたバッチのID。 |
ジョブの処理完了後に、クエリジョブの結果ロケーターを並列で取得します。
| Name | Type | Description |
| JobId | String | 結果ロケーターを取得したいBulk API V2 ジョブのID。 |
| Name | Type | Description |
| ResultLocator | String | 結果セットのロケーター。QueryResultsV2 ストアドプロシージャで結果を取得するために使用できます。 |
ジョブの処理が完了した後、クエリジョブの結果を取得します。
| Name | Type | Description |
| JobId | String | 結果を取得したいBulk API V2 ジョブのID。 |
| Locator | String | 大きな結果セットのページネーション用に使用されるオプションの文字列トークン。クエリ結果の後続セグメントを取得するためにこれを使用してください。 |
| MaxRecords | String | 各結果セットに含める最大レコード数を指定します。メモリ使用量の制御やページネーション管理に有用です。 |
| FileName | String | ダウンロードされた結果をローカルに保存する際に使用するオプションのファイル名。LocalPath と組み合わせて使用されます。 |
| LocalPath | String | クエリ結果をファイルとして保存するディレクトリ。指定されていない場合、結果はFileData 出力のインメモリデータとして返されます。 |
| Encoding | String | 出力データに適用する文字エンコーディング。一般的な値にはUTF-8 またはISO-8859-1 があります。
The allowed values are NONE, BASE64. The default value is BASE64. |
| Name | Type | Description |
| Success | String | クエリ結果のダウンロードが正常に完了したかどうかを示します。 |
| Locator | String | 現在のクエリ結果のバッチを表すトークン。より多くのレコードが残っている場合、これを使用して追加の結果を取得してください。 |
| FullPath | String | クエリ結果が保存された名前を含む完全なファイルパス。 |
| FileData | String | LocalPath が指定されていない場合にインメモリデータとして返される、結果ファイルの生コンテンツ。 |
組織のデータ内でテキスト検索を実行します。
| Name | Type | Description |
| SearchTerm | String | グローバル検索の対象となる検索語。 |
| SOSL | String | テキストベースの検索クエリを構築するためのSalesforce Object Search Language(SOSL)。 |
| Name | Type | Description |
| Results | String | グローバル検索結果を含む生のJSON レスポンス。 |
以前に削除されSalesforce のごみ箱に保存されているレコードを復元します。
Salesforce のごみ箱からオブジェクトを復元するには、以下の例のいずれかを使用する必要があります。
EXECUTE Undelete Id = '1'
INSERT INTO Account#TEMP (ID) VALUES (1) INSERT INTO Account#TEMP (ID) VALUES (2) INSERT INTO Account#TEMP (ID) VALUES (3) EXECUTE Undelete Id = 'Account#TEMP'
EXECUTE Undelete XML = '<undelete xmlns="urn:enterprise.soap.sforce.com"> <ids>1</ids> <ids>2</ids> <ids>3</ids> </undelete>'
| Name | Type | Description |
| ID | String | 復元する削除されたオブジェクトの一意識別子。XML が提供されていない場合は必須です。 |
| XML | String | 復元するオブジェクトID のXML 形式リスト。単一のリクエストで複数のレコードを削除取り消しするために使用します。ID が指定されていない場合は必須です。 |
| Name | Type | Description |
| Success | String | 削除取り消し操作が成功したか(true)、失敗したか(false)を示します。 |
| ID | String | 正常に復元されたオブジェクトのID またはID のリスト。 |
このセクションで説明されているシステムテーブルをクエリして、スキーマ情報、データソース機能に関する情報、およびバッチ操作の統計にアクセスできます。
以下のテーブルは、Salesforce のデータベースメタデータを返します。
以下のテーブルは、データソースへの接続方法およびクエリ方法についての情報を返します。
次のテーブルは、データ変更クエリ(バッチ処理を含む)のクエリ統計を返します。
利用可能なデータベースをリストします。
次のクエリは、接続文字列で決定されるすべてのデータベースを取得します。
SELECT * FROM sys_catalogs
| Name | Type | Description |
| CatalogName | String | データベース名。 |
利用可能なスキーマをリストします。
次のクエリは、すべての利用可能なスキーマを取得します。
SELECT * FROM sys_schemas
| Name | Type | Description |
| CatalogName | String | データベース名。 |
| SchemaName | String | スキーマ名。 |
利用可能なテーブルをリストします。
次のクエリは、利用可能なテーブルおよびビューを取得します。
SELECT * FROM sys_tables
| Name | Type | Description |
| CatalogName | String | テーブルまたはビューを含むデータベース。 |
| SchemaName | String | テーブルまたはビューを含むスキーマ。 |
| TableName | String | テーブル名またはビュー名。 |
| TableType | String | テーブルの種類(テーブルまたはビュー)。 |
| Description | String | テーブルまたはビューの説明。 |
| IsUpdateable | Boolean | テーブルが更新可能かどうか。 |
利用可能なテーブルおよびビューのカラムについて説明します。
次のクエリは、Account テーブルのカラムとデータ型を返します。
SELECT ColumnName, DataTypeName FROM sys_tablecolumns WHERE TableName='Account'
| Name | Type | Description |
| CatalogName | String | テーブルまたはビューを含むデータベースの名前。 |
| SchemaName | String | テーブルまたはビューを含むスキーマ。 |
| TableName | String | カラムを含むテーブルまたはビューの名前。 |
| ColumnName | String | カラム名。 |
| DataTypeName | String | データ型の名前。 |
| DataType | Int32 | データ型を示す整数値。この値は、実行時に環境に基づいて決定されます。 |
| Length | Int32 | カラムのストレージサイズ。 |
| DisplaySize | Int32 | 指定されたカラムの通常の最大幅(文字数)。 |
| NumericPrecision | Int32 | 数値データの最大桁数。文字データおよび日時データの場合は、カラムの長さ(文字数)。 |
| NumericScale | Int32 | カラムのスケール(小数点以下の桁数)。 |
| IsNullable | Boolean | カラムがNull を含められるかどうか。 |
| Description | String | カラムの簡単な説明。 |
| Ordinal | Int32 | カラムのシーケンスナンバー。 |
| IsAutoIncrement | String | カラムに固定増分値が割り当てられるかどうか。 |
| IsGeneratedColumn | String | 生成されたカラムであるかどうか。 |
| IsHidden | Boolean | カラムが非表示かどうか。 |
| IsArray | Boolean | カラムが配列かどうか。 |
| IsReadOnly | Boolean | カラムが読み取り専用かどうか。 |
| IsKey | Boolean | sys_tablecolumns から返されたフィールドがテーブルの主キーであるかどうか。 |
| ColumnType | String | スキーマ内のカラムの役割または分類。可能な値は、SYSTEM、LINKEDCOLUMN、NAVIGATIONKEY、REFERENCECOLUMN、およびNAVIGATIONPARENTCOLUMN が含まれます。 |
利用可能なストアドプロシージャをリストします。
次のクエリは、利用可能なストアドプロシージャを取得します。
SELECT * FROM sys_procedures
| Name | Type | Description |
| CatalogName | String | ストアドプロシージャを含むデータベース。 |
| SchemaName | String | ストアドプロシージャを含むスキーマ。 |
| ProcedureName | String | ストアドプロシージャの名前。 |
| Description | String | ストアドプロシージャの説明。 |
| ProcedureType | String | PROCEDURE やFUNCTION などのプロシージャのタイプ。 |
ストアドプロシージャパラメータについて説明します。
次のクエリは、CreateJob ストアドプロシージャのすべての入力パラメータについての情報を返します。
SELECT * FROM sys_procedureparameters WHERE ProcedureName = 'CreateJob' AND Direction = 1 OR Direction = 2
パラメータに加えて結果セットのカラムを含めるには、IncludeResultColumns 擬似カラムをTrue に設定します。
SELECT * FROM sys_procedureparameters WHERE ProcedureName = 'CreateJob' AND IncludeResultColumns='True'
| Name | Type | Description |
| CatalogName | String | ストアドプロシージャを含むデータベースの名前。 |
| SchemaName | String | ストアドプロシージャを含むスキーマの名前。 |
| ProcedureName | String | パラメータを含むストアドプロシージャの名前。 |
| ColumnName | String | ストアドプロシージャパラメータの名前。 |
| Direction | Int32 | パラメータのタイプに対応する整数値:input (1)。input/output (2)、またはoutput(4)。input/output タイプパラメータは、入力パラメータと出力パラメータの両方になれます。 |
| DataType | Int32 | データ型を示す整数値。この値は、実行時に環境に基づいて決定されます。 |
| DataTypeName | String | データ型の名前。 |
| NumericPrecision | Int32 | 数値データの場合は最大精度。文字データおよび日時データの場合は、カラムの長さ(文字数)。 |
| Length | Int32 | 文字データの場合は、許可される文字数。数値データの場合は、許可される桁数。 |
| NumericScale | Int32 | 数値データの小数点以下の桁数。 |
| IsNullable | Boolean | パラメータがNull を含められるかどうか。 |
| IsRequired | Boolean | プロシージャの実行にパラメータが必要かどうか。 |
| IsArray | Boolean | パラメータが配列かどうか。 |
| Description | String | パラメータの説明。 |
| Ordinal | Int32 | パラメータのインデックス。 |
| Values | String | このパラメータで設定できる値は、このカラムに表示されるものに限られます。指定できる値はカンマ区切りです。 |
| SupportsStreams | Boolean | パラメータがファイルを表すかどうか。ファイルは、ファイルパスとして渡すことも、ストリームとして渡すこともできます。 |
| IsPath | Boolean | パラメータがスキーマ作成操作のターゲットパスかどうか。 |
| Default | String | 何も値が指定されていない場合に、このパラメータで使用される値。 |
| SpecificName | String | 複数のストアドプロシージャが同じ名前を持つ場合、それぞれの同名のストアドプロシージャを一意に識別するラベル。特定の名前を持つプロシージャが1つだけの場合は、その名前がここに単純に反映されます。 |
| IsCDataProvided | Boolean | プロシージャがネイティブのSalesforce プロシージャではなく、CData によって追加 / 実装されているかどうか。 |
| Name | Type | Description |
| IncludeResultColumns | Boolean | 出力にパラメータに加えて結果セットのカラムを含めるかどうか。デフォルトはFalse です。 |
主キーおよび外部キーについて説明します。
次のクエリは、Account テーブルの主キーを取得します。
SELECT * FROM sys_keycolumns WHERE IsKey='True' AND TableName='Account'
| Name | Type | Description |
| CatalogName | String | キーを含むデータベースの名前。 |
| SchemaName | String | キーを含むスキーマの名前。 |
| TableName | String | キーを含むテーブルの名前。 |
| ColumnName | String | キーカラムの名前 |
| IsKey | Boolean | カラムがTableName フィールドで参照されるテーブル内の主キーかどうか。 |
| IsForeignKey | Boolean | カラムがTableName フィールドで参照される外部キーかどうか。 |
| PrimaryKeyName | String | 主キーの名前。 |
| ForeignKeyName | String | 外部キーの名前。 |
| ReferencedCatalogName | String | 主キーを含むデータベース。 |
| ReferencedSchemaName | String | 主キーを含むスキーマ。 |
| ReferencedTableName | String | 主キーを含むテーブル。 |
| ReferencedColumnName | String | 主キーのカラム名。 |
外部キーについて説明します。
次のクエリは、他のテーブルを参照するすべての外部キーを取得します。
SELECT * FROM sys_foreignkeys WHERE ForeignKeyType = 'FOREIGNKEY_TYPE_IMPORT'
| 名前 | タイプ | 説明 |
| CatalogName | String | キーを含むデータベースの名前。 |
| SchemaName | String | キーを含むスキーマの名前。 |
| TableName | String | キーを含むテーブルの名前。 |
| ColumnName | String | キーカラムの名前 |
| PrimaryKeyName | String | 主キーの名前。 |
| ForeignKeyName | String | 外部キーの名前。 |
| ReferencedCatalogName | String | 主キーを含むデータベース。 |
| ReferencedSchemaName | String | 主キーを含むスキーマ。 |
| ReferencedTableName | String | 主キーを含むテーブル。 |
| ReferencedColumnName | String | 主キーのカラム名。 |
| ForeignKeyType | String | 外部キーがインポート(他のテーブルを指す)キーかエクスポート(他のテーブルから参照される)キーかを指定します。 |
主キーについて説明します。
次のクエリは、すべてのテーブルとビューから主キーを取得します。
SELECT * FROM sys_primarykeys
| Name | Type | Description |
| CatalogName | String | キーを含むデータベースの名前。 |
| SchemaName | String | キーを含むスキーマの名前。 |
| TableName | String | キーを含むテーブルの名前。 |
| ColumnName | String | キーカラムの名前。 |
| KeySeq | String | 主キーのシーケンス番号。 |
| KeyName | String | 主キーの名前。 |
利用可能なインデックスについて説明します。インデックスをフィルタリングすることで、より高速なクエリ応答時間でセレクティブクエリを記述できます。
次のクエリは、主キーでないすべてのインデックスを取得します。
SELECT * FROM sys_indexes WHERE IsPrimary='false'
| Name | Type | Description |
| CatalogName | String | インデックスを含むデータベースの名前。 |
| SchemaName | String | インデックスを含むスキーマの名前。 |
| TableName | String | インデックスを含むテーブルの名前。 |
| IndexName | String | インデックス名。 |
| ColumnName | String | インデックスに関連付けられたカラムの名前。 |
| IsUnique | Boolean | インデックスが固有の場合はTrue。そうでない場合はFalse。 |
| IsPrimary | Boolean | インデックスが主キーの場合はTrue。そうでない場合はFalse。 |
| Type | Int16 | インデックスタイプに対応する整数値:statistic (0)、clustered (1)、hashed (2)、またはother (3)。 |
| SortOrder | String | 並べ替え順序:A が昇順、D が降順。 |
| OrdinalPosition | Int16 | インデックスのカラムのシーケンスナンバー。 |
利用可能な接続プロパティと、接続文字列に設定されている接続プロパティに関する情報を返します。
次のクエリは、接続文字列に設定されている、あるいはデフォルト値で設定されているすべての接続プロパティを取得します。
SELECT * FROM sys_connection_props WHERE Value <> ''
| Name | Type | Description |
| Name | String | 接続プロパティ名。 |
| ShortDescription | String | 簡単な説明。 |
| Type | String | 接続プロパティのデータ型。 |
| Default | String | 明示的に設定されていない場合のデフォルト値。 |
| Values | String | 可能な値のカンマ区切りリスト。別な値が指定されていると、検証エラーがスローされます。 |
| Value | String | 設定した値またはあらかじめ設定されたデフォルト。 |
| Required | Boolean | プロパティが接続に必要かどうか。 |
| Category | String | 接続プロパティのカテゴリ。 |
| IsSessionProperty | String | プロパティが、現在の接続に関する情報を保存するために使用されるセッションプロパティかどうか。 |
| Sensitivity | String | プロパティの機密度。これは、プロパティがロギングおよび認証フォームで難読化されているかどうかを通知します。 |
| PropertyName | String | キャメルケースの短縮形の接続プロパティ名。 |
| Ordinal | Int32 | パラメータのインデックス。 |
| CatOrdinal | Int32 | パラメータカテゴリのインデックス。 |
| Hierarchy | String | このプロパティと一緒に設定する必要がある、関連のある依存プロパティを表示します。 |
| Visible | Boolean | プロパティが接続UI に表示されるかどうかを通知します。 |
| ETC | String | プロパティに関するその他のさまざまな情報。 |
Cloud がデータソースにオフロードできるSELECT クエリ処理について説明します。
SQL 構文の詳細については、SQL 準拠 を参照してください。
以下はSQL 機能のサンプルデータセットです。 SELECT 機能のいくつかの側面がサポートされている場合には、カンマ区切りのリストで返されます。サポートされていない場合、カラムにはNO が入ります。
| 名前 | 説明 | 有効な値 |
| AGGREGATE_FUNCTIONS | サポートされている集計関数。 | AVG, COUNT, MAX, MIN, SUM, DISTINCT |
| COUNT | COUNT 関数がサポートされているかどうか。 | YES, NO |
| IDENTIFIER_QUOTE_OPEN_CHAR | 識別子をエスケープするための開始文字。 | [ |
| IDENTIFIER_QUOTE_CLOSE_CHAR | 識別子をエスケープするための終了文字。 | ] |
| SUPPORTED_OPERATORS | サポートされているSQL 演算子。 | =, >, <, >=, <=, <>, !=, LIKE, NOT LIKE, IN, NOT IN, IS NULL, IS NOT NULL, AND, OR |
| GROUP_BY | GROUP BY がサポートされているかどうか。サポートされている場合、どのレベルでサポートされているか。 | NO, NO_RELATION, EQUALS_SELECT, SQL_GB_COLLATE |
| OJ_CAPABILITIES | サポートされている外部結合の種類。 | NO, LEFT, RIGHT, FULL, INNER, NOT_ORDERED, ALL_COMPARISON_OPS |
| OUTER_JOINS | 外部結合がサポートされているかどうか。 | YES, NO |
| SUBQUERIES | サブクエリがサポートされているかどうか。サポートされていれば、どのレベルでサポートされているか。 | NO, COMPARISON, EXISTS, IN, CORRELATED_SUBQUERIES, QUANTIFIED |
| STRING_FUNCTIONS | サポートされている文字列関数。 | LENGTH, CHAR, LOCATE, REPLACE, SUBSTRING, RTRIM, LTRIM, RIGHT, LEFT, UCASE, SPACE, SOUNDEX, LCASE, CONCAT, ASCII, REPEAT, OCTET, BIT, POSITION, INSERT, TRIM, UPPER, REGEXP, LOWER, DIFFERENCE, CHARACTER, SUBSTR, STR, REVERSE, PLAN, UUIDTOSTR, TRANSLATE, TRAILING, TO, STUFF, STRTOUUID, STRING, SPLIT, SORTKEY, SIMILAR, REPLICATE, PATINDEX, LPAD, LEN, LEADING, KEY, INSTR, INSERTSTR, HTML, GRAPHICAL, CONVERT, COLLATION, CHARINDEX, BYTE |
| NUMERIC_FUNCTIONS | サポートされている数値関数。 | ABS, ACOS, ASIN, ATAN, ATAN2, CEILING, COS, COT, EXP, FLOOR, LOG, MOD, SIGN, SIN, SQRT, TAN, PI, RAND, DEGREES, LOG10, POWER, RADIANS, ROUND, TRUNCATE |
| TIMEDATE_FUNCTIONS | サポートされている日付および時刻関数。 | NOW, CURDATE, DAYOFMONTH, DAYOFWEEK, DAYOFYEAR, MONTH, QUARTER, WEEK, YEAR, CURTIME, HOUR, MINUTE, SECOND, TIMESTAMPADD, TIMESTAMPDIFF, DAYNAME, MONTHNAME, CURRENT_DATE, CURRENT_TIME, CURRENT_TIMESTAMP, EXTRACT |
| REPLICATION_SKIP_TABLES | レプリケーション中にスキップされたテーブルを示します。 | |
| REPLICATION_TIMECHECK_COLUMNS | レプリケーション中に更新判断のカラムとして使用するかどうかを、(指定された順に)チェックするカラムのリストを含む文字列の配列。 | |
| IDENTIFIER_PATTERN | 識別子としてどの文字列が有効かを示す文字列値。 | |
| SUPPORT_TRANSACTION | プロバイダーが、コミットやロールバックなどのトランザクションをサポートしているかどうかを示します。 | YES, NO |
| DIALECT | 使用するSQL ダイアレクトを示します。 | |
| KEY_PROPERTIES | Uniform データベースを特定するプロパティを示します。 | |
| SUPPORTS_MULTIPLE_SCHEMAS | プロバイダー用に複数のスキームが存在するかどうかを示します。 | YES, NO |
| SUPPORTS_MULTIPLE_CATALOGS | プロバイダー用に複数のカタログが存在するかどうかを示します。 | YES, NO |
| DATASYNCVERSION | このドライバーにアクセスするために必要な、CData Sync のバージョン。 | Standard, Starter, Professional, Enterprise |
| DATASYNCCATEGORY | このドライバーのCData Sync カテゴリ。 | Source, Destination, Cloud Destination |
| SUPPORTSENHANCEDSQL | API で提供されている以上の、追加SQL 機能がサポートされているかどうか。 | TRUE, FALSE |
| SUPPORTS_BATCH_OPERATIONS | バッチ操作がサポートされているかどうか。 | YES, NO |
| SQL_CAP | このドライバーでサポートされているすべてのSQL 機能。 | SELECT, INSERT, DELETE, UPDATE, TRANSACTIONS, ORDERBY, OAUTH, ASSIGNEDID, LIMIT, LIKE, BULKINSERT, COUNT, BULKDELETE, BULKUPDATE, GROUPBY, HAVING, AGGS, OFFSET, REPLICATE, COUNTDISTINCT, JOINS, DROP, CREATE, DISTINCT, INNERJOINS, SUBQUERIES, ALTER, MULTIPLESCHEMAS, GROUPBYNORELATION, OUTERJOINS, UNIONALL, UNION, UPSERT, GETDELETED, CROSSJOINS, GROUPBYCOLLATE, MULTIPLECATS, FULLOUTERJOIN, MERGE, JSONEXTRACT, BULKUPSERT, SUM, SUBQUERIESFULL, MIN, MAX, JOINSFULL, XMLEXTRACT, AVG, MULTISTATEMENTS, FOREIGNKEYS, CASE, LEFTJOINS, COMMAJOINS, WITH, LITERALS, RENAME, NESTEDTABLES, EXECUTE, BATCH, BASIC, INDEX |
| PREFERRED_CACHE_OPTIONS | 使用したいcacheOptions を指定する文字列値。 | |
| ENABLE_EF_ADVANCED_QUERY | ドライバーがEntity Framework の高度なクエリをサポートしているかどうかを示します。サポートしていなければ、クエリはクライアントサイドで処理されます。 | YES, NO |
| PSEUDO_COLUMNS | 利用可能な疑似カラムを示す文字列の配列。 | |
| MERGE_ALWAYS | 値がtrue であれば、CData Sync 内でMerge Model が強制的に実行されます。 | TRUE, FALSE |
| REPLICATION_MIN_DATE_QUERY | レプリケート開始日時を返すSELECT クエリ。 | |
| REPLICATION_MIN_FUNCTION | サーバーサイドでmin を実行するために使用する式名を、プロバイダーが指定できるようになります。 | |
| REPLICATION_START_DATE | レプリケート開始日を、プロバイダーが指定できるようになります。 | |
| REPLICATION_MAX_DATE_QUERY | レプリケート終了日時を返すSELECT クエリ。 | |
| REPLICATION_MAX_FUNCTION | サーバーサイドでmax を実行するために使用する式名を、プロバイダーが指定できるようになります。 | |
| IGNORE_INTERVALS_ON_INITIAL_REPLICATE | 初回のレプリケートで、レプリケートをチャンクに分割しないテーブルのリスト。 | |
| CHECKCACHE_USE_PARENTID | CheckCache 構文を親キーカラムに対して実行するかどうかを示します。 | TRUE, FALSE |
| CREATE_SCHEMA_PROCEDURES | スキーマファイルの生成に使用できる、ストアドプロシージャを示します。 |
次のクエリは、WHERE 句で使用できる演算子を取得します。
SELECT * FROM sys_sqlinfo WHERE Name = 'SUPPORTED_OPERATORS'
WHERE 句では、個々のテーブルの制限や要件が異なる場合がありますので注意してください。詳しくは、データモデル セクションを参照してください。
| Name | Type | Description |
| NAME | String | SQL 構文のコンポーネント、またはサーバー上で処理できる機能。 |
| VALUE | String | サポートされるSQL またはSQL 構文の詳細。 |
試行された変更に関する情報を返します。
次のクエリは、バッチ処理で変更された行のId を取得します。
SELECT * FROM sys_identity
| Name | Type | Description |
| Id | String | データ変更処理から返された、データベース生成Id。 |
| Batch | String | バッチの識別子。1 は単一処理。 |
| Operation | String | バッチ内の処理の結果:INSERTED、UPDATED、またはDELETED。 |
| Message | String | SUCCESS、またはバッチ内の更新が失敗した場合のエラーメッセージ。 |
利用可能なシステム情報を説明します。
次のクエリは、すべてのカラムを取得します。
SELECT * FROM sys_information
| Name | Type | Description |
| Product | String | 製品名。 |
| Version | String | 製品のバージョン番号。 |
| Datasource | String | 製品が接続するデータソースの名前。 |
| NodeId | String | 製品がインストールされているマシンの固有識別子。 |
| HelpURL | String | 製品のヘルプドキュメントのURL。 |
| License | String | 製品のライセンス情報。(この情報が利用できない場合、この項目は空白のままか「N/A」と表示されます。) |
| Location | String | 製品のライブラリが格納されているファイルパスの場所。 |
| Environment | String | 製品が現在稼働している環境またはランタイムのバージョン。 |
| DataSyncVersion | String | 本コネクタを使用するために必要なCData Sync のティア。 |
| DataSyncCategory | String | CData Sync 機能のカテゴリ(例:Source、Destination)。 |
| プロパティ | 説明 |
| AuthScheme | Salesforce への接続時に使用する認証方法を指定します。 |
| User | 認証するユーザーのユーザーID を指定します。 |
| Password | 認証するユーザーのパスワードを指定します。 |
| SecurityToken | Salesforce アカウントへのアクセスを認証するために使用されるセキュリティトークンを指定します。 |
| UseSandbox | 本番インスタンスではなく、Salesforce サンドボックス環境に接続するかどうかを指定します。 |
| プロパティ | 説明 |
| APIVersion | 接続に使用するSalesforce API バージョンを指定します。 |
| LoginURL | 認証とログインに使用されるSalesforce サーバーURL を指定します。 |
| プロパティ | 説明 |
| SSOLoginURL | ID プロバイダーのログインURL。 |
| SSOProperties | ID プロバイダーへの接続に必要な追加プロパティを、セミコロンで区切ったリスト形式で指定します。 |
| SSOExchangeURL | SAML 応答を処理してサービスの資格情報と交換するために使用するURL。 |
| プロパティ | 説明 |
| UseBulkAPI | Salesforce でのデータ読み書きに非同期Bulk API を使用するか、同期SOAP API を使用するかを指定します。 |
| BulkAPIConcurrencyMode | Salesforce Bulk API v1 で一括行を処理する際に使用する並行処理モードを指定します。 |
| BulkUploadLimit | Salesforce Bulk API v2 を使用してアップロードできる最大ファイルサイズ(MB)を指定します。 |
| BulkPollingInterval | 一括プロセスの応答の可用性を確認するリクエスト間の時間間隔(ミリ秒)を指定します。 |
| BulkQueryTimeout | provider が一括クエリの応答を待機する最大時間(分)を指定し、この時間を過ぎるとタイムアウトします。 |
| WaitForBulkResults | 非同期Bulk API を使用する際に、provider が一括操作結果の完了を待機するかどうかを指定します。UseBulkAPI がtrue に設定されている場合にのみ適用されます。 |
| BulkAPIVersion | 一括クエリおよびデータ操作の処理に使用するSalesforce Bulk API バージョンを指定します。 |
| PushEmptyValuesAsNull | 空の値を空文字列として解釈するか、NULL として解釈するかを指定します。 |
| プロパティ | 説明 |
| OAuthClientId | カスタムOAuth アプリケーションに割り当てられたクライアントID(コンシューマーキーとも呼ばれます)を指定します。このID は、認証時にOAuth 認可サーバーにアプリケーションを識別させるために必要です。 |
| OAuthClientSecret | カスタムOAuth アプリケーションに割り当てられたクライアントシークレットを指定します。この機密情報は、OAuth 認可サーバーに対してアプリケーションを認証するために使用されます。(カスタムOAuth アプリケーションのみ) |
| Scope | データへの適切なアクセスを確実にするために、認証ユーザーのアプリケーションへのアクセス範囲を指定します。 カスタムOAuth アプリケーションが必要な場合は、通常、アプリケーションの作成時に指定します。 |
| プロパティ | 説明 |
| OAuthJWTCert | クライアント証明書のJWT 証明書ストアの名前を指定します。 |
| OAuthJWTCertType | JWT 証明書を格納しているキーストアの種類を指定します。 |
| OAuthJWTCertPassword | パスワードで保護された証明書ストアにアクセスするために使用されるOAuth JWT 証明書のパスワードを指定します。証明書ストアがパスワードを必要としない場合は、このプロパティを空白のままにします。 |
| OAuthJWTCertSubject | ストアで一致する証明書を検索するために使用される、OAuth JWT 証明書のサブジェクトを指定します。部分一致と、先頭の証明書を選択するためのワイルドカード '*' をサポートします。 |
| OAuthJWTIssuer | Java Web Token の発行者。 |
| OAuthJWTSubject | アプリケーションからデリゲートアクセスの要求対象となるユーザーサブジェクト。 |
| プロパティ | 説明 |
| SSLServerCert | TLS/SSL を使用して接続する際に、サーバーが受け入れ可能な証明書を指定します。 |
| プロパティ | 説明 |
| Verbosity | ログファイルのVerbosity レベルを指定し、記録される情報の詳細度を制御します。サポートされる値の範囲は1から5までです。 |
| プロパティ | 説明 |
| BrowsableSchemas | レポートされるスキーマを利用可能なすべてのスキーマのサブセットに制限するオプション設定。例えば、 BrowsableSchemas=SchemaA,SchemaB,SchemaC です。 |
| プロパティ | 説明 |
| AllOrNone | リクエスト内のすべての挿入、更新、または削除操作において、個別のレコードが失敗した場合にすべての操作を失敗させるかどうかを指定します。 |
| ArchiveMode | 標準のSELECT クエリで削除済みおよびアーカイブされたレコードを含めるかどうかを指定します。 |
| ContinueOnAlterException | ALTER ステートメントの一つが失敗した後に、provider が後続のALTER ステートメントの実行を続行するかどうかを指定します。 |
| ExposeConceptualEntities | Salesforce のレコードタイプを個別のテーブルとして公開するかどうかを指定します。 |
| FilterScope | Salesforce のUSING SCOPE キーワードを使用してクエリで返されるレコードを制限するオプションのスコープを指定します。 |
| IncludeMetadataDescription | Salesforce Metadata API からカラム、テーブル、またはその両方の説明を取得するかどうかを指定します。 |
| IncludeReports | Salesforce レポートをスキーマ内のビューとして公開するかどうかを指定します。 |
| MaxRows | 集計やGROUP BY を含まないクエリで返される最大行数を指定します。 |
| NullBooleanBehavior | このプロパティは、Boolean カラムに対してNULL 値をどのように処理するかを決定します。 |
| PseudoColumns | テーブルカラムとして公開する擬似カラムを、'TableName=ColumnName;TableName=ColumnName' の形式の文字列で指定します。 |
| RemoveBOMCharacter | provider がコンテンツからバイトオーダーマーク(BOM)文字(0xFEFF)を削除するかどうかを指定します。 |
| RemovePrivateChar | 取得されたコンテンツ内の私用文字を '?' 文字に置き換えるかどうかを指定します。 |
| ReplaceInvalidUTF8Chars | コンテンツ内の無効なUTF-8 文字を '?' 文字に置き換えるかどうかを指定します。 |
| ReportExactPicklistLength | Salesforce で定義されている選択リストフィールドの正確な長さを報告するか、デフォルトの長さの255で報告するかを指定します。 |
| ServerSideAggregation | SUM、COUNT、GROUP BY などの集計操作をSalesforce サーバーで実行するか、クライアント側で処理するかを指定します。 |
| SessionTimeout | Salesforce ログインセッションが期限切れになる前に再利用される時間(分)を指定します。 |
| SkipFormulaFields | Salesforce オブジェクトのカラム一覧表示時に数式フィールドを除外するかどうかを指定します。 |
| SkipPickListTranslation | データ取得時に選択リストの翻訳をスキップするカラムをカンマ区切りで指定します。 |
| SortColumns | テーブルカラムを名前でアルファベット順にソートするか、Salesforce で提供される順序で報告するかを指定します。 |
| Timeout | provider がタイムアウトエラーを返すまでにサーバーからの応答を待機する最大時間を秒単位で指定します。 |
| TranslatePickListFields | 選択リストフィールドの値を、現在認証されているSalesforce ユーザーの言語に翻訳するかどうかを指定します。 |
| UseDisplayNames | メタデータの一覧表示とデータクエリ時に、API 名の代わりにカラムの表示名を使用するかどうを指定します。 |
| UseToolingAPI | メタデータと開発関連オブジェクトの取得・変更にSalesforce Tooling API を使用するかどうかを指定します。 |
このセクションでは、本プロバイダーの接続文字列で設定可能なAuthentication プロパティの全リストを提供します。
| プロパティ | 説明 |
| AuthScheme | Salesforce への接続時に使用する認証方法を指定します。 |
| User | 認証するユーザーのユーザーID を指定します。 |
| Password | 認証するユーザーのパスワードを指定します。 |
| SecurityToken | Salesforce アカウントへのアクセスを認証するために使用されるセキュリティトークンを指定します。 |
| UseSandbox | 本番インスタンスではなく、Salesforce サンドボックス環境に接続するかどうかを指定します。 |
Salesforce への接続時に使用する認証方法を指定します。
string
"OAuth"
Salesforce は複数の認証方法をサポートしています。適切な値は、組織が使用する認証フローによって異なります。
Salesforce アカウントへのアクセスを認証するために使用されるセキュリティトークンを指定します。
string
""
Basic またはOAuthPassword 認証を使用する場合、Salesforce ではユーザーのパスワードに加えてセキュリティトークンが必要になる場合があります。 このトークンは追加のセキュリティ対策であり、通常、信頼されていないIP アドレスから、またはSalesforce で設定された信頼されたIP 範囲外からログインする際に使用されます。
セキュリティトークンを取得するには、Salesforce にログインし、設定 -> 私の個人情報 -> 私のセキュリティトークンのリセットに移動して、新しいトークンをリクエストします。 トークンは登録されたメールアドレスに送信されます。パスワードがリセットされた場合は、セキュリティトークンもリセットして新しいトークンを取得する必要があります。
このプロパティは、IP アドレスがSalesforce で定義された信頼されたIP 範囲内にない場合、または組織がセキュリティトークン要件を実施している場合にのみ必要です。
このプロパティは、信頼されていないネットワークからSalesforce に安全に接続する場合や、追加の検証を必要とするBasic 認証方法を使用する場合に役立ちます。
本番インスタンスではなく、Salesforce サンドボックス環境に接続するかどうかを指定します。
bool
false
UseSandbox がtrue に設定されている場合、Cloud は本番データとは別のテストおよび開発環境であるSalesforce サンドボックスアカウントに接続します。 正しく認証するには、ユーザー名にサンドボックス名を追加する必要があります。例えば、ユーザー名がuser でサンドボックス名がsandbox の場合、User プロパティをuser.sandbox として指定する必要があります。
Salesforce サンドボックス環境は、本番データに影響を与えることなく、開発、ステージング、またはテストに一般的に使用されます。 このプロパティにより、接続が正しい環境とエンドポイントに導かれることを確実にします。 このプロパティを設定することによる直接的なパフォーマンスへの影響はありませんが、サンドボックス環境では本番環境と比較してAPI 制限やリソースの可用性が異なる場合があります。 また、最近のリフレッシュが実行されていない限り、サンドボックスのメタデータとデータは本番環境と完全に同期されていない可能性があります。 このプロパティは、本番データに影響を与えることなく、クエリ、操作、統合を安全にテストする必要がある開発者、テスト担当者、管理者に役立ちます。
このセクションでは、本プロバイダーの接続文字列で設定可能なConnection プロパティの全リストを提供します。
| プロパティ | 説明 |
| APIVersion | 接続に使用するSalesforce API バージョンを指定します。 |
| LoginURL | 認証とログインに使用されるSalesforce サーバーURL を指定します。 |
接続に使用するSalesforce API バージョンを指定します。
string
"64.0"
このプロパティを使用すると、必要に応じてデフォルトのバージョンをオーバーライドできます。
指定したAPI バージョンがSalesforce でサポートされていることを確認してください。サポートされていないバージョンを使用すると、エラーや予期しない動作が発生する可能性があります。
認証とログインに使用されるSalesforce サーバーURL を指定します。
string
""
このプロパティは、Salesforce にログインする際に使用される認証エンドポイントを定義します。デフォルトでは、Cloud はSalesforce の標準SOAP API ログイン URL:https://login.salesforce.com/services/Soap/c/62.0 に接続します。
以下の場合にこの値を変更してください:
Note: 標準のサンドボックス環境に接続するには、UseSandbox プロパティを使用してください。 これにより、ログイン試行が自動的にサンドボックスログインエンドポイント(https://test.salesforce.com)にルーティングされ、組織がドメイン固有のログインポリシーを実施していない限り、LoginURL を手動で設定する必要はありません。
不正確なURL 設定は認証を妨げる可能性があるため、指定されたログインエンドポイントがSalesforce インスタンスに対して有効であることを確認することが重要です。 シングルサインオン(SSO)を使用している場合、ログインURL はID プロバイダーの設定と一致する必要があります。 サンドボックスと本番環境を頻繁に切り替える組織は、接続の問題を避けるために、このプロパティを適切に更新する必要があります。
このプロパティは、Salesforce サンドボックス、Government Cloud、または地域データセンターを使用するなど、カスタム認証エンドポイントを必要とする組織に役立ちます。
このセクションでは、本プロバイダーの接続文字列で設定可能なSSO プロパティの全リストを提供します。
| プロパティ | 説明 |
| SSOLoginURL | ID プロバイダーのログインURL。 |
| SSOProperties | ID プロバイダーへの接続に必要な追加プロパティを、セミコロンで区切ったリスト形式で指定します。 |
| SSOExchangeURL | SAML 応答を処理してサービスの資格情報と交換するために使用するURL。 |
ID プロバイダーのログインURL。
string
""
ID プロバイダーのログインURL。
ID プロバイダーへの接続に必要な追加プロパティを、セミコロンで区切ったリスト形式で指定します。
string
""
ID プロバイダーへの接続に必要な追加プロパティを、セミコロンで区切ったリスト形式で指定します。
SSOLoginURL と一緒に使用します。
SSO 設定については、 で詳しく説明します。
SAML 応答を処理してサービスの資格情報と交換するために使用するURL。
string
""
CData Cloud はここで指定されたURL を使用してSAML 応答を処理し、サービスの資格情報と交換します。 取得した資格情報はSSO 接続時の最後の情報であり、Salesforce との通信に使用されます。
このセクションでは、本プロバイダーの接続文字列で設定可能なBulkAPI プロパティの全リストを提供します。
| プロパティ | 説明 |
| UseBulkAPI | Salesforce でのデータ読み書きに非同期Bulk API を使用するか、同期SOAP API を使用するかを指定します。 |
| BulkAPIConcurrencyMode | Salesforce Bulk API v1 で一括行を処理する際に使用する並行処理モードを指定します。 |
| BulkUploadLimit | Salesforce Bulk API v2 を使用してアップロードできる最大ファイルサイズ(MB)を指定します。 |
| BulkPollingInterval | 一括プロセスの応答の可用性を確認するリクエスト間の時間間隔(ミリ秒)を指定します。 |
| BulkQueryTimeout | provider が一括クエリの応答を待機する最大時間(分)を指定し、この時間を過ぎるとタイムアウトします。 |
| WaitForBulkResults | 非同期Bulk API を使用する際に、provider が一括操作結果の完了を待機するかどうかを指定します。UseBulkAPI がtrue に設定されている場合にのみ適用されます。 |
| BulkAPIVersion | 一括クエリおよびデータ操作の処理に使用するSalesforce Bulk API バージョンを指定します。 |
| PushEmptyValuesAsNull | 空の値を空文字列として解釈するか、NULL として解釈するかを指定します。 |
Salesforce でのデータ読み書きに非同期Bulk API を使用するか、同期SOAP API を使用するかを指定します。
bool
false
UseBulkAPI がtrue に設定されている場合、Cloud は読み取りと書き込みの両方にSalesforce のBulk API を使用します。 読み取りでは、Cloud は一括クエリジョブを作成し、結果が利用可能になると返し始めます。 JOIN や集計を含むクエリはBulk API でサポートされていないため、Cloud は自動的にSOAP API にフォールバックします。
書き込みでは、バッチあたり最大10,000レコードを送信できます。これらのリクエストは非同期であり、Cloud はSalesforce が操作を完全に処理するまで待機しません。 これらのジョブのステータスは、一時システムテーブルを使用して監視できます。次に例を示します。 SELECT * FROM Info#TEMP
このクエリは、ジョブとバッチID を返します。これらのID は、GetJob、GetBatch、およびGetBatchResults と組み合わせて使用し、ジョブの進行状況を追跡できます。
UseBulkAPI がfalse に設定されている場合、Cloud は読み取りと書き込みにSOAP API を使用します。 このモードでは、書き込みでもバッチ処理がサポートされますが、結果は同期的に返されます。
Bulk API は大規模なデータセットを非同期で処理するように最適化されており、大量のインポートとエクスポートに適しています。 ただし、結合や集計を含む複雑なクエリはサポートされておらず、SOAP API へのフォールバックが必要です。 書き込みでは、Bulk API は大量のレコードボリュームの効率的な処理を可能にしますが、非同期な性質により、ジョブの監視が必要になります。 SOAP API は操作に対して即座にフィードバックを提供し、小規模なトランザクションにより適しています。
このプロパティは、非同期処理が許容されるか、または好まれる大規模なデータ操作に役立ちます。
Salesforce Bulk API v1 で一括行を処理する際に使用する並行処理モードを指定します。
string
"Serial"
Salesforce Bulk API v1 は、一括データ操作を処理するための2つの並行処理モードをサポートしています。BulkAPIConcurrencyMode をSerial に設定すると、バッチが確実に順次処理されるようになり、関連レコードを扱う際にレコードロックの問題を防ぐことができます。 ただし、特に大規模なデータセットを処理する場合、パフォーマンスが低下する可能性があります。
Parallel を使用すると、複数のバッチを同時に処理できるため、スループットが大幅に向上します。 ただし、Salesforce はレコードロックを実行するため、関連レコードを更新しようとする並列操作では、競合によりエラーが発生する場合があります。
一括データの効率的な処理は、高スループットアプリケーションにとって重要です。ワークロードが独立したレコードを含む場合、Parallel モードを有効にすることで処理を大幅に高速化できます。 ただし、操作が関連レコードの更新を含む場合、Serial モードを使用することでロックの問題を防ぐことができます。
このプロパティは、データ構造と処理のニーズに基づいて一括操作を最適化する際に役立ちます。 適切な設定を選択することで、API リクエスト時間を短縮し、システム全体のパフォーマンスを向上させることができます。
このプロパティは、Bulk API v1 が有効な場合にのみ適用されます。Bulk API v2 では並行処理が自動的に制御されるため、この設定はサポートされていません。
Salesforce Bulk API v2 を使用してアップロードできる最大ファイルサイズ(MB)を指定します。
int
100
UseBulkAPI がtrue に設定されている場合、このプロパティはSalesforce Bulk API v2 経由での取り込みに許可される最大ファイルサイズを定義します。 Salesforce では最大アップロードサイズが100 MB に制限されており、これがこの設定のデフォルト値です。この制限を超えると、エラーや操作の失敗が発生する可能性があります。 ほとんどの場合、この値を変更する必要はありません。ただし、必要に応じてより小さい値に調整することができます。例えば、ジョブサイズを削減したり、ネットワーク制約を管理したりする場合です。
このプロパティは、Salesforce の一括アップロード制限への準拠を確実にします。100 MB を超えるファイルをアップロードしようとすると失敗します。 大きなアップロードでタイムアウトやエラーが発生する場合は、ファイルサイズを小さくするか、データをより小さなチャンクに分割して、信頼性を向上させ、API レートや処理制限の超過を回避することを検討してください。
このプロパティは、一括データ取り込みを管理する際に役立ち、Salesforce のファイルサイズ制約との互換性を確保し、大規模なデータセットの効率的な処理を維持するのに役立ちます。
この設定は、Salesforce Bulk API v2 が使用されている場合にのみ適用されます。
一括プロセスの応答の可用性を確認するリクエスト間の時間間隔(ミリ秒)を指定します。
string
"500"
このプロパティはポーリング頻度を決定し、Cloud がジョブステータスを確認するリクエストを送信する頻度を制御します。 値を小さくするとポーリング頻度が増加し、値を大きくするとAPI コール数が減少しますが、クエリ結果の取得に遅延が生じる可能性があります。 UseBulkAPI がtrue に設定されている場合、Cloud は一括クエリ操作(SELECT 文など)と一括インジェスト操作(INSERT、UPDATE、DELETE など)の両方について、Salesforce に非同期ジョブを送信します。 Cloud は定期的にSalesforce サーバーをポーリングして、結果が準備できているかを確認します。 ポーリングは、WaitForBulkResults がtrue に設定されている場合にのみ、クエリとインジェストの応答に対して実行されます。
頻繁なポーリング(小さな値)は、クエリの実行を高速化する可能性がありますが、API 使用量を増加させる場合があります。 ポーリング間隔を大きくするとAPI リクエストが減少しますが、クエリが完了してもポーリングが遅延した場合、応答時間が遅くなる可能性があります。
このプロパティは、Salesforce で一括クエリを実行する場合のパフォーマンスとAPI 消費量を微調整する際に役立ちます。 クエリサイズとAPI レート制限に基づいてこの設定を調整することで、パフォーマンスを最適化できます。
この設定は、Salesforce Bulk API が使用されている場合にのみ適用されます。
provider が一括クエリの応答を待機する最大時間(分)を指定し、この時間を過ぎるとタイムアウトします。
string
"25"
UseBulkAPI がtrue に設定されている場合、Cloud はSELECT クエリをSalesforce の非同期ジョブとして送信します。 Cloud は定期的にSalesforce をポーリングして、結果が準備できているかを確認します。
このプロパティは、Cloud が一括クエリの完了を待機する合計時間を制御し、この時間を超えるとタイムアウトします。クエリがこの時間よりも長くかかる場合、接続はタイムアウトエラーで失敗します。 BulkQueryTimeout を長く設定すると、Salesforce が大規模または複雑なクエリを処理する時間を増やすことができ、タイムアウトによる失敗の可能性を減らします。 ただし、この値を高く設定しすぎると、正常に完了する可能性が低いクエリに対して長時間待機することになる場合があります。
このプロパティは、すべての接続リクエストに適用され、一括クエリの実行時間ではなく非アクティブ状態を管理するTimeout とは異なります。
このプロパティは、Salesforce Bulk API で大規模なデータセットや実行時間の長いクエリを処理する場合に役立ちます。 この値を調整することで、予想される実行時間に基づいてクエリの成功率とタイムアウト処理のバランスを取ることができます。
この設定は、Salesforce Bulk API が使用されている場合にのみ適用されます。
非同期Bulk API を使用する際に、provider が一括操作結果の完了を待機するかどうかを指定します。UseBulkAPI がtrue に設定されている場合にのみ適用されます。
bool
false
WaitForBulkResults がfalse に設定されている場合、Cloud は一括データ変更操作をSalesforce に送信し、ジョブの処理完了を待機せずに即座に制御を返します。 これにより実行は高速になりますが、結果の詳細はまだ利用できません。この場合、Info#TEMP テーブルには作成されたバッチまたはジョブに関する情報が含まれており、ストアドプロシージャと組み合わせて使用し、最終結果を手動で取得できます。
WaitForBulkResults がtrue に設定されている場合、Cloud は各一括操作の処理がSalesforce で完了するまで待機してから結果を返します。 これにより、LastResultInfo#TEMP テーブルに、ID、ステータス値、エラーメッセージなど、影響を受けた各行の詳細情報が追加のクエリを必要とせずに含まれます。
Info#TEMP またはLastResultInfo#TEMP で見つかったジョブとバッチID は、ストアドプロシージャと組み合わせて使用し、詳細なジョブとバッチの結果を取得できます:
結果を待機しないことで実行時間が短縮され、アプリケーションをより早く継続できますが、成功または失敗を追跡するための追加のフォローアップステップが必要になります。 このプロパティを有効にすると、処理時間が増加しますが、単一の操作で詳細な結果を提供します。
このプロパティは、一括データ変更ワークフローにおいて、スピードと詳細な操作の洞察のバランスを取る際に役立ちます。
一括クエリおよびデータ操作の処理に使用するSalesforce Bulk API バージョンを指定します。
string
"v2"
Salesforce では、それぞれ異なる用途に最適化された2つのバージョンのBulk API を提供しています。
Salesforce API バージョン62.0 以降では、より一貫した設計、より強力なSalesforce API エコシステムとの統合、およびAPI 消費量の削減により、一般的にv2 が推奨されます。 v2 を使用することで、手動での最適化の必要性が減り、ほとんどの標準的な一括操作に適した選択肢となります。 ただし、大規模またはパフォーマンス重視のワークフローでは、v1 がバッチ処理とエラー処理の制御においてより大きな柔軟性を提供します。
空の値を空文字列として解釈するか、NULL として解釈するかを指定します。
bool
true
空の値を空文字列として解釈するか、NULL として解釈するかを指定します。この設定は、UseBulkAPI = true かつBulkAPIVersion = v2 の場合のSELECT ステートメントにのみ影響します。
デフォルトでは、ドライバーはBULK V2 API クエリ操作から返される空の値をNULL としてプッシュします。PushEmptyValuesAsNull をfalse に設定すると、代わりに空の値はVARCHAR カラムでは空文字列として、数値フィールドでは0としてプッシュされます。
このセクションでは、本プロバイダーの接続文字列で設定可能なOAuth プロパティの全リストを提供します。
| プロパティ | 説明 |
| OAuthClientId | カスタムOAuth アプリケーションに割り当てられたクライアントID(コンシューマーキーとも呼ばれます)を指定します。このID は、認証時にOAuth 認可サーバーにアプリケーションを識別させるために必要です。 |
| OAuthClientSecret | カスタムOAuth アプリケーションに割り当てられたクライアントシークレットを指定します。この機密情報は、OAuth 認可サーバーに対してアプリケーションを認証するために使用されます。(カスタムOAuth アプリケーションのみ) |
| Scope | データへの適切なアクセスを確実にするために、認証ユーザーのアプリケーションへのアクセス範囲を指定します。 カスタムOAuth アプリケーションが必要な場合は、通常、アプリケーションの作成時に指定します。 |
カスタムOAuth アプリケーションに割り当てられたクライアントID(コンシューマーキーとも呼ばれます)を指定します。このID は、認証時にOAuth 認可サーバーにアプリケーションを識別させるために必要です。
string
""
このプロパティは2つのケースで必要となります:
(ドライバーが埋め込みOAuth 資格情報を提供する場合、この値はすでにCloud によって設定されており、手動で入力する必要がないことがあります。)
OAuthClientId は、認証付きの接続を構成する際に、OAuthClientSecret やOAuthSettingsLocation などの他のOAuth 関連プロパティと一緒に使用されるのが一般的です。
OAuthClientId は、ユーザーがOAuth 経由で認証を行う前に設定する必要がある、主要な接続パラメータの1つです。 この値は、通常、ID プロバイダーのアプリケーション登録設定で確認できます。 Client ID、Application ID、Consumer Key などとラベル付けされた項目を探してください。
クライアントID は、クライアントシークレットのような機密情報とは見なされませんが、アプリケーションの識別情報の一部であるため、慎重に取り扱う必要があります。公開リポジトリや共有設定ファイルでこの値を露出させないようにしてください。
接続設定時にこのプロパティを使用する方法の詳細については、接続の確立 を参照してください。
カスタムOAuth アプリケーションに割り当てられたクライアントシークレットを指定します。この機密情報は、OAuth 認可サーバーに対してアプリケーションを認証するために使用されます。(カスタムOAuth アプリケーションのみ)
string
""
このプロパティ(アプリケーションシークレットまたはコンシューマシークレットとも呼ばれます)は、安全なクライアント認証を必要とするすべてのフローでカスタムOAuth アプリケーションを使用する場合に必要です。たとえば、Web ベースのOAuth、サービスベースの接続、証明書ベースの認可フローなどが該当します。 組み込みOAuth アプリケーションを使用する場合は必要ありません。
クライアントシークレットは、OAuth フローのトークン交換ステップで使用されます。このステップでは、ドライバーが認可サーバーにアクセストークンを要求します。 この値が欠落しているか正しくない場合、認証はinvalid_client またはunauthorized_client エラーで失敗します。
OAuthClientSecret は、ユーザーがOAuth 経由で認証を行う前に設定する必要がある、主要な接続パラメータの1つです。この値は、OAuth アプリケーションを登録する際にID プロバイダーから取得できます。
Notes:
接続設定時にこのプロパティを使用する方法の詳細については、接続の確立 を参照してください。
データへの適切なアクセスを確実にするために、認証ユーザーのアプリケーションへのアクセス範囲を指定します。 カスタムOAuth アプリケーションが必要な場合は、通常、アプリケーションの作成時に指定します。
string
""
スコープは、認証ユーザーがどのようなアクセス権を持つかを定義するために設定されます。例えば、読み取り、読み取りと書き込み、機密情報への制限付きアクセスなどです。システム管理者は、スコープを使用して機能またはセキュリティクリアランスによるアクセスを選択的に有効化できます。
InitiateOAuth がGETANDREFRESH に設定されている場合、要求するスコープを変更したい場合はこのプロパティを使用する必要があります。
InitiateOAuth がREFRESH またはOFF のいずれかに設定されている場合、このプロパティまたはScope 入力を使用して、要求するスコープを変更できます。
このセクションでは、本プロバイダーの接続文字列で設定可能なJWT OAuth プロパティの全リストを提供します。
| プロパティ | 説明 |
| OAuthJWTCert | クライアント証明書のJWT 証明書ストアの名前を指定します。 |
| OAuthJWTCertType | JWT 証明書を格納しているキーストアの種類を指定します。 |
| OAuthJWTCertPassword | パスワードで保護された証明書ストアにアクセスするために使用されるOAuth JWT 証明書のパスワードを指定します。証明書ストアがパスワードを必要としない場合は、このプロパティを空白のままにします。 |
| OAuthJWTCertSubject | ストアで一致する証明書を検索するために使用される、OAuth JWT 証明書のサブジェクトを指定します。部分一致と、先頭の証明書を選択するためのワイルドカード '*' をサポートします。 |
| OAuthJWTIssuer | Java Web Token の発行者。 |
| OAuthJWTSubject | アプリケーションからデリゲートアクセスの要求対象となるユーザーサブジェクト。 |
クライアント証明書のJWT 証明書ストアの名前を指定します。
string
""
OAuthJWTCertType フィールドは、OAuthJWTCert により指定された証明書ストアの種類を指定します。 ストアがパスワードで保護されている場合は、OAuthJWTCertPassword を使用してパスワードを指定します。
OAuthJWTCert は、OAuthJWTCertSubject フィールドとともにクライアント証明書を指定するために使われます。 OAuthJWTCert に値が設定され、かつOAuthJWTCertSubject が設定されている場合、CData Cloud は証明書の検索を開始します。 詳しくは、OAuthJWTCertSubject を参照してください。
証明書ストアの指定はプラットフォームに依存します。
注記
JWT 証明書を格納しているキーストアの種類を指定します。
string
"PEMKEY_BLOB"
| 値 | 説明 | 注記 |
| USER | 現在のユーザーが所有する証明書ストア。 | Windows のみ使用可能です。 |
| MACHINE | マシンストア。 | Java やその他の非Windows 環境では使用できません。 |
| PFXFILE | 証明書を含むPFX(PKCS12)ファイル。 | |
| PFXBLOB | PFX(PKCS12)形式の証明書ストアをbase-64 でエンコードした文字列。 | |
| JKSFILE | 証明書を含むJava キーストア(JKS)ファイル。 | Java 専用。 |
| JKSBLOB | Java キーストア(JKS)形式の証明書ストアをbase-64 でエンコードした文字列。 | Java 専用。 |
| PEMKEY_FILE | 秘密鍵とオプションの証明書を含むPEM でエンコードされたファイル。 | |
| PEMKEY_BLOB | 秘密鍵とオプションの証明書をbase-64 でエンコードした文字列。 | |
| PUBLIC_KEY_FILE | PEM またはDER でエンコードされた公開鍵証明書を含むファイル。 | |
| PUBLIC_KEY_BLOB | PEM またはDER でエンコードされた公開鍵証明書をbase-64 でエンコードした文字列。 | |
| SSHPUBLIC_KEY_FILE | SSH 形式の公開鍵を含むファイル。 | |
| SSHPUBLIC_KEY_BLOB | SSH 形式の公開鍵ををbase-64 でエンコードした文字列。 | |
| P7BFILE | 証明書を含むPKCS7 ファイル。 | |
| PPKFILE | PuTTY 秘密キー(PPK)を含むファイル。 | |
| XMLFILE | XML 形式の証明書を含むファイル。 | |
| XMLBLOB | XML 形式の証明書を含む文字列。 | |
| BCFKSFILE | Bouncy Castle キーストアを含むファイル。 | |
| BCFKSBLOB | Bouncy Castle キーストアを含む文字列(base-64エンコード)。 |
パスワードで保護された証明書ストアにアクセスするために使用されるOAuth JWT 証明書のパスワードを指定します。証明書ストアがパスワードを必要としない場合は、このプロパティを空白のままにします。
string
""
このプロパティは、パスワードで保護された証明書ストアを開くために必要なパスワードを指定します。 パスワードが必要かどうかを判断するには、ご利用の証明書ストアのドキュメントまたは設定を参照してください。
ストアで一致する証明書を検索するために使用される、OAuth JWT 証明書のサブジェクトを指定します。部分一致と、先頭の証明書を選択するためのワイルドカード '*' をサポートします。
string
"*"
このプロパティの値は、ストアで一致する証明書を検索するために使用されます。検索プロセスは以下のように動作します。
値を '*' に設定すると、ストアの先頭の証明書が自動的に選択されます。 証明書のサブジェクトは識別名フィールドおよび値のカンマ区切りのリストです。 例:CN=www.server.com, OU=test, C=US, [email protected]。
一般的なフィールドには以下のものが含まれます。
| フィールド | 説明 |
| CN | 共通名。一般的には、www.server.com のようなホスト名です。 |
| O | 法人名 |
| OU | 法人の部署名 |
| L | 法人の住所(市町村名) |
| S | 法人の住所(都道府県) |
| C | 国名 |
| E | E メールアドレス |
フィールド値にカンマが含まれる場合は、引用符で囲んでください。例:"O=ACME, Inc."。
Java Web Token の発行者。
string
""
Java Web Token の発行者。 OAuth クライアントID に設定します。
アプリケーションからデリゲートアクセスの要求対象となるユーザーサブジェクト。
string
""
アプリケーションからデリゲートアクセスの要求対象となるユーザーサブジェクトです。 OAuth アプリの使用を許可されたユーザーのユーザー名(E メールアドレス)を設定します。
このセクションでは、本プロバイダーの接続文字列で設定可能なSSL プロパティの全リストを提供します。
| プロパティ | 説明 |
| SSLServerCert | TLS/SSL を使用して接続する際に、サーバーが受け入れ可能な証明書を指定します。 |
TLS/SSL を使用して接続する際に、サーバーが受け入れ可能な証明書を指定します。
string
""
TLS/SSL 接続を使用している場合は、このプロパティを使用して、サーバーが受け入れるTLS/SSL 証明書を指定できます。このプロパティに値を指定すると、マシンによって信頼されていない他の証明書はすべて拒否されます。
このプロパティは、次のフォームを取ります:
| 説明 | 例 |
| フルPEM 証明書(例では省略されています) | -----BEGIN CERTIFICATE----- MIIChTCCAe4CAQAwDQYJKoZIhv......Qw== -----END CERTIFICATE----- |
| 証明書を保有するローカルファイルへのパス。 | C:\cert.cer |
| 公開鍵(例では省略されています) | -----BEGIN RSA PUBLIC KEY----- MIGfMA0GCSq......AQAB -----END RSA PUBLIC KEY----- |
| MD5 Thumbprint(hex 値はスペースまたはコロン区切り) | ecadbdda5a1529c58a1e9e09828d70e4 |
| SHA1 Thumbprint(hex 値はスペースまたはコロン区切り) | 34a929226ae0819f2ec14b4a3d904f801cbb150d |
Note:'*' を使用してすべての証明書を受け入れるように指定することも可能ですが、セキュリティ上の懸念があるため推奨されません。
このセクションでは、本プロバイダーの接続文字列で設定可能なLogging プロパティの全リストを提供します。
| プロパティ | 説明 |
| Verbosity | ログファイルのVerbosity レベルを指定し、記録される情報の詳細度を制御します。サポートされる値の範囲は1から5までです。 |
ログファイルのVerbosity レベルを指定し、記録される情報の詳細度を制御します。サポートされる値の範囲は1から5までです。
string
"1"
このプロパティは、Cloud がログファイルに含める詳細レベルを定義します。 Verbosity レベルを高くするとログに記録される情報の詳細が増えますが、ログファイルが大きくなり取り込まれるデータが増えるためパフォーマンスが低下する可能性があります。
デフォルトのVerbosity レベルは1で、通常の運用にはこれが推奨されます。 より高いVerbosity レベルは主にデバッグを目的としています。 各レベルの詳細については、ログ を参照してください。
LogModules プロパティと組み合わせることで、Verbosity は特定の情報カテゴリに対するログの詳細度を調整できます。
このセクションでは、本プロバイダーの接続文字列で設定可能なSchema プロパティの全リストを提供します。
| プロパティ | 説明 |
| BrowsableSchemas | レポートされるスキーマを利用可能なすべてのスキーマのサブセットに制限するオプション設定。例えば、 BrowsableSchemas=SchemaA,SchemaB,SchemaC です。 |
レポートされるスキーマを利用可能なすべてのスキーマのサブセットに制限するオプション設定。例えば、 BrowsableSchemas=SchemaA,SchemaB,SchemaC です。
string
""
利用可能なデータベーススキーマをすべてリストすると余分な時間がかかり、パフォーマンスが低下します。 接続文字列にスキーマのリストを指定することで、時間を節約しパフォーマンスを向上させることができます。
このセクションでは、本プロバイダーの接続文字列で設定可能なMiscellaneous プロパティの全リストを提供します。
| プロパティ | 説明 |
| AllOrNone | リクエスト内のすべての挿入、更新、または削除操作において、個別のレコードが失敗した場合にすべての操作を失敗させるかどうかを指定します。 |
| ArchiveMode | 標準のSELECT クエリで削除済みおよびアーカイブされたレコードを含めるかどうかを指定します。 |
| ContinueOnAlterException | ALTER ステートメントの一つが失敗した後に、provider が後続のALTER ステートメントの実行を続行するかどうかを指定します。 |
| ExposeConceptualEntities | Salesforce のレコードタイプを個別のテーブルとして公開するかどうかを指定します。 |
| FilterScope | Salesforce のUSING SCOPE キーワードを使用してクエリで返されるレコードを制限するオプションのスコープを指定します。 |
| IncludeMetadataDescription | Salesforce Metadata API からカラム、テーブル、またはその両方の説明を取得するかどうかを指定します。 |
| IncludeReports | Salesforce レポートをスキーマ内のビューとして公開するかどうかを指定します。 |
| MaxRows | 集計やGROUP BY を含まないクエリで返される最大行数を指定します。 |
| NullBooleanBehavior | このプロパティは、Boolean カラムに対してNULL 値をどのように処理するかを決定します。 |
| PseudoColumns | テーブルカラムとして公開する擬似カラムを、'TableName=ColumnName;TableName=ColumnName' の形式の文字列で指定します。 |
| RemoveBOMCharacter | provider がコンテンツからバイトオーダーマーク(BOM)文字(0xFEFF)を削除するかどうかを指定します。 |
| RemovePrivateChar | 取得されたコンテンツ内の私用文字を '?' 文字に置き換えるかどうかを指定します。 |
| ReplaceInvalidUTF8Chars | コンテンツ内の無効なUTF-8 文字を '?' 文字に置き換えるかどうかを指定します。 |
| ReportExactPicklistLength | Salesforce で定義されている選択リストフィールドの正確な長さを報告するか、デフォルトの長さの255で報告するかを指定します。 |
| ServerSideAggregation | SUM、COUNT、GROUP BY などの集計操作をSalesforce サーバーで実行するか、クライアント側で処理するかを指定します。 |
| SessionTimeout | Salesforce ログインセッションが期限切れになる前に再利用される時間(分)を指定します。 |
| SkipFormulaFields | Salesforce オブジェクトのカラム一覧表示時に数式フィールドを除外するかどうかを指定します。 |
| SkipPickListTranslation | データ取得時に選択リストの翻訳をスキップするカラムをカンマ区切りで指定します。 |
| SortColumns | テーブルカラムを名前でアルファベット順にソートするか、Salesforce で提供される順序で報告するかを指定します。 |
| Timeout | provider がタイムアウトエラーを返すまでにサーバーからの応答を待機する最大時間を秒単位で指定します。 |
| TranslatePickListFields | 選択リストフィールドの値を、現在認証されているSalesforce ユーザーの言語に翻訳するかどうかを指定します。 |
| UseDisplayNames | メタデータの一覧表示とデータクエリ時に、API 名の代わりにカラムの表示名を使用するかどうを指定します。 |
| UseToolingAPI | メタデータと開発関連オブジェクトの取得・変更にSalesforce Tooling API を使用するかどうかを指定します。 |
リクエスト内のすべての挿入、更新、または削除操作において、個別のレコードが失敗した場合にすべての操作を失敗させるかどうかを指定します。
bool
false
AllOrNone がtrue に設定されている場合、挿入、更新、または削除操作中に単一のレコードが失敗すると、リクエスト全体がロールバックされ、レコードはコミットされません。
AllOrNone がfalse に設定されている場合、一部のレコードが失敗しても、バッチ内の成功したレコードはコミットされます。
このプロパティはBulk API リクエストを使用する場合には適用されません。
標準のSELECT クエリで削除済みおよびアーカイブされたレコードを含めるかどうかを指定します。
bool
false
デフォルトでは、Salesforce はクエリ結果から削除済みおよびアーカイブされたレコードを除外します。 ArchiveMode がtrue に設定されている場合、Cloud はこれらのレコードを含む代替クエリ動作を使用します。 これはSalesforce のqueryAll 操作に対応し、アクティブなレコードと標準クエリでは返されない論理削除されたレコードの両方を取得します。
この設定は、完全に削除される前の削除済みレコードの取得、履歴レポート用のアーカイブデータへのアクセス、または完全なデータセットが必要な監査の実行に役立ちます。
queryAll 動作で取得される削除済みレコードは、完全に削除されるまでの間のみ利用可能で、通常は削除から15日後となります。 削除済みおよびアーカイブされたレコードを含めると、API 使用量が増加し、大幅に増大したデータセットとなる可能性があり、クエリのパフォーマンスに影響を与える場合があります。 アクティブなレコードのみが必要な場合は、ArchiveMode をfalse に設定しておくことで、不要なデータ取得を避けて効率を向上させることができます。
ALTER ステートメントの一つが失敗した後に、provider が後続のALTER ステートメントの実行を続行するかどうかを指定します。
bool
false
テーブルスキーマを変更する際、Salesforce では単一のALTER ステートメントで変更できるカラム数に制限があります。 これに準拠するため、Cloud はALTER ステートメントを自動的に複数の小さなステートメントに分割し、それぞれ最大10 カラムまで変更します。
ContinueOnAlterException がtrue に設定されている場合、Cloud は一つのステートメントが失敗しても、残りのALTER ステートメントの実行を続行します。 false に設定されている場合、エラーが発生すると処理は即座に停止します。
このプロパティをtrue に設定すると、一部のステートメントが失敗してもスキーマ変更を部分的に進めることができ、バッチ更新や重要でないカラムの変更に役立ちます。 ただし、これを有効にすると、一部の変更が成功し他が失敗した場合、テーブル構造に不整合が生じる可能性があります。
このプロパティは、Salesforce オブジェクトでスキーマ更新を実行する際に、エラー処理と実行の継続性のバランスを取る必要がある場合に役立ちます。
Salesforce のレコードタイプを個別のテーブルとして公開するかどうかを指定します。
bool
false
各Salesforce オブジェクトは、ビジネスプロセスに基づいてオブジェクト内のレコードを分類する複数のレコードタイプを持つことができます。 例えば、Account オブジェクトには、Partner、Customer、Supplier などのレコードタイプが含まれ、それぞれが異なるページレイアウト、ビジネスプロセス、選択リスト値を持つことがあります。
デフォルトでは、レコードタイプは個別のテーブルとして公開されず、すべてのレコードが単一のテーブル内に表示されます。 ExposeConceptualEntities がtrue に設定されている場合、Cloud は各レコードタイプ用の追加テーブルを作成し、分類されたデータへの直接アクセスを可能にします。 この機能により、ユーザーは単一のテーブル内でフィルタリングすることなく、特定のタイプのレコードを取得できるため、クエリが簡素化されます。
メタデータの複雑性:このプロパティを有効にすると、スキーマ内のテーブル数が大幅に増加する可能性があります。 多くのレコードタイプを持つ大規模なSalesforce インスタンスでは、メタデータの取得時間が長くなる可能性があります。
スキーマの変更:Salesforce 管理者がレコードタイプを追加または削除した場合、利用可能なテーブルが動的に変更されるため、クエリと統合において調整が必要になる場合があります。
クエリの最適化:この機能はレコードの取得を簡素化しますが、ユーザーは標準オブジェクトテーブルでフィルタを使用して同じ結果を得ることもできます。 例: SELECT * FROM Account WHERE RecordType = 'Partner'
このプロパティは、レコードタイプがビジネスプロセスをセグメント化するために頻繁に使用される複雑な Salesforce 実装で作業する際に役立ちます。また、ユーザーが特定のレコードカテゴリにアクセスするためのより構造化された方法を必要とする場合にも有用です。この設定を有効にすると、メタデータの複雑性が増す代償として、より明確なスキーマ構成を提供できます。
Salesforce のUSING SCOPE キーワードを使用してクエリで返されるレコードを制限するオプションのスコープを指定します。
string
"None"
SOQL クエリを実行する際、このプロパティは"USING SCOPE" キーワードを追加し、選択されたフィルタスコープに基づいてクエリ結果を制限します。 これにより、Salesforce でのユーザーのロールと可視性設定に最も関連するレコードにクエリを絞り込むことができます。
例えば、FilterScope がMine に設定されている場合、クエリは現在認証されているユーザーが所有するレコードのみを取得します: SELECT Id, Name FROM Account USING SCOPE Mine
FilterScope がMineAndMyGroups に設定されている場合、クエリ結果はユーザーとその所属グループの両方が所有するレコードを含むように拡張されます。
FilterScope を使用することで、返されるレコード数を減らすことによりクエリパフォーマンスを向上させることができます。特に大規模なデータセットにおいて効果的です。 ただし、過度に制限的な設定は、クエリ結果から必要なレコードを除外してしまう可能性があるため、適切なスコープを選択するようにしてください。
このプロパティは、マルチユーザー環境において、ユーザーが自身のロール、チーム、または割り当てられたテリトリーに関連するレコードを取得するのに役立ちます。
Salesforce Metadata API からカラム、テーブル、またはその両方の説明を取得するかどうかを指定します。
string
"NONE"
Salesforce Metadata API は、テーブルとカラムの説明を提供し、データ検索とスキーマドキュメントに役立ちます。 デフォルトでは説明は取得されませんが、このプロパティにより必要に応じて追加のメタデータを取得できます。次に例を示します。
このプロパティを有効にするとAPI コール数が増加し、特に大規模なスキーマを持つ環境でパフォーマンスに影響を与える可能性があります。 過度のAPI リクエストを避けるため、必要な場合にのみ使用することを検討してください。
このプロパティは、スキーマの探索、ドキュメント、またはレポートツールで追加のメタデータコンテキストが必要な場合に役立ちます。
Salesforce レポートをスキーマ内のビューとして公開するかどうかを指定します。
bool
true
Salesforce レポートは、ユーザーがSalesforce UI 内で作成する、事前定義された構造化データビューを提供します。 IncludeReports がtrue に設定されている場合、プロバイダーはレポートをビューとして公開し、データベーステーブルのようにクエリ可能にします。
クエリの柔軟性:ビューとして公開されたレポートは直接クエリできますが、Salesforce レポートの制限を継承するため、標準テーブルのように変更することはできません。
API 使用量:このプロパティを有効にすると、レポートデータを取得するために追加のAPI リクエストが発生する可能性があります。クエリにレポートが不要な場合は、API 消費量を削減するために無効にすることを検討してください。
アクセス制御:レポートをクエリするユーザーは、レポートにビューとしてアクセスするためにSalesforce で適切な権限を持っている必要があります。
このプロパティは、Salesforce レポートを分析ワークフローに統合する際に役立ち、Salesforce UI からデータを手動でエクスポートすることなく、事前構築されたレポートを直接クエリできるようになります。
集計やGROUP BY を含まないクエリで返される最大行数を指定します。
int
-1
このプロパティのデフォルト値である-1 は、クエリに明示的にLIMIT 句が含まれていない限り、行の制限が適用されないことを意味します。 (クエリにLIMIT 句が含まれている場合、クエリで指定された値がMaxRows 設定よりも優先されます。)
MaxRows を0より大きい整数に設定することで、クエリがデフォルトで過度に大きな結果セットを返さないようにします。
このプロパティは、非常に大きなデータセットを返す可能性のあるクエリを実行する際に、パフォーマンスを最適化し、過剰なリソース消費を防ぐのに役立ちます。
このプロパティは、Boolean カラムに対してNULL 値をどのように処理するかを決定します。
string
"IGNORE"
デフォルトでは、Boolean カラムにNULL 値が発生した場合、ドライバーはNULL 値を無視します。 * NullBooleanBehavior='IGNORE' の場合、CUD 操作ではNULL 値は無視され、SELECT 操作ではドライバーはNULL 値と比較します。 * NullBooleanBehavior='FALSE' の場合、CUD 操作およびSELECT 操作でNULL 値は'False' に変換されます。
テーブルカラムとして公開する擬似カラムを、'TableName=ColumnName;TableName=ColumnName' の形式の文字列で指定します。
string
""
このプロパティを使用すると、Cloud がテーブルカラムとして公開する擬似カラムを定義できます。
個々の擬似カラムを指定するには、以下の形式を使用します。
Table1=Column1;Table1=Column2;Table2=Column3
すべてのテーブルのすべての擬似カラムを含めるには、次を使用してください:
*=*
provider がコンテンツからバイトオーダーマーク(BOM)文字(0xFEFF)を削除するかどうかを指定します。
bool
false
BOM 文字(0xFEFF)は、バイト順序を示すためにUTF-8 またはUTF-16 エンコードされたファイルやAPI レスポンスの先頭に存在することがあります。 ただし、この文字は、特にCSV インポート、API レスポンス、またはメタデータを読み取る際に、コンテンツの解析や処理で問題を引き起こす可能性があります。
RemoveBOMCharacter がtrue に設定されている場合、Cloud は受信コンテンツからBOM 文字を削除して、クリーンな解析を確保し、クエリ結果やメタデータ検出でエラーや予期しない文字を回避します。
BOM 文字を削除することで、このマーカーを含む外部データソースやAPI と作業する際の互換性が向上する可能性があります。 ただし、ソースシステムがエンコーディング解釈のためにBOM に依存している場合、それを削除すると、特定のエッジケースで文字エンコーディングの誤解釈を引き起こす可能性があります。 このプロパティは一般的に、コンテンツの先頭で予期しない文字や解析エラーが発生する場合に有効にする必要があります。
このプロパティは、BOM 文字が存在して解析の問題を引き起こすファイルインポート、ストリームデータ、またはAPI レスポンスを扱う際に、クリーンな入力を処理するのに役立ちます。
取得されたコンテンツ内の私用文字を '?' 文字に置き換えるかどうかを指定します。
bool
false
私用文字は、アプリケーション固有の使用のために予約されたUnicode 文字であり、標準的な意味は割り当てられていません。 一部のSalesforce データやメタデータ応答にはこれらの文字が含まれている場合があり、これらを認識またはサポートしないダウンストリームアプリケーション、エクスポート、または解析ツールで問題を引き起こす可能性があります。
RemovePrivateChar がtrue に設定されている場合、Cloud は遭遇した私用文字を '?' に置き換えて互換性を確保し、解析や表示エラーを防ぎます。
このプロパティを有効にすると、私用文字を適切に処理しないデータエクスポート、ログ、またはアプリケーションで作業する際に、よりクリーンで標準化された出力が確保されます。 ただし、文字を置き換えることで、これらの文字がカスタムエンコーディングや注釈に意図的に使用されていた場合、非標準情報が失われる可能性があります。
このプロパティは、厳密な文字処理を必要とするシステムで作業する場合や、Salesforce データ内の見えない文字やサポートされていない文字で問題が発生する場合に役立ちます。
コンテンツ内の無効なUTF-8 文字を '?' 文字に置き換えるかどうかを指定します。
bool
false
Salesforce からのAPI 応答やデータに、無効または破損したUTF-8 シーケンスが含まれている場合があります。 これらは、適切な形式のUTF-8 コンテンツを期待するダウンストリームアプリケーションで、解析エラー、エクスポートの失敗、またはその他の問題を引き起こす可能性があります。
ReplaceInvalidUTF8Chars がtrue に設定されている場合、Cloud は無効なUTF-8 文字を '?' に置き換えて、厳密なエンコーディング準拠を実施するシステムでデータが安全に利用できるようにします。 これにより、データ取得エラーを防ぎ、エクスポートやレポートワークフローでの失敗を回避します。
このプロパティを有効にすると、厳密なUTF-8 準拠を必要とするシステムでのデータ互換性と安定性が確保されます。 ただし、文字を置き換えることで、無効な文字が非標準データの一部であった場合に、元の情報が失われる可能性があります。 データ結果でエンコーディングエラーや読み取り不可能な文字が発生する場合に、このプロパティを使用してください。
このプロパティは、クリーンで適切な形式のUTF-8 データを必要とし、エンコーディングの問題を許容できない外部アプリケーションやデータパイプラインで作業する場合に役立ちます。
Salesforce で定義されている選択リストフィールドの正確な長さを報告するか、デフォルトの長さの255で報告するかを指定します。
bool
false
デフォルトでは、CloudはSalesforce での実際の長さに関係なく、すべての選択リストフィールドを長さ255 で報告します。 これによりスキーマ定義が簡素化されますが、フィールド制約を正確に反映しない場合があります。
このプロパティがtrue に設定されている場合、Cloud は各選択リストフィールドをSalesforce メタデータで定義されている正確な長さで報告します。 これは、フィールドサイズ制約への厳密な準拠を必要とするアプリケーションや統合に役立ちます。
正確な長さを報告することで、スキーマ検出の複雑性が若干増加する可能性がありますが、データ検証とフォーム生成のための正確なメタデータが確保されます。 固定長の255 を使用するとスキーマ管理が簡素化されますが、値がSalesforce によって実際に実施される制限を超える場合に問題が発生する可能性があります。 このプロパティは、選択リストフィールドに対するSalesforce の正確なフィールド制約を尊重する必要があるシステムで作業する場合に有効にする必要があります。
このプロパティは、統合、フォーム、または検証ロジックを設計する際に選択リストフィールドの正確なメタデータを必要とする開発者やデータアーキテクトに役立ちます。
SUM、COUNT、GROUP BY などの集計操作をSalesforce サーバーで実行するか、クライアント側で処理するかを指定します。
bool
true
ServerSideAggregation がtrue に設定されている場合、Cloud は集計ロジックをSalesforce API にプッシュし、クライアント側の処理を削減して、小規模または構造化されたクエリの効率を向上させます。 ただし、サーバーサイドの集計には制限があります。例えば、非プライマリキーフィールドで2,000レコードを超える集計クエリを実行すると、Salesforce はEXCEEDED_ID_LIMIT エラーを返す場合があります。 このような場合、ServerSideAggregation をfalse に設定することで、Cloud はクライアントサイドで集計を実行し、この制限に達することなくクエリを完了できます。
サーバーサイドの集計を有効にすると、処理がSalesforce にオフロードされ、サポートされる操作と小さな結果セットでクエリ速度を大幅に向上させることができます。 ただし、非プライマリキーフィールドでの大規模な集計は、API 制限により失敗する可能性があります。 このプロパティを無効にすると、集計処理がクライアントに移行され、API エラーを回避できますが、ローカルリソースの使用量と処理時間が増加する可能性があります。
このプロパティは、大規模なデータセットや非プライマリキーフィールドで集計を行うクエリで作業する際に役立ち、Salesforce の集計機能の制限を処理する柔軟性を提供します。
Salesforce ログインセッションが期限切れになる前に再利用される時間(分)を指定します。
string
"10"
Cloud は、提供された認証資格情報を使用してSalesforce でログインセッションを作成します。このセッションは、繰り返しの認証リクエストを避けるために、後続のクエリで再利用されます。
SessionTimeout プロパティは、このログインセッションがアクティブに保たれる時間を制御します。SessionTimeout を0に設定すると、セッションの再利用が完全に無効になり、プロバイダーはすべてのリクエストで認証を実行するようになります。 これは、より厳格なセキュリティが必要なシナリオや、短期間の資格情報ポリシーを扱う場合に役立ちます。
このプロパティは、Basic 認証とSSO 接続にのみ適用されます。OAuth は、セッションの有効期限とトークンの更新を異なる方法で処理するため、OAuth ベースの認証では使用されません。
このプロパティは、Basic 認証またはSSO に依存する環境でパフォーマンスの最適化とセキュリティ要件のバランスを取る際に役立ちます。
Salesforce オブジェクトのカラム一覧表示時に数式フィールドを除外するかどうかを指定します。
bool
false
Salesforce の数式フィールドは、他のフィールド値に基づいて計算されるフィールドです。Salesforce 内でのレポートやデータ変換には有用ですが、外部からのクエリやデータロードには必ずしも必要ではない場合があります。
SkipFormulaFields がtrue に設定されている場合、Cloud は利用可能なカラムを一覧表示する際に、スキーマからすべての数式フィールドを除外します。 これにより、クエリでこれらのフィールドを必要としないユーザーにとって、スキーマが簡素化され、煩雑さが軽減されます。
数式フィールドを除外することで、スキーマ検出が高速化され、メタデータクエリで返されるカラム数が減少します。特に多数の数式フィールドを持つオブジェクトで効果的です。 ただし、レポートやクエリが数式値に依存している場合、これらのフィールドをスキップすることで機能が制限され、クエリ結果で利用可能なデータが少なくなる可能性があります。
このプロパティは、データモデルの合理化、メタデータ読み込み時間の改善、または直接保存されたデータフィールドのみに焦点を当てることを目的とする組織に役立ちます。
データ取得時に選択リストの翻訳をスキップするカラムをカンマ区切りで指定します。
string
""
TranslatePickListFields が有効な場合、Cloud はユーザーのSalesforce 言語設定に基づいて選択リスト値を自動的に翻訳します。 ただし、翻訳が不要で、代わりに元の選択リスト値を返すべき特定のカラムがある場合があります。
SkipPickListTranslation プロパティでは、翻訳せずに元の選択リスト値を保持するカラムを指定できます。 カラムは、テーブル名で完全修飾(例:Table1.Col1)するか、コンテキストが明確な場合はカラム名のみで指定できます。
このプロパティは、レポート、エクスポートの一貫性、または翻訳されていない選択リスト値に依存する他のシステムとの統合のために、元の選択リスト値を保持する必要がある開発者やアナリストに役立ちます。
翻訳をスキップするカラムを指定することで、不要なAPI 翻訳オーバーヘッドを削減し、大規模なクエリでパフォーマンスを向上させることができます。 また、翻訳された値と外部システムの参照データとの不整合を回避するのにも役立ちます。 翻訳が意図せずスキップされることを防ぐため、リストされたカラムが正確であることを確認してください。
テーブルカラムを名前でアルファベット順にソートするか、Salesforce で提供される順序で報告するかを指定します。
bool
false
デフォルトでは、Cloud はSalesforce から返される順序と同じ順序でカラムを報告します。 Cloud によって追加されるメタデータカラムなどの疑似カラムが有効になっている場合、これらのカラムはカラムリストの最後に追加されます。
SortColumns がtrue に設定されている場合、Cloud は疑似カラムを含むすべてのカラムをアルファベット順で報告します。 これにより、メタデータを表示するユーザーインターフェースや開発ツールでカラムリストをナビゲートしやすくなります。
カラムのソートはクエリパフォーマンスに影響しませんが、メタデータの表示方法が変わります。 アルファベット順はカラムの発見しやすさを向上させることができますが、Salesforce が元来意図した論理的なグループ化や順序を認識しにくくなる可能性があります。 このプロパティは、開発者やユーザーが開発やレポートの利便性のために予測可能でアルファベット順にソートされたカラムリストに依存するシナリオで最も有用です。
provider がタイムアウトエラーを返すまでにサーバーからの応答を待機する最大時間を秒単位で指定します。
int
60
タイムアウトは、クエリや操作全体ではなくサーバーとの個々の通信に適用されます。 例えば、各ページング呼び出しがタイムアウト制限内に完了する場合、クエリは60秒を超えて実行を続けることができます。
タイムアウトはデフォルトで60秒に設定されています。タイムアウトを無効にするには、このプロパティを0に設定します。
タイムアウトを無効にすると、操作が成功するか、サーバー側のタイムアウト、ネットワークの中断、またはサーバーのリソース制限などの他の条件で失敗するまで無期限に実行されます。
Note: このプロパティは慎重に使用してください。長時間実行される操作がパフォーマンスを低下させたり、応答しなくなる可能性があるためです。
選択リストフィールドの値を、現在認証されているSalesforce ユーザーの言語に翻訳するかどうかを指定します。
bool
false
デフォルトでは、Cloud はSalesforce に保存されている元の選択リスト値を取得します。 TranslatePickListFields がtrue に設定されている場合、Cloud は、ユーザーのSalesforce プロファイル設定に基づいて、これらの値をユーザーの優先言語に翻訳します。 これにより、選択リスト値がSalesforce UI でユーザーが見るものと一致する、馴染みのあるローカライズされた形式で表示されるようになります。
この設定は、翻訳により明確性と使いやすさが向上するレポート、ダッシュボード、ユーザー向けアプリケーションで特に有用です。 ただし、元の選択リスト値に依存するシステムやデータセットとの統合が必要な場合は、このプロパティを無効にしておく必要があります。
選択リストの翻訳を有効にすると、追加のAPI 呼び出しやメタデータ検索が発生する可能性があり、スキーマ検出時間やクエリオーバーヘッドがわずかに増加する場合があります。 さらに、翻訳されていない値を保存する外部システムとの整合性を保つには、このプロパティを無効にするか、選択的制御のためにSkipPickListTranslation を使用する必要があります。
このプロパティは、多言語環境をサポートし、各認証されたユーザーのローカル言語で選択リストフィールドを表示したい組織に役立ちます。
メタデータの一覧表示とデータクエリ時に、API 名の代わりにカラムの表示名を使用するかどうを指定します。
bool
false
デフォルトでは、Cloud は静的で開発者向けのSalesforce API 名を使用してカラム名を表示します。 UseDisplayNames がtrue に設定されている場合、Cloud はカラムの表示名を使用し、ユーザーがSalesforce UI で見るものと一致させます。 これにより、基本的なAPI 用語よりもSalesforce インターフェースに慣れているユーザーにとって、クエリとメタデータの操作がより直感的になります。
エンドユーザーやビジネスユーザー向けのレポートやクエリを作成する際に、Salesforce UI に表示されるフィールド名を期待する場合は、このプロパティを使用してください。
UseDisplayNames を有効にすると、API 名を表示名にマッピングするために必要な追加処理により、メタデータ処理時間がわずかに増加する可能性があります。 ただし、メタデータAPI 呼び出しの数は増加しません。 表示名はSalesforce 管理者によって変更される可能性があるため、これらを使用するとクエリの安定性が時間の経過とともに低下する可能性があります。長期的な連携では、一貫性のためにAPI 名を推奨します。
このプロパティは、UI ベースのレポートやビジネス向けクエリを構築する際の可読性とユーザーフレンドリーさを向上させる場合に役立ちます。
メタデータと開発関連オブジェクトの取得・変更にSalesforce Tooling API を使用するかどうかを指定します。
bool
false
UseToolingAPI がtrue に設定されている場合、プロバイダーは標準のデータAPI の代わりにSalesforce の Tooling API を使用します。 Tooling API は開発、デプロイメント、デバッグタスク用に設計されており、メタデータタイプ、Apex クラス、トリガー、その他の開発関連エンティティへのアクセスを可能にします。
このプロパティは、メタデータオブジェクトをクエリしたり、Apex コードを検査したり、標準のREST またはSOAP API では利用できないその他の管理および開発関連の操作を実行したりする必要がある開発者に役立ちます。
UseToolingAPI がfalse に設定されている場合、Cloud は、メタデータや開発ツールよりもビジネスデータに焦点を当てた標準のSalesforce API を使用します。
Tooling API を使用すると、特殊なメタデータと開発オブジェクトにアクセスできますが、特定のエンティティタイプに限定されます。 大規模なデータ操作や標準のCRM レコードには適していません。このプロパティを有効にしても通常のデータクエリのパフォーマンスには影響しませんが、メタデータやツールクエリにのみ関係します。
このプロパティは、Salesforce 開発環境内でのメタデータ検査、Apex 監視、デプロイメントのデバッグなどのタスクに役立ちます。
LZMA from 7Zip LZMA SDK
LZMA SDK is placed in the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or distribute the original LZMA SDK code, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.
LZMA2 from XZ SDK
Version 1.9 and older are in the public domain.
Xamarin.Forms
Xamarin SDK
The MIT License (MIT)
Copyright (c) .NET Foundation Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
NSIS 3.10
Copyright (C) 1999-2025 Contributors THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
1. DEFINITIONS
"Contribution" means:
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and b) in the case of each subsequent Contributor:
i) changes to the Program, and
ii) additions to the Program;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.
"Contributor" means any person or entity that distributes the Program.
"Licensed Patents " mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.
"Program" means the Contributions distributed in accordance with this Agreement.
"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.
2. GRANT OF RIGHTS
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.
3. REQUIREMENTS
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:
a) it complies with the terms and conditions of this Agreement; and
b) its license agreement:
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.
When the Program is made available in source code form:
a) it must be made available under this Agreement; and
b) a copy of this Agreement must be included with each copy of the Program.
Contributors may not remove or alter any copyright notices contained within the Program.
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.
4. COMMERCIAL DISTRIBUTION
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.
5. NO WARRANTY
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.
6. DISCLAIMER OF LIABILITY
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
7. GENERAL
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
If Recipient institutes patent litigation against a Contributor with respect to a patent applicable to software (including a cross-claim or counterclaim in a lawsuit), then any patent licenses granted by that Contributor to such Recipient under this Agreement shall terminate as of the date such litigation is filed. In addition, if Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.
All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. IBM is the initial Agreement Steward. IBM may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.