Learning Salesforce Visual Workflow and Process Builder - Second Edition.:
Click your way to automating various business processes using Salesforce Visual WorkflowAbout This Book* Develop an application using Point and Click with the help of Flow* Get to grips with various ways to launch a Flow* Capture data from an external user without using the Visualforce page* Save us...
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham :
Packt Publishing,
2017.
|
Ausgabe: | 2nd ed. |
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Click your way to automating various business processes using Salesforce Visual WorkflowAbout This Book* Develop an application using Point and Click with the help of Flow* Get to grips with various ways to launch a Flow* Capture data from an external user without using the Visualforce page* Save user input into the database, and learn how to query and manipulate the data* Discover various ways to debug and deploy Flow and Process Builder* Understand the concepts of Subflow and Login Flow* Handle complex business processes using Process builder and keep them clean* Use existing or new Flows to work with Salesforce Lightning Experience. Who This Book Is ForThis book is intended for those who want to use Flows to automate their business requirements by clicking, not coding. No previous experience in computer coding or programming is required. What You Will Learn* Develop an application using point and click with the help of Flow* Get to grips with various ways to launch a Flow* Capture data from an external user without using the Visualforce page* Save user input into the database, and learn how to query and manipulate the data* Discover various ways to debug and deploy Flow and Process Builder* Understand the concepts of Subflow and Login Flow* Handle complex business processes using Process builder and keep them clean* Use existing or new Flows to work with Salesforce Lightning Experience. In DetailSalesforce Management System is an information system used in CRM to automate the business processes like sales and marketing. To implement this, Force.com developed a powerful tool called Visual Workflow to automate business processes by creating applications also called Flows. Learning Salesforce Visual Workflow, Second Edition is a practical guide on Flows that will enable you to develop custom applications in Salesforce with minimized code usage. The book starts with an introduction to Visual Workflows that teaches all the building blocks of creating Flows and use it efficiently. You will learn how to easily automate business processes and tackle complex business scenarios using Flows. The book explains the working of the Process Builder so you can create reusable processes. The book also covers how you can integrate existing or newly created Flows with the Salesforce Lightening Experience. By the end of the book, you will get a clear understanding on how to use Flows and Process Builder in your organization to optimize code usage. Style and approachStep by step approch to use Process Builder to solve complex business requirements with the help of Flow. |
Beschreibung: | Chapter 4: Debugging and New Ways to Call a Flow. |
Beschreibung: | 1 online resource (442 pages) |
ISBN: | 9781787281820 1787281825 |
Internformat
MARC
LEADER | 00000cam a2200000Mu 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn988175574 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr |n|---||||| | ||
008 | 170527s2017 enk o 000 0 eng d | ||
040 | |a EBLCP |b eng |e pn |c EBLCP |d IDEBK |d MERUC |d YDX |d NLE |d OCLCQ |d OCLCF |d OCLCQ |d COO |d OCLCO |d N$T |d OCLCQ |d UOK |d WYU |d OCLCQ |d OCLCO |d OCLCQ |d OCLCO |d OCLCL | ||
019 | |a 987900935 |a 988764717 |a 990929351 |a 1003098124 |a 1264794464 | ||
020 | |a 9781787281820 |q (electronic bk.) | ||
020 | |a 1787281825 |q (electronic bk.) | ||
020 | |z 1787284999 | ||
035 | |a (OCoLC)988175574 |z (OCoLC)987900935 |z (OCoLC)988764717 |z (OCoLC)990929351 |z (OCoLC)1003098124 |z (OCoLC)1264794464 | ||
037 | |a 1012937 |b MIL | ||
050 | 4 | |a T55.4-60.8 | |
072 | 7 | |a BUS |x 082000 |2 bisacsh | |
072 | 7 | |a BUS |x 041000 |2 bisacsh | |
072 | 7 | |a BUS |x 042000 |2 bisacsh | |
072 | 7 | |a BUS |x 085000 |2 bisacsh | |
082 | 7 | |a 658.5 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Gupta, Rakesh. | |
245 | 1 | 0 | |a Learning Salesforce Visual Workflow and Process Builder - Second Edition. |
250 | |a 2nd ed. | ||
260 | |a Birmingham : |b Packt Publishing, |c 2017. | ||
300 | |a 1 online resource (442 pages) | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
588 | 0 | |a Print version record. | |
505 | 0 | |a Cover; Copyright; Credits; Foreword; About the Author; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Getting Started with Visual Workflow; Business problems; Business use case 1; Solution 1 -- using an Apex trigger; Solution 2 -- a combination of Visual Workflow and Process Builder; Solution 3- using Process Builder; Business use case 2; Solution 1 -- using Apex; Solution 2 -- a combination of Visual Workflow and Process Builder; The benefits of Visual Workflow; System requirements for using Visual Workflow. | |
505 | 8 | |a An overview of the Visual Workflow lifecycleAn overview of the Cloud Flow Designer; An overview of the building blocks of Visual Workflow; Flow elements; Flow resources; Flow connectors; The various ways to invoke a Flow; Visual Workflow outcome behavior ; Creating an Admin playground account; Logging in to Salesforce.com; Summary; Chapter 2: Creating Flow through Point and Click; Creating the building blocks of Flow; Creating a variable; Creating a collection variable; Adding values to a collection variable; Creating an SObject Variable; Creating an SObject Collection Variable. | |
505 | 8 | |a Allowing users to pause FlowsDesigning the Flow; Hands on 1 -- displaying a logged-in user ID; Creating a Screen element; Adding fields to the Screen element; Removing fields from the Screen element; Setting the Start element in a Flow; Saving a Flow; Running a Flow; Hands on 2 -- real estate commission calculator; Connecting the Flow elements; Hands on 3 -- displaying a feedback form based on conditions; Adding a Decision element; Adding a choice to a Flow; Hands on 4 -- displaying related records based on search functionality; Adding a Dynamic Record choice to a Flow. | |
505 | 8 | |a Hands on 5 -- creating an opportunity form Adding a Picklist choice to a Flow; A few points to remember; Exercises; Summary; Chapter 3: Manipulating Records in Visual Workflow; Creating the building blocks of a Flow; Creating a constant; Creating a Text Template; Manipulating the data; Hands on 1 -- creating leads; Adding the Record Create element to a Flow; Hands on 2 -- adding leads to a campaign; Adding a record to a parent; Activating a version of a Flow; Passing values to Flow variables through a URL; Setting the finish location or redirecting the URL for a Flow. | |
505 | 8 | |a Hands on 3 -- quickly update an account recordAdding Record Update elements to a Flow; Hands on 4 -- cleaning Chatter group feed; Adding the Record Delete element to a Flow; Hands on 5 -- adding Flow to the home page layout; Saving a Flow as a different version; Adding the Record Lookup element to a Flow; Hands on 6 -- adding an image to Display Text; Hands on 7 -- saving data from a feedback form; Hands on 8 -- sending an e-mail; Hands on 9 -- creating a custom error message; Hands on 10 -- conditional execution of a Flow with JavaScript; A few points to remember; Exercises; Summary. | |
500 | |a Chapter 4: Debugging and New Ways to Call a Flow. | ||
520 | 8 | |a Click your way to automating various business processes using Salesforce Visual WorkflowAbout This Book* Develop an application using Point and Click with the help of Flow* Get to grips with various ways to launch a Flow* Capture data from an external user without using the Visualforce page* Save user input into the database, and learn how to query and manipulate the data* Discover various ways to debug and deploy Flow and Process Builder* Understand the concepts of Subflow and Login Flow* Handle complex business processes using Process builder and keep them clean* Use existing or new Flows to work with Salesforce Lightning Experience. Who This Book Is ForThis book is intended for those who want to use Flows to automate their business requirements by clicking, not coding. No previous experience in computer coding or programming is required. What You Will Learn* Develop an application using point and click with the help of Flow* Get to grips with various ways to launch a Flow* Capture data from an external user without using the Visualforce page* Save user input into the database, and learn how to query and manipulate the data* Discover various ways to debug and deploy Flow and Process Builder* Understand the concepts of Subflow and Login Flow* Handle complex business processes using Process builder and keep them clean* Use existing or new Flows to work with Salesforce Lightning Experience. In DetailSalesforce Management System is an information system used in CRM to automate the business processes like sales and marketing. To implement this, Force.com developed a powerful tool called Visual Workflow to automate business processes by creating applications also called Flows. Learning Salesforce Visual Workflow, Second Edition is a practical guide on Flows that will enable you to develop custom applications in Salesforce with minimized code usage. The book starts with an introduction to Visual Workflows that teaches all the building blocks of creating Flows and use it efficiently. You will learn how to easily automate business processes and tackle complex business scenarios using Flows. The book explains the working of the Process Builder so you can create reusable processes. The book also covers how you can integrate existing or newly created Flows with the Salesforce Lightening Experience. By the end of the book, you will get a clear understanding on how to use Flows and Process Builder in your organization to optimize code usage. Style and approachStep by step approch to use Process Builder to solve complex business requirements with the help of Flow. | |
610 | 2 | 0 | |a Salesforce.com (Firm) |0 http://id.loc.gov/authorities/names/n2009036456 |
610 | 2 | 7 | |a Salesforce.com (Firm) |2 fast |
650 | 0 | |a Sales management |x Data processing. |0 http://id.loc.gov/authorities/subjects/sh85116730 | |
650 | 6 | |a Ventes |x Gestion |x Informatique. | |
650 | 7 | |a BUSINESS & ECONOMICS |x Industrial Management. |2 bisacsh | |
650 | 7 | |a BUSINESS & ECONOMICS |x Management. |2 bisacsh | |
650 | 7 | |a BUSINESS & ECONOMICS |x Management Science. |2 bisacsh | |
650 | 7 | |a BUSINESS & ECONOMICS |x Organizational Behavior. |2 bisacsh | |
650 | 7 | |a Sales management |x Data processing |2 fast | |
758 | |i has work: |a Learning Salesforce Visual Workflow and Process Builder - Second Edition (Text) |1 https://id.oclc.org/worldcat/entity/E39PD3gXc47RVcHDR9pVWfh7bH |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |a Gupta, Rakesh. |t Learning Salesforce Visual Workflow and Process Builder - Second Edition. |d Birmingham : Packt Publishing, ©2017 |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1521157 |3 Volltext |
938 | |a EBL - Ebook Library |b EBLB |n EBL4863054 | ||
938 | |a EBSCOhost |b EBSC |n 1521157 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis38046429 | ||
938 | |a YBP Library Services |b YANK |n 14508574 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn988175574 |
---|---|
_version_ | 1816882390550708224 |
adam_text | |
any_adam_object | |
author | Gupta, Rakesh |
author_facet | Gupta, Rakesh |
author_role | |
author_sort | Gupta, Rakesh |
author_variant | r g rg |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | T - Technology |
callnumber-label | T55 |
callnumber-raw | T55.4-60.8 |
callnumber-search | T55.4-60.8 |
callnumber-sort | T 255.4 260.8 |
callnumber-subject | T - General Technology |
collection | ZDB-4-EBA |
contents | Cover; Copyright; Credits; Foreword; About the Author; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Getting Started with Visual Workflow; Business problems; Business use case 1; Solution 1 -- using an Apex trigger; Solution 2 -- a combination of Visual Workflow and Process Builder; Solution 3- using Process Builder; Business use case 2; Solution 1 -- using Apex; Solution 2 -- a combination of Visual Workflow and Process Builder; The benefits of Visual Workflow; System requirements for using Visual Workflow. An overview of the Visual Workflow lifecycleAn overview of the Cloud Flow Designer; An overview of the building blocks of Visual Workflow; Flow elements; Flow resources; Flow connectors; The various ways to invoke a Flow; Visual Workflow outcome behavior ; Creating an Admin playground account; Logging in to Salesforce.com; Summary; Chapter 2: Creating Flow through Point and Click; Creating the building blocks of Flow; Creating a variable; Creating a collection variable; Adding values to a collection variable; Creating an SObject Variable; Creating an SObject Collection Variable. Allowing users to pause FlowsDesigning the Flow; Hands on 1 -- displaying a logged-in user ID; Creating a Screen element; Adding fields to the Screen element; Removing fields from the Screen element; Setting the Start element in a Flow; Saving a Flow; Running a Flow; Hands on 2 -- real estate commission calculator; Connecting the Flow elements; Hands on 3 -- displaying a feedback form based on conditions; Adding a Decision element; Adding a choice to a Flow; Hands on 4 -- displaying related records based on search functionality; Adding a Dynamic Record choice to a Flow. Hands on 5 -- creating an opportunity form Adding a Picklist choice to a Flow; A few points to remember; Exercises; Summary; Chapter 3: Manipulating Records in Visual Workflow; Creating the building blocks of a Flow; Creating a constant; Creating a Text Template; Manipulating the data; Hands on 1 -- creating leads; Adding the Record Create element to a Flow; Hands on 2 -- adding leads to a campaign; Adding a record to a parent; Activating a version of a Flow; Passing values to Flow variables through a URL; Setting the finish location or redirecting the URL for a Flow. Hands on 3 -- quickly update an account recordAdding Record Update elements to a Flow; Hands on 4 -- cleaning Chatter group feed; Adding the Record Delete element to a Flow; Hands on 5 -- adding Flow to the home page layout; Saving a Flow as a different version; Adding the Record Lookup element to a Flow; Hands on 6 -- adding an image to Display Text; Hands on 7 -- saving data from a feedback form; Hands on 8 -- sending an e-mail; Hands on 9 -- creating a custom error message; Hands on 10 -- conditional execution of a Flow with JavaScript; A few points to remember; Exercises; Summary. |
ctrlnum | (OCoLC)988175574 |
dewey-full | 658.5 |
dewey-hundreds | 600 - Technology (Applied sciences) |
dewey-ones | 658 - General management |
dewey-raw | 658.5 |
dewey-search | 658.5 |
dewey-sort | 3658.5 |
dewey-tens | 650 - Management and auxiliary services |
discipline | Wirtschaftswissenschaften |
edition | 2nd ed. |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>08327cam a2200661Mu 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn988175574</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr |n|---|||||</controlfield><controlfield tag="008">170527s2017 enk o 000 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">EBLCP</subfield><subfield code="b">eng</subfield><subfield code="e">pn</subfield><subfield code="c">EBLCP</subfield><subfield code="d">IDEBK</subfield><subfield code="d">MERUC</subfield><subfield code="d">YDX</subfield><subfield code="d">NLE</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCF</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">COO</subfield><subfield code="d">OCLCO</subfield><subfield code="d">N$T</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">UOK</subfield><subfield code="d">WYU</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">987900935</subfield><subfield code="a">988764717</subfield><subfield code="a">990929351</subfield><subfield code="a">1003098124</subfield><subfield code="a">1264794464</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781787281820</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1787281825</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">1787284999</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)988175574</subfield><subfield code="z">(OCoLC)987900935</subfield><subfield code="z">(OCoLC)988764717</subfield><subfield code="z">(OCoLC)990929351</subfield><subfield code="z">(OCoLC)1003098124</subfield><subfield code="z">(OCoLC)1264794464</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">1012937</subfield><subfield code="b">MIL</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">T55.4-60.8</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">BUS</subfield><subfield code="x">082000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">BUS</subfield><subfield code="x">041000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">BUS</subfield><subfield code="x">042000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">BUS</subfield><subfield code="x">085000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">658.5</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Gupta, Rakesh.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Learning Salesforce Visual Workflow and Process Builder - Second Edition.</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">2nd ed.</subfield></datafield><datafield tag="260" ind1=" " ind2=" "><subfield code="a">Birmingham :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2017.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (442 pages)</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Print version record.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover; Copyright; Credits; Foreword; About the Author; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Getting Started with Visual Workflow; Business problems; Business use case 1; Solution 1 -- using an Apex trigger; Solution 2 -- a combination of Visual Workflow and Process Builder; Solution 3- using Process Builder; Business use case 2; Solution 1 -- using Apex; Solution 2 -- a combination of Visual Workflow and Process Builder; The benefits of Visual Workflow; System requirements for using Visual Workflow.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">An overview of the Visual Workflow lifecycleAn overview of the Cloud Flow Designer; An overview of the building blocks of Visual Workflow; Flow elements; Flow resources; Flow connectors; The various ways to invoke a Flow; Visual Workflow outcome behavior ; Creating an Admin playground account; Logging in to Salesforce.com; Summary; Chapter 2: Creating Flow through Point and Click; Creating the building blocks of Flow; Creating a variable; Creating a collection variable; Adding values to a collection variable; Creating an SObject Variable; Creating an SObject Collection Variable.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Allowing users to pause FlowsDesigning the Flow; Hands on 1 -- displaying a logged-in user ID; Creating a Screen element; Adding fields to the Screen element; Removing fields from the Screen element; Setting the Start element in a Flow; Saving a Flow; Running a Flow; Hands on 2 -- real estate commission calculator; Connecting the Flow elements; Hands on 3 -- displaying a feedback form based on conditions; Adding a Decision element; Adding a choice to a Flow; Hands on 4 -- displaying related records based on search functionality; Adding a Dynamic Record choice to a Flow.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Hands on 5 -- creating an opportunity form Adding a Picklist choice to a Flow; A few points to remember; Exercises; Summary; Chapter 3: Manipulating Records in Visual Workflow; Creating the building blocks of a Flow; Creating a constant; Creating a Text Template; Manipulating the data; Hands on 1 -- creating leads; Adding the Record Create element to a Flow; Hands on 2 -- adding leads to a campaign; Adding a record to a parent; Activating a version of a Flow; Passing values to Flow variables through a URL; Setting the finish location or redirecting the URL for a Flow.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Hands on 3 -- quickly update an account recordAdding Record Update elements to a Flow; Hands on 4 -- cleaning Chatter group feed; Adding the Record Delete element to a Flow; Hands on 5 -- adding Flow to the home page layout; Saving a Flow as a different version; Adding the Record Lookup element to a Flow; Hands on 6 -- adding an image to Display Text; Hands on 7 -- saving data from a feedback form; Hands on 8 -- sending an e-mail; Hands on 9 -- creating a custom error message; Hands on 10 -- conditional execution of a Flow with JavaScript; A few points to remember; Exercises; Summary.</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Chapter 4: Debugging and New Ways to Call a Flow.</subfield></datafield><datafield tag="520" ind1="8" ind2=" "><subfield code="a">Click your way to automating various business processes using Salesforce Visual WorkflowAbout This Book* Develop an application using Point and Click with the help of Flow* Get to grips with various ways to launch a Flow* Capture data from an external user without using the Visualforce page* Save user input into the database, and learn how to query and manipulate the data* Discover various ways to debug and deploy Flow and Process Builder* Understand the concepts of Subflow and Login Flow* Handle complex business processes using Process builder and keep them clean* Use existing or new Flows to work with Salesforce Lightning Experience. Who This Book Is ForThis book is intended for those who want to use Flows to automate their business requirements by clicking, not coding. No previous experience in computer coding or programming is required. What You Will Learn* Develop an application using point and click with the help of Flow* Get to grips with various ways to launch a Flow* Capture data from an external user without using the Visualforce page* Save user input into the database, and learn how to query and manipulate the data* Discover various ways to debug and deploy Flow and Process Builder* Understand the concepts of Subflow and Login Flow* Handle complex business processes using Process builder and keep them clean* Use existing or new Flows to work with Salesforce Lightning Experience. In DetailSalesforce Management System is an information system used in CRM to automate the business processes like sales and marketing. To implement this, Force.com developed a powerful tool called Visual Workflow to automate business processes by creating applications also called Flows. Learning Salesforce Visual Workflow, Second Edition is a practical guide on Flows that will enable you to develop custom applications in Salesforce with minimized code usage. The book starts with an introduction to Visual Workflows that teaches all the building blocks of creating Flows and use it efficiently. You will learn how to easily automate business processes and tackle complex business scenarios using Flows. The book explains the working of the Process Builder so you can create reusable processes. The book also covers how you can integrate existing or newly created Flows with the Salesforce Lightening Experience. By the end of the book, you will get a clear understanding on how to use Flows and Process Builder in your organization to optimize code usage. Style and approachStep by step approch to use Process Builder to solve complex business requirements with the help of Flow.</subfield></datafield><datafield tag="610" ind1="2" ind2="0"><subfield code="a">Salesforce.com (Firm)</subfield><subfield code="0">http://id.loc.gov/authorities/names/n2009036456</subfield></datafield><datafield tag="610" ind1="2" ind2="7"><subfield code="a">Salesforce.com (Firm)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Sales management</subfield><subfield code="x">Data processing.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh85116730</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Ventes</subfield><subfield code="x">Gestion</subfield><subfield code="x">Informatique.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">BUSINESS & ECONOMICS</subfield><subfield code="x">Industrial Management.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">BUSINESS & ECONOMICS</subfield><subfield code="x">Management.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">BUSINESS & ECONOMICS</subfield><subfield code="x">Management Science.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">BUSINESS & ECONOMICS</subfield><subfield code="x">Organizational Behavior.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Sales management</subfield><subfield code="x">Data processing</subfield><subfield code="2">fast</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Learning Salesforce Visual Workflow and Process Builder - Second Edition (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PD3gXc47RVcHDR9pVWfh7bH</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="a">Gupta, Rakesh.</subfield><subfield code="t">Learning Salesforce Visual Workflow and Process Builder - Second Edition.</subfield><subfield code="d">Birmingham : Packt Publishing, ©2017</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1521157</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBL - Ebook Library</subfield><subfield code="b">EBLB</subfield><subfield code="n">EBL4863054</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1521157</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis38046429</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">14508574</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn988175574 |
illustrated | Not Illustrated |
indexdate | 2024-11-27T13:27:51Z |
institution | BVB |
isbn | 9781787281820 1787281825 |
language | English |
oclc_num | 988175574 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (442 pages) |
psigel | ZDB-4-EBA |
publishDate | 2017 |
publishDateSearch | 2017 |
publishDateSort | 2017 |
publisher | Packt Publishing, |
record_format | marc |
spelling | Gupta, Rakesh. Learning Salesforce Visual Workflow and Process Builder - Second Edition. 2nd ed. Birmingham : Packt Publishing, 2017. 1 online resource (442 pages) text txt rdacontent computer c rdamedia online resource cr rdacarrier Print version record. Cover; Copyright; Credits; Foreword; About the Author; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Getting Started with Visual Workflow; Business problems; Business use case 1; Solution 1 -- using an Apex trigger; Solution 2 -- a combination of Visual Workflow and Process Builder; Solution 3- using Process Builder; Business use case 2; Solution 1 -- using Apex; Solution 2 -- a combination of Visual Workflow and Process Builder; The benefits of Visual Workflow; System requirements for using Visual Workflow. An overview of the Visual Workflow lifecycleAn overview of the Cloud Flow Designer; An overview of the building blocks of Visual Workflow; Flow elements; Flow resources; Flow connectors; The various ways to invoke a Flow; Visual Workflow outcome behavior ; Creating an Admin playground account; Logging in to Salesforce.com; Summary; Chapter 2: Creating Flow through Point and Click; Creating the building blocks of Flow; Creating a variable; Creating a collection variable; Adding values to a collection variable; Creating an SObject Variable; Creating an SObject Collection Variable. Allowing users to pause FlowsDesigning the Flow; Hands on 1 -- displaying a logged-in user ID; Creating a Screen element; Adding fields to the Screen element; Removing fields from the Screen element; Setting the Start element in a Flow; Saving a Flow; Running a Flow; Hands on 2 -- real estate commission calculator; Connecting the Flow elements; Hands on 3 -- displaying a feedback form based on conditions; Adding a Decision element; Adding a choice to a Flow; Hands on 4 -- displaying related records based on search functionality; Adding a Dynamic Record choice to a Flow. Hands on 5 -- creating an opportunity form Adding a Picklist choice to a Flow; A few points to remember; Exercises; Summary; Chapter 3: Manipulating Records in Visual Workflow; Creating the building blocks of a Flow; Creating a constant; Creating a Text Template; Manipulating the data; Hands on 1 -- creating leads; Adding the Record Create element to a Flow; Hands on 2 -- adding leads to a campaign; Adding a record to a parent; Activating a version of a Flow; Passing values to Flow variables through a URL; Setting the finish location or redirecting the URL for a Flow. Hands on 3 -- quickly update an account recordAdding Record Update elements to a Flow; Hands on 4 -- cleaning Chatter group feed; Adding the Record Delete element to a Flow; Hands on 5 -- adding Flow to the home page layout; Saving a Flow as a different version; Adding the Record Lookup element to a Flow; Hands on 6 -- adding an image to Display Text; Hands on 7 -- saving data from a feedback form; Hands on 8 -- sending an e-mail; Hands on 9 -- creating a custom error message; Hands on 10 -- conditional execution of a Flow with JavaScript; A few points to remember; Exercises; Summary. Chapter 4: Debugging and New Ways to Call a Flow. Click your way to automating various business processes using Salesforce Visual WorkflowAbout This Book* Develop an application using Point and Click with the help of Flow* Get to grips with various ways to launch a Flow* Capture data from an external user without using the Visualforce page* Save user input into the database, and learn how to query and manipulate the data* Discover various ways to debug and deploy Flow and Process Builder* Understand the concepts of Subflow and Login Flow* Handle complex business processes using Process builder and keep them clean* Use existing or new Flows to work with Salesforce Lightning Experience. Who This Book Is ForThis book is intended for those who want to use Flows to automate their business requirements by clicking, not coding. No previous experience in computer coding or programming is required. What You Will Learn* Develop an application using point and click with the help of Flow* Get to grips with various ways to launch a Flow* Capture data from an external user without using the Visualforce page* Save user input into the database, and learn how to query and manipulate the data* Discover various ways to debug and deploy Flow and Process Builder* Understand the concepts of Subflow and Login Flow* Handle complex business processes using Process builder and keep them clean* Use existing or new Flows to work with Salesforce Lightning Experience. In DetailSalesforce Management System is an information system used in CRM to automate the business processes like sales and marketing. To implement this, Force.com developed a powerful tool called Visual Workflow to automate business processes by creating applications also called Flows. Learning Salesforce Visual Workflow, Second Edition is a practical guide on Flows that will enable you to develop custom applications in Salesforce with minimized code usage. The book starts with an introduction to Visual Workflows that teaches all the building blocks of creating Flows and use it efficiently. You will learn how to easily automate business processes and tackle complex business scenarios using Flows. The book explains the working of the Process Builder so you can create reusable processes. The book also covers how you can integrate existing or newly created Flows with the Salesforce Lightening Experience. By the end of the book, you will get a clear understanding on how to use Flows and Process Builder in your organization to optimize code usage. Style and approachStep by step approch to use Process Builder to solve complex business requirements with the help of Flow. Salesforce.com (Firm) http://id.loc.gov/authorities/names/n2009036456 Salesforce.com (Firm) fast Sales management Data processing. http://id.loc.gov/authorities/subjects/sh85116730 Ventes Gestion Informatique. BUSINESS & ECONOMICS Industrial Management. bisacsh BUSINESS & ECONOMICS Management. bisacsh BUSINESS & ECONOMICS Management Science. bisacsh BUSINESS & ECONOMICS Organizational Behavior. bisacsh Sales management Data processing fast has work: Learning Salesforce Visual Workflow and Process Builder - Second Edition (Text) https://id.oclc.org/worldcat/entity/E39PD3gXc47RVcHDR9pVWfh7bH https://id.oclc.org/worldcat/ontology/hasWork Print version: Gupta, Rakesh. Learning Salesforce Visual Workflow and Process Builder - Second Edition. Birmingham : Packt Publishing, ©2017 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1521157 Volltext |
spellingShingle | Gupta, Rakesh Learning Salesforce Visual Workflow and Process Builder - Second Edition. Cover; Copyright; Credits; Foreword; About the Author; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Getting Started with Visual Workflow; Business problems; Business use case 1; Solution 1 -- using an Apex trigger; Solution 2 -- a combination of Visual Workflow and Process Builder; Solution 3- using Process Builder; Business use case 2; Solution 1 -- using Apex; Solution 2 -- a combination of Visual Workflow and Process Builder; The benefits of Visual Workflow; System requirements for using Visual Workflow. An overview of the Visual Workflow lifecycleAn overview of the Cloud Flow Designer; An overview of the building blocks of Visual Workflow; Flow elements; Flow resources; Flow connectors; The various ways to invoke a Flow; Visual Workflow outcome behavior ; Creating an Admin playground account; Logging in to Salesforce.com; Summary; Chapter 2: Creating Flow through Point and Click; Creating the building blocks of Flow; Creating a variable; Creating a collection variable; Adding values to a collection variable; Creating an SObject Variable; Creating an SObject Collection Variable. Allowing users to pause FlowsDesigning the Flow; Hands on 1 -- displaying a logged-in user ID; Creating a Screen element; Adding fields to the Screen element; Removing fields from the Screen element; Setting the Start element in a Flow; Saving a Flow; Running a Flow; Hands on 2 -- real estate commission calculator; Connecting the Flow elements; Hands on 3 -- displaying a feedback form based on conditions; Adding a Decision element; Adding a choice to a Flow; Hands on 4 -- displaying related records based on search functionality; Adding a Dynamic Record choice to a Flow. Hands on 5 -- creating an opportunity form Adding a Picklist choice to a Flow; A few points to remember; Exercises; Summary; Chapter 3: Manipulating Records in Visual Workflow; Creating the building blocks of a Flow; Creating a constant; Creating a Text Template; Manipulating the data; Hands on 1 -- creating leads; Adding the Record Create element to a Flow; Hands on 2 -- adding leads to a campaign; Adding a record to a parent; Activating a version of a Flow; Passing values to Flow variables through a URL; Setting the finish location or redirecting the URL for a Flow. Hands on 3 -- quickly update an account recordAdding Record Update elements to a Flow; Hands on 4 -- cleaning Chatter group feed; Adding the Record Delete element to a Flow; Hands on 5 -- adding Flow to the home page layout; Saving a Flow as a different version; Adding the Record Lookup element to a Flow; Hands on 6 -- adding an image to Display Text; Hands on 7 -- saving data from a feedback form; Hands on 8 -- sending an e-mail; Hands on 9 -- creating a custom error message; Hands on 10 -- conditional execution of a Flow with JavaScript; A few points to remember; Exercises; Summary. Salesforce.com (Firm) http://id.loc.gov/authorities/names/n2009036456 Salesforce.com (Firm) fast Sales management Data processing. http://id.loc.gov/authorities/subjects/sh85116730 Ventes Gestion Informatique. BUSINESS & ECONOMICS Industrial Management. bisacsh BUSINESS & ECONOMICS Management. bisacsh BUSINESS & ECONOMICS Management Science. bisacsh BUSINESS & ECONOMICS Organizational Behavior. bisacsh Sales management Data processing fast |
subject_GND | http://id.loc.gov/authorities/names/n2009036456 http://id.loc.gov/authorities/subjects/sh85116730 |
title | Learning Salesforce Visual Workflow and Process Builder - Second Edition. |
title_auth | Learning Salesforce Visual Workflow and Process Builder - Second Edition. |
title_exact_search | Learning Salesforce Visual Workflow and Process Builder - Second Edition. |
title_full | Learning Salesforce Visual Workflow and Process Builder - Second Edition. |
title_fullStr | Learning Salesforce Visual Workflow and Process Builder - Second Edition. |
title_full_unstemmed | Learning Salesforce Visual Workflow and Process Builder - Second Edition. |
title_short | Learning Salesforce Visual Workflow and Process Builder - Second Edition. |
title_sort | learning salesforce visual workflow and process builder second edition |
topic | Salesforce.com (Firm) http://id.loc.gov/authorities/names/n2009036456 Salesforce.com (Firm) fast Sales management Data processing. http://id.loc.gov/authorities/subjects/sh85116730 Ventes Gestion Informatique. BUSINESS & ECONOMICS Industrial Management. bisacsh BUSINESS & ECONOMICS Management. bisacsh BUSINESS & ECONOMICS Management Science. bisacsh BUSINESS & ECONOMICS Organizational Behavior. bisacsh Sales management Data processing fast |
topic_facet | Salesforce.com (Firm) Sales management Data processing. Ventes Gestion Informatique. BUSINESS & ECONOMICS Industrial Management. BUSINESS & ECONOMICS Management. BUSINESS & ECONOMICS Management Science. BUSINESS & ECONOMICS Organizational Behavior. Sales management Data processing |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1521157 |
work_keys_str_mv | AT guptarakesh learningsalesforcevisualworkflowandprocessbuildersecondedition |