- Salesforce Lightning Reporting and Dashboards
- Johan Yu
- 212字
- 2021-07-15 17:13:20
The Salesforce object model
No matter what the user interface, Classic or Lightning Experience, the backend database is the same. You will see the same data in Classic or in Lightning Experience, or even from the Salesforce1 Mobile App. All reports and dashboards which can be built are based on the object model implemented in your Salesforce organization, from objects relationship, down to the field type level. It's crucial for you to know this as a basis, before learning to build advance reports and dashboards.
This section will discuss the object model in Salesforce. Objects are a key component in Salesforce. They allow you to store your data. Similar to a table in the database, an object comprises several fields to store data. You can set some fields as mandatory, while some other fields will be automatically populated by the system, such as ID, Created Date, Created By, Last Modified Date, and Last Modified By.
You can illustrate an object as a table, field as a column in the table, and record as a row in the table. In the following table, field 1 will store values for all first names, field 2 for birth date, and so on:

There are two types of objects in Salesforce:
- Standard objects
- Custom objects
- Java 9 Concurrency Cookbook(Second Edition)
- Programming ArcGIS 10.1 with Python Cookbook
- C/C++常用算法手冊(第3版)
- SQL Server 2016數據庫應用與開發習題解答與上機指導
- Apache Mesos Essentials
- Mastering Rust
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- Building Android UIs with Custom Views
- Mastering Gephi Network Visualization
- 30天學通C#項目案例開發
- 大數據時代的企業升級之道(全3冊)
- Selenium WebDriver Practical Guide
- 輕松學Scratch 3.0 少兒編程(全彩)
- 軟件再工程:優化現有軟件系統的方法與最佳實踐
- Instant AppFog