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

Global and local actions


Actions allows a user to perform tasks in Chatter publisher and the Salesforce1 smartphone apps. We can define and add global actions to any page that supports actions, such as the Home page, the Chatter tab, and Object page. The global actions are shown in the following screenshot:

Local actions perform tasks on the record that are in focus. They are only visible on the record detail page:

Actions are supported in the new lighting experience web and mobile application.

Creating an action

Let's see how to create a new action:

  1. Now, let's click on New Action on the Button, Links, and Action of the Media Object page, as shown in the following screenshot. Alternatively, to create a global action, go to Setup | Create | Global Actions:

  2. We can create four different types of action:

    • Create a record: This creates the target object record. We can specify the object to be created in the next dropdown.

    • Update a record: This allows users to update the fields of the record that are...