OSCON 2011 - Building An Application On The SugarCRM Platform

29
Building An Application On The SugarCRM Platform John Mertic ©2011 SugarCRM Inc. All rights reserved. 06/22/202 2 1

Transcript of OSCON 2011 - Building An Application On The SugarCRM Platform

Page 1: OSCON 2011 - Building An Application On The SugarCRM Platform

Building An Application On The SugarCRM Platform

John Mertic

©2011 SugarCRM Inc. All rights reserved.04/11/2023 1

Page 2: OSCON 2011 - Building An Application On The SugarCRM Platform

Who Am I?

John Mertichttp://jmertic.wordpress.comTwitter: @[email protected] ( Work )[email protected] ( PHP )Community Manager for SugarCRM

http://www.sugarcrm.comRead our blog at http://developers.sugarcrm.com/wordpress

3/24/2011 @2011 SugarCRM Inc. All rights reserved. 2

Page 3: OSCON 2011 - Building An Application On The SugarCRM Platform

My books

3/24/2011 @2011 SugarCRM Inc. All rights reserved. 3

http://amzn.to/enioPVhttp://t.co/UFRHNSO

Page 4: OSCON 2011 - Building An Application On The SugarCRM Platform

What is SugarCRM?

Why build on SugarCRM?

Examples of building on SugarCRM

Page 5: OSCON 2011 - Building An Application On The SugarCRM Platform

Customer Relationship Management

What is CRM?

Page 6: OSCON 2011 - Building An Application On The SugarCRM Platform

CRM is about Customers

Page 7: OSCON 2011 - Building An Application On The SugarCRM Platform

CRM is about Growing and Retaining Customers

Page 8: OSCON 2011 - Building An Application On The SugarCRM Platform

04/11/2023 Copyright ©2011 SugarCRM Inc. All rights reserved. 8

SugarCRM: The World’s Fastest Growing CRM Company

Business The world’s fastest growing CRM company

$46M in financing from NEA, DFJ, & Walden Intl.

Founded April 2004; 150+ Employees; Cupertino, CA

Market Traction 8,000+ customers in 80+ countries

800,000+ users on 80,000+systems

World’s 3rd largest CRM company (by user count)

220+ partners on five continents

Growth/Momentum Cash flow positive

Over 52% billings growth FY 2010 vs FY 2009

7 consecutive quarters of record growth

More than 2,200 new customers in FY 2010

Page 9: OSCON 2011 - Building An Application On The SugarCRM Platform

04/11/2023 ©2011 SugarCRM Inc. All rights reserved. 9

Page 10: OSCON 2011 - Building An Application On The SugarCRM Platform

04/11/2023 ©2011 SugarCRM Inc. All rights reserved. 10

Why build on Sugar?

Source: http://www.flickr.com/photos/uwehermann/132244825

Page 11: OSCON 2011 - Building An Application On The SugarCRM Platform

04/11/2023 ©2009 SugarCRM Inc. All rights reserved. 11Source: http://www.flickr.com/photos/29158681@N00/1397602154

Business Software

Page 12: OSCON 2011 - Building An Application On The SugarCRM Platform

Business Software ( Developers Perspective )

04/11/2023 ©2009 SugarCRM Inc. All rights reserved. 12

Source: http://www.flickr.com/photos/binary_koala/3038323360

Page 13: OSCON 2011 - Building An Application On The SugarCRM Platform

Why not just use one of the million existing web frameworks?

04/11/2023 ©2011 SugarCRM Inc. All rights reserved. 13

Page 14: OSCON 2011 - Building An Application On The SugarCRM Platform

So what does SugarCRM give you?

Page 15: OSCON 2011 - Building An Application On The SugarCRM Platform

04/11/2023 ©2011 SugarCRM Inc. All rights reserved. 15Source: http://nl.wikipedia.org/wiki/Bestand:Puzzle-piece.jpg

Modular Design

Page 16: OSCON 2011 - Building An Application On The SugarCRM Platform

MVC Framework

04/11/2023 ©2011 SugarCRM Inc. All rights reserved. 16

Page 17: OSCON 2011 - Building An Application On The SugarCRM Platform

Metadata Driven Views

04/11/2023 ©2011 SugarCRM Inc. All rights reserved. 17

Page 18: OSCON 2011 - Building An Application On The SugarCRM Platform

User Authentication and Access Control

04/11/2023 ©2011 SugarCRM Inc. All rights reserved. 18

Page 19: OSCON 2011 - Building An Application On The SugarCRM Platform

External Services Integration

04/11/2023 ©2011 SugarCRM Inc. All rights reserved. 19

Page 20: OSCON 2011 - Building An Application On The SugarCRM Platform

Web Services API

04/11/2023 ©2011 SugarCRM Inc. All rights reserved. 20

Page 21: OSCON 2011 - Building An Application On The SugarCRM Platform

04/11/2023 ©2011 SugarCRM Inc. All rights reserved. 21

Ease of Administration

Source: http://www.flickr.com/photos/44124284912@N01/428051636

Page 22: OSCON 2011 - Building An Application On The SugarCRM Platform

04/11/2023 ©2011 SugarCRM Inc. All rights reserved. 22

Easy to use developer tools

Source: http://www.flickr.com/photos/skistz/398429879

Page 23: OSCON 2011 - Building An Application On The SugarCRM Platform

04/11/2023 ©2011 SugarCRM Inc. All rights reserved. 23

Upgrade safeness

Source: http://www.flickr.com/photos/christianacare/5124005356

Page 24: OSCON 2011 - Building An Application On The SugarCRM Platform

So let’s build a business application

Let’s build an application to manage a conference

04/11/2023 ©2011 SugarCRM Inc. All rights reserved. 24

Page 25: OSCON 2011 - Building An Application On The SugarCRM Platform

MotivatiCon needs

Manage attendeesHandle incoming attendee registration

Manage speakersAllow session submission from the webManage the Call for Papers processTrack session feedback

Manage sponsorsStill allow them to update the application easily in the future

04/11/2023 ©2011 SugarCRM Inc. All rights reserved. 25

Page 26: OSCON 2011 - Building An Application On The SugarCRM Platform

Demo Time!

©2011 SugarCRM Inc. All rights reserved.04/11/2023 26

Page 27: OSCON 2011 - Building An Application On The SugarCRM Platform

Resources

04/11/2023 ©2011 SugarCRM Inc. All rights reserved. 27

http://www.sugarforge.org

http://amzn.to/enioPV

http://t.co/UFRHNSO

Page 28: OSCON 2011 - Building An Application On The SugarCRM Platform

04/11/2023 ©2009 SugarCRM Inc. All rights reserved. 28

SugarCRM Community

Join the Monthly Community Webinar

When: 3rd Wednesday of each month at 15:00 GMT

Where: WebEx ( http://bit.ly/iJANYC )

More information athttp://developers.sugarcrm.com/wordpress/?p=2320

Page 29: OSCON 2011 - Building An Application On The SugarCRM Platform

Questions?

Slides available on SlideShare

3/24/2011 @2011 SugarCRM Inc. All rights reserved. 29