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 time-based actions using workflows


A workflow is a simplified version of Process Builder. They work on a simple statement: if the condition is satisfied, do something. A typical workflow is shown in the following diagram:

Exercise—sending e-mail to members

Library Management wants to send an e-mail reminder to any member who, seven days after taking out a book, has still not returned it. They have an e-mail template ready to send the reminder.

The following steps will illustrate how to create a workflow:

  1. Navigate to App Setup | Create | Workflow & Approvals | Workflow Rules.

  2. Click on New Rule to begin.

  3. Select the object on which the workflow will be triggered and click on Next. In this example, we will select the Customer–Media object:

  4. Give the rule a name: Send an email:

  5. Select the Evaluation Criteria. The evaluation criteria for a workflow can be any of the following:

    • When a record is created or when a record is edited and did not previously meet the rule criteria: This rule triggers...