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

Cloud Flow Designer


The following screenshot shows the new Cloud Flow Designer:

  • The left-hand side panel marked by (1) contains three tabs.

  • Palette: This contains all the elements that we can add to the flow.

  • Resources: These are resources that can be added to the flow.

  • Explorer: The Explorer contains all the elements and resources that are already added to the flow in one single view.

  • The description panel on the left-hand side that is marked by (2) gives details about the elements and resources that are selected.

  • The Canvas (3) is the place where the flow is visualized.

  • Finally, we can use the button bar (4) on the top to manage the flow.

  • The Run button runs the last saved version of the flow. It does not run unsaved changes.

  • The Close button takes us back to the setup menu.

  • We can Edit properties, such as name, description, and interview labels.

  • We can monitor the flow version's status, as well as check whether it has any errors or warnings, with the indicator in the top-right corner.

  • We can monitor...