27
Custom Approvals Using Chatter Manos Spanoudakis, Nefos GmbH, Senior Software Engineer @MaNeForce Design Mehmet Pamukci, Tobias Mäder, Manos Spanoudakis, Robert Santner Implementation Manos Spanoudakis

Custom Approvals Using Chatter

Embed Size (px)

Citation preview

Page 1: Custom Approvals Using Chatter

Custom Approvals Using Chatter

Manos Spanoudakis, Nefos GmbH, Senior Software Engineer

@MaNeForce

Design Mehmet Pamukci, Tobias Mäder, Manos Spanoudakis, Robert Santner

Implementation Manos Spanoudakis

Page 2: Custom Approvals Using Chatter

Safe Harbor

Safe harbor statement 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

intellectual property and other litigation, risks associated with 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-Q for the most recent fiscal quarter ended July 31, 2012. This

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: Custom Approvals Using Chatter

Manos Spanoudakis

Senior Software Engineer

@MaNeForce

Page 4: Custom Approvals Using Chatter

Intro

Problem / Solution Design Implementation

Create a custom solution based on Standard Salesforce functionality with limited

coding

Chatter

Code

Page 5: Custom Approvals Using Chatter

Requirements

Approval of Notes without record locking

Ability to discuss before approving

The owner / submitter takes the final decision after discussion has been finalized

Each user may add a comment, which is unique per Note

Karma concept (“Like”/”Don’t Like”/”ok”)

Page 6: Custom Approvals Using Chatter

Any Ideas ?

Time Up

Page 7: Custom Approvals Using Chatter

Use Cases

Note Add

Participants

Submit for

Approval

Task

bla

bla

bla

bla

bla

APPROVE

Note

No Like

Like

Ok

Note Karma

Page 8: Custom Approvals Using Chatter

Demo Time

Page 9: Custom Approvals Using Chatter

Design

Data Model Business

Logic User Interface

Page 10: Custom Approvals Using Chatter

Data Model

Page 11: Custom Approvals Using Chatter

Note Business Logic

After

Update

Before Delete

If submitted for Approval

• Add followers

• Assign Tasks

Allow only the Owner to

Delete

Page 12: Custom Approvals Using Chatter

Note User Interface

Page 13: Custom Approvals Using Chatter

NoteViewEditController

Page 14: Custom Approvals Using Chatter

Note Discussion Business Logic

After

Insert

After

Update

• Post to Note’s

Chatter Feed

• Update Karma

Page 15: Custom Approvals Using Chatter

Note Discussion UI: Comments

NoteCommentController

Page 16: Custom Approvals Using Chatter

Note Karma

Like/Don’t Like/Neutral/…

Give points depending on User/Profile

Page 17: Custom Approvals Using Chatter

Any Ideas ?

Time Up

Page 18: Custom Approvals Using Chatter

Demo Time

Page 19: Custom Approvals Using Chatter

Karma Calculation Setup

Page 20: Custom Approvals Using Chatter

Karma Calculation Code

Steps

1. Read the Note Records to be updated

2. Build a Karma Points Map derived from the Custom Settings value for

the running user (Hierarchy)

3. Update the Karma points for all the Notes using the above map

Page 21: Custom Approvals Using Chatter

Karma Calculation Code

Step 1:Read the Note Records to be updated

Page 22: Custom Approvals Using Chatter

Karma Calculation Code

Step 2:Build a Karma Points Map derived from the Custom Settings value

for the running user

Page 23: Custom Approvals Using Chatter

Karma Calculation Code

Step 3:Update the Karma points for all the Notes using the above map

Page 24: Custom Approvals Using Chatter

Future Work

Automatic Approval Based on Karma

Using triggers

Using Standard Salesforce

Page 25: Custom Approvals Using Chatter

Overview

How to utilize chatter to provide custom approvals with discussion and

voting functionalities

Customize Salesforce with little coding

Solution can be tailored to other business processes e.g. event

planning, project collaboration etc.

Page 26: Custom Approvals Using Chatter

Manos Spanoudakis

Senior Software Engineer,

[email protected]

@MaNeForce

Mehmet Pamukci

Senior Consultant,

[email protected]

Robert Santner Tobias Mäder

CEO,

[email protected]

Vice President,

[email protected]

Page 27: Custom Approvals Using Chatter