- Force.com Enterprise Architecture
- Andrew Fawcett
- 217字
- 2021-08-05 17:52:29
Introducing the book's sample application
For this book, we will use the world of Formula1 motor car racing as the basis for a packaged application that we will build together. Formula1 is for me the motor sport that is equivalent to Enterprise applications software, due to its scale and complexity. It is also a sport that I follow, both of which helped me when building the examples that we will use.
We will refer to this application as FormulaForce throughout this book, though please keep in mind Salesforce's branding policies when naming your own application, as they prevent the use of the word "Force" in the company or product titles.
This application will focus on the data collection aspects of the races, drivers, and their many statistics, utilizing platform features to structure, visualize, and process this data in both historic and current contexts.
For this chapter, we will create some initial Custom Objects as detailed in the following table. Do not worry about creating any custom tabs just yet. You can use your preferred approach for creating these initial objects. Ensure that you are logged in to your packaging org (we will use the development org later in this book).

The following screenshot shows the preceding objects within the Schema Builder tool, available under the Setup menu:

- 跟“龍哥”學(xué)C語言編程
- Vue.js前端開發(fā)基礎(chǔ)與項(xiàng)目實(shí)戰(zhàn)
- Developing Middleware in Java EE 8
- Java高手真經(jīng)(高級編程卷):Java Web高級開發(fā)技術(shù)
- Scala Design Patterns
- 信息安全技術(shù)
- Data Analysis with Stata
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- PLC編程與調(diào)試技術(shù)(松下系列)
- Haskell Data Analysis Cookbook
- OpenCV with Python Blueprints
- Web程序設(shè)計(jì):ASP.NET(第2版)
- 多媒體技術(shù)及應(yīng)用
- SQL Server 2012 數(shù)據(jù)庫應(yīng)用教程(第3版)
- 從零開始學(xué)算法:基于Python