📜  Salesforce-标准对象

📅  最后修改于: 2020-10-30 14:30:10             🧑  作者: Mango


Salesforce平台将数据存储在关系表中。这些表中的记录包含平台本身结构的数据以及用户创建的数据。例如,有关帐户配置和设置的数据已作为关系表内置。但是,如果您是一家快递公司,您还可以创建自己的表来存储特定于您业务的数据,例如一周的“发货时间表”。

这些关系表在API中大致称为API对象或仅称为对象。有三种Salesforce对象。

  • 标准对象-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.