Activity Forums Salesforce® Discussions What are the advantages of Visualforce Remote Objects in salesforce?

  • sushant

    Member
    January 25, 2017 at 1:08 pm

    Hi Vikas,

    The benefit of Remote Objects is that you can access server data without using API calls or writing Apex Code. It's slower than the AJAX toolkit and the RemoteAction annotation (see this question), but does reduce the amount of Apex Code you have to write/maintain/unit-test, and, like RemoteAction, gives you access to data without using API calls. This allows Professional Edition to write functional JavaScript-based Visualforce pages, since they don't get Apex Code or API calls.

    Thanks

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos