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

Test your knowledge


Q1 Which one of the following cannot be viewed in debug logs?

  1. Workflow formula evaluation results

  2. Assignment rules

  3. Formula field calculations

  4. Validation rules

  5. Resources used by Apex Script

Q2 Which of the following do we get as part of logic as a service out-of-box offering? [Select any three]

  1. A data warehouse

  2. An approval process

  3. Workflow rules

  4. Validation rules

Q3 Only a particular user with the right profile should be able to submit a record for approval. How do you achieve this?

  1. Add this condition to the entry criteria

  2. Choose the initial submission action

  3. Add this condition to the approval step entry criteria

  4. Add this condition as a rejection action

Q4 If the approval process has three parallel approvers in the first step, when will it move to the next step? Select any two options.

  1. A unanimous approval is required and all the approvals are there

  2. Majority approval is required and an approval majority is there

  3. A unanimous approval is required and an approval majority is there.

  4. The first...