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

Automating business processes using Process Builder


Process Builder is a tool that helps us automate business processes in an easy-to-use visual editor. We can set the criteria for which the process will run, and if triggered, which actions will be performed immediately. We can also add a time-trigger for the actions.

In this section, we will create a process for the following requirements.

Library Management wants to send an e-mail to a member who has borrowed a book or CD. They would like to highlight the name of the borrowed item and the date of return.

To open the Process Builder, perform the following steps:

  1. Go to Setup, enter Process Builder in the Quick Find box, click on Process Builder, and then click on New.

  2. Name the process Book_Return_reminder, as shown in the following screenshot:

  3. Click on Save. Once we save the new process, it opens the process builder, as shown in the following screenshot. Let's take a look at each element of the builder:

Now, let's add an Object:

  1. Click on Add Object...