- 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
- Python數據可視化:基于Bokeh的可視化繪圖
- Getting Started with ResearchKit
- Swift 3 New Features
- Web程序設計(第二版)
- 小程序開發原理與實戰
- Salesforce Reporting and Dashboards
- Scala Data Analysis Cookbook
- 輕松上手2D游戲開發:Unity入門
- 編寫高質量代碼:改善Objective-C程序的61個建議
- SAP Web Dynpro for ABAP開發技術詳解:基礎應用
- Web前端測試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實踐
- 零基礎PHP從入門到精通
- Android開發進階實戰:拓展與提升
- Game Development Patterns and Best Practices
- Visual FoxPro數據庫程序設計