Process Builder and Flow: An Admin's Trigger by Rich Englhard

22
Process Builder and Flow An Admin’s Trigger [email protected] @developingflow Rich Englhard Principal Consultant

Transcript of Process Builder and Flow: An Admin's Trigger by Rich Englhard

Page 1: Process Builder and Flow: An Admin's Trigger by Rich Englhard

Process Builder and Flow

An Admin’s Trigger

[email protected]@developingflow

Rich Englhard Principal Consultant

Page 2: Process Builder and Flow: An Admin's Trigger by Rich Englhard

About MeBuilding with Salesforce since 2014

Page 3: Process Builder and Flow: An Admin's Trigger by Rich Englhard

Forward-Looking StatementsStatement under the Private Securities Litigation Reform Act of 1995:

This presentation may contain forward-looking statements that involve risks, uncertainties, and assumptions. If any such uncertainties materialize or if any of the assumptions proves incorrect, the results of salesforce.com, inc. could differ materially from the results expressed or implied by the forward-looking statements we make. All statements other than statements of historical fact could be deemed forward-looking, including any projections of product or service availability, subscriber growth, earnings, revenues, or other financial items and any statements regarding strategies or plans of management for future operations, statements of belief, any statements concerning new, planned, or upgraded services or technology developments and customer contracts or use of our services.

The risks and uncertainties referred to above include – but are not limited to – risks associated with developing and delivering new functionality for our service, new products and services, our new business model, our past operating losses, possible fluctuations in our operating results and rate of growth, interruptions or delays in our Web hosting, breach of our security measures, the outcome of any litigation, risks associated with completed and any possible mergers and acquisitions, the immature market in which we operate, our relatively limited operating history, our ability to expand, retain, and motivate our employees and manage our growth, new releases of our service and successful customer deployment, our limited history reselling non-salesforce.com products, and utilization and selling to larger enterprise customers. Further information on potential factors that could affect the financial results of salesforce.com, inc. is included in our annual report on Form 10-K for the most recent fiscal year and in our quarterly report on Form 10-Q for the most recent fiscal quarter. These documents and others containing important disclosures are available on the SEC Filings section of the Investor Information section of our Web site.

Any unreleased services or features referenced in this or other presentations, press releases or public statements are not currently available and may not be delivered on time or at all. Customers who purchase our services should make the purchase decisions based upon features that are currently available. Salesforce.com, inc. assumes no obligation and does not intend to update these forward-looking statements.

Page 4: Process Builder and Flow: An Admin's Trigger by Rich Englhard

Overview

Workflow – An Admin’s Best Friend Where Workflow Breaks – Lookup Fields and Child Objects (Among Others) Process Builder – Lookup Fields and Child Objects Process Builder – Only update if… Flow – Complex Processes Flow – Button Click Process Builder and Flow – An Admin’s Trigger

Page 5: Process Builder and Flow: An Admin's Trigger by Rich Englhard

Workflow

Simple Workflow – Same Object

• Closed Won – Update Closed Date• Updating the same record

Advanced Workflow – Master Detail

• Closed Won – Update Account Type to Customer

• Workflow allows you to update a parent object in a Master Detail relationship from the child Object

An Admin’s Best Friend

Page 6: Process Builder and Flow: An Admin's Trigger by Rich Englhard

KickoffWorkflow

Page 7: Process Builder and Flow: An Admin's Trigger by Rich Englhard

Simple Update (Same Record)Workflow

Page 8: Process Builder and Flow: An Admin's Trigger by Rich Englhard

Advanced Update (Parent Record)Workflow

Page 9: Process Builder and Flow: An Admin's Trigger by Rich Englhard

Workflow Breaks Lookup Field

Page 10: Process Builder and Flow: An Admin's Trigger by Rich Englhard

Workflow Breaks Child Object

Page 11: Process Builder and Flow: An Admin's Trigger by Rich Englhard

Process Builder Child Objects

Page 12: Process Builder and Flow: An Admin's Trigger by Rich Englhard

Process Builder Child Objects

Page 13: Process Builder and Flow: An Admin's Trigger by Rich Englhard

Process Builder Lookup Fields

Page 14: Process Builder and Flow: An Admin's Trigger by Rich Englhard

Process Builder Lookup Fields

Page 15: Process Builder and Flow: An Admin's Trigger by Rich Englhard

Process Builder Only if…

Page 16: Process Builder and Flow: An Admin's Trigger by Rich Englhard

Make sure Main Contact is on Account Contact Roles – Either Decision Maker if Main Contact is a Customer or Partner Contact if Main Contact is a Partner – If they are not already an Account Contact

• There is no Account Contact Roles

• What if an Account Contact Role already exists?

Complex ProcessesFlow

Page 17: Process Builder and Flow: An Admin's Trigger by Rich Englhard

Lookup OpportunityLookup Main ContactLookup AccountLookup Account Contact RolesIs there already an ACR for the contact?If not, is this a Partner or Customer?Create ACR (Partner/Customer)

Bonus – You could lookup the Opportunity Contact Role without a Main Contact field

Complex ProcessesFlow

Page 18: Process Builder and Flow: An Admin's Trigger by Rich Englhard

Create Button

• Use Flow URLName and retURL for returning to Opp(Starting Variable = vOppId)

Button ClickFlow

Page 19: Process Builder and Flow: An Admin's Trigger by Rich Englhard

From this example, we used OpportunityClosed Won

Other possibilities include:• DocuSign Signed• Quote Accepted• …

1 Flow and unlimited Process Builder“Triggers”

An Admin’s TriggerProcess Builder and Flow

Page 20: Process Builder and Flow: An Admin's Trigger by Rich Englhard

Apex Trigger

Apex Class

Process Builder and Flow

With Process Builder and Flow, you learn thefoundation of code. Although it isn’t 100% 1 to 1,you can think of Process Builder and Flow as:

Process Builder

Flow

Stepping Stone to Developer

Page 21: Process Builder and Flow: An Admin's Trigger by Rich Englhard

Thank Y u

Page 22: Process Builder and Flow: An Admin's Trigger by Rich Englhard