+ All Categories
Home > Technology > Five Steps to Effective, Efficient and Evolutionary Process Flows

Five Steps to Effective, Efficient and Evolutionary Process Flows

Date post: 08-Jan-2017
Category:
Upload: salesforce-admins
View: 28 times
Download: 0 times
Share this document with a friend
16
What Process? Five Steps to Effective, Efficient and Evolutionary Process Flows Rakia Finley, CEO Surge Assembly & FIN Digital @rakiamc [email protected]
Transcript
Page 1: Five Steps to Effective, Efficient and Evolutionary Process Flows

What Process?Five Steps to Effective, Efficient and Evolutionary Process Flows

Rakia Finley, CEOSurge Assembly & FIN Digital

@[email protected]

Page 2: Five Steps to Effective, Efficient and Evolutionary Process Flows

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 3: Five Steps to Effective, Efficient and Evolutionary Process Flows

Rakia Finley• Founded Surge Assembly in 2003• Founded FIN Digital in 2014• 12 Years of IT Consulting• 10 Years CRM Development Experience• 8 Years Salesforce Consulting• Leader, Washington DC Women in Tech User

Group• Portland, Oregon Native• Deep addiction to gadgets, Starbucks and

[email protected]@rakiamc

Page 4: Five Steps to Effective, Efficient and Evolutionary Process Flows

Triggers, Workflow, ValidationWhat’s the difference?

Page 5: Five Steps to Effective, Efficient and Evolutionary Process Flows

A piece of code that is executes before and after a record is Inserted/Updated/Deleted from the force.com database.

Syntax:Trigger <trigger name> on <Object name> (trigger Events) {// Implement the Logic here}

Workflows are used to do actions like creating task, sending outbound messages, send emails and field update.

In workflows, we cannot update field in another related object 

Validation rule can be used if you want to validate the field values in a particular record which you are creating/updating.

It will not work in delete operations. 

TRIGGER WORKFLOW VALIDATION

Governs your data-entry Creates an automated action

Trigger, Workflow, Validation What’s the difference?

Like Workflows without limitations

Page 6: Five Steps to Effective, Efficient and Evolutionary Process Flows

What to Know About WorkflowsWell…they’re awesome

Page 7: Five Steps to Effective, Efficient and Evolutionary Process Flows

Lightning Process Builder

“A Workflow tool that helps you easily automate your business processes by providing a powerful and user friendly graphical representation of your process as you build.”

Oh my, what’s that?

Page 8: Five Steps to Effective, Efficient and Evolutionary Process Flows

Lightning Process Builder This thing is NIIICE!

Submit for Approval

Updated fields on any

related record

Call Apex code

Post to Chatter

Launch a Flow

Multiple if/them

statements

Create a record

Page 9: Five Steps to Effective, Efficient and Evolutionary Process Flows

Flow (Visual Flow)

“Let’s you build applications, called flows, to help users within your organizations perform tasks easily and efficiently”

Oh I know that one.

Page 10: Five Steps to Effective, Efficient and Evolutionary Process Flows

If You Build Everything…

• Find the common ground to each need• Limit the redundancy• Be the voice of reason

Page 11: Five Steps to Effective, Efficient and Evolutionary Process Flows

Use the Need to Identify the SolutionBase your flow off what’s being asked of you.

Page 12: Five Steps to Effective, Efficient and Evolutionary Process Flows

You’re The Solution Provider These are your weapons of mass awesomeness

Page 13: Five Steps to Effective, Efficient and Evolutionary Process Flows

Workflow FYI1. Fully understand and identify the need

From beginning to end

2. Write out the steps Paper is your friend an official memo of

understanding is better

3. Map out the data flow Where is it coming from and where will it

end up

4. Create the process in sandbox Make sure your flow looks good from all

angles

5. Measure and refine Verify, verify, verify

Page 14: Five Steps to Effective, Efficient and Evolutionary Process Flows

Rakia FinleySurge Assembly | FIN

[email protected]@rakiamc

Limit Redundancy, Enhance Accuracy, Encourage Action, Produce ProductivitySounds easy enough…

Page 15: Five Steps to Effective, Efficient and Evolutionary Process Flows

Questions?

Page 16: Five Steps to Effective, Efficient and Evolutionary Process Flows

Thank Y u


Recommended