Book Image

Force.com Developer Certification Handbook (DEV401)

By : Siddhesh Kabe
Book Image

Force.com Developer Certification Handbook (DEV401)

By: Siddhesh Kabe

Overview of this book

<p>When migrating to the new wave of cloud-based applications, we now think about business logic, we think about automating processes, and we think about how we can make the systems better. Force.com is a cloud-based platform that is used to build and deploy enterprise applications on the cloud with minimum coding. Demand for Force.com experts is growing rapidly and companies look for certified professionals. This books comes in handy when you are seeking to clear the Salesforce.com Certified Force.com Developer exam.<br /><br />The Force.com Developer Certification Handbook (DEV401) is a practical guide for you to become a Salesforce.com Certified Force.com Developer. This book will help you to impress your colleagues with excellent Force.com skills, and prepare for the Dev 401 certification exam. From building applications to automating business processes everything is covered from the certification perspective, and you will gain hands-on expertise with the step-by-step approach of this book.<br /><br />Force.com Developer Certification Handbook (DEV401) will help you build and deploy a complete application on Force.com by using point and click. With this book you will learn to create and manage custom objects and their data. You will build the user interface for your applications and automate your business process by using workflows and approvals.<br /><br />This definitive certification guide provides a disciplined approach to be adopted for successfully clearing the DEV 401 exam, which gives you an edge over Force.com developers who are not certified. Each chapter contains ample practice questions at the end.</p>
Table of Contents (18 chapters)
Force.com Developer Certification Handbook (DEV401)
Credits
About the Author
Acknowledgement
About the Reviewers
www.PacktPub.com
Preface
Sample Paper Answers
Index

Other data manipulation wizards


Force.com provides us with some special data manipulation wizards used for some specific operations. The mass transfer records wizard is used to change the owner of multiple users. The mass delete record wizard helps us delete multiple records in a single operation. Let us look at these two wizards in detail.

Mass transfer records

When we upload data records into the system they can be directly associated with the owner of the record, but if the owner is not specified they are associated with the person who uploads the record. In this case, it becomes tiresome to change the users on every record, especially when the records are large in numbers.

To solve this problem Force.com provides us with the mass transfer of records tool. It is a simple cloud-based utility that changes the ownership of the record from one owner to another. Let us see how to mass transfer the records from one user to another.

The mass transfer record requires the Mass transfer permission...