- 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
- Mastering ServiceStack
- Java EE 6 企業級應用開發教程
- Clojure for Domain:specific Languages
- Unity Shader入門精要
- Oracle Database 12c Security Cookbook
- Java EE 7 Performance Tuning and Optimization
- Getting Started with Greenplum for Big Data Analytics
- Getting Started with React Native
- 零基礎學C語言程序設計
- SciPy Recipes
- 小程序從0到1:微信全棧工程師一本通
- Python+Office:輕松實現Python辦公自動化
- 和孩子一起學編程:用Scratch玩Minecraft我的世界
- Mastering MeteorJS Application Development
- React Native -Building Mobile Apps with JavaScript