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

Chapter 3. User Interface

In the previous chapter, we created some objects for our fictional library. While a library is easy to relate with, in an enterprise-level data-centric solution, we need to deal with a lot more complex objects, such as Orders, Opportunities, and Accounts. Some of these objects are accessed by different people at different locations and different times. For example, a sales representative would like to know how much an Account is worth before going for a business meeting for a new product, but a customer service representative would like to know about the product or Service Level Agreement of the same account to service them better.

To access the object, the representatives will need tabs with a clear indication of what the object is. To determine who sees what part of the same object, we create separate page layouts for the object.

In the next chapter, we will see a much more granular way of controlling sensitive information. In this chapter, however, we will see...