SlideShare une entreprise Scribd logo
1  sur  37
Télécharger pour lire hors ligne
Visualforce & Force.com Canvas
Unlock your Web App inside of Salesforce.com

Jay Hurst, Salesforce.com, Product Manager – Force.com Canvas
@extraidea
Chris Jolley, Salesforce.com, Lead Developer – Force.com Canvas
@jolley
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
Speakers

                                          Jay Hurst              Chris Jolley
                                       Product Manager –   Lead Developer – Force.com
                                       Force.com Canvas,            Canvas,
                                           @extraidea               @jolley




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

                         @forcedotcom / #forcewebinar

                         Developer Force – Force.com Community


                         +Developer Force – Force.com Community


                         Developer Force

                         Developer Force group
Join the conversation: #forcewebinar
Have questions?

         §  We have an expert support team at the ready to answer your questions
             during the webinar.
         §  Ask your questions via the GoToWebinar Questions Pane.
         §  The speaker(s) will choose top questions to answer live at the end of the
             webinar.
         §  Please post your questions as we go along!
         §  Only post your question once; we’ll get to it as we go down the list.




Join the conversation: #forcewebinar
Agenda

         §  Review of Force.com Canvas
         §  Demonstrate using a Force.com Canvas App in a Visualforce Page
         §  Demonstrate using custom parameters in a Force.com Canvas App
                 § Dynamically rendering record-specific content
         §  Q&A
                 § Ask Questions in the GoToWebinar Question Panel
         §  Next Steps




Join the conversation: #forcewebinar
Assumptions

   This webinar assumes the following:
         §  You know/have…
                •  Basic experience with Force.com Canvas
                •  Basic experience with Visualforce Pages and Tabs
                •  Some experience with Java (we will be going though a little bit of code)
   But don’t worry, you can catch up via these resources:
          §  Force.com Canvas Developer Site -
               http://wiki.developerforce.com/page/Force.com_Canvas

          §  Intro to Force.com Canvas Webinar -
               http://wiki.developerforce.com/page/
               Webinar:_Intro_to_Force.com_Canvas:_Running_External_Apps_within_the_Salesforce_UI_(2012-Oct)


Join the conversation: #forcewebinar
Apps, Apps, Everywhere

    Companies have many applications across their org
           §  Cloud Applications (Salesforce.com, Google Docs)
           §  Hybrid Applications
           §  Home Grown Solutions (Intranet, Task Management)




Join the conversation: #forcewebinar
Modern platforms easily combine these apps
                §  Authorization is granted by the user or admin
                §  The application can act as the user
                §  Content is combined into a single interface
                       •  Facebook Apps
                       •  Google+ Games
                       •  Twitter Apps




Join the conversation: #forcewebinar
Introducing Force.com Canvas

       PILOT platform service to allow for external applications to
       be easily and securely integrated into Salesforce from their
       native environment with little re-design.
           §  Services Include
                 •  JavaScript SDK
                 •  Simplified Authentication (Signed Request or OAuth)
                 •  Context Services (Including Custom Parameters)
                 •  Cross Domain API Calls
                 •  App Registration and Management



Join the conversation: #forcewebinar
What does Force.com Canvas do?


3rd Party App                                  Salesforce




                                       SDK
                                       HTTPS




Join the conversation: #forcewebinar
What are some examples of Canvas Apps

       There are many examples of how Canvas Apps can be used
               §  Existing Web Applications from Partners
                     §  Concur Trips, Event Applications
               §  Internally Developed Applications
                     §  Intranets, Service Ticket Applications

               §  Enterprise Systems with Web Front-Ends
                     §  SAP, Sharepoint




Join the conversation: #forcewebinar
Force.com Canvas – You code it, we show it!
    Regardless of your language of choice, JavaScript libraries allow
    your app to connect with salesforce at a UI and API layer:




Join the conversation: #forcewebinar
Technologies used in
                                       Force.com Canvas




Join the conversation: #forcewebinar
Force.com Canvas Usage Flow

1.  User Clicks on the App from the Chatter                                    5
    Tab (or VF Page)
                                                                                                                 6
2.  The 3rd Party App responds with HTML that   Chatter Tab
                                                                                       Salesforce.com
                                                                                          Database
    is loaded into the salesforce UI                               if(conn
                                                                     SELEC
                                                                     WHERE

3.  The user interacts with the 3rd party app                        print


                                                                                   4
4.  The 3rd party app uses the Canvas                         Server-side JS
    JavaScript SDK to make a call to a server
    side JavaScript library                                    3
                                                                                               <script
                                                                                                var a=
                                                                                                var xl


5.  The server side acts on the behalf of the
                                                                                                if(xls




    user and posts to the salesforce database   1                                  2        Client-Side JS            3rd Party
6.  Alternatively, the 3rd party app can        Canvas Link                                 (canvas-all.js)           Database
                                                                                              Java       C#     JSP
    communicate server-to-server with
                                                                                              PHP        .NET   C++
    salesforce via the standard APIs
                                                                                              ASP        VB     CF    Server
                                                                                                     Web UI


                                                    Salesforce.com UI                                3rd Party App
Join the conversation: #forcewebinar
What is the Signed Request Access Method?
       The signed request is the default (and recommended) access method.
          §  When you click the Canvas app, we POST a signed request to your endpoint
          §  You can verify the request was sent by salesforce and then view context info
          §  Context contains data like:
                 •  Scoped OAuth Token
                 •  User Info (Name, email, ID, etc..)
                 •  Company Info (Company name, ID, etc…)
                 •  Environment Info (page is the canvas on, size of the iFrame)
                 •  Useful Links




Join the conversation: #forcewebinar   Salesforce.com Confidential
Signed Request Demo




Join the conversation: #forcewebinar
Force.com Canvas - Registration/Management Flow
                                                                                Canvas Connected App


  1.  App is created with specified                                   Basic Information
                                                                     - Name
                                                                                                        OAuth Module
                                                                                                  - Callback URL
                                                                                                  - Digital Signature

      modules                                                        - Description
                                                                     - Info URL
                                                                                                  - Selected OAuth Scopes

                                                                                                     Force.com Canvas
                                                                     - Icon URL
                                                                                                           Module

  2.  After creation app is available
                                                                     - Contact Email              - Canvas URL
                                                                     - Contact Phone              - Access Method



      in creator org
  3.  If created in a namespaced DE
                                                                                                Published
                                                                                                 (DE Org)



      org, App can be published                                 Creator Org
                                                                - Manageable inside org                     Install URL

     §  Published Apps can be installed                        - Useable inside org



         into any org with Canvas enabled                                                        Install


                                                                                Subscriber Org
                                                                                - Manageable inside org
                                                                                - Useable inside org
Join the conversation: #forcewebinar   Salesforce.com Confidential
Force.com Canvas – Visualforce Component

  Add a Force.com Canvas App to any
  Visualforce Page
     §  Visualforce Tabs, Inline Visualforce
         Pages, Standalone Visualforce Pages
     §  Ability to specify Canvas height and
         Width
     §  Signed Request/Context delivers Page
         and Record specific information



Join the conversation: #forcewebinar   Salesforce.com Confidential
Force.com Canvas
                                       Expanding the Warehouse App




Join the conversation: #forcewebinar
Force.com Canvas – Expanding the Warehouse App

    Canvas App Walkthrough:
           §  Explaining the idea of the Canvas Fulfillment App
           §  What is Heroku?
           §  Demo the app in the Canvas App Previewer / Chatter Tab
           §  Create a Visualforce Page/Tab to display the Canvas App
           §  Inline the App inside of the Invoice Statement object
           §  Modify the App to dynamically render based on context




Join the conversation: #forcewebinar
What is the Force.com Canvas Warehouse App
           §  The Warehouse App is a walkthrough provided by salesforce which
               explains the customizability of the salesforce.com app
                 •  The app takes you through the declarative and integration capabilities of
                    salesforce.com
                 •  The full workbook can be found at
                    http://www.salesforce.com/us/developer/docs/workbook/forcecom_workbook.pdf
           §  The Force.com Canvas App will represent a fulfillment center that your
               warehouse app will use
                 •  Picture salesforce.com as your sales center, and the Web App your fulfillment/
                    shipping center…Force.com Canvas allows you to interact with both apps




Join the conversation: #forcewebinar
Join the conversation: #forcewebinar
Heroku: A Multi-language Cloud App Platform




Join the conversation: #forcewebinar
Canvas Demo




Join the conversation: #forcewebinar
Combining the Fulfillment App with the Warehouse App
           §  Fulfilment data now exposed inside of the Chatter tab




Join the conversation: #forcewebinar
Exposing a Canvas App in a Visualforce Page
    §  Spring ‘13 introduces the ability to drop a Canvas App in a Visualforce Page
           •  Use the new <apex:canvasApp /> tag
           •  The required information is:
                  –  applicationName –The full name of the app
                  –  namespacePrefix – The namespace of the Canvas App
                  –  developerName – The developer name of the app (found on the app detail page)
           •  Optional information includes:
                  –  height – The height of your canvas
                  –  width – The width of your canvas
                  –  border – The width of the border around your canvas
                  –  scrolling – Indicates if the canvas should have scroll bars
                  –  parameters – JSON string to pass in the Context sent to the app

Join the conversation: #forcewebinar
Using apex:canvasApp
          <apex:page showheader="false">
                 <apex:canvasApp applicationName="Fulfillment App”
                  height="1000px" width="800px” parameters="{'myValue' : 'value1'}” />
          </apex:page>




Join the conversation: #forcewebinar
Exposing a Canvas App in a Visualforce Tab
    §  Extending the ability to add a Canvas App in a Visualforce Page, you can
        also create a Visualforce Tab




Join the conversation: #forcewebinar
Adding a Canvas App into a Record Detail Page
          §  By adding a Canvas App to a Visualforce Page, you can also embed
              the app in a Record Detail page
          §  This will allow you to visually deliver content directly on your records




Join the conversation: #forcewebinar
Passing Parameters to your Canvas App
          §  Using the “parameters” element of apex:canvasApp alows you to pass
              custom information to your Canvas App
                  § This will allow you to dynamically render you app information
                  § Ex – You can pass a Salesforce Record ID and display the
                     appropriate related record from the 3rd Party App
<apex:page sidebar="false" showheader="false" standardController="Invoice_Statement__c">
    <apex:canvasApp developerName="denv_warehouse"
          parameters="{'orderId':'{!Invoice_Statement__c.id}','name':
          '{!HTMLENCODE(Invoice_Statement__c.name)}'}" width="800px" height="380px"
          scrolling="false"/>
</apex:page>




Join the conversation: #forcewebinar
Dynamically Rendering Content
          §  By extracting the parameters from the signed request or context, you
              can render specific data
                  § Ex - Show record specific information inline




Join the conversation: #forcewebinar
Force.com Canvas – Spring ’13 Enhancements

    In today’s session we have:
           §  Walked through the new features of Force.com Canvas in Spring ‘13
                 •  Exposing a Canvas App on a Visualforce Page
                 •  Setting the specific Canvas Size
                 •  Dynamically rendering content based on custom parameters
           §  Walked through some example in code on how to utilize the new
               features




Join the conversation: #forcewebinar
Where to now?
       Force.com Canvas Resources can be found at
             §  Force.com Canvas Developer Site - http://bit.ly/forcecanvas
             §  Force.com Canvas Developer Guide - http://bit.ly/canvasdeveloperguide
             §  Discussion Board - http://bit.ly/canvasdiscussionboards
             §  Past Webinar
       Heroku
             §  Heroku Developer Site - https://devcenter.heroku.com/
       Contact Us:
             §  Email or tweet Jay – jhurst@salesforce.com/@extraidea
             §  Tweet @forcedotcom with #forcewebinar
Join the conversation: #forcewebinar
Upcoming Events
                           April 3, 2013
                           Advanced Testing & Debugging Using the Developer Console
                           http://bit.ly/devconsole-vf

                           April 11, 2013
                           Mobile CodeTalk
                           http://bit.ly/mobilect-vf

                           April 17, 2013
                           Agile Development with Heroku
                           http://bit.ly/agileher-vf

                           April 24, 2013
                           Inside the Force.com Query Optimizer
                           http://bit.ly/query-vf


Join the conversation: #forcewebinar
Q&A

                                          Jay Hurst              Chris Jolley
                                       Product Manager –   Lead Developer – Force.com
                                       Force.com Canvas,            Canvas,
                                           @extraidea               @jolley




Join the conversation: #forcewebinar
Thank You!


Join the conversation: #forcewebinar

Contenu connexe

Tendances

Best practices for implementing CI/CD on Salesforce
Best practices for implementing CI/CD on SalesforceBest practices for implementing CI/CD on Salesforce
Best practices for implementing CI/CD on SalesforceAIMDek Technologies
 
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 TestingSalesforce Developers
 
Salesforce Integration Pattern Overview
Salesforce Integration Pattern OverviewSalesforce Integration Pattern Overview
Salesforce Integration Pattern OverviewDhanik Sahni
 
The Ideal Salesforce Development Lifecycle
The Ideal Salesforce Development LifecycleThe Ideal Salesforce Development Lifecycle
The Ideal Salesforce Development LifecycleJoshua Hoskins
 
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 InteroperabilitySalesforce Developers
 
Salesforce Integration
Salesforce IntegrationSalesforce Integration
Salesforce IntegrationJoshua Hoskins
 
Salesforce Streaming event - PushTopic and Generic Events
Salesforce Streaming event - PushTopic and Generic EventsSalesforce Streaming event - PushTopic and Generic Events
Salesforce Streaming event - PushTopic and Generic EventsDhanik Sahni
 
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 dataSalesforce Developers
 
DevOps in Salesforce AppCloud
DevOps in Salesforce AppCloudDevOps in Salesforce AppCloud
DevOps in Salesforce AppCloudrsg00usa
 
Advanced Uses of Salesforce's Login Flows
Advanced Uses of Salesforce's Login FlowsAdvanced Uses of Salesforce's Login Flows
Advanced Uses of Salesforce's Login FlowsSalesforce Developers
 
Single Sign-On and User Provisioning with Salesforce Identity
Single Sign-On and User Provisioning with Salesforce IdentitySingle Sign-On and User Provisioning with Salesforce Identity
Single Sign-On and User Provisioning with Salesforce IdentitySalesforce Developers
 
Integrating with salesforce using platform events
Integrating with salesforce using platform eventsIntegrating with salesforce using platform events
Integrating with salesforce using platform eventsAmit Chaudhary
 
From Sandbox To Production: An Introduction to Salesforce Release Management
From Sandbox To Production: An Introduction to Salesforce Release ManagementFrom Sandbox To Production: An Introduction to Salesforce Release Management
From Sandbox To Production: An Introduction to Salesforce Release ManagementSalesforce Developers
 
Deep dive into Salesforce Connected App
Deep dive into Salesforce Connected AppDeep dive into Salesforce Connected App
Deep dive into Salesforce Connected AppDhanik Sahni
 
Sales Cloud Lightning Migration Best Practices (May 12, 2017)
Sales Cloud Lightning Migration Best Practices (May 12, 2017)Sales Cloud Lightning Migration Best Practices (May 12, 2017)
Sales Cloud Lightning Migration Best Practices (May 12, 2017)Salesforce Partners
 
Lightning アプリケーション開発 - Visualforce ページの移行
Lightning アプリケーション開発 - Visualforce ページの移行Lightning アプリケーション開発 - Visualforce ページの移行
Lightning アプリケーション開発 - Visualforce ページの移行Salesforce Developers Japan
 
How to_ Salesforce CPQ_ Manage Renewals and Amendments.pdf
How to_ Salesforce CPQ_ Manage Renewals and Amendments.pdfHow to_ Salesforce CPQ_ Manage Renewals and Amendments.pdf
How to_ Salesforce CPQ_ Manage Renewals and Amendments.pdfvictorothugadi
 
Champion Productivity with Service Cloud
Champion Productivity with Service CloudChampion Productivity with Service Cloud
Champion Productivity with Service CloudSalesforce Admins
 
Introduction to lightning Web Component
Introduction to lightning Web ComponentIntroduction to lightning Web Component
Introduction to lightning Web ComponentMohith Shrivastava
 

Tendances (20)

Best practices for implementing CI/CD on Salesforce
Best practices for implementing CI/CD on SalesforceBest practices for implementing CI/CD on Salesforce
Best practices for implementing CI/CD on Salesforce
 
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
 
Salesforce Deck Template
Salesforce Deck TemplateSalesforce Deck Template
Salesforce Deck Template
 
Salesforce Integration Pattern Overview
Salesforce Integration Pattern OverviewSalesforce Integration Pattern Overview
Salesforce Integration Pattern Overview
 
The Ideal Salesforce Development Lifecycle
The Ideal Salesforce Development LifecycleThe Ideal Salesforce Development Lifecycle
The Ideal Salesforce Development Lifecycle
 
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
 
Salesforce Integration
Salesforce IntegrationSalesforce Integration
Salesforce Integration
 
Salesforce Streaming event - PushTopic and Generic Events
Salesforce Streaming event - PushTopic and Generic EventsSalesforce Streaming event - PushTopic and Generic Events
Salesforce Streaming event - PushTopic and Generic Events
 
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
 
DevOps in Salesforce AppCloud
DevOps in Salesforce AppCloudDevOps in Salesforce AppCloud
DevOps in Salesforce AppCloud
 
Advanced Uses of Salesforce's Login Flows
Advanced Uses of Salesforce's Login FlowsAdvanced Uses of Salesforce's Login Flows
Advanced Uses of Salesforce's Login Flows
 
Single Sign-On and User Provisioning with Salesforce Identity
Single Sign-On and User Provisioning with Salesforce IdentitySingle Sign-On and User Provisioning with Salesforce Identity
Single Sign-On and User Provisioning with Salesforce Identity
 
Integrating with salesforce using platform events
Integrating with salesforce using platform eventsIntegrating with salesforce using platform events
Integrating with salesforce using platform events
 
From Sandbox To Production: An Introduction to Salesforce Release Management
From Sandbox To Production: An Introduction to Salesforce Release ManagementFrom Sandbox To Production: An Introduction to Salesforce Release Management
From Sandbox To Production: An Introduction to Salesforce Release Management
 
Deep dive into Salesforce Connected App
Deep dive into Salesforce Connected AppDeep dive into Salesforce Connected App
Deep dive into Salesforce Connected App
 
Sales Cloud Lightning Migration Best Practices (May 12, 2017)
Sales Cloud Lightning Migration Best Practices (May 12, 2017)Sales Cloud Lightning Migration Best Practices (May 12, 2017)
Sales Cloud Lightning Migration Best Practices (May 12, 2017)
 
Lightning アプリケーション開発 - Visualforce ページの移行
Lightning アプリケーション開発 - Visualforce ページの移行Lightning アプリケーション開発 - Visualforce ページの移行
Lightning アプリケーション開発 - Visualforce ページの移行
 
How to_ Salesforce CPQ_ Manage Renewals and Amendments.pdf
How to_ Salesforce CPQ_ Manage Renewals and Amendments.pdfHow to_ Salesforce CPQ_ Manage Renewals and Amendments.pdf
How to_ Salesforce CPQ_ Manage Renewals and Amendments.pdf
 
Champion Productivity with Service Cloud
Champion Productivity with Service CloudChampion Productivity with Service Cloud
Champion Productivity with Service Cloud
 
Introduction to lightning Web Component
Introduction to lightning Web ComponentIntroduction to lightning Web Component
Introduction to lightning Web Component
 

En vedette

Force.com Canvas: Salesforce1, SAML, & Apex...Oh My!
Force.com Canvas: Salesforce1, SAML, & Apex...Oh My!Force.com Canvas: Salesforce1, SAML, & Apex...Oh My!
Force.com Canvas: Salesforce1, SAML, & Apex...Oh My!Salesforce Developers
 
The Modern Salesforce Development Workflow with Visual Studio Code
The Modern Salesforce Development Workflow with Visual Studio CodeThe Modern Salesforce Development Workflow with Visual Studio Code
The Modern Salesforce Development Workflow with Visual Studio CodeSalesforce Developers
 
Salesforce Developer Garage Seattle: Force.com Canvas
Salesforce Developer Garage Seattle: Force.com CanvasSalesforce Developer Garage Seattle: Force.com Canvas
Salesforce Developer Garage Seattle: Force.com CanvasSalesforce Developers
 
Architecting Composite Applications With Force.com and Heroku
Architecting Composite Applications With Force.com and HerokuArchitecting Composite Applications With Force.com and Heroku
Architecting Composite Applications With Force.com and HerokuSalesforce Developers
 
Dreamforce'12 - Automate Business Processes with Force.com
Dreamforce'12 - Automate Business Processes with Force.comDreamforce'12 - Automate Business Processes with Force.com
Dreamforce'12 - Automate Business Processes with Force.comMudit Agarwal
 
Salesforce1 dev week UYSDUG 2014 - the force canvas spark
Salesforce1 dev week UYSDUG 2014 - the force canvas sparkSalesforce1 dev week UYSDUG 2014 - the force canvas spark
Salesforce1 dev week UYSDUG 2014 - the force canvas sparkAldo Fernandez
 
force.com Canvas Overview: Leveraging Legacy Applications to Become a Custome...
force.com Canvas Overview: Leveraging Legacy Applications to Become a Custome...force.com Canvas Overview: Leveraging Legacy Applications to Become a Custome...
force.com Canvas Overview: Leveraging Legacy Applications to Become a Custome...Salesforce.org
 
Dive Deep into Apex: Advanced Apex!
Dive Deep into Apex: Advanced Apex! Dive Deep into Apex: Advanced Apex!
Dive Deep into Apex: Advanced Apex! Salesforce Developers
 
Force.com Canvas - a Quick Introduction
Force.com Canvas - a Quick IntroductionForce.com Canvas - a Quick Introduction
Force.com Canvas - a Quick IntroductionSteven Herod
 
O auth, sso, saml, canvas app zhugin(final)
O auth, sso, saml, canvas app   zhugin(final)O auth, sso, saml, canvas app   zhugin(final)
O auth, sso, saml, canvas app zhugin(final)Dmitry Zhugin
 
Trust Me, I'm An Architect
Trust Me, I'm An ArchitectTrust Me, I'm An Architect
Trust Me, I'm An ArchitectKeir Bowden
 
CIS14: OAuth and OpenID Connect in Action
CIS14: OAuth and OpenID Connect in ActionCIS14: OAuth and OpenID Connect in Action
CIS14: OAuth and OpenID Connect in ActionCloudIDSummit
 
Force.com Canvas: 2 Case Studies and a Roadmap
Force.com Canvas: 2 Case Studies and a RoadmapForce.com Canvas: 2 Case Studies and a Roadmap
Force.com Canvas: 2 Case Studies and a RoadmapSalesforce Developers
 
Authentication with OAuth and Connected Apps
Authentication with OAuth and Connected AppsAuthentication with OAuth and Connected Apps
Authentication with OAuth and Connected AppsSalesforce Developers
 
Integrating Active Directory With Salesforce Using Identity Connect
Integrating Active Directory With Salesforce Using Identity ConnectIntegrating Active Directory With Salesforce Using Identity Connect
Integrating Active Directory With Salesforce Using Identity ConnectSalesforce Developers
 
Designing custom REST and SOAP interfaces on Force.com
Designing custom REST and SOAP interfaces on Force.comDesigning custom REST and SOAP interfaces on Force.com
Designing custom REST and SOAP interfaces on Force.comSteven Herod
 
Becoming a Salesforce.com Technical Architect
Becoming a Salesforce.com Technical ArchitectBecoming a Salesforce.com Technical Architect
Becoming a Salesforce.com Technical ArchitectSteven Herod
 
Chapter 4 software design
Chapter 4  software designChapter 4  software design
Chapter 4 software designCliftone Mullah
 
Secure Development on the Salesforce Platform - Part I
Secure Development on the Salesforce Platform - Part ISecure Development on the Salesforce Platform - Part I
Secure Development on the Salesforce Platform - Part ISalesforce Developers
 
Advanced Platform Series - OAuth and Social Authentication
Advanced Platform Series - OAuth and Social AuthenticationAdvanced Platform Series - OAuth and Social Authentication
Advanced Platform Series - OAuth and Social AuthenticationSalesforce Developers
 

En vedette (20)

Force.com Canvas: Salesforce1, SAML, & Apex...Oh My!
Force.com Canvas: Salesforce1, SAML, & Apex...Oh My!Force.com Canvas: Salesforce1, SAML, & Apex...Oh My!
Force.com Canvas: Salesforce1, SAML, & Apex...Oh My!
 
The Modern Salesforce Development Workflow with Visual Studio Code
The Modern Salesforce Development Workflow with Visual Studio CodeThe Modern Salesforce Development Workflow with Visual Studio Code
The Modern Salesforce Development Workflow with Visual Studio Code
 
Salesforce Developer Garage Seattle: Force.com Canvas
Salesforce Developer Garage Seattle: Force.com CanvasSalesforce Developer Garage Seattle: Force.com Canvas
Salesforce Developer Garage Seattle: Force.com Canvas
 
Architecting Composite Applications With Force.com and Heroku
Architecting Composite Applications With Force.com and HerokuArchitecting Composite Applications With Force.com and Heroku
Architecting Composite Applications With Force.com and Heroku
 
Dreamforce'12 - Automate Business Processes with Force.com
Dreamforce'12 - Automate Business Processes with Force.comDreamforce'12 - Automate Business Processes with Force.com
Dreamforce'12 - Automate Business Processes with Force.com
 
Salesforce1 dev week UYSDUG 2014 - the force canvas spark
Salesforce1 dev week UYSDUG 2014 - the force canvas sparkSalesforce1 dev week UYSDUG 2014 - the force canvas spark
Salesforce1 dev week UYSDUG 2014 - the force canvas spark
 
force.com Canvas Overview: Leveraging Legacy Applications to Become a Custome...
force.com Canvas Overview: Leveraging Legacy Applications to Become a Custome...force.com Canvas Overview: Leveraging Legacy Applications to Become a Custome...
force.com Canvas Overview: Leveraging Legacy Applications to Become a Custome...
 
Dive Deep into Apex: Advanced Apex!
Dive Deep into Apex: Advanced Apex! Dive Deep into Apex: Advanced Apex!
Dive Deep into Apex: Advanced Apex!
 
Force.com Canvas - a Quick Introduction
Force.com Canvas - a Quick IntroductionForce.com Canvas - a Quick Introduction
Force.com Canvas - a Quick Introduction
 
O auth, sso, saml, canvas app zhugin(final)
O auth, sso, saml, canvas app   zhugin(final)O auth, sso, saml, canvas app   zhugin(final)
O auth, sso, saml, canvas app zhugin(final)
 
Trust Me, I'm An Architect
Trust Me, I'm An ArchitectTrust Me, I'm An Architect
Trust Me, I'm An Architect
 
CIS14: OAuth and OpenID Connect in Action
CIS14: OAuth and OpenID Connect in ActionCIS14: OAuth and OpenID Connect in Action
CIS14: OAuth and OpenID Connect in Action
 
Force.com Canvas: 2 Case Studies and a Roadmap
Force.com Canvas: 2 Case Studies and a RoadmapForce.com Canvas: 2 Case Studies and a Roadmap
Force.com Canvas: 2 Case Studies and a Roadmap
 
Authentication with OAuth and Connected Apps
Authentication with OAuth and Connected AppsAuthentication with OAuth and Connected Apps
Authentication with OAuth and Connected Apps
 
Integrating Active Directory With Salesforce Using Identity Connect
Integrating Active Directory With Salesforce Using Identity ConnectIntegrating Active Directory With Salesforce Using Identity Connect
Integrating Active Directory With Salesforce Using Identity Connect
 
Designing custom REST and SOAP interfaces on Force.com
Designing custom REST and SOAP interfaces on Force.comDesigning custom REST and SOAP interfaces on Force.com
Designing custom REST and SOAP interfaces on Force.com
 
Becoming a Salesforce.com Technical Architect
Becoming a Salesforce.com Technical ArchitectBecoming a Salesforce.com Technical Architect
Becoming a Salesforce.com Technical Architect
 
Chapter 4 software design
Chapter 4  software designChapter 4  software design
Chapter 4 software design
 
Secure Development on the Salesforce Platform - Part I
Secure Development on the Salesforce Platform - Part ISecure Development on the Salesforce Platform - Part I
Secure Development on the Salesforce Platform - Part I
 
Advanced Platform Series - OAuth and Social Authentication
Advanced Platform Series - OAuth and Social AuthenticationAdvanced Platform Series - OAuth and Social Authentication
Advanced Platform Series - OAuth and Social Authentication
 

Similaire à Visualforce & Force.com Canvas: Unlock your Web App inside of Salesforce.com Webinar

Winter 13 Release Developer Preview Webinar
Winter 13 Release Developer Preview WebinarWinter 13 Release Developer Preview Webinar
Winter 13 Release Developer Preview WebinarSalesforce Developers
 
Spring '13 Release Developer Preview Webinar
Spring '13 Release Developer Preview WebinarSpring '13 Release Developer Preview Webinar
Spring '13 Release Developer Preview WebinarSalesforce Developers
 
Summer '13 Developer Preview Webinar
Summer '13 Developer Preview WebinarSummer '13 Developer Preview Webinar
Summer '13 Developer Preview WebinarSalesforce Developers
 
Connect Your Clouds with Force.com
Connect Your Clouds with Force.comConnect Your Clouds with Force.com
Connect Your Clouds with Force.comJeff Douglas
 
Hands-on Workshop: Intermediate Development with Heroku and Force.com
Hands-on Workshop: Intermediate Development with Heroku and Force.comHands-on Workshop: Intermediate Development with Heroku and Force.com
Hands-on Workshop: Intermediate Development with Heroku and Force.comSalesforce Developers
 
Intro to AT&T Toolkit for Salesforce Platform Webinar
Intro to AT&T Toolkit for Salesforce Platform WebinarIntro to AT&T Toolkit for Salesforce Platform Webinar
Intro to AT&T Toolkit for Salesforce Platform WebinarSalesforce Developers
 
Salesforce Dev Day Paris - keynote
Salesforce Dev Day Paris - keynoteSalesforce Dev Day Paris - keynote
Salesforce Dev Day Paris - keynoteGuillaume Roques
 
Salesforce.com API Series: Service Cloud Console Deep Dive
Salesforce.com API Series: Service Cloud Console Deep DiveSalesforce.com API Series: Service Cloud Console Deep Dive
Salesforce.com API Series: Service Cloud Console Deep DiveSalesforce Developers
 
Building JavaScript Applications on the Salesforce1 Platform
Building JavaScript Applications on the Salesforce1 PlatformBuilding JavaScript Applications on the Salesforce1 Platform
Building JavaScript Applications on the Salesforce1 PlatformSalesforce Developers
 
Building Mobile Apps on Salesforce Platform with Mobile SDK
Building Mobile Apps on Salesforce Platform with Mobile SDKBuilding Mobile Apps on Salesforce Platform with Mobile SDK
Building Mobile Apps on Salesforce Platform with Mobile SDKSalesforce Developers
 
Social Enterprise Java Apps on Heroku Webinar
Social Enterprise Java Apps on Heroku WebinarSocial Enterprise Java Apps on Heroku Webinar
Social Enterprise Java Apps on Heroku WebinarSalesforce Developers
 
CI-solutions-Versus-AutoRABIT
CI-solutions-Versus-AutoRABITCI-solutions-Versus-AutoRABIT
CI-solutions-Versus-AutoRABITalkhan50
 
Spring '14 Release Developer Preview Webinar
Spring '14 Release Developer Preview WebinarSpring '14 Release Developer Preview Webinar
Spring '14 Release Developer Preview WebinarSalesforce Developers
 
Convert your Full Trust Solutions to the SharePoint Framework (SPFx) in 1 hour
Convert your Full Trust Solutions to the SharePoint Framework (SPFx) in 1 hourConvert your Full Trust Solutions to the SharePoint Framework (SPFx) in 1 hour
Convert your Full Trust Solutions to the SharePoint Framework (SPFx) in 1 hourBrian Culver
 
Social ent. with java on heroku
Social ent. with java on herokuSocial ent. with java on heroku
Social ent. with java on herokuAnand B Narasimhan
 
Dreamwares Salesforce
Dreamwares SalesforceDreamwares Salesforce
Dreamwares SalesforceTanveer Khan
 
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 WebinarSalesforce Developers
 
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 WebinarSalesforce Developers
 

Similaire à Visualforce & Force.com Canvas: Unlock your Web App inside of Salesforce.com Webinar (20)

Winter 13 Release Developer Preview Webinar
Winter 13 Release Developer Preview WebinarWinter 13 Release Developer Preview Webinar
Winter 13 Release Developer Preview Webinar
 
Spring '13 Release Developer Preview Webinar
Spring '13 Release Developer Preview WebinarSpring '13 Release Developer Preview Webinar
Spring '13 Release Developer Preview Webinar
 
Summer '13 Developer Preview Webinar
Summer '13 Developer Preview WebinarSummer '13 Developer Preview Webinar
Summer '13 Developer Preview Webinar
 
Connect Your Clouds with Force.com
Connect Your Clouds with Force.comConnect Your Clouds with Force.com
Connect Your Clouds with Force.com
 
Hands-on Workshop: Intermediate Development with Heroku and Force.com
Hands-on Workshop: Intermediate Development with Heroku and Force.comHands-on Workshop: Intermediate Development with Heroku and Force.com
Hands-on Workshop: Intermediate Development with Heroku and Force.com
 
Intro to AT&T Toolkit for Salesforce Platform Webinar
Intro to AT&T Toolkit for Salesforce Platform WebinarIntro to AT&T Toolkit for Salesforce Platform Webinar
Intro to AT&T Toolkit for Salesforce Platform Webinar
 
1 + 1 = 3
1 + 1 = 31 + 1 = 3
1 + 1 = 3
 
Salesforce Dev Day Paris - keynote
Salesforce Dev Day Paris - keynoteSalesforce Dev Day Paris - keynote
Salesforce Dev Day Paris - keynote
 
Salesforce.com API Series: Service Cloud Console Deep Dive
Salesforce.com API Series: Service Cloud Console Deep DiveSalesforce.com API Series: Service Cloud Console Deep Dive
Salesforce.com API Series: Service Cloud Console Deep Dive
 
Building JavaScript Applications on the Salesforce1 Platform
Building JavaScript Applications on the Salesforce1 PlatformBuilding JavaScript Applications on the Salesforce1 Platform
Building JavaScript Applications on the Salesforce1 Platform
 
Building Mobile Apps on Salesforce Platform with Mobile SDK
Building Mobile Apps on Salesforce Platform with Mobile SDKBuilding Mobile Apps on Salesforce Platform with Mobile SDK
Building Mobile Apps on Salesforce Platform with Mobile SDK
 
Social Enterprise Java Apps on Heroku Webinar
Social Enterprise Java Apps on Heroku WebinarSocial Enterprise Java Apps on Heroku Webinar
Social Enterprise Java Apps on Heroku Webinar
 
CI-solutions-Versus-AutoRABIT
CI-solutions-Versus-AutoRABITCI-solutions-Versus-AutoRABIT
CI-solutions-Versus-AutoRABIT
 
Spring '14 Release Developer Preview Webinar
Spring '14 Release Developer Preview WebinarSpring '14 Release Developer Preview Webinar
Spring '14 Release Developer Preview Webinar
 
Convert your Full Trust Solutions to the SharePoint Framework (SPFx) in 1 hour
Convert your Full Trust Solutions to the SharePoint Framework (SPFx) in 1 hourConvert your Full Trust Solutions to the SharePoint Framework (SPFx) in 1 hour
Convert your Full Trust Solutions to the SharePoint Framework (SPFx) in 1 hour
 
Social ent. with java on heroku
Social ent. with java on herokuSocial ent. with java on heroku
Social ent. with java on heroku
 
Dreamwares Salesforce
Dreamwares SalesforceDreamwares Salesforce
Dreamwares Salesforce
 
Introduction to Visualforce Webinar
Introduction to Visualforce WebinarIntroduction to Visualforce Webinar
Introduction to Visualforce Webinar
 
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
 
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
 

Plus de Salesforce Developers

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 DevelopersSalesforce 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 PerformanceSalesforce Developers
 
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 ComponentsSalesforce Developers
 
TrailheaDX India : Developer Highlights
TrailheaDX India : Developer HighlightsTrailheaDX India : Developer Highlights
TrailheaDX India : Developer HighlightsSalesforce Developers
 
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 IndiaSalesforce Developers
 
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 DevelopmentSalesforce Developers
 
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 ComponentsSalesforce Developers
 
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 ComponentsSalesforce Developers
 
TrailheaDX and Summer '19: Developer Highlights
TrailheaDX and Summer '19: Developer HighlightsTrailheaDX and Summer '19: Developer Highlights
TrailheaDX and Summer '19: Developer HighlightsSalesforce Developers
 
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 IntroductionSalesforce Developers
 
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 JSQCPSalesforce Developers
 
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 SalesforceSalesforce Developers
 
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 CaptureSalesforce Developers
 
Modern Development with Salesforce DX
Modern Development with Salesforce DXModern Development with Salesforce DX
Modern Development with Salesforce DXSalesforce Developers
 
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 ConnectSalesforce Developers
 
Modern App Dev: Modular Development Strategies
Modern App Dev: Modular Development StrategiesModern App Dev: Modular Development Strategies
Modern App Dev: Modular Development StrategiesSalesforce Developers
 

Plus de 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 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
 
Introduction to MuleSoft
Introduction to MuleSoftIntroduction to MuleSoft
Introduction to MuleSoft
 
Modern App Dev: Modular Development Strategies
Modern App Dev: Modular Development StrategiesModern App Dev: Modular Development Strategies
Modern App Dev: Modular Development Strategies
 
Dreamforce Developer Recap
Dreamforce Developer RecapDreamforce Developer Recap
Dreamforce Developer Recap
 

Visualforce & Force.com Canvas: Unlock your Web App inside of Salesforce.com Webinar

  • 1. Visualforce & Force.com Canvas Unlock your Web App inside of Salesforce.com Jay Hurst, Salesforce.com, Product Manager – Force.com Canvas @extraidea Chris Jolley, Salesforce.com, Lead Developer – Force.com Canvas @jolley
  • 2. 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
  • 3. Speakers Jay Hurst Chris Jolley Product Manager – Lead Developer – Force.com Force.com Canvas, Canvas, @extraidea @jolley Join the conversation: #forcewebinar
  • 4. Follow Developer Force for the latest news @forcedotcom / #forcewebinar Developer Force – Force.com Community +Developer Force – Force.com Community Developer Force Developer Force group Join the conversation: #forcewebinar
  • 5. Have questions? §  We have an expert support team at the ready to answer your questions during the webinar. §  Ask your questions via the GoToWebinar Questions Pane. §  The speaker(s) will choose top questions to answer live at the end of the webinar. §  Please post your questions as we go along! §  Only post your question once; we’ll get to it as we go down the list. Join the conversation: #forcewebinar
  • 6. Agenda §  Review of Force.com Canvas §  Demonstrate using a Force.com Canvas App in a Visualforce Page §  Demonstrate using custom parameters in a Force.com Canvas App § Dynamically rendering record-specific content §  Q&A § Ask Questions in the GoToWebinar Question Panel §  Next Steps Join the conversation: #forcewebinar
  • 7. Assumptions This webinar assumes the following: §  You know/have… •  Basic experience with Force.com Canvas •  Basic experience with Visualforce Pages and Tabs •  Some experience with Java (we will be going though a little bit of code) But don’t worry, you can catch up via these resources: §  Force.com Canvas Developer Site - http://wiki.developerforce.com/page/Force.com_Canvas §  Intro to Force.com Canvas Webinar - http://wiki.developerforce.com/page/ Webinar:_Intro_to_Force.com_Canvas:_Running_External_Apps_within_the_Salesforce_UI_(2012-Oct) Join the conversation: #forcewebinar
  • 8. Apps, Apps, Everywhere Companies have many applications across their org §  Cloud Applications (Salesforce.com, Google Docs) §  Hybrid Applications §  Home Grown Solutions (Intranet, Task Management) Join the conversation: #forcewebinar
  • 9. Modern platforms easily combine these apps §  Authorization is granted by the user or admin §  The application can act as the user §  Content is combined into a single interface •  Facebook Apps •  Google+ Games •  Twitter Apps Join the conversation: #forcewebinar
  • 10. Introducing Force.com Canvas PILOT platform service to allow for external applications to be easily and securely integrated into Salesforce from their native environment with little re-design. §  Services Include •  JavaScript SDK •  Simplified Authentication (Signed Request or OAuth) •  Context Services (Including Custom Parameters) •  Cross Domain API Calls •  App Registration and Management Join the conversation: #forcewebinar
  • 11. What does Force.com Canvas do? 3rd Party App Salesforce SDK HTTPS Join the conversation: #forcewebinar
  • 12. What are some examples of Canvas Apps There are many examples of how Canvas Apps can be used §  Existing Web Applications from Partners §  Concur Trips, Event Applications §  Internally Developed Applications §  Intranets, Service Ticket Applications §  Enterprise Systems with Web Front-Ends §  SAP, Sharepoint Join the conversation: #forcewebinar
  • 13. Force.com Canvas – You code it, we show it! Regardless of your language of choice, JavaScript libraries allow your app to connect with salesforce at a UI and API layer: Join the conversation: #forcewebinar
  • 14. Technologies used in Force.com Canvas Join the conversation: #forcewebinar
  • 15. Force.com Canvas Usage Flow 1.  User Clicks on the App from the Chatter 5 Tab (or VF Page) 6 2.  The 3rd Party App responds with HTML that Chatter Tab Salesforce.com Database is loaded into the salesforce UI if(conn SELEC WHERE 3.  The user interacts with the 3rd party app print 4 4.  The 3rd party app uses the Canvas Server-side JS JavaScript SDK to make a call to a server side JavaScript library 3 <script var a= var xl 5.  The server side acts on the behalf of the if(xls user and posts to the salesforce database 1 2 Client-Side JS 3rd Party 6.  Alternatively, the 3rd party app can Canvas Link (canvas-all.js) Database Java C# JSP communicate server-to-server with PHP .NET C++ salesforce via the standard APIs ASP VB CF Server Web UI Salesforce.com UI 3rd Party App Join the conversation: #forcewebinar
  • 16. What is the Signed Request Access Method? The signed request is the default (and recommended) access method. §  When you click the Canvas app, we POST a signed request to your endpoint §  You can verify the request was sent by salesforce and then view context info §  Context contains data like: •  Scoped OAuth Token •  User Info (Name, email, ID, etc..) •  Company Info (Company name, ID, etc…) •  Environment Info (page is the canvas on, size of the iFrame) •  Useful Links Join the conversation: #forcewebinar Salesforce.com Confidential
  • 17. Signed Request Demo Join the conversation: #forcewebinar
  • 18. Force.com Canvas - Registration/Management Flow Canvas Connected App 1.  App is created with specified Basic Information - Name OAuth Module - Callback URL - Digital Signature modules - Description - Info URL - Selected OAuth Scopes Force.com Canvas - Icon URL Module 2.  After creation app is available - Contact Email - Canvas URL - Contact Phone - Access Method in creator org 3.  If created in a namespaced DE Published (DE Org) org, App can be published Creator Org - Manageable inside org Install URL §  Published Apps can be installed - Useable inside org into any org with Canvas enabled Install Subscriber Org - Manageable inside org - Useable inside org Join the conversation: #forcewebinar Salesforce.com Confidential
  • 19. Force.com Canvas – Visualforce Component Add a Force.com Canvas App to any Visualforce Page §  Visualforce Tabs, Inline Visualforce Pages, Standalone Visualforce Pages §  Ability to specify Canvas height and Width §  Signed Request/Context delivers Page and Record specific information Join the conversation: #forcewebinar Salesforce.com Confidential
  • 20. Force.com Canvas Expanding the Warehouse App Join the conversation: #forcewebinar
  • 21. Force.com Canvas – Expanding the Warehouse App Canvas App Walkthrough: §  Explaining the idea of the Canvas Fulfillment App §  What is Heroku? §  Demo the app in the Canvas App Previewer / Chatter Tab §  Create a Visualforce Page/Tab to display the Canvas App §  Inline the App inside of the Invoice Statement object §  Modify the App to dynamically render based on context Join the conversation: #forcewebinar
  • 22. What is the Force.com Canvas Warehouse App §  The Warehouse App is a walkthrough provided by salesforce which explains the customizability of the salesforce.com app •  The app takes you through the declarative and integration capabilities of salesforce.com •  The full workbook can be found at http://www.salesforce.com/us/developer/docs/workbook/forcecom_workbook.pdf §  The Force.com Canvas App will represent a fulfillment center that your warehouse app will use •  Picture salesforce.com as your sales center, and the Web App your fulfillment/ shipping center…Force.com Canvas allows you to interact with both apps Join the conversation: #forcewebinar
  • 23. Join the conversation: #forcewebinar
  • 24. Heroku: A Multi-language Cloud App Platform Join the conversation: #forcewebinar
  • 25. Canvas Demo Join the conversation: #forcewebinar
  • 26. Combining the Fulfillment App with the Warehouse App §  Fulfilment data now exposed inside of the Chatter tab Join the conversation: #forcewebinar
  • 27. Exposing a Canvas App in a Visualforce Page §  Spring ‘13 introduces the ability to drop a Canvas App in a Visualforce Page •  Use the new <apex:canvasApp /> tag •  The required information is: –  applicationName –The full name of the app –  namespacePrefix – The namespace of the Canvas App –  developerName – The developer name of the app (found on the app detail page) •  Optional information includes: –  height – The height of your canvas –  width – The width of your canvas –  border – The width of the border around your canvas –  scrolling – Indicates if the canvas should have scroll bars –  parameters – JSON string to pass in the Context sent to the app Join the conversation: #forcewebinar
  • 28. Using apex:canvasApp <apex:page showheader="false"> <apex:canvasApp applicationName="Fulfillment App” height="1000px" width="800px” parameters="{'myValue' : 'value1'}” /> </apex:page> Join the conversation: #forcewebinar
  • 29. Exposing a Canvas App in a Visualforce Tab §  Extending the ability to add a Canvas App in a Visualforce Page, you can also create a Visualforce Tab Join the conversation: #forcewebinar
  • 30. Adding a Canvas App into a Record Detail Page §  By adding a Canvas App to a Visualforce Page, you can also embed the app in a Record Detail page §  This will allow you to visually deliver content directly on your records Join the conversation: #forcewebinar
  • 31. Passing Parameters to your Canvas App §  Using the “parameters” element of apex:canvasApp alows you to pass custom information to your Canvas App § This will allow you to dynamically render you app information § Ex – You can pass a Salesforce Record ID and display the appropriate related record from the 3rd Party App <apex:page sidebar="false" showheader="false" standardController="Invoice_Statement__c"> <apex:canvasApp developerName="denv_warehouse" parameters="{'orderId':'{!Invoice_Statement__c.id}','name': '{!HTMLENCODE(Invoice_Statement__c.name)}'}" width="800px" height="380px" scrolling="false"/> </apex:page> Join the conversation: #forcewebinar
  • 32. Dynamically Rendering Content §  By extracting the parameters from the signed request or context, you can render specific data § Ex - Show record specific information inline Join the conversation: #forcewebinar
  • 33. Force.com Canvas – Spring ’13 Enhancements In today’s session we have: §  Walked through the new features of Force.com Canvas in Spring ‘13 •  Exposing a Canvas App on a Visualforce Page •  Setting the specific Canvas Size •  Dynamically rendering content based on custom parameters §  Walked through some example in code on how to utilize the new features Join the conversation: #forcewebinar
  • 34. Where to now? Force.com Canvas Resources can be found at §  Force.com Canvas Developer Site - http://bit.ly/forcecanvas §  Force.com Canvas Developer Guide - http://bit.ly/canvasdeveloperguide §  Discussion Board - http://bit.ly/canvasdiscussionboards §  Past Webinar Heroku §  Heroku Developer Site - https://devcenter.heroku.com/ Contact Us: §  Email or tweet Jay – jhurst@salesforce.com/@extraidea §  Tweet @forcedotcom with #forcewebinar Join the conversation: #forcewebinar
  • 35. Upcoming Events April 3, 2013 Advanced Testing & Debugging Using the Developer Console http://bit.ly/devconsole-vf April 11, 2013 Mobile CodeTalk http://bit.ly/mobilect-vf April 17, 2013 Agile Development with Heroku http://bit.ly/agileher-vf April 24, 2013 Inside the Force.com Query Optimizer http://bit.ly/query-vf Join the conversation: #forcewebinar
  • 36. Q&A Jay Hurst Chris Jolley Product Manager – Lead Developer – Force.com Force.com Canvas, Canvas, @extraidea @jolley Join the conversation: #forcewebinar
  • 37. Thank You! Join the conversation: #forcewebinar