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

Exercises


Now onwards, at the end of each chapter, you will find a set of exercises for practice:

  1. Create a Flow that allows users to enter two numbers, and on the next screen, display its summation and multiplication.

  2. Display the organization ID, name, division, city, street, FAX, and phone number that is defined under Setup | Administer | Company Profile | Company Information on the screen.

  3. Create a Flow that allows users to enter their name and on the next screen display a thanks message with the name (name in green color and thanks message in red color).

  4. Create a Flow and add a Screen element to it. On the screen, add one textbox that allows users to enter an e-mail address and add a validation rule so that the user can only enter an e-mail address, or else display an error message.

  5. Create a Screen element with 10 checkboxes and allow your user to select a maximum of five checkboxes out of 10. If the user selects more than five checkboxes, display an error message.

  6. Create a Flow to allow users...