- 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.
- Python程序設(shè)計教程(第2版)
- Testing with JUnit
- 計算機圖形學(xué)編程(使用OpenGL和C++)(第2版)
- C/C++算法從菜鳥到達(dá)人
- Getting Started with PowerShell
- Hands-On JavaScript High Performance
- 零基礎(chǔ)學(xué)Python數(shù)據(jù)分析(升級版)
- Getting Started with Gulp
- 單片機C語言程序設(shè)計實訓(xùn)100例
- C#程序設(shè)計(項目教學(xué)版)
- Quantum Computing and Blockchain in Business
- Clojure for Machine Learning
- Learning Hadoop 2
- SciPy Recipes
- 實戰(zhàn)Java高并發(fā)程序設(shè)計(第2版)