Book Image

Learning Salesforce Visual Workflow

By : Rakesh Gupta
Book Image

Learning Salesforce Visual Workflow

By: Rakesh Gupta

Overview of this book

Table of Contents (14 chapters)
Learning Salesforce Visual Workflow
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Preface

We wrote this book for Salesforce developers, administrators, customers, and partners to get started with Salesforce Visual Workflow and Process Builder. Salesforce Management System is an information system used in CRM to automate business processes such as sales and marketing. Visual Workflow is another way to develop applications in Salesforce using click not code. This is a powerful tool developed by Salesforce to automate business processes by creating applications (also called Flows). This book will act as both a reference for the administrator and a configuration guide for the newbie customer who wants to develop applications in Salesforce without code, using Process Builder and Flow.

This book covers all the possible features of Flow and Process Builder in Salesforce. We have used a hands-on approach in a real-time scenario so that you get a full overview of those topics. At the end of every chapter, you will find key points and exercises for practice. Salesforce CRM is a service by Salesforce.com, which is available commercially, but all the material in this book is developed using its Developer Edition. This book covers features till the Spring '15 release.

What this book covers

Chapter 1, Getting Started with Visual Workflow, gives basic knowledge of Salesforce Visual Workflow. We will pick up a few business examples and see how to use a Flow instead of Apex code to solve it, and we will also discuss the benefits of using Salesforce Visual Workflow. We will also have an overview of the Flow canvas and its elements.

Chapter 2, Creating Flow through Point and Click, describes the various variables available in the Flow. We will then proceed towards designing the Flow using the Screen, Wait, Assignment, and Decision elements.

Chapter 3, Manipulating Records in Visual Workflow, discusses the Constant and Text Template in the Flow. We will then proceed towards the manipulation of data using Record elements, and we will also see how to send an e-mail from the Flow. We will also cover various ways to access the Flow.

Chapter 4, Debugging and New Ways to Call a Flow, serves as the climax to the book, where you will gain knowledge of how to debug and launch a Flow. We will also cover various ways to set the Flow variable using Visualforce pages and Apex.

Chapter 5, Developing Applications with Process Builder, enables you to gain a complete understanding of the Process Builder designer and all available actions inside it.

Chapter 6, Building Applications without Code, gives you the enough idea how you can develop complex applications using Flow. We will also cover key elements such as Login Flow, using the Wait element in the Flow. We will also cover how you can use custom settings in the Flow and create a scheduled job that will run on a daily basis.

What you need for this book

Visual Workflow is available in Enterprise, Performance, Unlimited, and Developer Editions. The requirements are as follows:

  • Windows Internet Explorer versions 8 through 11 (6 and 7 are not supported), Google Chrome, or Mozilla Firefox

  • Adobe Flash Player Version 10.1 and later, the minimum version required to run the Cloud Flow Designer is 10.0

  • A minimum browser resolution of 1024 x 768

Who this book is for

The book is written for anyone who is a newbie or an experienced professional in the Salesforce arena and wants to learn about or explore the various tools available in Salesforce to automate business processes by using click not code.

Conventions

In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "It allows you to invoke the Apex class that implements the Process.Plugin interface."

A block of code is set as follows:

// Start Method
global Database.QueryLocator start(){
  /* Use SOQL query to get the records you want to operate upon
    select Id, fullPhotoUrl from User where isactive = true AND FullPhotoUrl    like '%photo/005%'*/
}

New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "There are several types of resources available under the Resource tab."

Note

Warnings or important notes appear in a box like this.

Note

Tips and tricks appear like this.

Reader feedback

Feedback from our readers is always welcome. Let us know what you think about this book—what you liked or disliked. Reader feedback is important for us as it helps us develop titles that you will really get the most out of.

To send us general feedback, simply e-mail , and mention the book's title in the subject of your message.

If there is a topic that you have expertise in and you are interested in either writing or contributing to a book, see our author guide at www.packtpub.com/authors.

Customer support

Now that you are the proud owner of a Packt book, we have a number of things to help you to get the most from your purchase.

Downloading the example code

You can download the example code files from your account at http://www.packtpub.com for all the Packt Publishing books you have purchased. If you purchased this book elsewhere, you can visit http://www.packtpub.com/support and register to have the files e-mailed directly to you.

Errata

Although we have taken every care to ensure the accuracy of our content, mistakes do happen. If you find a mistake in one of our books—maybe a mistake in the text or the code—we would be grateful if you could report this to us. By doing so, you can save other readers from frustration and help us improve subsequent versions of this book. If you find any errata, please report them by visiting http://www.packtpub.com/submit-errata, selecting your book, clicking on the Errata Submission Form link, and entering the details of your errata. Once your errata are verified, your submission will be accepted and the errata will be uploaded to our website or added to any list of existing errata under the Errata section of that title.

To view the previously submitted errata, go to https://www.packtpub.com/books/content/support and enter the name of the book in the search field. The required information will appear under the Errata section.

Piracy

Piracy of copyrighted material on the Internet is an ongoing problem across all media. At Packt, we take the protection of our copyright and licenses very seriously. If you come across any illegal copies of our works in any form on the Internet, please provide us with the location address or website name immediately so that we can pursue a remedy.

Please contact us at with a link to the suspected pirated material.

We appreciate your help in protecting our authors and our ability to bring you valuable content.

Questions

If you have a problem with any aspect of this book, you can contact us at , and we will do our best to address the problem.