Book Image

Salesforce Platform App Builder Certification Handbook

By : Siddhesh Kabe
Book Image

Salesforce Platform App Builder Certification Handbook

By: Siddhesh Kabe

Overview of this book

The Salesforce Certified Platform App Builder exam is for individuals who want to demonstrate their skills and knowledge in designing, building, and implementing custom applications using the declarative customization capabilities of Force.com. This book will build a strong foundation in Force.com to prepare you for the platform app builder certification exam. It will guide you through designing the interface while introducing the Lightning Process Builder. Next, we will implement business logic using various point and click features of Force.com. We will learn to manage data and create reports and dashboards. We will then learn to administer the force.com application by configuring the object-level, field-level, and record-level security. By the end of this book, you will be completely equipped to take the Platform App Builder certification exam.
Table of Contents (17 chapters)
Salesforce Platform App Builder Certification Handbook
Credits
About the Author
Acknowledgments
About the Reviewer
www.PacktPub.com
Preface
Index

Objects


Force.com is an object-oriented relational database system. An object is the background of any application built on Force.com. An object is like a database table that allows you to store data in different formats. It also gives you options to create a UI in order to enter, modify, or delete records.

Force.com doesn't give you the option to create database tables using code. To create a table, we need to define the object using the UI. The UI not only allows you to define the object definition but also comes with unique built-in features, including recording activities (such as logging a call, sending an e-mail, and so on) and the ability to add notes and attachments. The platform automatically creates a standard UI for the object thus defined and adds basic features, such as create, update, and delete.

Tip

Note

An object in Salesforce is like a worksheet in Excel or a table in the database. A field in an object is similar to a column in an Excel sheet or a table, and the record of...