- Salesforce Lightning Reporting and Dashboards
- Johan Yu
- 251字
- 2021-07-15 17:13:21
Custom objects
Custom objects are objects created within an organization to store data specific to that organization's business, and which cannot be stored using standard objects. Only users with admin access can create a custom object. Most AppExchange packages create and use custom objects, since they provide specific business processes. Just like standard objects, custom objects are used to store specific data in Salesforce.
A limited number of custom objects can be created depending on the Salesforce edition you subscribe to. If you have admin permission, you can create objects and fields in Salesforce with just Point and Click rather than complex SQL scripts as in the traditional database.
In a standard object, the standard fields available depend on the object, but each custom object comes with the following few standard fields, which is the same for all custom objects:
- ID
- Name
- Created By and Created Date
- Last Modified By and Last Modified Date
- Owner (if the object is not a child of other objects in Master-Detail Relationship)
Just as with Standard objects, you can create custom fields in a custom object.
- 程序設計與實踐(VB.NET)
- Practical UX Design
- PowerCLI Cookbook
- Mastering Natural Language Processing with Python
- 微服務設計原理與架構
- Building Mapping Applications with QGIS
- Java應用開發技術實例教程
- 精通Python自然語言處理
- 微信小程序入門指南
- Python Data Analysis Cookbook
- Teaching with Google Classroom
- 軟件品質之完美管理:實戰經典
- HTML+CSS+JavaScript編程入門指南(全2冊)
- Java圖像處理:基于OpenCV與JVM
- Python開發基礎