Salesforce-standard-objects

提供:Dev Guides
移動先:案内検索

Salesforce-標準オブジェクト

Salesforceプラットフォームは、データをリレーショナルテーブルに保存します。 これらのテーブルのレコードには、プラットフォーム自体の構造に関するデータと、ユーザーが作成したデータが含まれています。 たとえば、アカウントの構成と設定に関するデータは、リレーショナルテーブルとして既に組み込まれています。 しかし、あなたが宅配会社であると仮定して、1週間の「発送スケジュール」など、ビジネスに固有のデータを保存する独自のテーブルを作成することもできます。

これらのリレーショナルテーブルは、大まかにAPIオブジェクトまたはSalesforceのオブジェクトとのみ呼ばれます。 Salesforceオブジェクトには3種類あります。

  • 標準オブジェクト-Salesforceプラットフォームによってすでに作成されているオブジェクト。
  • カスタムオブジェクト-これらは、ビジネスプロセスに基づいて作成されたオブジェクトです。
  • 外部オブジェクト-作成するオブジェクトは、組織の外部に保存されているデータにマップします。

このチュートリアルでは、Salesforceプラットフォームの標準オブジェクトに焦点を当てます。

標準オブジェクト

これらは、環境の構成と設定を管理するためにSalesforceプラットフォームに既に存在するオブジェクトです。 salesforceプラットフォームにログインすると、使用可能なオブジェクトを確認できます。

最も一般的に参照される標準オブジェクトは、*アカウントオブジェクト*と呼ばれます。 これは、顧客、パートナー、競合他社、または別の組織に関する予備情報を保存するオブジェクトです。 以下の手順に従って、アカウントオブジェクトを調べることができます。

ステップ1

Salesforceプラットフォームにログインし、リンクパス [設定]→[セットアップホーム]→[オブジェクトマネージャー-アカウント] に従います。

標準オブジェクトステップ1

ステップ2

このステップでは、 Schema Builder をクリックします。 フィールド名とデータ型を含む完全な取引先テーブルが表示されます。 赤でマークされたフィールドがあります。 赤でマークされたフィールドは、アカウントの作成時にフィールドへの入力が必須であることを示しています。

標準オブジェクトステップ2

上記と同様の手順を使用して、利用可能なすべての標準オブジェクトを探索できます。

重要な標準オブジェクト

このセクションでは、Salesforceの重要な標準オブジェクトについて説明します。 次の表は、オブジェクトの一覧です-

Object Name Meaning Usage
Account Represents an individual account, which is an organization or person involved in the business like customers, competitors, partners, etc. Use this object to query and manage accounts in your organization.
Account History Represents the history of changes to the values in the fields of an account. Use this object to identify changes to an account.
Case Represents a case, which is a customer issue or problem. Use the case object to manage cases for your organization.
Contact Represents a contact, which is an individual associated with an account. This object is used to manage individuals who are associated with an Account in the organization.
User Represents a user in the organization. This object is used to query information about users and also helps to provide and modify the information concerning the users.
Asset Represents an item of commercial value, such as a product sold by the company or a competitor that a customer has purchased and installed. This object is used to track assets previously sold into customer accounts. With asset tracking, a client application can quickly determine which products were previously sold or are currently installed at a specific account.
Domain Read-only object that represents a custom Web address assigned to a site in your organization. This read-only object is used to object to query the domains that are associated with each website in your organization.