Top Banner
Welcome to the Twin Cities Developer User Group
24

Twin Cities Salesforce.com Developer User Group Presentation April 2012

Nov 18, 2014

Download

Technology

 
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Twin Cities Salesforce.com Developer User Group Presentation April 2012

Welcome to the

Twin Cities Developer

User Group

Page 2: Twin Cities Salesforce.com Developer User Group Presentation April 2012

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 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 ended January

31, 2011 and in our quarterly report on Form 10-Q for the most recent fiscal quarter ended July 31, 2011. 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: Twin Cities Salesforce.com Developer User Group Presentation April 2012

Introductions

• Welcome to the First Official TCDUG Meeting

• What to Expect

• How are we Different from the User Group?

• Around the Room – Meet your Peers

• Your Name and Company

• How long with Force.com?

• What you would like to contribute?

• What you would like to gain?

Page 4: Twin Cities Salesforce.com Developer User Group Presentation April 2012

Sponsors

• Redpath Consulting Group (Paul)

• Facilities and WiFi

• Demand Chain Systems (Scott, Theresa)

• Logistics

• Administrative Support

• Organizational Support

• Salesforce Developer Relations (Kavindra, Katie, Lauren)

• Platform, Communication, and Refreshments

• Interested in becoming a Sponsor? Contact Andy!

Page 5: Twin Cities Salesforce.com Developer User Group Presentation April 2012

Group Rally Points

• Meetings and Membership

• Meetup - http://www.meetup.com/SFTCDUG

• News and Polls

• LinkedIn: “Salesforce.com Twin Cities Developer Group”

• Facebook: “Salesforce.com Twin Cities Developer Group”

• Coming Soon: Communityforce on Salesforce.com

• Contact Andy?

• Twitter: @andyboettcher

• Email: [email protected]

Page 6: Twin Cities Salesforce.com Developer User Group Presentation April 2012

Quick Break

Page 7: Twin Cities Salesforce.com Developer User Group Presentation April 2012

Discussion 1:

Architectural Best Practices

Page 8: Twin Cities Salesforce.com Developer User Group Presentation April 2012

Examples of Architectural Best Practices

• Good Relational Database Design

• Object and Field Naming

• Generalization of Fields

• Lookups vs. Master / Child Relationships

• Junction Objects

• Formulas!

• Field Level Security vs. Page Layout Security

Page 9: Twin Cities Salesforce.com Developer User Group Presentation April 2012

Examples of Architectural Best Practices

• Standard Naming / Coding Conventions

• Many “Standards” out there

• Pick a Standard, stick with it!

• Some ideas:

• Prefix Variables with Type

• When to use Private / Public / Global

Page 10: Twin Cities Salesforce.com Developer User Group Presentation April 2012

Examples of Architectural Best Practices

• Repeatable Code Structure

• Page, Class, Trigger, Test Class Templates

• Logically segment code pages

• Centralize and reference often-used items

• Functions class

• Test class – data creation

Page 11: Twin Cities Salesforce.com Developer User Group Presentation April 2012

Examples of Architectural Best Practices

• Comments / Debug Statements

• There is never a thing as too many comments!

• Use to logically segment code pages

• Use as an information header

• Structure debug statements

• Class.Method INFO: <message>

Page 12: Twin Cities Salesforce.com Developer User Group Presentation April 2012

Examples of Architectural Best Practices

• Documentation (Technical)

• SF “Schema Builder”

• Leverage comments

• Let your naming conventions help

Page 13: Twin Cities Salesforce.com Developer User Group Presentation April 2012

Examples of Architectural Best Practices

• Governor Limit Tips – ALWAYS assume bulk!

• Use Maps instead of loops

• No DML or SOQL in loops

• Keep script in loops to a minimum

• Update and Delete without SOQL

• Future and Batch annotations

• Always review new limits per release

Page 14: Twin Cities Salesforce.com Developer User Group Presentation April 2012

Examples of Architectural Best Practices

• Code Reviews

• Always walk a peer through your code

• “A Developer tests how they code”

• Constant improvement / learning

Page 15: Twin Cities Salesforce.com Developer User Group Presentation April 2012

Discussion 2:

Adoption Challenges:

What can a Developer do?

Page 16: Twin Cities Salesforce.com Developer User Group Presentation April 2012

Adoption Challenges

• Tools for Management

• What can a developer provide management?

• Discussion

Page 17: Twin Cities Salesforce.com Developer User Group Presentation April 2012

Adoption Challenges

• Tools for Development

• What can a developer do to aid adoption?

• Get key users involved early

• Augment the platform (jQuery, etc.)

• Always think “you know what, if we…”

Page 18: Twin Cities Salesforce.com Developer User Group Presentation April 2012

Adoption Challenges

• When to raise your voice?

• There is no bad or wrong time

• There are no wrong opinions

• Withholding opinion can mean re-work later

• Experience counts

• Don’t get caught in project “tunnel-vision”

Page 19: Twin Cities Salesforce.com Developer User Group Presentation April 2012

Quick Break

Page 20: Twin Cities Salesforce.com Developer User Group Presentation April 2012

Discussion 3:

When to use Visualforce

vs.

When to use pure HTML

Page 21: Twin Cities Salesforce.com Developer User Group Presentation April 2012

Visualforce vs. HTML

• Open Discussion

Page 22: Twin Cities Salesforce.com Developer User Group Presentation April 2012

Ping your

Peers

Page 23: Twin Cities Salesforce.com Developer User Group Presentation April 2012

What’s Next?

• Connect with the Community!

• Quarterly Meetings

• Next meeting – late June?

• Did this time work for everyone?

• Location ideas? (we’re a big group!)

• Topics?

• Guest speakers?

Page 24: Twin Cities Salesforce.com Developer User Group Presentation April 2012

THANK YOU