SlideShare una empresa de Scribd logo
1 de 14
Chennai Salesforce Platform Developer User Group
Visualforce Remote Object 
Sep 27, 2014
Speaker 
Karanraj 
Salesforce Developer 
@karanrajs
Visualforce Remote Object 
1. Useful tool for quickly creating pages with basic data operations. 
2. DML operation from Java script. 
3. What are current possible method? 
1. API call 
2. Java script remoting[With Apex controller] 
4. More suitable for Salesforce1 application. 
5. No Apex controller and No Test class  
#SalesforceChennai
Remote object parts 
1. Access definition – Written in visual force 
2. Data access function – Written in java script. 
3. Supported actions in Data access function 
1. Retrieve 
2. Create 
3. Update 
4. Upsert 
5. Delete
Demo 
#SFDUGChennai
Initiate and Get Records 
1. Initiate the remote object 
2. Retrieve method 
#SalesforceChennai
Create, Update and Delete 
3. Create – sObjectModel.Create() 
4. Update – sObjectModel.update(); 
5. Delete – sObjectModel.del();
Tips 
• Field level security 
• Transaction Boundaries 
• Avoid complex business logic in java script 
#SFDUGChennai
Limits 
• All your Visualforce limits still apply. You can’t escape  
• You can retrieve a maximum of 100 rows in a single request. [Use OFFSET to 
query more]
Try it yourself! 
 Source Code - http://bit.ly/VFRemoteobj 
 Create a Visualforce page 
 Paste the code and run it 
#SFDUGChennai
Salesforce1 Resources 
 Visualforce Developer Guide – http://bit.ly/VFGuide 
 Blogs: 
 Visualforce Remote Object - http://bit.ly/Remoteblog 
#SFDUGChennai
Thank You

Más contenido relacionado

La actualidad más candente

Salesforce World Tour 2016 : Lightning Out : Components on any Platform
Salesforce World Tour 2016 : Lightning Out : Components on any PlatformSalesforce World Tour 2016 : Lightning Out : Components on any Platform
Salesforce World Tour 2016 : Lightning Out : Components on any Platformandyinthecloud
 
ASP.NET MVC 5 and SignalR 2
ASP.NET MVC 5 and SignalR 2ASP.NET MVC 5 and SignalR 2
ASP.NET MVC 5 and SignalR 2Jaliya Udagedara
 
Episode 11 building & exposing rest api in salesforce v1.0
Episode 11   building & exposing rest api in salesforce v1.0Episode 11   building & exposing rest api in salesforce v1.0
Episode 11 building & exposing rest api in salesforce v1.0Jitendra Zaa
 
API Test Automation Tips and Tricks
API Test Automation Tips and TricksAPI Test Automation Tips and Tricks
API Test Automation Tips and Trickstesthive
 
From PowerShell Function to Serverless code with Azure Functions
From PowerShell Function to Serverless code with Azure FunctionsFrom PowerShell Function to Serverless code with Azure Functions
From PowerShell Function to Serverless code with Azure FunctionsJaap Brasser
 
[Rakuten TechConf2014] [Osaka] Introducing Selenium 2 WebDriver
[Rakuten TechConf2014] [Osaka] Introducing Selenium 2 WebDriver[Rakuten TechConf2014] [Osaka] Introducing Selenium 2 WebDriver
[Rakuten TechConf2014] [Osaka] Introducing Selenium 2 WebDriverRakuten Group, Inc.
 
Episode 10 - External Services in Salesforce
Episode 10 - External Services in SalesforceEpisode 10 - External Services in Salesforce
Episode 10 - External Services in SalesforceJitendra Zaa
 
Internet of things the salesforce lego machine cloud
Internet of things   the salesforce lego machine cloudInternet of things   the salesforce lego machine cloud
Internet of things the salesforce lego machine cloudandyinthecloud
 
ALM@Work - Team collaboration with visual studio alm 2012
ALM@Work - Team collaboration with visual studio alm 2012ALM@Work - Team collaboration with visual studio alm 2012
ALM@Work - Team collaboration with visual studio alm 2012DomusDotNet
 
What is IBM Bluemix , Une nouvelle façon de coder , dans le cloud
What is IBM Bluemix , Une nouvelle façon de coder , dans le cloudWhat is IBM Bluemix , Une nouvelle façon de coder , dans le cloud
What is IBM Bluemix , Une nouvelle façon de coder , dans le cloudPatrick Bouillaud
 
Emerging Trends of Test automation - Talk in Software Testing Conference Nort...
Emerging Trends of Test automation - Talk in Software Testing Conference Nort...Emerging Trends of Test automation - Talk in Software Testing Conference Nort...
Emerging Trends of Test automation - Talk in Software Testing Conference Nort...Sriram Angajala
 
6 Weeks of RPA Series: Automate Excel and email with ease
6 Weeks of RPA Series: Automate Excel and email with ease6 Weeks of RPA Series: Automate Excel and email with ease
6 Weeks of RPA Series: Automate Excel and email with easeCristina Vidu
 
Apex code Benchmarking
Apex code BenchmarkingApex code Benchmarking
Apex code BenchmarkingAmit Chaudhary
 
ASP.NET Core 1.0 Overview: Pre-RC2
ASP.NET Core 1.0 Overview: Pre-RC2ASP.NET Core 1.0 Overview: Pre-RC2
ASP.NET Core 1.0 Overview: Pre-RC2Shahed Chowdhuri
 
What is an Automation Framework ?
What is an Automation Framework ?�What is an Automation Framework ?�
What is an Automation Framework ?Sriram Angajala
 
How to build a Whatsapp clone in 2 hours
How to build a Whatsapp clone in 2 hoursHow to build a Whatsapp clone in 2 hours
How to build a Whatsapp clone in 2 hoursJane Chung
 
How to use Salesforce Workbench like a Pro
How to use Salesforce Workbench like a ProHow to use Salesforce Workbench like a Pro
How to use Salesforce Workbench like a ProAtul Gupta(8X)
 

La actualidad más candente (18)

Salesforce World Tour 2016 : Lightning Out : Components on any Platform
Salesforce World Tour 2016 : Lightning Out : Components on any PlatformSalesforce World Tour 2016 : Lightning Out : Components on any Platform
Salesforce World Tour 2016 : Lightning Out : Components on any Platform
 
ASP.NET MVC 5 and SignalR 2
ASP.NET MVC 5 and SignalR 2ASP.NET MVC 5 and SignalR 2
ASP.NET MVC 5 and SignalR 2
 
ASP.NET Core
ASP.NET CoreASP.NET Core
ASP.NET Core
 
Episode 11 building & exposing rest api in salesforce v1.0
Episode 11   building & exposing rest api in salesforce v1.0Episode 11   building & exposing rest api in salesforce v1.0
Episode 11 building & exposing rest api in salesforce v1.0
 
API Test Automation Tips and Tricks
API Test Automation Tips and TricksAPI Test Automation Tips and Tricks
API Test Automation Tips and Tricks
 
From PowerShell Function to Serverless code with Azure Functions
From PowerShell Function to Serverless code with Azure FunctionsFrom PowerShell Function to Serverless code with Azure Functions
From PowerShell Function to Serverless code with Azure Functions
 
[Rakuten TechConf2014] [Osaka] Introducing Selenium 2 WebDriver
[Rakuten TechConf2014] [Osaka] Introducing Selenium 2 WebDriver[Rakuten TechConf2014] [Osaka] Introducing Selenium 2 WebDriver
[Rakuten TechConf2014] [Osaka] Introducing Selenium 2 WebDriver
 
Episode 10 - External Services in Salesforce
Episode 10 - External Services in SalesforceEpisode 10 - External Services in Salesforce
Episode 10 - External Services in Salesforce
 
Internet of things the salesforce lego machine cloud
Internet of things   the salesforce lego machine cloudInternet of things   the salesforce lego machine cloud
Internet of things the salesforce lego machine cloud
 
ALM@Work - Team collaboration with visual studio alm 2012
ALM@Work - Team collaboration with visual studio alm 2012ALM@Work - Team collaboration with visual studio alm 2012
ALM@Work - Team collaboration with visual studio alm 2012
 
What is IBM Bluemix , Une nouvelle façon de coder , dans le cloud
What is IBM Bluemix , Une nouvelle façon de coder , dans le cloudWhat is IBM Bluemix , Une nouvelle façon de coder , dans le cloud
What is IBM Bluemix , Une nouvelle façon de coder , dans le cloud
 
Emerging Trends of Test automation - Talk in Software Testing Conference Nort...
Emerging Trends of Test automation - Talk in Software Testing Conference Nort...Emerging Trends of Test automation - Talk in Software Testing Conference Nort...
Emerging Trends of Test automation - Talk in Software Testing Conference Nort...
 
6 Weeks of RPA Series: Automate Excel and email with ease
6 Weeks of RPA Series: Automate Excel and email with ease6 Weeks of RPA Series: Automate Excel and email with ease
6 Weeks of RPA Series: Automate Excel and email with ease
 
Apex code Benchmarking
Apex code BenchmarkingApex code Benchmarking
Apex code Benchmarking
 
ASP.NET Core 1.0 Overview: Pre-RC2
ASP.NET Core 1.0 Overview: Pre-RC2ASP.NET Core 1.0 Overview: Pre-RC2
ASP.NET Core 1.0 Overview: Pre-RC2
 
What is an Automation Framework ?
What is an Automation Framework ?�What is an Automation Framework ?�
What is an Automation Framework ?
 
How to build a Whatsapp clone in 2 hours
How to build a Whatsapp clone in 2 hoursHow to build a Whatsapp clone in 2 hours
How to build a Whatsapp clone in 2 hours
 
How to use Salesforce Workbench like a Pro
How to use Salesforce Workbench like a ProHow to use Salesforce Workbench like a Pro
How to use Salesforce Workbench like a Pro
 

Destacado

The roadtrip that led to my first rails commit and how you could make yours too
The roadtrip that led to my first rails commit and how you could make yours tooThe roadtrip that led to my first rails commit and how you could make yours too
The roadtrip that led to my first rails commit and how you could make yours tooMohnish Jadwani
 
ProQuest's Library Futures Forum 2014 - Gary Price
ProQuest's Library Futures Forum 2014 - Gary PriceProQuest's Library Futures Forum 2014 - Gary Price
ProQuest's Library Futures Forum 2014 - Gary PriceProQuest
 
Tutorial on how to use Tor Browser in Chinese
Tutorial on how to use Tor Browser in Chinese Tutorial on how to use Tor Browser in Chinese
Tutorial on how to use Tor Browser in Chinese 12pmtutorialschinese
 
How Extraordinary Leaders Double Profits
How Extraordinary Leaders Double ProfitsHow Extraordinary Leaders Double Profits
How Extraordinary Leaders Double Profitstconsolini
 
Podcasts - what, why, when and how
Podcasts - what, why, when and howPodcasts - what, why, when and how
Podcasts - what, why, when and howMohnish Jadwani
 
Chennai salesforce platform developer meetup october–
Chennai salesforce platform developer meetup october–Chennai salesforce platform developer meetup october–
Chennai salesforce platform developer meetup october–Karanraj Sankaranarayanan
 
Improving Listening Skills in Multi-Level Classes With Streaming Video - Powe...
Improving Listening Skills in Multi-Level Classes With Streaming Video - Powe...Improving Listening Skills in Multi-Level Classes With Streaming Video - Powe...
Improving Listening Skills in Multi-Level Classes With Streaming Video - Powe...seansgomez
 
Overview: Video Preservation and Discovery
Overview: Video Preservation and DiscoveryOverview: Video Preservation and Discovery
Overview: Video Preservation and DiscoveryProQuest
 
ProQuest's Library Futures Forum 2014 - Create Your Future the Peter Drucker ...
ProQuest's Library Futures Forum 2014 - Create Your Future the Peter Drucker ...ProQuest's Library Futures Forum 2014 - Create Your Future the Peter Drucker ...
ProQuest's Library Futures Forum 2014 - Create Your Future the Peter Drucker ...ProQuest
 
How Extraordinary Leaders Double Profits
How Extraordinary Leaders Double ProfitsHow Extraordinary Leaders Double Profits
How Extraordinary Leaders Double Profitstconsolini
 
Transforming Research by Teaching Core Information Literacy Principles, ProQu...
Transforming Research by Teaching Core Information Literacy Principles, ProQu...Transforming Research by Teaching Core Information Literacy Principles, ProQu...
Transforming Research by Teaching Core Information Literacy Principles, ProQu...ProQuest
 
Introduzione evento pro quest collabora con i bibliotecari italiani
Introduzione evento pro quest collabora con i bibliotecari italianiIntroduzione evento pro quest collabora con i bibliotecari italiani
Introduzione evento pro quest collabora con i bibliotecari italianiProQuest
 

Destacado (20)

Salesforce1 - Salesforce DUG Chennai
Salesforce1 - Salesforce DUG ChennaiSalesforce1 - Salesforce DUG Chennai
Salesforce1 - Salesforce DUG Chennai
 
The roadtrip that led to my first rails commit and how you could make yours too
The roadtrip that led to my first rails commit and how you could make yours tooThe roadtrip that led to my first rails commit and how you could make yours too
The roadtrip that led to my first rails commit and how you could make yours too
 
Tor Bridges Tutorial in Chinese
Tor Bridges Tutorial in Chinese Tor Bridges Tutorial in Chinese
Tor Bridges Tutorial in Chinese
 
Psiphon Tutorial in Chinese
Psiphon Tutorial in Chinese Psiphon Tutorial in Chinese
Psiphon Tutorial in Chinese
 
askJCPL
askJCPLaskJCPL
askJCPL
 
ProQuest's Library Futures Forum 2014 - Gary Price
ProQuest's Library Futures Forum 2014 - Gary PriceProQuest's Library Futures Forum 2014 - Gary Price
ProQuest's Library Futures Forum 2014 - Gary Price
 
Chinese freegate
Chinese freegateChinese freegate
Chinese freegate
 
Chennai salesforce platform user group
Chennai salesforce platform user groupChennai salesforce platform user group
Chennai salesforce platform user group
 
Salesforce Summer'13 - Chennai DUG
Salesforce Summer'13 - Chennai DUGSalesforce Summer'13 - Chennai DUG
Salesforce Summer'13 - Chennai DUG
 
Tutorial on how to use Tor Browser in Chinese
Tutorial on how to use Tor Browser in Chinese Tutorial on how to use Tor Browser in Chinese
Tutorial on how to use Tor Browser in Chinese
 
How Extraordinary Leaders Double Profits
How Extraordinary Leaders Double ProfitsHow Extraordinary Leaders Double Profits
How Extraordinary Leaders Double Profits
 
Podcasts - what, why, when and how
Podcasts - what, why, when and howPodcasts - what, why, when and how
Podcasts - what, why, when and how
 
Chennai salesforce platform developer meetup october–
Chennai salesforce platform developer meetup october–Chennai salesforce platform developer meetup october–
Chennai salesforce platform developer meetup october–
 
Salesforce winter’13 release
Salesforce winter’13 releaseSalesforce winter’13 release
Salesforce winter’13 release
 
Improving Listening Skills in Multi-Level Classes With Streaming Video - Powe...
Improving Listening Skills in Multi-Level Classes With Streaming Video - Powe...Improving Listening Skills in Multi-Level Classes With Streaming Video - Powe...
Improving Listening Skills in Multi-Level Classes With Streaming Video - Powe...
 
Overview: Video Preservation and Discovery
Overview: Video Preservation and DiscoveryOverview: Video Preservation and Discovery
Overview: Video Preservation and Discovery
 
ProQuest's Library Futures Forum 2014 - Create Your Future the Peter Drucker ...
ProQuest's Library Futures Forum 2014 - Create Your Future the Peter Drucker ...ProQuest's Library Futures Forum 2014 - Create Your Future the Peter Drucker ...
ProQuest's Library Futures Forum 2014 - Create Your Future the Peter Drucker ...
 
How Extraordinary Leaders Double Profits
How Extraordinary Leaders Double ProfitsHow Extraordinary Leaders Double Profits
How Extraordinary Leaders Double Profits
 
Transforming Research by Teaching Core Information Literacy Principles, ProQu...
Transforming Research by Teaching Core Information Literacy Principles, ProQu...Transforming Research by Teaching Core Information Literacy Principles, ProQu...
Transforming Research by Teaching Core Information Literacy Principles, ProQu...
 
Introduzione evento pro quest collabora con i bibliotecari italiani
Introduzione evento pro quest collabora con i bibliotecari italianiIntroduzione evento pro quest collabora con i bibliotecari italiani
Introduzione evento pro quest collabora con i bibliotecari italiani
 

Similar a Visualforce remoteobject

Debugging lightning components-SEDreamin17
Debugging lightning components-SEDreamin17Debugging lightning components-SEDreamin17
Debugging lightning components-SEDreamin17Mohith Shrivastava
 
SharePoint Framework, Angular and Azure Functions
SharePoint Framework, Angular and Azure FunctionsSharePoint Framework, Angular and Azure Functions
SharePoint Framework, Angular and Azure FunctionsSébastien Levert
 
DSL, Page Object and Selenium – a way to reliable functional tests
DSL, Page Object and Selenium – a way to reliable functional testsDSL, Page Object and Selenium – a way to reliable functional tests
DSL, Page Object and Selenium – a way to reliable functional testsMikalai Alimenkou
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
Training on Test Automation Uses Selenium | 21&28 March 2015 | Karachi, Pakistan
Training on Test Automation Uses Selenium | 21&28 March 2015 | Karachi, PakistanTraining on Test Automation Uses Selenium | 21&28 March 2015 | Karachi, Pakistan
Training on Test Automation Uses Selenium | 21&28 March 2015 | Karachi, PakistanNaz Ish
 
Selenium Interview Questions and Answers | Selenium Tutorial | Selenium Train...
Selenium Interview Questions and Answers | Selenium Tutorial | Selenium Train...Selenium Interview Questions and Answers | Selenium Tutorial | Selenium Train...
Selenium Interview Questions and Answers | Selenium Tutorial | Selenium Train...Edureka!
 
Onion Architecture with S#arp
Onion Architecture with S#arpOnion Architecture with S#arp
Onion Architecture with S#arpGary Pedretti
 
Thrivent Internship Final Presentation
Thrivent Internship Final PresentationThrivent Internship Final Presentation
Thrivent Internship Final PresentationVivek Rajasekar
 
Training Session on Test Automation using Selenium
Training Session on Test Automation using SeleniumTraining Session on Test Automation using Selenium
Training Session on Test Automation using SeleniumNaz Ish
 
From MEAN to the MERN Stack
From MEAN to the MERN StackFrom MEAN to the MERN Stack
From MEAN to the MERN StackTroy Miles
 
ActionScript Design Patterns
ActionScript Design Patterns ActionScript Design Patterns
ActionScript Design Patterns Yoss Cohen
 
Effective Persistence Using ORM With Hibernate
Effective Persistence Using ORM With HibernateEffective Persistence Using ORM With Hibernate
Effective Persistence Using ORM With HibernateEdureka!
 
Salesforce Apex Hours :- Introduction to lightning components
Salesforce Apex Hours :- Introduction to lightning componentsSalesforce Apex Hours :- Introduction to lightning components
Salesforce Apex Hours :- Introduction to lightning componentsAmit Chaudhary
 
Introduction to lightning components
Introduction to lightning componentsIntroduction to lightning components
Introduction to lightning componentsMohith Shrivastava
 
Introduction to lightning components
Introduction to lightning componentsIntroduction to lightning components
Introduction to lightning componentsMadan Khichi
 
Beyond Fluffy Bunny. How I leveraged WebObjects in my lean startup.
Beyond Fluffy Bunny. How I leveraged WebObjects in my lean startup.Beyond Fluffy Bunny. How I leveraged WebObjects in my lean startup.
Beyond Fluffy Bunny. How I leveraged WebObjects in my lean startup.WO Community
 

Similar a Visualforce remoteobject (20)

Spring boot
Spring bootSpring boot
Spring boot
 
Debugging lightning components-SEDreamin17
Debugging lightning components-SEDreamin17Debugging lightning components-SEDreamin17
Debugging lightning components-SEDreamin17
 
Sap ep
Sap epSap ep
Sap ep
 
SharePoint Framework, Angular and Azure Functions
SharePoint Framework, Angular and Azure FunctionsSharePoint Framework, Angular and Azure Functions
SharePoint Framework, Angular and Azure Functions
 
DSL, Page Object and Selenium – a way to reliable functional tests
DSL, Page Object and Selenium – a way to reliable functional testsDSL, Page Object and Selenium – a way to reliable functional tests
DSL, Page Object and Selenium – a way to reliable functional tests
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
Training on Test Automation Uses Selenium | 21&28 March 2015 | Karachi, Pakistan
Training on Test Automation Uses Selenium | 21&28 March 2015 | Karachi, PakistanTraining on Test Automation Uses Selenium | 21&28 March 2015 | Karachi, Pakistan
Training on Test Automation Uses Selenium | 21&28 March 2015 | Karachi, Pakistan
 
Selenium Interview Questions and Answers | Selenium Tutorial | Selenium Train...
Selenium Interview Questions and Answers | Selenium Tutorial | Selenium Train...Selenium Interview Questions and Answers | Selenium Tutorial | Selenium Train...
Selenium Interview Questions and Answers | Selenium Tutorial | Selenium Train...
 
Onion Architecture with S#arp
Onion Architecture with S#arpOnion Architecture with S#arp
Onion Architecture with S#arp
 
Thrivent Internship Final Presentation
Thrivent Internship Final PresentationThrivent Internship Final Presentation
Thrivent Internship Final Presentation
 
Training Session on Test Automation using Selenium
Training Session on Test Automation using SeleniumTraining Session on Test Automation using Selenium
Training Session on Test Automation using Selenium
 
From MEAN to the MERN Stack
From MEAN to the MERN StackFrom MEAN to the MERN Stack
From MEAN to the MERN Stack
 
ActionScript Design Patterns
ActionScript Design Patterns ActionScript Design Patterns
ActionScript Design Patterns
 
Effective Persistence Using ORM With Hibernate
Effective Persistence Using ORM With HibernateEffective Persistence Using ORM With Hibernate
Effective Persistence Using ORM With Hibernate
 
Salesforce Apex Hours :- Introduction to lightning components
Salesforce Apex Hours :- Introduction to lightning componentsSalesforce Apex Hours :- Introduction to lightning components
Salesforce Apex Hours :- Introduction to lightning components
 
Introduction to lightning components
Introduction to lightning componentsIntroduction to lightning components
Introduction to lightning components
 
Introduction to lightning components
Introduction to lightning componentsIntroduction to lightning components
Introduction to lightning components
 
Asif resume
Asif resumeAsif resume
Asif resume
 
Beyond Fluffy Bunny. How I leveraged WebObjects in my lean startup.
Beyond Fluffy Bunny. How I leveraged WebObjects in my lean startup.Beyond Fluffy Bunny. How I leveraged WebObjects in my lean startup.
Beyond Fluffy Bunny. How I leveraged WebObjects in my lean startup.
 
Presentation
PresentationPresentation
Presentation
 

Visualforce remoteobject

  • 1. Chennai Salesforce Platform Developer User Group
  • 2.
  • 4. Speaker Karanraj Salesforce Developer @karanrajs
  • 5. Visualforce Remote Object 1. Useful tool for quickly creating pages with basic data operations. 2. DML operation from Java script. 3. What are current possible method? 1. API call 2. Java script remoting[With Apex controller] 4. More suitable for Salesforce1 application. 5. No Apex controller and No Test class  #SalesforceChennai
  • 6. Remote object parts 1. Access definition – Written in visual force 2. Data access function – Written in java script. 3. Supported actions in Data access function 1. Retrieve 2. Create 3. Update 4. Upsert 5. Delete
  • 8. Initiate and Get Records 1. Initiate the remote object 2. Retrieve method #SalesforceChennai
  • 9. Create, Update and Delete 3. Create – sObjectModel.Create() 4. Update – sObjectModel.update(); 5. Delete – sObjectModel.del();
  • 10. Tips • Field level security • Transaction Boundaries • Avoid complex business logic in java script #SFDUGChennai
  • 11. Limits • All your Visualforce limits still apply. You can’t escape  • You can retrieve a maximum of 100 rows in a single request. [Use OFFSET to query more]
  • 12. Try it yourself!  Source Code - http://bit.ly/VFRemoteobj  Create a Visualforce page  Paste the code and run it #SFDUGChennai
  • 13. Salesforce1 Resources  Visualforce Developer Guide – http://bit.ly/VFGuide  Blogs:  Visualforce Remote Object - http://bit.ly/Remoteblog #SFDUGChennai