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

Fields


We have successfully created the Customer object. We are going to take a look at some major types of custom fields on Force.com. Let's create the fields for the Customer object.

When we create a new field, we have to go through four steps. Let's take a look at each one of them in detail.

Standard fields

Custom objects include some standard fields that are included automatically. When we create a new custom object, it automatically has five standard fields. To capture additional data in the object, we need to add more fields to it. The standard fields include audit fields such as:

  • Created By

  • Last Modified By

  • Owner

  • CreatedDate

  • ModifiedDate

Apart from the owner field, the other fields cannot be edited from the UI. The owner field is automatically assigned to the person who created the record and can be changed by transferring the record to another user.

Custom fields

The Force.com platform provides us with some good and unconventional custom data types. These custom data types are directly aligned...