SlideShare ist ein Scribd-Unternehmen logo
1 von 31
Downloaden Sie, um offline zu lesen
Winter ‘13 Release
              Developer Preview
              Samantha Ready
              Developer Evangelist
              @samantha_ready

              Dave Carroll
              Director, Developer Evangelism
              @dcarroll




Join the conversation: #forcewebinar
Join the conversation: #forcewebinar
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.




Join the conversation: #forcewebinar
Follow Developer Force for the latest news

                         @forcedotcom / #forcewebinar

                         Developer Force group


                         Developer Force – Force.com Community


                         +Developer Force – Force.com Community


                         Developer Force
Join the conversation: #forcewebinar
Your One Stop Shop for Winter ‘13
                                                            Demos
                                                            Webinar Replay
                                                            Release Notes

                                                            Documentation
                                                            Training
                                                            Highlights

                                                            Discussion
                      http://developer.force.com/releases
          Join the conversation using #forcewebinar
Join the conversation: #forcewebinar
Agenda

       New Stuff for Visualforce
       Geolocation Custom Fields
       Force.com Canvas
       Apex Code Updates
       Continuing Evolution of Developer Console
       Other Platform Updates




Join the conversation: #forcewebinar
Visualforce
                                Updates


Join the conversation: #forcewebinar
Visualforce Charting                           Now GA




           §  New & existing chart types include:
               bar, line, pie, area, gauge, radar, and
               scatter
           §  Customizable color scheme
           §  Advanced rendering control – (i.e.
               with JavaScript Remoting)
                 •  delayed loading of data
                 •  reloading of data
                 •  show/hide charts
                 •  re-rendering charts for partial page
                    refreshes

Join the conversation: #forcewebinar
Pass Through Attributes

       §  Uses arbitrary attributes
           on the
           <apex:outputPanel>
           component
       §  Prefix attributes with
           "html-" to be passed
           through to resulting
           HTML




Join the conversation: #forcewebinar
Inline Editing for Picklists

           §  Dependent picklists support inline editing
           §  Add <apex:inlineEditSupport>as a child component to the
               dependant or controlling <apex:outputField>




Join the conversation: #forcewebinar
Dynamic References with <apex:inputText>

     §  Use references to lists
         and maps for creating
         forms
     §  Facilitates working
         with a single map
         rather than a series of
         instance variables
     §  Simplifies working with
         data that is not in your
         org's schema


Join the conversation: #forcewebinar
Geolocation
                          Fields—Beta


Join the conversation: #forcewebinar
Geolocation Custom Fields—Beta

           §  New geolocation custom field type
           §  Makes calculating distance much easier
           §  New expression for SOQL
           §  New formula functions added:
                 •  Distance
                 •  Geolocation




Join the conversation: #forcewebinar
Force.com Canvas—
            Pilot


Join the conversation: #forcewebinar
What the heck is Force.com Canvas?




Join the conversation: #forcewebinar
Things you need to know about Force.com Canvas

       It’s all about context
           §  App Load: send a signed request to external system
           §  Context includes
                 •  Canvas Context – Access to other contexts
                 •  Environment Context – canvas dimensions, ui theme, etc
                 •  Link Context – Useful URLs including Rest API, SOAP API and Metadata API
                 •  Organization Context – Multicurrency, Org Id and Currency Code
                 •  User Context – User Id, Profile Id, locale, full name, etc




Join the conversation: #forcewebinar
Important Demo




Join the conversation: #forcewebinar
Apex Code
                                   Updates


Join the conversation: #forcewebinar
Apex Code Features

       Maps and Sets now support non-primitive types for keys
             Map<SObject, List<SObject>> childMap = new Map<SObject, List<SObject>>();

       New methods on String Object
       •  abbreviate, center, join, repeat, rightPad, capitalize, swapCase,
       isAllLowerCase, containsAny, containsNone, countMatches, indexOfAny,
       substringAfter, substringBetween, escapeHTML3, excapeXml, unescapeXml, isAlpha,
       isNumeric, isEmpty, isNotEmpty

       Additional JSON Support
             DeleteResult, LeadConvertResult, SaveResult, UpsertResult




Join the conversation: #forcewebinar
Apex Code Testing Improvements

       •  You can now load test data from static resources
       List<sObject> ls = Test.loadData(Account.sObjectType, 'myResource');

               •  The contents of myresource should be a CSV file with correct
                  custom field names in the first line
       •  Support for Callout Testing
               •  Both HTTP callouts for REST services and SOAP callouts.
               •  Implement HttpCalloutMock interface
               •  Can store JSON in Static Resource if retrieved in test context



Join the conversation: #forcewebinar
Developer Console
                Updates


Join the conversation: #forcewebinar
Test Tool

                                       §  Check code coverage
                                       §  Edit, debug, and test
                                           applications in the Developer
                                           Console
                                       §  Run Apex unit tests on the
                                           server
                                       §  Run tests for any
                                           combination of classes you
                                           select



Join the conversation: #forcewebinar
Query Editor
                                       §  Query data from your org
                                       §  Write queries and verify
                                           results for sanity checks
                                       §  Insert, edit, and delete
                                           records in the Developer
                                           Console




Join the conversation: #forcewebinar
Perspectives

       §  Customizable layout of panels
       §  Organizes and simplifies
           System Log views to match
           your needs
       §  Switch between perspectives
           as you change tasks
             •  ex. One perspective for
                analyzing performance, another
                for all-purpose debugging




Join the conversation: #forcewebinar
Command Line Window

           §  Execute anonymous
               Apex code
           §  Search the resulting
               debug log for specific
               terms




Join the conversation: #forcewebinar
Other Platform
                        Updates


Join the conversation: #forcewebinar
Other Updates

    •  Schema Builder Updates
           •  You can now delete objects and fields directly in the Schema Builder!
    •  Security Updates
           •  Authentication Provider – Link to existing user accounts
           •  New Auth Provider parameters – StartUrl and Scope
           •  Clickjacking Protection – prevent your jacks from being clicked!
    •  Others
           •  Environment Hub
           •  Custom Object Truncation



Join the conversation: #forcewebinar
Dreamforce Sessions
 7 Habits of Highly Efficient Visualforce Pages
     §  Tues 1:00pm-2:00pm


 Introduction to Force.com Canvas Apps
     §  Tues 2:30pm-3:30pm



 Next Generation Debugging with the Developer
 Console and Tooling API
     §  Thurs 10:30am-11:30am



Join the conversation: #forcewebinar
Survey
           Your feedback is crucial to the success of our webinar programs.
                                        Thank you!


                         http://bit.ly/winter13-survey



Join the conversation: #forcewebinar
Q&A

                                  Dave Carroll              Samantha Ready

                           Director, Developer Evangelism   Developer Evangelist
                                      @dcarroll              @samantha_ready




Join the conversation: #forcewebinar
Survey
           Your feedback is crucial to the success of our webinar programs.
                                        Thank you!


                         http://bit.ly/winter13-survey



Join the conversation: #forcewebinar

Weitere ähnliche Inhalte

Andere mochten auch

Andere mochten auch (6)

Spring '13 Release Developer Preview Webinar
Spring '13 Release Developer Preview WebinarSpring '13 Release Developer Preview Webinar
Spring '13 Release Developer Preview Webinar
 
Alert! Event Notification Options for Force.com Apps Webinar
Alert! Event Notification Options for Force.com Apps WebinarAlert! Event Notification Options for Force.com Apps Webinar
Alert! Event Notification Options for Force.com Apps Webinar
 
Web Services with OAuth
Web Services with OAuthWeb Services with OAuth
Web Services with OAuth
 
AppExchange for Developers: Monetize your App in the Cloud Webinar
AppExchange for Developers: Monetize your App in the Cloud WebinarAppExchange for Developers: Monetize your App in the Cloud Webinar
AppExchange for Developers: Monetize your App in the Cloud Webinar
 
Inside the Force.com Query Optimizer Webinar
Inside the Force.com Query Optimizer WebinarInside the Force.com Query Optimizer Webinar
Inside the Force.com Query Optimizer Webinar
 
JavaOne 2014 - Securing RESTful Resources with OAuth2
JavaOne 2014 - Securing RESTful Resources with OAuth2JavaOne 2014 - Securing RESTful Resources with OAuth2
JavaOne 2014 - Securing RESTful Resources with OAuth2
 

Ähnlich wie Winter 13 Release Developer Preview Webinar

Was l iberty for java batch and jsr352
Was l iberty for java batch and jsr352Was l iberty for java batch and jsr352
Was l iberty for java batch and jsr352
sflynn073
 
Spring '14 Release Developer Preview Webinar
Spring '14 Release Developer Preview WebinarSpring '14 Release Developer Preview Webinar
Spring '14 Release Developer Preview Webinar
Salesforce Developers
 
Building Command-line Tools with the Tooling API
Building Command-line Tools with the Tooling APIBuilding Command-line Tools with the Tooling API
Building Command-line Tools with the Tooling API
Jeff Douglas
 
Building a Java Play! App on Heroku using Database.com
Building a Java Play! App on Heroku using Database.comBuilding a Java Play! App on Heroku using Database.com
Building a Java Play! App on Heroku using Database.com
Salesforce Developers
 

Ähnlich wie Winter 13 Release Developer Preview Webinar (20)

Introduction to Visualforce Webinar
Introduction to Visualforce WebinarIntroduction to Visualforce Webinar
Introduction to Visualforce Webinar
 
Advanced Testing and Debugging using the Developer Console webinar
Advanced Testing and Debugging using the Developer Console webinarAdvanced Testing and Debugging using the Developer Console webinar
Advanced Testing and Debugging using the Developer Console webinar
 
Visualforce & Force.com Canvas: Unlock your Web App inside of Salesforce.com ...
Visualforce & Force.com Canvas: Unlock your Web App inside of Salesforce.com ...Visualforce & Force.com Canvas: Unlock your Web App inside of Salesforce.com ...
Visualforce & Force.com Canvas: Unlock your Web App inside of Salesforce.com ...
 
Summer '13 Developer Preview Webinar
Summer '13 Developer Preview WebinarSummer '13 Developer Preview Webinar
Summer '13 Developer Preview Webinar
 
Intro to Force.com Canvas: Running External Apps within the Salesforce UI Web...
Intro to Force.com Canvas: Running External Apps within the Salesforce UI Web...Intro to Force.com Canvas: Running External Apps within the Salesforce UI Web...
Intro to Force.com Canvas: Running External Apps within the Salesforce UI Web...
 
Boost Your Career: Get Cloud-Trained and Certified
Boost Your Career: Get Cloud-Trained and CertifiedBoost Your Career: Get Cloud-Trained and Certified
Boost Your Career: Get Cloud-Trained and Certified
 
Javascript-heavy Salesforce Applications
Javascript-heavy Salesforce ApplicationsJavascript-heavy Salesforce Applications
Javascript-heavy Salesforce Applications
 
Introduction to Visualforce
Introduction to VisualforceIntroduction to Visualforce
Introduction to Visualforce
 
Was l iberty for java batch and jsr352
Was l iberty for java batch and jsr352Was l iberty for java batch and jsr352
Was l iberty for java batch and jsr352
 
Coding Apps in the Cloud with Force.com - Part 2
Coding Apps in the Cloud with Force.com - Part 2Coding Apps in the Cloud with Force.com - Part 2
Coding Apps in the Cloud with Force.com - Part 2
 
Spring '14 Release Developer Preview Webinar
Spring '14 Release Developer Preview WebinarSpring '14 Release Developer Preview Webinar
Spring '14 Release Developer Preview Webinar
 
RubaDevi_Salesforce
RubaDevi_SalesforceRubaDevi_Salesforce
RubaDevi_Salesforce
 
Building Enterprise Apps Rapidly with Salesforce Mobile Packs Webinar
Building Enterprise Apps Rapidly with Salesforce Mobile Packs WebinarBuilding Enterprise Apps Rapidly with Salesforce Mobile Packs Webinar
Building Enterprise Apps Rapidly with Salesforce Mobile Packs Webinar
 
Spring '16 Release Preview Webinar
Spring '16 Release Preview Webinar Spring '16 Release Preview Webinar
Spring '16 Release Preview Webinar
 
Salesforce API Series: Release Management with the Metadata API webinar
Salesforce API Series: Release Management with the Metadata API webinarSalesforce API Series: Release Management with the Metadata API webinar
Salesforce API Series: Release Management with the Metadata API webinar
 
Hands-On Workshop: Introduction to Coding for on Force.com for Admins and Non...
Hands-On Workshop: Introduction to Coding for on Force.com for Admins and Non...Hands-On Workshop: Introduction to Coding for on Force.com for Admins and Non...
Hands-On Workshop: Introduction to Coding for on Force.com for Admins and Non...
 
Introduction to Force.com
Introduction to Force.comIntroduction to Force.com
Introduction to Force.com
 
Building Command-line Tools with the Tooling API
Building Command-line Tools with the Tooling APIBuilding Command-line Tools with the Tooling API
Building Command-line Tools with the Tooling API
 
Building a Java Play! App on Heroku using Database.com
Building a Java Play! App on Heroku using Database.comBuilding a Java Play! App on Heroku using Database.com
Building a Java Play! App on Heroku using Database.com
 
AWS Office Hours: Dev and Test
AWS Office Hours: Dev and TestAWS Office Hours: Dev and Test
AWS Office Hours: Dev and Test
 

Mehr von Salesforce Developers

Mehr von Salesforce Developers (20)

Sample Gallery: Reference Code and Best Practices for Salesforce Developers
Sample Gallery: Reference Code and Best Practices for Salesforce DevelopersSample Gallery: Reference Code and Best Practices for Salesforce Developers
Sample Gallery: Reference Code and Best Practices for Salesforce Developers
 
Maximizing Salesforce Lightning Experience and Lightning Component Performance
Maximizing Salesforce Lightning Experience and Lightning Component PerformanceMaximizing Salesforce Lightning Experience and Lightning Component Performance
Maximizing Salesforce Lightning Experience and Lightning Component Performance
 
Local development with Open Source Base Components
Local development with Open Source Base ComponentsLocal development with Open Source Base Components
Local development with Open Source Base Components
 
TrailheaDX India : Developer Highlights
TrailheaDX India : Developer HighlightsTrailheaDX India : Developer Highlights
TrailheaDX India : Developer Highlights
 
Why developers shouldn’t miss TrailheaDX India
Why developers shouldn’t miss TrailheaDX IndiaWhy developers shouldn’t miss TrailheaDX India
Why developers shouldn’t miss TrailheaDX India
 
CodeLive: Build Lightning Web Components faster with Local Development
CodeLive: Build Lightning Web Components faster with Local DevelopmentCodeLive: Build Lightning Web Components faster with Local Development
CodeLive: Build Lightning Web Components faster with Local Development
 
CodeLive: Converting Aura Components to Lightning Web Components
CodeLive: Converting Aura Components to Lightning Web ComponentsCodeLive: Converting Aura Components to Lightning Web Components
CodeLive: Converting Aura Components to Lightning Web Components
 
Enterprise-grade UI with open source Lightning Web Components
Enterprise-grade UI with open source Lightning Web ComponentsEnterprise-grade UI with open source Lightning Web Components
Enterprise-grade UI with open source Lightning Web Components
 
TrailheaDX and Summer '19: Developer Highlights
TrailheaDX and Summer '19: Developer HighlightsTrailheaDX and Summer '19: Developer Highlights
TrailheaDX and Summer '19: Developer Highlights
 
Live coding with LWC
Live coding with LWCLive coding with LWC
Live coding with LWC
 
Lightning web components - Episode 4 : Security and Testing
Lightning web components  - Episode 4 : Security and TestingLightning web components  - Episode 4 : Security and Testing
Lightning web components - Episode 4 : Security and Testing
 
LWC Episode 3- Component Communication and Aura Interoperability
LWC Episode 3- Component Communication and Aura InteroperabilityLWC Episode 3- Component Communication and Aura Interoperability
LWC Episode 3- Component Communication and Aura Interoperability
 
Lightning web components episode 2- work with salesforce data
Lightning web components   episode 2- work with salesforce dataLightning web components   episode 2- work with salesforce data
Lightning web components episode 2- work with salesforce data
 
Lightning web components - Episode 1 - An Introduction
Lightning web components - Episode 1 - An IntroductionLightning web components - Episode 1 - An Introduction
Lightning web components - Episode 1 - An Introduction
 
Migrating CPQ to Advanced Calculator and JSQCP
Migrating CPQ to Advanced Calculator and JSQCPMigrating CPQ to Advanced Calculator and JSQCP
Migrating CPQ to Advanced Calculator and JSQCP
 
Scale with Large Data Volumes and Big Objects in Salesforce
Scale with Large Data Volumes and Big Objects in SalesforceScale with Large Data Volumes and Big Objects in Salesforce
Scale with Large Data Volumes and Big Objects in Salesforce
 
Replicate Salesforce Data in Real Time with Change Data Capture
Replicate Salesforce Data in Real Time with Change Data CaptureReplicate Salesforce Data in Real Time with Change Data Capture
Replicate Salesforce Data in Real Time with Change Data Capture
 
Modern Development with Salesforce DX
Modern Development with Salesforce DXModern Development with Salesforce DX
Modern Development with Salesforce DX
 
Get Into Lightning Flow Development
Get Into Lightning Flow DevelopmentGet Into Lightning Flow Development
Get Into Lightning Flow Development
 
Integrate CMS Content Into Lightning Communities with CMS Connect
Integrate CMS Content Into Lightning Communities with CMS ConnectIntegrate CMS Content Into Lightning Communities with CMS Connect
Integrate CMS Content Into Lightning Communities with CMS Connect
 

Kürzlich hochgeladen

Kürzlich hochgeladen (20)

2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 

Winter 13 Release Developer Preview Webinar

  • 1. Winter ‘13 Release Developer Preview Samantha Ready Developer Evangelist @samantha_ready Dave Carroll Director, Developer Evangelism @dcarroll Join the conversation: #forcewebinar
  • 2. Join the conversation: #forcewebinar
  • 3. 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. Join the conversation: #forcewebinar
  • 4. Follow Developer Force for the latest news @forcedotcom / #forcewebinar Developer Force group Developer Force – Force.com Community +Developer Force – Force.com Community Developer Force Join the conversation: #forcewebinar
  • 5. Your One Stop Shop for Winter ‘13 Demos Webinar Replay Release Notes Documentation Training Highlights Discussion http://developer.force.com/releases Join the conversation using #forcewebinar Join the conversation: #forcewebinar
  • 6. Agenda New Stuff for Visualforce Geolocation Custom Fields Force.com Canvas Apex Code Updates Continuing Evolution of Developer Console Other Platform Updates Join the conversation: #forcewebinar
  • 7. Visualforce Updates Join the conversation: #forcewebinar
  • 8. Visualforce Charting Now GA §  New & existing chart types include: bar, line, pie, area, gauge, radar, and scatter §  Customizable color scheme §  Advanced rendering control – (i.e. with JavaScript Remoting) •  delayed loading of data •  reloading of data •  show/hide charts •  re-rendering charts for partial page refreshes Join the conversation: #forcewebinar
  • 9. Pass Through Attributes §  Uses arbitrary attributes on the <apex:outputPanel> component §  Prefix attributes with "html-" to be passed through to resulting HTML Join the conversation: #forcewebinar
  • 10. Inline Editing for Picklists §  Dependent picklists support inline editing §  Add <apex:inlineEditSupport>as a child component to the dependant or controlling <apex:outputField> Join the conversation: #forcewebinar
  • 11. Dynamic References with <apex:inputText> §  Use references to lists and maps for creating forms §  Facilitates working with a single map rather than a series of instance variables §  Simplifies working with data that is not in your org's schema Join the conversation: #forcewebinar
  • 12. Geolocation Fields—Beta Join the conversation: #forcewebinar
  • 13. Geolocation Custom Fields—Beta §  New geolocation custom field type §  Makes calculating distance much easier §  New expression for SOQL §  New formula functions added: •  Distance •  Geolocation Join the conversation: #forcewebinar
  • 14. Force.com Canvas— Pilot Join the conversation: #forcewebinar
  • 15. What the heck is Force.com Canvas? Join the conversation: #forcewebinar
  • 16. Things you need to know about Force.com Canvas It’s all about context §  App Load: send a signed request to external system §  Context includes •  Canvas Context – Access to other contexts •  Environment Context – canvas dimensions, ui theme, etc •  Link Context – Useful URLs including Rest API, SOAP API and Metadata API •  Organization Context – Multicurrency, Org Id and Currency Code •  User Context – User Id, Profile Id, locale, full name, etc Join the conversation: #forcewebinar
  • 17. Important Demo Join the conversation: #forcewebinar
  • 18. Apex Code Updates Join the conversation: #forcewebinar
  • 19. Apex Code Features Maps and Sets now support non-primitive types for keys Map<SObject, List<SObject>> childMap = new Map<SObject, List<SObject>>(); New methods on String Object •  abbreviate, center, join, repeat, rightPad, capitalize, swapCase, isAllLowerCase, containsAny, containsNone, countMatches, indexOfAny, substringAfter, substringBetween, escapeHTML3, excapeXml, unescapeXml, isAlpha, isNumeric, isEmpty, isNotEmpty Additional JSON Support DeleteResult, LeadConvertResult, SaveResult, UpsertResult Join the conversation: #forcewebinar
  • 20. Apex Code Testing Improvements •  You can now load test data from static resources List<sObject> ls = Test.loadData(Account.sObjectType, 'myResource'); •  The contents of myresource should be a CSV file with correct custom field names in the first line •  Support for Callout Testing •  Both HTTP callouts for REST services and SOAP callouts. •  Implement HttpCalloutMock interface •  Can store JSON in Static Resource if retrieved in test context Join the conversation: #forcewebinar
  • 21. Developer Console Updates Join the conversation: #forcewebinar
  • 22. Test Tool §  Check code coverage §  Edit, debug, and test applications in the Developer Console §  Run Apex unit tests on the server §  Run tests for any combination of classes you select Join the conversation: #forcewebinar
  • 23. Query Editor §  Query data from your org §  Write queries and verify results for sanity checks §  Insert, edit, and delete records in the Developer Console Join the conversation: #forcewebinar
  • 24. Perspectives §  Customizable layout of panels §  Organizes and simplifies System Log views to match your needs §  Switch between perspectives as you change tasks •  ex. One perspective for analyzing performance, another for all-purpose debugging Join the conversation: #forcewebinar
  • 25. Command Line Window §  Execute anonymous Apex code §  Search the resulting debug log for specific terms Join the conversation: #forcewebinar
  • 26. Other Platform Updates Join the conversation: #forcewebinar
  • 27. Other Updates •  Schema Builder Updates •  You can now delete objects and fields directly in the Schema Builder! •  Security Updates •  Authentication Provider – Link to existing user accounts •  New Auth Provider parameters – StartUrl and Scope •  Clickjacking Protection – prevent your jacks from being clicked! •  Others •  Environment Hub •  Custom Object Truncation Join the conversation: #forcewebinar
  • 28. Dreamforce Sessions 7 Habits of Highly Efficient Visualforce Pages §  Tues 1:00pm-2:00pm Introduction to Force.com Canvas Apps §  Tues 2:30pm-3:30pm Next Generation Debugging with the Developer Console and Tooling API §  Thurs 10:30am-11:30am Join the conversation: #forcewebinar
  • 29. Survey Your feedback is crucial to the success of our webinar programs. Thank you! http://bit.ly/winter13-survey Join the conversation: #forcewebinar
  • 30. Q&A Dave Carroll Samantha Ready Director, Developer Evangelism Developer Evangelist @dcarroll @samantha_ready Join the conversation: #forcewebinar
  • 31. Survey Your feedback is crucial to the success of our webinar programs. Thank you! http://bit.ly/winter13-survey Join the conversation: #forcewebinar