SlideShare a Scribd company logo
1 of 63
Lightning Workshop
14th March 2015
Naga Kiran Manyala
Developer Advocate Engineer
@sfdckiran
Pratik Munot
Developer Advocate Engineer
@pratik_munot
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 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, 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, 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-K for the most recent fiscal quarter ended July 31, 2011. This document and
others 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 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.
Agenda
▪ 15min- Welcome & Kick-off
▪ 30 mins – Salesforce1 Lightning Overview presentation
& demo
▪ 75 mins - Hands-on Tutorials: (pick two): Lightning App
Builder, Lightning Connect & Lightning Process Builder
▪ 30 mins – Network, Q&A, Socialization.
http://developer.salesforce.com/lightni
ng
#golightningfast
LIGHTNING WEEK
March 9 – March 13
100+ Dev Groups Worldwide
Get Hands-On
Meet the Experts
Lightning
Overview
Organizations Struggle To Build Custom Mobile Apps
Mobile
apps are
critical
Mobile
apps
deployed
App
Gap
Less than ½
have deployed
apps
Complexity of form factors
Limited number of developers
Multiple operating systems
Multiple platforms
Traditional app development is slow
Custom
development
Connect to
Data Sources
Code Business
Processes
Build
App
user
iteration
user
iteration
Developers can not keep up with Business needs
Salesforce1 Lightning
Connect
Process
Builder
A complete suite for everyone to build killer apps fast!
App
Builder
Component
Framework
Introducing Lightning Connect
Connect
Process
Builder
App
Builder
Component
Framework
Lightning Connect
▪ Access to external data with point-and-
click simplicity
▪ Incorporate external data into Salesforce
in real-time, not copying data
▪ Not storing data alleviates data residency
concerns
▪ Dramatically reduces time to unlock back-
office systems
▪ Available in DE orgs; add-on license
required in Production orgs
Integrate external data faster
Introducing Lightning Process Builder
Connect
Process
Builder
App
Builder
Component
Framework
Lightning Process Builder
Automate business faster
▪ Create processes using visual layout
▪ Point-and-click development
▪ Manage multiple process paths in
ONE place
▪ Create “headless flows”
▪ Collaborate with business owners
▪ Replace many basic Apex triggers
▪ DE, EE and up
Introducing Lightning Components
Connect
Process
Builder
App
Builder
Component
Framework
Component Frameworks Are The Future
All leading platform companies are investing in component frameworks
Google
Polymer
Facebook
React
Salesforce
Lightning
Twitter
Flight
Mozilla
Brick
Standard Components
Built by Salesforce
Custom charts Data entry tools Custom data
layout
Dynamic maps
Left
nav
Publisher
bar
Feed
items
Tas
ks
Slide
rs
Multi-view
charts
Pass/F
ail
Custom Components
Built by customer developers
AppExchange Components
Built by Partners
Lightning Component Framework
Introducing Lightning App Builder
Connect
Process
Builder
App
Builder
Component
Framework
Lightning App Builder
Drag & Drop
Build with standard, custom &
partner Lightning Components
Any Device
Design apps for every screen
from one canvas
Now anyone can build apps faster
Demo:
Lightning Overview
Hands-on
Create a new Spring ’15 DE Org
http://bit.ly/lightning-org
Use this link to create a new Spring ‘15
Developer Edition (DE) org for the tutorials
(you only need one)
Connect
Process
Builder
App
Builder
Component
Framework
What External Data Sources are Supported?
Any Data Sources that can publish data in Open Data (OData) 2.0
protocol
▪ Commercial Packages
– SAP Netweaver Gateway
– Microsoft SQL Server, Dynamics CRM/NAV,
Azure Table Services
– IBM Websphere exTreme Scale
– Heroku Connect External Objects
▪ DIY Data Producer
– .Net WCF Data Services, Java (Apache Olingo, odata4j), NodeJS
▪ Many more via partners
– Dell Boomi, Informatica, Jitterbit, MuleSoft, Progressive, SoftwareAG
External Objects Work Like Custom Objects
✓ Tabs
✓ List Views
✓ Detail Pages
✓ Chatter Feeds
✓ Visualforce pages with standard or custom controllers
✓ Apex SObject types
✓ REST/SOAP API access
✓ SOQL and SOSL queries from Apex or API
✓ Available on Salesforce1 Mobile Platform
Lightning Connect Roadmap
▪ Read-only access is GA in Spring ‘15
▪ Pilot in Spring ’15
– Read/write capability
– Real-time cross-org access
– Apex Connector library to develop custom connectors
▪ FUTURE*
– OData 4.0
– Support for triggers
– Custom Reports for External Objects
Other External Object Limitations
✗ Formula and Roll-up Summary Fields
✗ Triggers, Workflow, Approvals, Process
✗ Validation Rules
✗ Field History Tracking
✗ Notes, Attachments
Walkthrough:
Lightning Connect
Tutorial: Lightning
Connect
Start at Module 2, Step 6
bit.ly/lightning-connect-tutorial
Connect
Process
Builder
App
Builder
Component
Framework
Process Builder
Next Generation Workflow
Multiple “Rules” in 1 process
More Flexibility
Graphical Interface
Workflow Rules
New Actions
With Process Builder You Can….
✓ Create a record (related OR unrelated to the criteria object)
✓ Update fields on ANY related record
✓ Launch a trigger-ready Flow
✓ Send an email
✓ Post to Chatter
✓ Submit for approval (or trigger existing approval process)
✓ Execute Apex Code
Process Builder Limitations
✗ Create Tasks
✗ Send Outbound Messages
✗ Design Screen Flows
Use Workflow Rules
Use Visual Workflow
Why does it say “Flow” sometimes?
▪ Behind the scenes, a Process Builder process is a Flow
– Same engine as Visual Workflow
▪ Surfaces in
– End user error messages
– Packaging
– Maybe others…
Walkthrough:
Process Builder
Tutorial: Process Builder
Start at Module 3
http://bit.ly/process_lightning_tutorial
Connect
Process
Builder
App
Builder
Component
Framework
What can I build with Lightning Components?
▪ Lightning Component Tabs for Salesforce1 Mobile App (BETA)
– Single or multiple “page” apps available in “Stage Left”
– implements=“force:appHostable”
– This is what you’re building in the tutorial!
▪ Custom Components for Lightning App Builder (PILOT)
– Components designed for ease-of-use via tools, available in the palette
– implements=“flexipage:availableForAllPageTypes”
– You’ll see this in the next section!
What else?
▪ Lighting Applications
– Full-page Lighting Component-based applications
– URL-addressable
▪ Lightning Extensions (Limited Pilot)
– Override the default components with custom components
Lightning Components Handle User Interactions
Configure
Attributes
Listen for
Events
Fire
Events
• Data updated
• Screen tapped
• Another component
changed
• Network offline
• Set color
• Set object
• Get user
• Record saved
• List scrolled
• Save offline
• Color changed
Lightning Components Improve Developer Productivity
APP or COMPONENT
BUNDLE
Definition : html
Controller : js
Helper : js
EventHandler : js
Style : css
Component(s)
Cmp
1
Cmp3
Cmp2 App
1
App
1
App2
Cmp2 Cmp2
Package
1
Package
2▪ Components are bundles
of resources
▪ Bundles enable reusability,
share ability, and
extensibility
▪ Components can be used
to compose apps
Visualforce and Lightning Components
Full FAQ at: https://developer.salesforce.com/page/Lightning_FAQ
▪ What’s the difference?
– Visualforce components are page-centric and most of the work is done
on the server. Lightning is designed from the component up, rather
than having the concept of a page as its fundamental unit. Lightning
Components are client-side centric, which makes them more dynamic
and mobile friendly.
▪ Where can I use what?
– Currently you can only use Lightning Components in the Salesforce1
Mobile App or a standalone app, not in the Salesforce desktop UI.
– Currently you can use Visualforce inside a Lightning App, but not a
Lightning Component inside Visualforce.
Connect
Process
Builder
App
Builder
Component
Framework
What can I build?
▪ Single Page Applications
– Drill down to existing standard pages
– Expose Global Actions for more interactivity
▪ Dashboard-style Applications
– Sales Leaderboard
▪ “Point” Applications to solve a particular task
– Upload expense receipt
Apps in Salesforce1 Mobile
What’s in an App?
Lightning
PageLightning
Components
Global Actions
Walkthrough:
Lightning App
Builder
Tutorial: Lightning
App Builder
Start at Module 3
http://bit.ly/app_builder_lightning
#golightningfast
Next Steps
http://developer.salesforce.com/calendar
• Lightning App Builder
• Lightning Component Framework
• Lightning Process Builder
• Lightning Connect
Lightning Deep Dive Webinars
Go to success.salesforce.com, Help & Training
• Search for the Creating Lightning Components course
Want to build components? Check out the docs!
https://login.salesforce.com/auradocs
▪ Login with an org that has Lightning enabled
▪ Component, app, interface, and event reference guide
▪ Reference JavaScript API
▪ Samplecode
Questions?
Success Community Chatter Groups
▪ Official: Lightning Connect
▪ Official: Salesforce Workflow Automation
▪ For questions about Lightning Process Builder
▪ Official: Lightning App Builder
Thank You
Appendix
Process Builder Considerations
▪ Process Builder is a client to Visual Workflow. It will respect
both Apex Governor Limits and Process Limits.
– Details on Limits:
https://help.salesforce.com/HTViewHelpDoc?id=process_limits.htm&l
anguage=en_US
▪ Processes can evaluate records up to five times in a single
transaction if another process, workflow rule, or flow updates
the record in the same transaction.
▪ If you create processes to replace any workflow rules, make
sure you delete those workflow rules when you activate the
Process Builder Considerations, con’t.
▪ Processes can evaluate a record anytime a record is saved
or created. However, processes that are created after
records are saved don’t evaluate those records retroactive
▪ Picklist fields are evaluated as text fields in the Process
Builder.
▪ Full Details on Process Builder Considerations:
https://help.salesforce.com/HTViewHelpDoc?id=process_con
siderations.htm&language=en_US
Process Builder: What’s New in Spring 15?
▪ Create versions of a process
▪ Trigger a process multiple times in a single transaction
▪ Determine whether specific fields changed
▪ Customize condition logic in process builder
▪ Call Apex method from a process
▪ Updated and more efficient UI
Lightning Connect:
What’s happening behind the scenes?
▪ Service Document - lists the available entity collections
(in relational database terms, tables, in Force.com these
would be objects) :
http://orderdb.herokuapp.com/orders.svc/
▪ Metadata - detailed schema for the data source:
https://orderdb.herokuapp.com/orders.svc/$metadata
▪ Payment data:
https://orderdb.herokuapp.com/orders.svc/Payments

More Related Content

What's hot

synebo talk #1 Salesforce lightning
synebo talk #1 Salesforce lightningsynebo talk #1 Salesforce lightning
synebo talk #1 Salesforce lightningAnna Kryvulya
 
What is Salesforce lighting explained
What is Salesforce lighting explainedWhat is Salesforce lighting explained
What is Salesforce lighting explainedRoy Gilad
 
Lightning breakout mun world tour 2015 sfsans
Lightning breakout mun world tour 2015 sfsansLightning breakout mun world tour 2015 sfsans
Lightning breakout mun world tour 2015 sfsansSalesforce Deutschland
 
Build Next-gen Apps Faster with Lightning Components
Build Next-gen Apps Faster with Lightning ComponentsBuild Next-gen Apps Faster with Lightning Components
Build Next-gen Apps Faster with Lightning ComponentsSalesforce Developers
 
Lightning Experience with Visualforce Best Practices
Lightning Experience with Visualforce Best PracticesLightning Experience with Visualforce Best Practices
Lightning Experience with Visualforce Best PracticesSalesforce Developers
 
Technical Overview of Microsoft SharePoint Online - Presented by Atidan
Technical Overview of Microsoft SharePoint Online - Presented by AtidanTechnical Overview of Microsoft SharePoint Online - Presented by Atidan
Technical Overview of Microsoft SharePoint Online - Presented by AtidanDavid J Rosenthal
 
Aura Framework and Lightning (Nikolay Zenko and Alexey Filippov)
Aura Framework and Lightning (Nikolay Zenko and Alexey Filippov)Aura Framework and Lightning (Nikolay Zenko and Alexey Filippov)
Aura Framework and Lightning (Nikolay Zenko and Alexey Filippov)Yury Bondarau
 
Collaboration Throwdown: Salesforce verses SharePoint
Collaboration Throwdown: Salesforce verses SharePointCollaboration Throwdown: Salesforce verses SharePoint
Collaboration Throwdown: Salesforce verses SharePointdavidlozzi
 
Salesforce Spring '16 Release Overview
Salesforce Spring '16 Release OverviewSalesforce Spring '16 Release Overview
Salesforce Spring '16 Release OverviewRoy Gilad
 
Salesforce: Go Faster with Lightning (DocuSign DevCon)
Salesforce: Go Faster with Lightning (DocuSign DevCon)Salesforce: Go Faster with Lightning (DocuSign DevCon)
Salesforce: Go Faster with Lightning (DocuSign DevCon)Mary Scotton
 
Integrating Salesforce and SharePoint 2013
Integrating Salesforce and  SharePoint 2013Integrating Salesforce and  SharePoint 2013
Integrating Salesforce and SharePoint 2013Netwoven Inc.
 
DF2UFL 2012: Developer's Den - What's New and What's on the Horizon
DF2UFL 2012: Developer's Den - What's New and What's on the HorizonDF2UFL 2012: Developer's Den - What's New and What's on the Horizon
DF2UFL 2012: Developer's Den - What's New and What's on the HorizonJennifer Phillips
 
Webhooks in Microsoft SharePoint Online
Webhooks in Microsoft SharePoint OnlineWebhooks in Microsoft SharePoint Online
Webhooks in Microsoft SharePoint OnlineNetwoven Inc.
 
Office 365 - Introduction to SharePoint Online Development - SharePoint Conne...
Office 365 - Introduction to SharePoint Online Development - SharePoint Conne...Office 365 - Introduction to SharePoint Online Development - SharePoint Conne...
Office 365 - Introduction to SharePoint Online Development - SharePoint Conne...Corey Roth
 
Salesforce Spring 22 Webinar
Salesforce Spring 22 WebinarSalesforce Spring 22 Webinar
Salesforce Spring 22 Webinarbrightgenss
 

What's hot (20)

synebo talk #1 Salesforce lightning
synebo talk #1 Salesforce lightningsynebo talk #1 Salesforce lightning
synebo talk #1 Salesforce lightning
 
What is Salesforce lighting explained
What is Salesforce lighting explainedWhat is Salesforce lighting explained
What is Salesforce lighting explained
 
Lightning breakout mun world tour 2015 sfsans
Lightning breakout mun world tour 2015 sfsansLightning breakout mun world tour 2015 sfsans
Lightning breakout mun world tour 2015 sfsans
 
Build Next-gen Apps Faster with Lightning Components
Build Next-gen Apps Faster with Lightning ComponentsBuild Next-gen Apps Faster with Lightning Components
Build Next-gen Apps Faster with Lightning Components
 
Lightning overview
Lightning overviewLightning overview
Lightning overview
 
Lightning Experience with Visualforce Best Practices
Lightning Experience with Visualforce Best PracticesLightning Experience with Visualforce Best Practices
Lightning Experience with Visualforce Best Practices
 
Build lightning components with salesforce dx
Build lightning components with salesforce dxBuild lightning components with salesforce dx
Build lightning components with salesforce dx
 
Technical Overview of Microsoft SharePoint Online - Presented by Atidan
Technical Overview of Microsoft SharePoint Online - Presented by AtidanTechnical Overview of Microsoft SharePoint Online - Presented by Atidan
Technical Overview of Microsoft SharePoint Online - Presented by Atidan
 
Aura Framework and Lightning (Nikolay Zenko and Alexey Filippov)
Aura Framework and Lightning (Nikolay Zenko and Alexey Filippov)Aura Framework and Lightning (Nikolay Zenko and Alexey Filippov)
Aura Framework and Lightning (Nikolay Zenko and Alexey Filippov)
 
Visual Workflow Overview
Visual Workflow OverviewVisual Workflow Overview
Visual Workflow Overview
 
Collaboration Throwdown: Salesforce verses SharePoint
Collaboration Throwdown: Salesforce verses SharePointCollaboration Throwdown: Salesforce verses SharePoint
Collaboration Throwdown: Salesforce verses SharePoint
 
Salesforce Spring '16 Release Overview
Salesforce Spring '16 Release OverviewSalesforce Spring '16 Release Overview
Salesforce Spring '16 Release Overview
 
Salesforce: Go Faster with Lightning (DocuSign DevCon)
Salesforce: Go Faster with Lightning (DocuSign DevCon)Salesforce: Go Faster with Lightning (DocuSign DevCon)
Salesforce: Go Faster with Lightning (DocuSign DevCon)
 
Lightning Components Workshop
Lightning Components WorkshopLightning Components Workshop
Lightning Components Workshop
 
Integrating Salesforce and SharePoint 2013
Integrating Salesforce and  SharePoint 2013Integrating Salesforce and  SharePoint 2013
Integrating Salesforce and SharePoint 2013
 
DF2UFL 2012: Developer's Den - What's New and What's on the Horizon
DF2UFL 2012: Developer's Den - What's New and What's on the HorizonDF2UFL 2012: Developer's Den - What's New and What's on the Horizon
DF2UFL 2012: Developer's Den - What's New and What's on the Horizon
 
Webhooks in Microsoft SharePoint Online
Webhooks in Microsoft SharePoint OnlineWebhooks in Microsoft SharePoint Online
Webhooks in Microsoft SharePoint Online
 
Office 365 - Introduction to SharePoint Online Development - SharePoint Conne...
Office 365 - Introduction to SharePoint Online Development - SharePoint Conne...Office 365 - Introduction to SharePoint Online Development - SharePoint Conne...
Office 365 - Introduction to SharePoint Online Development - SharePoint Conne...
 
Salesforce lightning design system
Salesforce lightning design systemSalesforce lightning design system
Salesforce lightning design system
 
Salesforce Spring 22 Webinar
Salesforce Spring 22 WebinarSalesforce Spring 22 Webinar
Salesforce Spring 22 Webinar
 

Viewers also liked

Omni channel - Salesforce Developer Group Bengaluru
Omni channel - Salesforce Developer Group BengaluruOmni channel - Salesforce Developer Group Bengaluru
Omni channel - Salesforce Developer Group BengaluruAbhilash Kuntar
 
Force.com security
Force.com securityForce.com security
Force.com securityVijay Naik
 
Build Apps Visually with Lightning App Builder
Build Apps Visually with Lightning App BuilderBuild Apps Visually with Lightning App Builder
Build Apps Visually with Lightning App BuilderSalesforce Developers
 
REST API in Salesforce
REST API in SalesforceREST API in Salesforce
REST API in SalesforceVivek Deepak
 

Viewers also liked (8)

Omni channel - Salesforce Developer Group Bengaluru
Omni channel - Salesforce Developer Group BengaluruOmni channel - Salesforce Developer Group Bengaluru
Omni channel - Salesforce Developer Group Bengaluru
 
Force.com security
Force.com securityForce.com security
Force.com security
 
OAuth
OAuthOAuth
OAuth
 
OAuth
OAuthOAuth
OAuth
 
Using Apex for REST Integration
Using Apex for REST IntegrationUsing Apex for REST Integration
Using Apex for REST Integration
 
Build Apps Visually with Lightning App Builder
Build Apps Visually with Lightning App BuilderBuild Apps Visually with Lightning App Builder
Build Apps Visually with Lightning App Builder
 
REST API in Salesforce
REST API in SalesforceREST API in Salesforce
REST API in Salesforce
 
Exploring the Salesforce REST API
Exploring the Salesforce REST APIExploring the Salesforce REST API
Exploring the Salesforce REST API
 

Similar to Lightning Developer Week - Bangalore Salesforce Developer Group

Salesforce Lightning workshop Hartford - 12 March
Salesforce Lightning workshop Hartford - 12 MarchSalesforce Lightning workshop Hartford - 12 March
Salesforce Lightning workshop Hartford - 12 MarchJitendra Zaa
 
Suisse Romande SF DG - Lightning workshop
Suisse Romande SF DG - Lightning workshopSuisse Romande SF DG - Lightning workshop
Suisse Romande SF DG - Lightning workshopGnanasekaran Thoppae
 
Lightning Workshop London
Lightning Workshop LondonLightning Workshop London
Lightning Workshop LondonKeir Bowden
 
Intro to Salesforce Lightning for Admins
Intro to Salesforce Lightning for Admins Intro to Salesforce Lightning for Admins
Intro to Salesforce Lightning for Admins Desynit
 
Salesforce Lightning Components and App Builder EMEA World Tour 2015
Salesforce Lightning Components and App Builder EMEA World Tour 2015Salesforce Lightning Components and App Builder EMEA World Tour 2015
Salesforce Lightning Components and App Builder EMEA World Tour 2015Peter Chittum
 
San Diego Salesforce User Group - Lightning Overview
San Diego Salesforce User Group - Lightning OverviewSan Diego Salesforce User Group - Lightning Overview
San Diego Salesforce User Group - Lightning OverviewVivek Chawla
 
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
 
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 Design System and Components for Visualforce Developers
Lightning Design System and Components for Visualforce DevelopersLightning Design System and Components for Visualforce Developers
Lightning Design System and Components for Visualforce DevelopersSalesforce 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
 
Spring 17 ISV Release Readiness (February 16, 2017)
Spring 17 ISV Release Readiness (February 16, 2017)Spring 17 ISV Release Readiness (February 16, 2017)
Spring 17 ISV Release Readiness (February 16, 2017)Salesforce Partners
 
Lightning Components Introduction
Lightning Components IntroductionLightning Components Introduction
Lightning Components IntroductionDurgesh Dhoot
 
Building Lightning Components for ISVs (Dreamforce 2015)
Building Lightning Components for ISVs (Dreamforce 2015)Building Lightning Components for ISVs (Dreamforce 2015)
Building Lightning Components for ISVs (Dreamforce 2015)Salesforce Partners
 
Trailhead live - Overview of Salesforce App Cloud
Trailhead live - Overview of Salesforce App CloudTrailhead live - Overview of Salesforce App Cloud
Trailhead live - Overview of Salesforce App CloudJohn Stevenson
 
[MBF2] Plate-forme Salesforce par Peter Chittum
[MBF2] Plate-forme Salesforce par Peter Chittum[MBF2] Plate-forme Salesforce par Peter Chittum
[MBF2] Plate-forme Salesforce par Peter ChittumBeMyApp
 
PhillyForce 2018 - Salesforce Platform Keynote
PhillyForce 2018  - Salesforce Platform KeynotePhillyForce 2018  - Salesforce Platform Keynote
PhillyForce 2018 - Salesforce Platform Keynoteandyinthecloud
 

Similar to Lightning Developer Week - Bangalore Salesforce Developer Group (20)

Salesforce Lightning workshop Hartford - 12 March
Salesforce Lightning workshop Hartford - 12 MarchSalesforce Lightning workshop Hartford - 12 March
Salesforce Lightning workshop Hartford - 12 March
 
Suisse Romande SF DG - Lightning workshop
Suisse Romande SF DG - Lightning workshopSuisse Romande SF DG - Lightning workshop
Suisse Romande SF DG - Lightning workshop
 
Lightning week - Paris DUG
Lightning week - Paris DUGLightning week - Paris DUG
Lightning week - Paris DUG
 
Lightning Workshop London
Lightning Workshop LondonLightning Workshop London
Lightning Workshop London
 
Intro to Salesforce Lightning for Admins
Intro to Salesforce Lightning for Admins Intro to Salesforce Lightning for Admins
Intro to Salesforce Lightning for Admins
 
Salesforce Lightning Components and App Builder EMEA World Tour 2015
Salesforce Lightning Components and App Builder EMEA World Tour 2015Salesforce Lightning Components and App Builder EMEA World Tour 2015
Salesforce Lightning Components and App Builder EMEA World Tour 2015
 
San Diego Salesforce User Group - Lightning Overview
San Diego Salesforce User Group - Lightning OverviewSan Diego Salesforce User Group - Lightning Overview
San Diego Salesforce User Group - Lightning Overview
 
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
 
TrailheaDX and Summer '19: Developer Highlights
TrailheaDX and Summer '19: Developer HighlightsTrailheaDX and Summer '19: Developer Highlights
TrailheaDX and Summer '19: Developer Highlights
 
Lightning Design System and Components for Visualforce Developers
Lightning Design System and Components for Visualforce DevelopersLightning Design System and Components for Visualforce Developers
Lightning Design System and Components for Visualforce Developers
 
An Introduction to Lightning Web Components
An Introduction to Lightning Web ComponentsAn Introduction to Lightning Web Components
An Introduction to Lightning Web Components
 
Get Into Lightning Flow Development
Get Into Lightning Flow DevelopmentGet Into Lightning Flow Development
Get Into Lightning Flow Development
 
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
 
Spring 17 ISV Release Readiness (February 16, 2017)
Spring 17 ISV Release Readiness (February 16, 2017)Spring 17 ISV Release Readiness (February 16, 2017)
Spring 17 ISV Release Readiness (February 16, 2017)
 
Tdxgg18 summary presentation
Tdxgg18 summary presentationTdxgg18 summary presentation
Tdxgg18 summary presentation
 
Lightning Components Introduction
Lightning Components IntroductionLightning Components Introduction
Lightning Components Introduction
 
Building Lightning Components for ISVs (Dreamforce 2015)
Building Lightning Components for ISVs (Dreamforce 2015)Building Lightning Components for ISVs (Dreamforce 2015)
Building Lightning Components for ISVs (Dreamforce 2015)
 
Trailhead live - Overview of Salesforce App Cloud
Trailhead live - Overview of Salesforce App CloudTrailhead live - Overview of Salesforce App Cloud
Trailhead live - Overview of Salesforce App Cloud
 
[MBF2] Plate-forme Salesforce par Peter Chittum
[MBF2] Plate-forme Salesforce par Peter Chittum[MBF2] Plate-forme Salesforce par Peter Chittum
[MBF2] Plate-forme Salesforce par Peter Chittum
 
PhillyForce 2018 - Salesforce Platform Keynote
PhillyForce 2018  - Salesforce Platform KeynotePhillyForce 2018  - Salesforce Platform Keynote
PhillyForce 2018 - Salesforce Platform Keynote
 

Recently uploaded

SaaStr Workshop Wednesday w/ Lucas Price, Yardstick
SaaStr Workshop Wednesday w/ Lucas Price, YardstickSaaStr Workshop Wednesday w/ Lucas Price, Yardstick
SaaStr Workshop Wednesday w/ Lucas Price, Yardsticksaastr
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar TrainingKylaCullinane
 
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort ServiceDelhi Call girls
 
Mathematics of Finance Presentation.pptx
Mathematics of Finance Presentation.pptxMathematics of Finance Presentation.pptx
Mathematics of Finance Presentation.pptxMoumonDas2
 
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptxMohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptxmohammadalnahdi22
 
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night EnjoyCall Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night EnjoyPooja Nehwal
 
If this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaIf this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaKayode Fayemi
 
George Lever - eCommerce Day Chile 2024
George Lever -  eCommerce Day Chile 2024George Lever -  eCommerce Day Chile 2024
George Lever - eCommerce Day Chile 2024eCommerce Institute
 
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...Kayode Fayemi
 
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024eCommerce Institute
 
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesVVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesPooja Nehwal
 
Presentation on Engagement in Book Clubs
Presentation on Engagement in Book ClubsPresentation on Engagement in Book Clubs
Presentation on Engagement in Book Clubssamaasim06
 
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdfThe workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdfSenaatti-kiinteistöt
 
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...Hasting Chen
 
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort ServiceDelhi Call girls
 
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779Delhi Call girls
 
Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)Chameera Dedduwage
 
Air breathing and respiratory adaptations in diver animals
Air breathing and respiratory adaptations in diver animalsAir breathing and respiratory adaptations in diver animals
Air breathing and respiratory adaptations in diver animalsaqsarehman5055
 
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docxANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docxNikitaBankoti2
 
Microsoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AIMicrosoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AITatiana Gurgel
 

Recently uploaded (20)

SaaStr Workshop Wednesday w/ Lucas Price, Yardstick
SaaStr Workshop Wednesday w/ Lucas Price, YardstickSaaStr Workshop Wednesday w/ Lucas Price, Yardstick
SaaStr Workshop Wednesday w/ Lucas Price, Yardstick
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar Training
 
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort Service
 
Mathematics of Finance Presentation.pptx
Mathematics of Finance Presentation.pptxMathematics of Finance Presentation.pptx
Mathematics of Finance Presentation.pptx
 
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptxMohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptx
 
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night EnjoyCall Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
 
If this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaIf this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New Nigeria
 
George Lever - eCommerce Day Chile 2024
George Lever -  eCommerce Day Chile 2024George Lever -  eCommerce Day Chile 2024
George Lever - eCommerce Day Chile 2024
 
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
 
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
 
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesVVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
 
Presentation on Engagement in Book Clubs
Presentation on Engagement in Book ClubsPresentation on Engagement in Book Clubs
Presentation on Engagement in Book Clubs
 
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdfThe workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
 
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
 
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
 
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
 
Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)
 
Air breathing and respiratory adaptations in diver animals
Air breathing and respiratory adaptations in diver animalsAir breathing and respiratory adaptations in diver animals
Air breathing and respiratory adaptations in diver animals
 
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docxANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
 
Microsoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AIMicrosoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AI
 

Lightning Developer Week - Bangalore Salesforce Developer Group

  • 2. Naga Kiran Manyala Developer Advocate Engineer @sfdckiran Pratik Munot Developer Advocate Engineer @pratik_munot
  • 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 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, 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, 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-K for the most recent fiscal quarter ended July 31, 2011. This document and others 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 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.
  • 4. Agenda ▪ 15min- Welcome & Kick-off ▪ 30 mins – Salesforce1 Lightning Overview presentation & demo ▪ 75 mins - Hands-on Tutorials: (pick two): Lightning App Builder, Lightning Connect & Lightning Process Builder ▪ 30 mins – Network, Q&A, Socialization.
  • 5. http://developer.salesforce.com/lightni ng #golightningfast LIGHTNING WEEK March 9 – March 13 100+ Dev Groups Worldwide Get Hands-On Meet the Experts
  • 7. Organizations Struggle To Build Custom Mobile Apps Mobile apps are critical Mobile apps deployed App Gap Less than ½ have deployed apps Complexity of form factors Limited number of developers Multiple operating systems Multiple platforms
  • 8. Traditional app development is slow Custom development Connect to Data Sources Code Business Processes Build App user iteration user iteration Developers can not keep up with Business needs
  • 9. Salesforce1 Lightning Connect Process Builder A complete suite for everyone to build killer apps fast! App Builder Component Framework
  • 11. Lightning Connect ▪ Access to external data with point-and- click simplicity ▪ Incorporate external data into Salesforce in real-time, not copying data ▪ Not storing data alleviates data residency concerns ▪ Dramatically reduces time to unlock back- office systems ▪ Available in DE orgs; add-on license required in Production orgs Integrate external data faster
  • 12. Introducing Lightning Process Builder Connect Process Builder App Builder Component Framework
  • 13. Lightning Process Builder Automate business faster ▪ Create processes using visual layout ▪ Point-and-click development ▪ Manage multiple process paths in ONE place ▪ Create “headless flows” ▪ Collaborate with business owners ▪ Replace many basic Apex triggers ▪ DE, EE and up
  • 15. Component Frameworks Are The Future All leading platform companies are investing in component frameworks Google Polymer Facebook React Salesforce Lightning Twitter Flight Mozilla Brick
  • 16. Standard Components Built by Salesforce Custom charts Data entry tools Custom data layout Dynamic maps Left nav Publisher bar Feed items Tas ks Slide rs Multi-view charts Pass/F ail Custom Components Built by customer developers AppExchange Components Built by Partners Lightning Component Framework
  • 17. Introducing Lightning App Builder Connect Process Builder App Builder Component Framework
  • 18. Lightning App Builder Drag & Drop Build with standard, custom & partner Lightning Components Any Device Design apps for every screen from one canvas Now anyone can build apps faster
  • 21. Create a new Spring ’15 DE Org http://bit.ly/lightning-org Use this link to create a new Spring ‘15 Developer Edition (DE) org for the tutorials (you only need one)
  • 23. What External Data Sources are Supported? Any Data Sources that can publish data in Open Data (OData) 2.0 protocol ▪ Commercial Packages – SAP Netweaver Gateway – Microsoft SQL Server, Dynamics CRM/NAV, Azure Table Services – IBM Websphere exTreme Scale – Heroku Connect External Objects ▪ DIY Data Producer – .Net WCF Data Services, Java (Apache Olingo, odata4j), NodeJS ▪ Many more via partners – Dell Boomi, Informatica, Jitterbit, MuleSoft, Progressive, SoftwareAG
  • 24. External Objects Work Like Custom Objects ✓ Tabs ✓ List Views ✓ Detail Pages ✓ Chatter Feeds ✓ Visualforce pages with standard or custom controllers ✓ Apex SObject types ✓ REST/SOAP API access ✓ SOQL and SOSL queries from Apex or API ✓ Available on Salesforce1 Mobile Platform
  • 25. Lightning Connect Roadmap ▪ Read-only access is GA in Spring ‘15 ▪ Pilot in Spring ’15 – Read/write capability – Real-time cross-org access – Apex Connector library to develop custom connectors ▪ FUTURE* – OData 4.0 – Support for triggers – Custom Reports for External Objects
  • 26. Other External Object Limitations ✗ Formula and Roll-up Summary Fields ✗ Triggers, Workflow, Approvals, Process ✗ Validation Rules ✗ Field History Tracking ✗ Notes, Attachments
  • 28. Tutorial: Lightning Connect Start at Module 2, Step 6 bit.ly/lightning-connect-tutorial
  • 29.
  • 31. Process Builder Next Generation Workflow Multiple “Rules” in 1 process More Flexibility Graphical Interface Workflow Rules New Actions
  • 32. With Process Builder You Can…. ✓ Create a record (related OR unrelated to the criteria object) ✓ Update fields on ANY related record ✓ Launch a trigger-ready Flow ✓ Send an email ✓ Post to Chatter ✓ Submit for approval (or trigger existing approval process) ✓ Execute Apex Code
  • 33. Process Builder Limitations ✗ Create Tasks ✗ Send Outbound Messages ✗ Design Screen Flows Use Workflow Rules Use Visual Workflow
  • 34. Why does it say “Flow” sometimes? ▪ Behind the scenes, a Process Builder process is a Flow – Same engine as Visual Workflow ▪ Surfaces in – End user error messages – Packaging – Maybe others…
  • 36. Tutorial: Process Builder Start at Module 3 http://bit.ly/process_lightning_tutorial
  • 37.
  • 39. What can I build with Lightning Components? ▪ Lightning Component Tabs for Salesforce1 Mobile App (BETA) – Single or multiple “page” apps available in “Stage Left” – implements=“force:appHostable” – This is what you’re building in the tutorial! ▪ Custom Components for Lightning App Builder (PILOT) – Components designed for ease-of-use via tools, available in the palette – implements=“flexipage:availableForAllPageTypes” – You’ll see this in the next section!
  • 40. What else? ▪ Lighting Applications – Full-page Lighting Component-based applications – URL-addressable ▪ Lightning Extensions (Limited Pilot) – Override the default components with custom components
  • 41. Lightning Components Handle User Interactions Configure Attributes Listen for Events Fire Events • Data updated • Screen tapped • Another component changed • Network offline • Set color • Set object • Get user • Record saved • List scrolled • Save offline • Color changed
  • 42. Lightning Components Improve Developer Productivity APP or COMPONENT BUNDLE Definition : html Controller : js Helper : js EventHandler : js Style : css Component(s) Cmp 1 Cmp3 Cmp2 App 1 App 1 App2 Cmp2 Cmp2 Package 1 Package 2▪ Components are bundles of resources ▪ Bundles enable reusability, share ability, and extensibility ▪ Components can be used to compose apps
  • 43. Visualforce and Lightning Components Full FAQ at: https://developer.salesforce.com/page/Lightning_FAQ ▪ What’s the difference? – Visualforce components are page-centric and most of the work is done on the server. Lightning is designed from the component up, rather than having the concept of a page as its fundamental unit. Lightning Components are client-side centric, which makes them more dynamic and mobile friendly. ▪ Where can I use what? – Currently you can only use Lightning Components in the Salesforce1 Mobile App or a standalone app, not in the Salesforce desktop UI. – Currently you can use Visualforce inside a Lightning App, but not a Lightning Component inside Visualforce.
  • 45. What can I build? ▪ Single Page Applications – Drill down to existing standard pages – Expose Global Actions for more interactivity ▪ Dashboard-style Applications – Sales Leaderboard ▪ “Point” Applications to solve a particular task – Upload expense receipt
  • 47. What’s in an App? Lightning PageLightning Components Global Actions
  • 49. Tutorial: Lightning App Builder Start at Module 3 http://bit.ly/app_builder_lightning
  • 50.
  • 53.
  • 54. http://developer.salesforce.com/calendar • Lightning App Builder • Lightning Component Framework • Lightning Process Builder • Lightning Connect Lightning Deep Dive Webinars
  • 55. Go to success.salesforce.com, Help & Training • Search for the Creating Lightning Components course
  • 56. Want to build components? Check out the docs! https://login.salesforce.com/auradocs ▪ Login with an org that has Lightning enabled ▪ Component, app, interface, and event reference guide ▪ Reference JavaScript API ▪ Samplecode
  • 57. Questions? Success Community Chatter Groups ▪ Official: Lightning Connect ▪ Official: Salesforce Workflow Automation ▪ For questions about Lightning Process Builder ▪ Official: Lightning App Builder
  • 60. Process Builder Considerations ▪ Process Builder is a client to Visual Workflow. It will respect both Apex Governor Limits and Process Limits. – Details on Limits: https://help.salesforce.com/HTViewHelpDoc?id=process_limits.htm&l anguage=en_US ▪ Processes can evaluate records up to five times in a single transaction if another process, workflow rule, or flow updates the record in the same transaction. ▪ If you create processes to replace any workflow rules, make sure you delete those workflow rules when you activate the
  • 61. Process Builder Considerations, con’t. ▪ Processes can evaluate a record anytime a record is saved or created. However, processes that are created after records are saved don’t evaluate those records retroactive ▪ Picklist fields are evaluated as text fields in the Process Builder. ▪ Full Details on Process Builder Considerations: https://help.salesforce.com/HTViewHelpDoc?id=process_con siderations.htm&language=en_US
  • 62. Process Builder: What’s New in Spring 15? ▪ Create versions of a process ▪ Trigger a process multiple times in a single transaction ▪ Determine whether specific fields changed ▪ Customize condition logic in process builder ▪ Call Apex method from a process ▪ Updated and more efficient UI
  • 63. Lightning Connect: What’s happening behind the scenes? ▪ Service Document - lists the available entity collections (in relational database terms, tables, in Force.com these would be objects) : http://orderdb.herokuapp.com/orders.svc/ ▪ Metadata - detailed schema for the data source: https://orderdb.herokuapp.com/orders.svc/$metadata ▪ Payment data: https://orderdb.herokuapp.com/orders.svc/Payments