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

Creating an SObject Collection Variable


An SObject Collection Variable is used to store multiple records of a particular object. You can use an SObject Collection Variable as a container in the Flow to store, update, and reference field values for records. For example, you want to store account name, billing, and shipping details for 10 accounts; in this case, you can use an SObject Collection Variable. In a similar fashion (to an SObject Variable), you can create an SObject Collection Variable.

Note

For best practices in this book, we will be using SOCV as the prefix for an SObject Collection Variable.

You can use an SObject Collection Variable with fast elements to store, update, create, and delete records in bulk.