How to use Visualforce Remote Object in Salesforce
Instead of Javascript remoting we can use the new feature VisualForce Remote Object. While using Javascript remoting we need to write controller method with @RemoteAction notation, so this will no longer be needed if we use Visualforce Remote Object. Here are the some advantages over Javascript Remoting – Only need a Visualforce Page. No controller… Read More »