five developer tips every admin needs to know

25
5 Developer Tips Every Admin Should Know Tips and Tricks You Can Use Adam Torman, salesforce.com, Director Product Management @atorman Salesforcehacker.com

Upload: salesforce-developers

Post on 18-Nov-2014

821 views

Category:

Technology


0 download

DESCRIPTION

You've got your salesforce.com org humming. You are the master of button-click admins. Join us to learn how you can leverage the power of the Force.com platform to build your own social enterprise. At the end of this session, you will walk away with five developer tips and tricks, all possible directly via the browser, that you can put into practice as soon as you get back to the office.

TRANSCRIPT

Page 1: Five Developer Tips Every Admin Needs To Know

5 Developer Tips Every Admin Should Know Tips and Tricks You Can Use

Adam Torman, salesforce.com, Director Product Management @atorman Salesforcehacker.com

Page 2: Five Developer Tips Every Admin Needs To Know

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 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 Developer Tips Every Admin Needs To Know
Page 4: Five Developer Tips Every Admin Needs To Know
Page 5: Five Developer Tips Every Admin Needs To Know
Page 6: Five Developer Tips Every Admin Needs To Know

Development 101

Page 7: Five Developer Tips Every Admin Needs To Know

Five areas of focus:

Build - Manage - Customize - Create - Test

Page 8: Five Developer Tips Every Admin Needs To Know

Build your data model with Schema Builder

Page 9: Five Developer Tips Every Admin Needs To Know
Page 10: Five Developer Tips Every Admin Needs To Know

Schema Builder Summary

•  Understand your object model and relationships

•  View graphical representation of your data model

•  Facilitates rapid object and field creation/deletion

•  Separates the permissions process from the build process

Page 11: Five Developer Tips Every Admin Needs To Know

Manage with Workbench

Page 12: Five Developer Tips Every Admin Needs To Know
Page 13: Five Developer Tips Every Admin Needs To Know

Workbench Summary

•  Build queries you know will work •  Insert, update, delete, and view

records quickly •  View object describe information •  workbench.developerforce.com

Know your data

Page 14: Five Developer Tips Every Admin Needs To Know

Customize your UI with custom buttons

Page 15: Five Developer Tips Every Admin Needs To Know

Solve admin challenges

•  Create new administrative flows with custom buttons and links

•  Coding not required ▪  /{!User.Id}/e?clone=1&retURL=

%2F{!User.Id}

Page 16: Five Developer Tips Every Admin Needs To Know

Create custom admin tools with apex

Page 17: Five Developer Tips Every Admin Needs To Know
Page 18: Five Developer Tips Every Admin Needs To Know

Learn by example

•  Visualforce and Apex can extend point-and-click functionality

•  Look on AppExchange for similar use cases ▪  Unmanaged packages ▪  Force.com Labs = free!

•  github.com/forcedotcom •  Go to developer.force.com to ask

questions and find answers

Page 19: Five Developer Tips Every Admin Needs To Know

Test for the long haul with the developer console

Page 20: Five Developer Tips Every Admin Needs To Know
Page 21: Five Developer Tips Every Admin Needs To Know

Quality is never an accident It is the result of intelligent effort •  Quality test configuration

changes •  Verify results with what you

expect to see •  Protect against regressions

Test early, test often

Page 22: Five Developer Tips Every Admin Needs To Know

In Summary

•  Build: Schema Builder •  Manage: Workbench

•  Customize: Buttons and links

•  Create: Apex pages and controllers

•  Test: Controller tests

Page 23: Five Developer Tips Every Admin Needs To Know

Next Steps

•  Find Answers: developer.force.com •  Workbench: bit.ly/workbench-is-awesome

•  AppExchange: bit.ly/19evTsM

•  Github: github.com/forcedotcom, https://github.com/atorman/customSharingButton

Page 24: Five Developer Tips Every Admin Needs To Know

Adam Torman Director, Product Management

@atorman salesforcehacker.com

Page 25: Five Developer Tips Every Admin Needs To Know