SlideShare a Scribd company logo
1 of 9
©	
  2015,	
  Right	
  IT	
  Services.	
  rights	
  reserved	
  All	
  	
  
Salesforce	
  Lightning	
  
Tuesday,	
  06th	
  October	
  2015	
  
External	
  Connec4on	
  
2	
  
Overview	
  
Salesforce	
  Lightning	
  -­‐	
  External	
  Connec4on	
  	
  
Generally	
  available	
  since	
  Winter	
  ’15,	
  Salesforce1	
  Lightning	
  Connect	
  gives	
  your	
  Salesforce	
  environment	
  access	
  to	
  data	
  from	
  a	
  wide	
  
variety	
  of	
  external	
  sources	
  
Start	
  integra4ng	
  data	
  like	
  never	
  before,	
  today!	
  Connect	
  and	
  access	
  data	
  from	
  external	
  sources	
  with	
  point	
  and	
  click	
  simplicity	
  
Incorporate	
  data	
  from	
  legacy	
  systems	
  (SAP,	
  Oracle,	
  MicrosoN,	
  you	
  name	
  it)	
  in	
  real	
  4me	
  in	
  Salesforce	
  applica4on	
  objects	
  
DramaQcally	
  reduce	
  integraQon	
  Qme	
  to	
  unlock	
  and	
  modernize	
  back-­‐office	
  systems	
  
Data	
  integra4on	
  tool	
  that	
  connects	
  any	
  database	
  in	
  minutes	
  and	
  gives	
  that	
  data	
  naQve	
  plaUorm	
  ability	
  inside	
  Salesforce	
  
3	
  
How	
  Does	
  it	
  Work?	
  
Salesforce	
  Lightning	
  -­‐	
  External	
  Connec4on	
  	
  
Configure	
  your	
  external	
  data	
  source	
  with	
  an	
  OData	
  end	
  point.	
  Your	
  applicaQon	
  may	
  include	
  naQve	
  support	
  for	
  OData.	
  For	
  other	
  applicaQons,	
  
major	
  integraQon	
  vendors	
  such	
  as	
  Dell	
  Boomi,	
  InformaQca,	
  Jierbit,	
  MuleSoN,	
  and	
  Progress	
  SoNware	
  have	
  partnered	
  with	
  Salesforce	
  on	
  
Lightning	
  Connect	
  to	
  build	
  adaptors	
  
Point	
  Lightning	
  Connect	
  at	
  the	
  OData	
  end	
  point,	
  either	
  directly,	
  or	
  through	
  any	
  middleware	
  
solu4on	
  
Sync	
  your	
  external	
  database	
  tables	
  with	
  external	
  objects	
  
in	
  Salesforce.	
  Use	
  these	
  external	
  objects	
  throughout	
  any	
  
of	
  your	
  Salesforce	
  applicaQons	
  on	
  any	
  device.	
  When	
  a	
  
user	
  accesses	
  pages	
  with	
  data	
  from	
  these	
  external	
  
objects,	
  Lightning	
  Connect	
  makes	
  real-­‐4me	
  callouts	
  to	
  
your	
  back-­‐end	
  applicaQons	
  without	
  storing	
  the	
  data	
  in	
  
Salesforce	
  	
  
4	
  
Cracking	
  the	
  code	
  
Salesforce	
  Lightning	
  -­‐	
  External	
  Connec4on	
  	
  
Tradi4onal	
  data	
  integra4ons	
  get	
  bogged	
  down	
  in	
  mapping	
  protocols	
  for	
  connec4ng	
  databases	
  
Lightning	
  Connect	
  eliminates	
  this	
  4me-­‐consuming	
  process	
  by	
  leveraging	
  the	
  OData	
  protocol	
  to	
  connect	
  with	
  external	
  data	
  without	
  
copying	
  or	
  storing	
  that	
  data	
  inside	
  Salesforce	
  
Salesforce’s	
  external	
  objects	
  essen4ally	
  acts	
  as	
  a	
  wrapper	
  around	
  the	
  OData	
  protocol,	
  trea4ng	
  the	
  data	
  as	
  first	
  class	
  ci4zens	
  so	
  
that	
  it	
  can	
  be	
  4ghtly	
  integrated	
  into	
  the	
  Salesforce1	
  PlaNorm	
  
Every	
  external	
  object	
  maps	
  to	
  a	
  data	
  table	
  in	
  a	
  defined	
  external	
  data	
  source,	
  and	
  also	
  field	
  maps	
  to	
  a	
  table	
  column,	
  which	
  means	
  
they	
  can	
  be:	
  	
  
Included	
  in	
  global	
  Salesforce	
  searches	
  	
  
Queried	
  via	
  SOQL	
  or	
  SOSL	
  	
  
Used	
  in	
  list	
  views,	
  detailed	
  list	
  views,	
  and	
  API	
  calls	
  	
  
Included	
  in	
  related	
  lists	
  	
  
Mapped	
  to	
  other	
  Salesforce	
  standard	
  and	
  custom	
  objects	
  via	
  indirect	
  lookup	
  	
  
And	
  because	
  data	
  is	
  retrieved	
  via	
  a	
  Web	
  callout,	
  any	
  Salesforce	
  user	
  can	
  access	
  trusted,	
  up-­‐to-­‐the-­‐minute	
  data	
  on	
  any	
  device,	
  
from	
  anywhere	
  
5	
  
External	
  Object	
  ac4ng	
  as	
  Internal	
  Object	
  
Salesforce	
  Lightning	
  -­‐	
  External	
  Connec4on	
  	
  
External	
  Object	
  data	
  are	
  accessible	
  in	
  the	
  same	
  way	
  as	
  Standard	
  and	
  Custom	
  
Objects:	
  in	
  list	
  views,	
  detail	
  pages,	
  record	
  feeds,	
  Apex	
  and	
  Visualforce	
  
You	
  can	
  create	
  rela4onships	
  between	
  External	
  Objects	
  and	
  Standard	
  or	
  
Custom	
  Objects	
  to	
  seamlessly	
  integrate	
  legacy	
  data,	
  and	
  even	
  enable	
  Chaer	
  
feeds	
  on	
  External	
  Object	
  pages	
  for	
  collaboraQon	
  
6	
  
Open	
  Data	
  Protocol	
  
Salesforce	
  Lightning	
  -­‐	
  External	
  Connec4on	
  
Lightning	
  Connect	
  uses	
  the	
  Open	
  Data	
  Protocol	
  (OData)	
  standard,	
  a	
  modern,	
  REST-­‐based	
  integraQon	
  protocol	
  
External	
  Objects	
  essen4ally	
  provide	
  a	
  wrapper	
  around	
  the	
  oData	
  protocol	
  which	
  does	
  iniQate	
  web	
  service	
  calls	
  to	
  retrieve	
  the	
  data	
  as	
  
it’s	
  presented	
  on	
  the	
  screen	
  or	
  queried	
  	
  
This	
  allows	
  the	
  data	
  to	
  be	
  4ghtly	
  integrated	
  into	
  the	
  plaNorm	
  and	
  used	
  in	
  standard	
  layouts,	
  and	
  even	
  SOQL,	
  SOSL	
  and	
  APIs	
  
Remember,	
  this	
  data	
  is	
  never	
  stored	
  in	
  Salesforce	
  but	
  pulled	
  in	
  on	
  demand	
  through	
  web	
  services,	
  this	
  means	
  you	
  avoid	
  the	
  
unnecessary	
  (and	
  expensive)	
  limits	
  and	
  costs	
  of	
  data	
  storage	
  
Salesforce	
  queries	
  the	
  external	
  data	
  source	
  via	
  web	
  service	
  when:	
  
A	
  user	
  clicks	
  an	
  external	
  object	
  tab	
  for	
  a	
  list	
  view	
  
A	
  user	
  views	
  a	
  record	
  detail	
  page	
  of	
  a	
  parent	
  object	
  that	
  displays	
  a	
  related	
  list	
  of	
  child	
  external	
  object	
  records	
  
A	
  user	
  performs	
  a	
  global	
  search	
  in	
  Salesforce	
  or	
  Salesforce1	
  mobile	
  app	
  
An	
  external	
  object	
  is	
  queried	
  via	
  the	
  APIs,	
  Apex,	
  SOQL,	
  or	
  SOSL	
  
7	
  
Lesson	
  Learned	
  
Salesforce	
  Lightning	
  -­‐	
  External	
  Connec4on	
  
Pros:	
  
Incorporate	
  data	
  from	
  legacy	
  systems	
  in	
  real	
  Qme	
  in	
  Salesforce	
  applicaQon	
  objects	
  
Data	
  integraQon	
  tool	
  that	
  connects	
  any	
  database	
  in	
  minutes	
  
Lightning	
  Connect	
  eliminates	
  Qme-­‐consuming	
  process	
  
Data	
  is	
  never	
  stored	
  in	
  Salesforce	
  but	
  pulled	
  in	
  on	
  demand	
  through	
  web	
  services	
  
External	
  Object	
  is	
  automaQcally	
  created	
  (Custom	
  Fields,	
  Page	
  Layouts,	
  Search	
  Layouts	
  and	
  Buons)	
  when	
  the	
  External	
  Data	
  Source	
  is	
  synchronized	
  
External	
  Object	
  data	
  are	
  accessible	
  in	
  the	
  same	
  way	
  as	
  Standard	
  and	
  Custom	
  Objects	
  
You	
  can	
  create	
  relaQonships	
  between	
  External	
  Objects	
  and	
  Standard	
  or	
  Custom	
  Objects	
  
You	
  can	
  create	
  several	
  Page	
  Layouts	
  and	
  assign	
  them	
  to	
  different	
  Profiles	
  
You	
  can	
  enable	
  Feed	
  Tracking	
  (to	
  have	
  the	
  ability	
  of	
  Chaer	
  in	
  the	
  records),	
  although	
  Fields	
  on	
  external	
  objects	
  can	
  not	
  be	
  tracked.	
  
Cons:	
  
You	
  can’t	
  create	
  Formula	
  Fields,	
  Triggers,	
  Record	
  Types,	
  Sharing	
  rules	
  and	
  Workflow	
  Rules	
  in	
  External	
  Objects	
  
You	
  can	
  create	
  new	
  Custom	
  Fields,	
  but	
  they	
  won’t	
  do	
  anything	
  in	
  the	
  integrated	
  database	
  
8	
  
Links	
  
Salesforce	
  Lightning	
  -­‐	
  External	
  Connec4on	
  
Salesforce	
  Add	
  External	
  Data	
  Source	
  -­‐	
  hWps://help.salesforce.com/HTViewHelpDoc?id=plaNorm_connect_add_external_data_source.htm	
  
Salesforce	
  Sync	
  Considera4ons	
  -­‐	
  hWps://help.salesforce.com/HTViewHelpDoc?id=plaNorm_connect_considera4ons_sync.htm	
  
How	
  does	
  Lightning	
  Connect	
  Work?	
  -­‐	
  hWps://developer.salesforce.com/events/webinars/Lightning-­‐Connect	
  
Guide	
  -­‐	
  hWps://secure.sfdcsta4c.com/assets/pdf/misc/plaNorm-­‐lightning-­‐connect-­‐guide.pdf	
  	
  
Lightning	
  -­‐	
  hWp://www.salesforce.com/plaNorm/services/how-­‐you-­‐integrate/	
  	
  
Watch	
  Demo	
  -­‐	
  hWp://www.salesforce.com/plaNorm/services/lightning/	
  	
  
Odata	
  -­‐	
  hWp://www.odata.org/odata-­‐services/	
  
WHEN	
  YOU	
  HAVE	
  TO	
  DO	
  IT,	
  DO	
  IT	
  RIGHT	
  
©	
  2015,	
  Right	
  IT	
  Services.	
  All	
  rights	
  reserved	
   Rua	
  Odee	
  Saint	
  Maurice	
  |	
  Lote	
  3L	
  |	
  Escritório	
  A	
  	
  |	
  1700-­‐921	
  Lisboa	
  |	
  Portugal	
  	
  |+351	
  218	
  232	
  261	
  |	
  +351	
  215	
  975	
  418	
  
Miguel	
  Duarte	
  –	
  Technical	
  Architect	
  |	
  Hugo	
  Costa	
  –	
  Technical	
  Architect	
  
Salesforce	
  Lightning	
  
Tuesday,	
  06th	
  October	
  2015	
  
External	
  Connec4on	
  

More Related Content

What's hot

Building enterprise apps using force com
Building enterprise apps using force comBuilding enterprise apps using force com
Building enterprise apps using force comNitesh Mishra ☁
 
Getting Started with Salesforce Admin and Developer Foundation
Getting Started with Salesforce Admin and Developer FoundationGetting Started with Salesforce Admin and Developer Foundation
Getting Started with Salesforce Admin and Developer FoundationEdureka!
 
Custom Connectors for Microsoft Flow - Your Service Is My Command
Custom Connectors for Microsoft Flow - Your Service Is My CommandCustom Connectors for Microsoft Flow - Your Service Is My Command
Custom Connectors for Microsoft Flow - Your Service Is My CommandDipti Chhatrapati
 
Power apps portal out for public review
Power apps portal  out for public reviewPower apps portal  out for public review
Power apps portal out for public reviewConcetto Labs
 
Sharepoint 2010 Object model topology
Sharepoint 2010 Object model topologySharepoint 2010 Object model topology
Sharepoint 2010 Object model topologyparallelminder
 
SPSMad2016 Rubén Toribio - Template
SPSMad2016 Rubén Toribio - TemplateSPSMad2016 Rubén Toribio - Template
SPSMad2016 Rubén Toribio - TemplateRub Toribio Gallardo
 
Getting started with Microsoft Flow
Getting started with Microsoft FlowGetting started with Microsoft Flow
Getting started with Microsoft FlowJayanthi P
 
Microsoft SharePoint 2013 : The Ultimate Enterprise Collaboration Platform
Microsoft SharePoint 2013 : The Ultimate Enterprise Collaboration PlatformMicrosoft SharePoint 2013 : The Ultimate Enterprise Collaboration Platform
Microsoft SharePoint 2013 : The Ultimate Enterprise Collaboration PlatformEdureka!
 
Lightning connect sap_integration_df2015
Lightning connect sap_integration_df2015Lightning connect sap_integration_df2015
Lightning connect sap_integration_df2015Dreamforce
 
Microsoft Azure News - June 2016
Microsoft Azure News - June 2016Microsoft Azure News - June 2016
Microsoft Azure News - June 2016Daniel Toomey
 
Power Platform Tools of Office 365 What to Use When
Power Platform Tools of Office 365 What to Use WhenPower Platform Tools of Office 365 What to Use When
Power Platform Tools of Office 365 What to Use WhenJoel Oleson
 
Microsoft power platform
Microsoft power platform Microsoft power platform
Microsoft power platform AYUSHISHARMA295
 
Blurring the Boundaries Between Salesforce Orgs
Blurring the Boundaries Between Salesforce OrgsBlurring the Boundaries Between Salesforce Orgs
Blurring the Boundaries Between Salesforce OrgsSalesforce Developers
 
TSPUG: Content Management in SharePoint 2010
TSPUG: Content Management in SharePoint 2010TSPUG: Content Management in SharePoint 2010
TSPUG: Content Management in SharePoint 2010Eli Robillard
 
The New Office 365: Changes in Policy and Practice
The New Office 365: Changes in Policy and PracticeThe New Office 365: Changes in Policy and Practice
The New Office 365: Changes in Policy and PracticeLoryan Strant
 
Dynamics AX and Salesforce Integration
Dynamics AX and Salesforce IntegrationDynamics AX and Salesforce Integration
Dynamics AX and Salesforce IntegrationGlenn Johnson
 

What's hot (20)

Building enterprise apps using force com
Building enterprise apps using force comBuilding enterprise apps using force com
Building enterprise apps using force com
 
Rits Brown Bag - vtiger
Rits Brown Bag - vtigerRits Brown Bag - vtiger
Rits Brown Bag - vtiger
 
Getting Started with Salesforce Admin and Developer Foundation
Getting Started with Salesforce Admin and Developer FoundationGetting Started with Salesforce Admin and Developer Foundation
Getting Started with Salesforce Admin and Developer Foundation
 
Custom Connectors for Microsoft Flow - Your Service Is My Command
Custom Connectors for Microsoft Flow - Your Service Is My CommandCustom Connectors for Microsoft Flow - Your Service Is My Command
Custom Connectors for Microsoft Flow - Your Service Is My Command
 
Power apps portal out for public review
Power apps portal  out for public reviewPower apps portal  out for public review
Power apps portal out for public review
 
Intro to power apps
Intro to power appsIntro to power apps
Intro to power apps
 
Sharepoint 2010 Object model topology
Sharepoint 2010 Object model topologySharepoint 2010 Object model topology
Sharepoint 2010 Object model topology
 
SPSMad2016 Rubén Toribio - Template
SPSMad2016 Rubén Toribio - TemplateSPSMad2016 Rubén Toribio - Template
SPSMad2016 Rubén Toribio - Template
 
Getting started with Microsoft Flow
Getting started with Microsoft FlowGetting started with Microsoft Flow
Getting started with Microsoft Flow
 
Microsoft SharePoint 2013 : The Ultimate Enterprise Collaboration Platform
Microsoft SharePoint 2013 : The Ultimate Enterprise Collaboration PlatformMicrosoft SharePoint 2013 : The Ultimate Enterprise Collaboration Platform
Microsoft SharePoint 2013 : The Ultimate Enterprise Collaboration Platform
 
Salesforce and sap integration
Salesforce and sap integrationSalesforce and sap integration
Salesforce and sap integration
 
Lightning connect sap_integration_df2015
Lightning connect sap_integration_df2015Lightning connect sap_integration_df2015
Lightning connect sap_integration_df2015
 
Microsoft Azure News - June 2016
Microsoft Azure News - June 2016Microsoft Azure News - June 2016
Microsoft Azure News - June 2016
 
Salesforce platform
Salesforce platformSalesforce platform
Salesforce platform
 
Power Platform Tools of Office 365 What to Use When
Power Platform Tools of Office 365 What to Use WhenPower Platform Tools of Office 365 What to Use When
Power Platform Tools of Office 365 What to Use When
 
Microsoft power platform
Microsoft power platform Microsoft power platform
Microsoft power platform
 
Blurring the Boundaries Between Salesforce Orgs
Blurring the Boundaries Between Salesforce OrgsBlurring the Boundaries Between Salesforce Orgs
Blurring the Boundaries Between Salesforce Orgs
 
TSPUG: Content Management in SharePoint 2010
TSPUG: Content Management in SharePoint 2010TSPUG: Content Management in SharePoint 2010
TSPUG: Content Management in SharePoint 2010
 
The New Office 365: Changes in Policy and Practice
The New Office 365: Changes in Policy and PracticeThe New Office 365: Changes in Policy and Practice
The New Office 365: Changes in Policy and Practice
 
Dynamics AX and Salesforce Integration
Dynamics AX and Salesforce IntegrationDynamics AX and Salesforce Integration
Dynamics AX and Salesforce Integration
 

Viewers also liked

Rits Brown Bag - Salesforce AppExchange
Rits Brown Bag - Salesforce AppExchangeRits Brown Bag - Salesforce AppExchange
Rits Brown Bag - Salesforce AppExchangeRight IT Services
 
Rits Brown Bag - Surveys and Polls Techniques
Rits Brown Bag - Surveys and Polls TechniquesRits Brown Bag - Surveys and Polls Techniques
Rits Brown Bag - Surveys and Polls TechniquesRight IT Services
 
Rits Brown Bag - Anatomy of a Mobile App
Rits Brown Bag - Anatomy of a Mobile AppRits Brown Bag - Anatomy of a Mobile App
Rits Brown Bag - Anatomy of a Mobile AppRight IT Services
 
Rits Brown Bag - Salesforce Lightning
Rits Brown Bag - Salesforce LightningRits Brown Bag - Salesforce Lightning
Rits Brown Bag - Salesforce LightningRight IT Services
 
Salesforce.com Continuous Integration
Salesforce.com Continuous IntegrationSalesforce.com Continuous Integration
Salesforce.com Continuous IntegrationRight IT Services
 
Introduction to External Objects and the OData Connector
Introduction to External Objects and the OData ConnectorIntroduction to External Objects and the OData Connector
Introduction to External Objects and the OData ConnectorSalesforce Developers
 
Rits Brown Bag - PHP & PHPMyAdmin
Rits Brown Bag - PHP & PHPMyAdminRits Brown Bag - PHP & PHPMyAdmin
Rits Brown Bag - PHP & PHPMyAdminRight IT Services
 
Rits Brown Bag - Google AdWords Basics
Rits Brown Bag - Google AdWords BasicsRits Brown Bag - Google AdWords Basics
Rits Brown Bag - Google AdWords BasicsRight IT Services
 
Rits Brown Bag - Salesforce Social Studio
Rits Brown Bag - Salesforce Social StudioRits Brown Bag - Salesforce Social Studio
Rits Brown Bag - Salesforce Social StudioRight IT Services
 
Rits Brown Bag - SharePoint 2016
Rits Brown Bag - SharePoint 2016Rits Brown Bag - SharePoint 2016
Rits Brown Bag - SharePoint 2016Right IT Services
 

Viewers also liked (11)

Rits Brown Bag - Salesforce AppExchange
Rits Brown Bag - Salesforce AppExchangeRits Brown Bag - Salesforce AppExchange
Rits Brown Bag - Salesforce AppExchange
 
Rits Brown Bag - Surveys and Polls Techniques
Rits Brown Bag - Surveys and Polls TechniquesRits Brown Bag - Surveys and Polls Techniques
Rits Brown Bag - Surveys and Polls Techniques
 
Rits Brown Bag - Anatomy of a Mobile App
Rits Brown Bag - Anatomy of a Mobile AppRits Brown Bag - Anatomy of a Mobile App
Rits Brown Bag - Anatomy of a Mobile App
 
Rits Brown Bag - Salesforce Lightning
Rits Brown Bag - Salesforce LightningRits Brown Bag - Salesforce Lightning
Rits Brown Bag - Salesforce Lightning
 
Salesforce.com Continuous Integration
Salesforce.com Continuous IntegrationSalesforce.com Continuous Integration
Salesforce.com Continuous Integration
 
Introduction to External Objects and the OData Connector
Introduction to External Objects and the OData ConnectorIntroduction to External Objects and the OData Connector
Introduction to External Objects and the OData Connector
 
Rits Brown Bag - TypeScript
Rits Brown Bag - TypeScriptRits Brown Bag - TypeScript
Rits Brown Bag - TypeScript
 
Rits Brown Bag - PHP & PHPMyAdmin
Rits Brown Bag - PHP & PHPMyAdminRits Brown Bag - PHP & PHPMyAdmin
Rits Brown Bag - PHP & PHPMyAdmin
 
Rits Brown Bag - Google AdWords Basics
Rits Brown Bag - Google AdWords BasicsRits Brown Bag - Google AdWords Basics
Rits Brown Bag - Google AdWords Basics
 
Rits Brown Bag - Salesforce Social Studio
Rits Brown Bag - Salesforce Social StudioRits Brown Bag - Salesforce Social Studio
Rits Brown Bag - Salesforce Social Studio
 
Rits Brown Bag - SharePoint 2016
Rits Brown Bag - SharePoint 2016Rits Brown Bag - SharePoint 2016
Rits Brown Bag - SharePoint 2016
 

Similar to Rits Brown Bag - Salesforce Lightning External Connection

Most Common Challenges in Salesforce Integration
Most Common Challenges in Salesforce Integration Most Common Challenges in Salesforce Integration
Most Common Challenges in Salesforce Integration Solunus, Inc.
 
Ben Gardner | Delivering a Linked Data warehouse and integrating across the w...
Ben Gardner | Delivering a Linked Data warehouse and integrating across the w...Ben Gardner | Delivering a Linked Data warehouse and integrating across the w...
Ben Gardner | Delivering a Linked Data warehouse and integrating across the w...semanticsconference
 
Delivering a Linked Data warehouse and realising the power of graphs
Delivering a Linked Data warehouse and realising the power of graphsDelivering a Linked Data warehouse and realising the power of graphs
Delivering a Linked Data warehouse and realising the power of graphsBen Gardner
 
Effortless Integration 3 Simple Ways to Connect Oracle and Salesforce.pdf
Effortless Integration 3 Simple Ways to Connect Oracle and Salesforce.pdfEffortless Integration 3 Simple Ways to Connect Oracle and Salesforce.pdf
Effortless Integration 3 Simple Ways to Connect Oracle and Salesforce.pdfAwsQuality
 
Punta Dreaming by Luciano Straga #pd17 - Punta del Este, Uruguay
Punta Dreaming by Luciano Straga #pd17 - Punta del Este, UruguayPunta Dreaming by Luciano Straga #pd17 - Punta del Este, Uruguay
Punta Dreaming by Luciano Straga #pd17 - Punta del Este, UruguayLuciano Straga
 
users-guide-oracle-analytics-desktop.pdf
users-guide-oracle-analytics-desktop.pdfusers-guide-oracle-analytics-desktop.pdf
users-guide-oracle-analytics-desktop.pdfAdityaDas899782
 
A Review on Salesforce Integration
A Review on Salesforce IntegrationA Review on Salesforce Integration
A Review on Salesforce Integrationijtsrd
 
Open Source CMS + Salesforce Integration Showdown: Plone vs Drupal vs Joomla!
Open Source CMS + Salesforce Integration Showdown: Plone vs Drupal vs Joomla!Open Source CMS + Salesforce Integration Showdown: Plone vs Drupal vs Joomla!
Open Source CMS + Salesforce Integration Showdown: Plone vs Drupal vs Joomla!ifPeople
 
Salesforce Integration Pattern Overview
Salesforce Integration Pattern OverviewSalesforce Integration Pattern Overview
Salesforce Integration Pattern OverviewDhanik Sahni
 
data-mesh-101.pptx
data-mesh-101.pptxdata-mesh-101.pptx
data-mesh-101.pptxTarekHamdi8
 
SemTech 2010: Pelorus Platform
SemTech 2010: Pelorus PlatformSemTech 2010: Pelorus Platform
SemTech 2010: Pelorus PlatformClark & Parsia LLC
 
Unlocking the Power of Salesforce Integrations with Confluent
Unlocking the Power of Salesforce Integrations with ConfluentUnlocking the Power of Salesforce Integrations with Confluent
Unlocking the Power of Salesforce Integrations with ConfluentAaronLieberman5
 
Integrating Salesforce.com and Oracle ERP Using IBM WebSphere Cast Iron
Integrating Salesforce.com and Oracle ERP Using IBM WebSphere Cast IronIntegrating Salesforce.com and Oracle ERP Using IBM WebSphere Cast Iron
Integrating Salesforce.com and Oracle ERP Using IBM WebSphere Cast IronProlifics
 
Integrating SFDC and Oracle ERP with IBM Websphere CastIron Appliance
Integrating SFDC and Oracle ERP with IBM Websphere CastIron ApplianceIntegrating SFDC and Oracle ERP with IBM Websphere CastIron Appliance
Integrating SFDC and Oracle ERP with IBM Websphere CastIron ApplianceSandeep Chellingi
 
The Integrations Behind Connecting With Salesforce
The Integrations Behind Connecting With SalesforceThe Integrations Behind Connecting With Salesforce
The Integrations Behind Connecting With SalesforceAaronLieberman5
 
Building Enterprise-Ready Knowledge Graph Applications in the Cloud
Building Enterprise-Ready Knowledge Graph Applications in the CloudBuilding Enterprise-Ready Knowledge Graph Applications in the Cloud
Building Enterprise-Ready Knowledge Graph Applications in the CloudPeter Haase
 

Similar to Rits Brown Bag - Salesforce Lightning External Connection (20)

Most Common Challenges in Salesforce Integration
Most Common Challenges in Salesforce Integration Most Common Challenges in Salesforce Integration
Most Common Challenges in Salesforce Integration
 
Ben Gardner | Delivering a Linked Data warehouse and integrating across the w...
Ben Gardner | Delivering a Linked Data warehouse and integrating across the w...Ben Gardner | Delivering a Linked Data warehouse and integrating across the w...
Ben Gardner | Delivering a Linked Data warehouse and integrating across the w...
 
Delivering a Linked Data warehouse and realising the power of graphs
Delivering a Linked Data warehouse and realising the power of graphsDelivering a Linked Data warehouse and realising the power of graphs
Delivering a Linked Data warehouse and realising the power of graphs
 
Effortless Integration 3 Simple Ways to Connect Oracle and Salesforce.pdf
Effortless Integration 3 Simple Ways to Connect Oracle and Salesforce.pdfEffortless Integration 3 Simple Ways to Connect Oracle and Salesforce.pdf
Effortless Integration 3 Simple Ways to Connect Oracle and Salesforce.pdf
 
Punta Dreaming by Luciano Straga #pd17 - Punta del Este, Uruguay
Punta Dreaming by Luciano Straga #pd17 - Punta del Este, UruguayPunta Dreaming by Luciano Straga #pd17 - Punta del Este, Uruguay
Punta Dreaming by Luciano Straga #pd17 - Punta del Este, Uruguay
 
Mule salesforce
Mule  salesforceMule  salesforce
Mule salesforce
 
users-guide-oracle-analytics-desktop.pdf
users-guide-oracle-analytics-desktop.pdfusers-guide-oracle-analytics-desktop.pdf
users-guide-oracle-analytics-desktop.pdf
 
A Review on Salesforce Integration
A Review on Salesforce IntegrationA Review on Salesforce Integration
A Review on Salesforce Integration
 
Salesforce connect
Salesforce connectSalesforce connect
Salesforce connect
 
Open Source CMS + Salesforce Integration Showdown: Plone vs Drupal vs Joomla!
Open Source CMS + Salesforce Integration Showdown: Plone vs Drupal vs Joomla!Open Source CMS + Salesforce Integration Showdown: Plone vs Drupal vs Joomla!
Open Source CMS + Salesforce Integration Showdown: Plone vs Drupal vs Joomla!
 
LDV.pptx
LDV.pptxLDV.pptx
LDV.pptx
 
Salesforce Integration Pattern Overview
Salesforce Integration Pattern OverviewSalesforce Integration Pattern Overview
Salesforce Integration Pattern Overview
 
data-mesh-101.pptx
data-mesh-101.pptxdata-mesh-101.pptx
data-mesh-101.pptx
 
SemTech 2010: Pelorus Platform
SemTech 2010: Pelorus PlatformSemTech 2010: Pelorus Platform
SemTech 2010: Pelorus Platform
 
Unlocking the Power of Salesforce Integrations with Confluent
Unlocking the Power of Salesforce Integrations with ConfluentUnlocking the Power of Salesforce Integrations with Confluent
Unlocking the Power of Salesforce Integrations with Confluent
 
Integrating Salesforce.com and Oracle ERP Using IBM WebSphere Cast Iron
Integrating Salesforce.com and Oracle ERP Using IBM WebSphere Cast IronIntegrating Salesforce.com and Oracle ERP Using IBM WebSphere Cast Iron
Integrating Salesforce.com and Oracle ERP Using IBM WebSphere Cast Iron
 
Integrating SFDC and Oracle ERP with IBM Websphere CastIron Appliance
Integrating SFDC and Oracle ERP with IBM Websphere CastIron ApplianceIntegrating SFDC and Oracle ERP with IBM Websphere CastIron Appliance
Integrating SFDC and Oracle ERP with IBM Websphere CastIron Appliance
 
LDV-v2.pptx
LDV-v2.pptxLDV-v2.pptx
LDV-v2.pptx
 
The Integrations Behind Connecting With Salesforce
The Integrations Behind Connecting With SalesforceThe Integrations Behind Connecting With Salesforce
The Integrations Behind Connecting With Salesforce
 
Building Enterprise-Ready Knowledge Graph Applications in the Cloud
Building Enterprise-Ready Knowledge Graph Applications in the CloudBuilding Enterprise-Ready Knowledge Graph Applications in the Cloud
Building Enterprise-Ready Knowledge Graph Applications in the Cloud
 

Recently uploaded

Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)Samir Dash
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKJago de Vreede
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 

Recently uploaded (20)

Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 

Rits Brown Bag - Salesforce Lightning External Connection

  • 1. ©  2015,  Right  IT  Services.  rights  reserved  All     Salesforce  Lightning   Tuesday,  06th  October  2015   External  Connec4on  
  • 2. 2   Overview   Salesforce  Lightning  -­‐  External  Connec4on     Generally  available  since  Winter  ’15,  Salesforce1  Lightning  Connect  gives  your  Salesforce  environment  access  to  data  from  a  wide   variety  of  external  sources   Start  integra4ng  data  like  never  before,  today!  Connect  and  access  data  from  external  sources  with  point  and  click  simplicity   Incorporate  data  from  legacy  systems  (SAP,  Oracle,  MicrosoN,  you  name  it)  in  real  4me  in  Salesforce  applica4on  objects   DramaQcally  reduce  integraQon  Qme  to  unlock  and  modernize  back-­‐office  systems   Data  integra4on  tool  that  connects  any  database  in  minutes  and  gives  that  data  naQve  plaUorm  ability  inside  Salesforce  
  • 3. 3   How  Does  it  Work?   Salesforce  Lightning  -­‐  External  Connec4on     Configure  your  external  data  source  with  an  OData  end  point.  Your  applicaQon  may  include  naQve  support  for  OData.  For  other  applicaQons,   major  integraQon  vendors  such  as  Dell  Boomi,  InformaQca,  Jierbit,  MuleSoN,  and  Progress  SoNware  have  partnered  with  Salesforce  on   Lightning  Connect  to  build  adaptors   Point  Lightning  Connect  at  the  OData  end  point,  either  directly,  or  through  any  middleware   solu4on   Sync  your  external  database  tables  with  external  objects   in  Salesforce.  Use  these  external  objects  throughout  any   of  your  Salesforce  applicaQons  on  any  device.  When  a   user  accesses  pages  with  data  from  these  external   objects,  Lightning  Connect  makes  real-­‐4me  callouts  to   your  back-­‐end  applicaQons  without  storing  the  data  in   Salesforce    
  • 4. 4   Cracking  the  code   Salesforce  Lightning  -­‐  External  Connec4on     Tradi4onal  data  integra4ons  get  bogged  down  in  mapping  protocols  for  connec4ng  databases   Lightning  Connect  eliminates  this  4me-­‐consuming  process  by  leveraging  the  OData  protocol  to  connect  with  external  data  without   copying  or  storing  that  data  inside  Salesforce   Salesforce’s  external  objects  essen4ally  acts  as  a  wrapper  around  the  OData  protocol,  trea4ng  the  data  as  first  class  ci4zens  so   that  it  can  be  4ghtly  integrated  into  the  Salesforce1  PlaNorm   Every  external  object  maps  to  a  data  table  in  a  defined  external  data  source,  and  also  field  maps  to  a  table  column,  which  means   they  can  be:     Included  in  global  Salesforce  searches     Queried  via  SOQL  or  SOSL     Used  in  list  views,  detailed  list  views,  and  API  calls     Included  in  related  lists     Mapped  to  other  Salesforce  standard  and  custom  objects  via  indirect  lookup     And  because  data  is  retrieved  via  a  Web  callout,  any  Salesforce  user  can  access  trusted,  up-­‐to-­‐the-­‐minute  data  on  any  device,   from  anywhere  
  • 5. 5   External  Object  ac4ng  as  Internal  Object   Salesforce  Lightning  -­‐  External  Connec4on     External  Object  data  are  accessible  in  the  same  way  as  Standard  and  Custom   Objects:  in  list  views,  detail  pages,  record  feeds,  Apex  and  Visualforce   You  can  create  rela4onships  between  External  Objects  and  Standard  or   Custom  Objects  to  seamlessly  integrate  legacy  data,  and  even  enable  Chaer   feeds  on  External  Object  pages  for  collaboraQon  
  • 6. 6   Open  Data  Protocol   Salesforce  Lightning  -­‐  External  Connec4on   Lightning  Connect  uses  the  Open  Data  Protocol  (OData)  standard,  a  modern,  REST-­‐based  integraQon  protocol   External  Objects  essen4ally  provide  a  wrapper  around  the  oData  protocol  which  does  iniQate  web  service  calls  to  retrieve  the  data  as   it’s  presented  on  the  screen  or  queried     This  allows  the  data  to  be  4ghtly  integrated  into  the  plaNorm  and  used  in  standard  layouts,  and  even  SOQL,  SOSL  and  APIs   Remember,  this  data  is  never  stored  in  Salesforce  but  pulled  in  on  demand  through  web  services,  this  means  you  avoid  the   unnecessary  (and  expensive)  limits  and  costs  of  data  storage   Salesforce  queries  the  external  data  source  via  web  service  when:   A  user  clicks  an  external  object  tab  for  a  list  view   A  user  views  a  record  detail  page  of  a  parent  object  that  displays  a  related  list  of  child  external  object  records   A  user  performs  a  global  search  in  Salesforce  or  Salesforce1  mobile  app   An  external  object  is  queried  via  the  APIs,  Apex,  SOQL,  or  SOSL  
  • 7. 7   Lesson  Learned   Salesforce  Lightning  -­‐  External  Connec4on   Pros:   Incorporate  data  from  legacy  systems  in  real  Qme  in  Salesforce  applicaQon  objects   Data  integraQon  tool  that  connects  any  database  in  minutes   Lightning  Connect  eliminates  Qme-­‐consuming  process   Data  is  never  stored  in  Salesforce  but  pulled  in  on  demand  through  web  services   External  Object  is  automaQcally  created  (Custom  Fields,  Page  Layouts,  Search  Layouts  and  Buons)  when  the  External  Data  Source  is  synchronized   External  Object  data  are  accessible  in  the  same  way  as  Standard  and  Custom  Objects   You  can  create  relaQonships  between  External  Objects  and  Standard  or  Custom  Objects   You  can  create  several  Page  Layouts  and  assign  them  to  different  Profiles   You  can  enable  Feed  Tracking  (to  have  the  ability  of  Chaer  in  the  records),  although  Fields  on  external  objects  can  not  be  tracked.   Cons:   You  can’t  create  Formula  Fields,  Triggers,  Record  Types,  Sharing  rules  and  Workflow  Rules  in  External  Objects   You  can  create  new  Custom  Fields,  but  they  won’t  do  anything  in  the  integrated  database  
  • 8. 8   Links   Salesforce  Lightning  -­‐  External  Connec4on   Salesforce  Add  External  Data  Source  -­‐  hWps://help.salesforce.com/HTViewHelpDoc?id=plaNorm_connect_add_external_data_source.htm   Salesforce  Sync  Considera4ons  -­‐  hWps://help.salesforce.com/HTViewHelpDoc?id=plaNorm_connect_considera4ons_sync.htm   How  does  Lightning  Connect  Work?  -­‐  hWps://developer.salesforce.com/events/webinars/Lightning-­‐Connect   Guide  -­‐  hWps://secure.sfdcsta4c.com/assets/pdf/misc/plaNorm-­‐lightning-­‐connect-­‐guide.pdf     Lightning  -­‐  hWp://www.salesforce.com/plaNorm/services/how-­‐you-­‐integrate/     Watch  Demo  -­‐  hWp://www.salesforce.com/plaNorm/services/lightning/     Odata  -­‐  hWp://www.odata.org/odata-­‐services/  
  • 9. WHEN  YOU  HAVE  TO  DO  IT,  DO  IT  RIGHT   ©  2015,  Right  IT  Services.  All  rights  reserved   Rua  Odee  Saint  Maurice  |  Lote  3L  |  Escritório  A    |  1700-­‐921  Lisboa  |  Portugal    |+351  218  232  261  |  +351  215  975  418   Miguel  Duarte  –  Technical  Architect  |  Hugo  Costa  –  Technical  Architect   Salesforce  Lightning   Tuesday,  06th  October  2015   External  Connec4on