How to use Visualforce Remote Object in Salesforce

By | August 28, 2015

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 –

  1. Only need a Visualforce Page.
  2. No controller required so no need to write test class.

Please note, this feature is under pilot release, so you need to raise a case to Salesforce to enable this feature.

Snippet:snip1

JavaScript Code Sample:

snip2

In above snippet, we are calling retrieve () method, which retrieves records by calling retrieve () on remote object model instance. Also, we can do CRUD operation using Visualforce Remoting Object as well.

About Us
Greytrix – a globally recognized Premier Sage Gold Development Partner is a one-stop solution provider for Sage ERP and Sage CRM needs. Being recognized and rewarded for multi-man years of experience, we bring complete end-to-end assistance for your technical consultations, product customizations, data migration, system integrations, third-party add-on development and implementation expertise.

Greytrix caters to a wide range of Sage Enterprise Management (Sage X3) offerings – a Sage Business Cloud Solution. Our unique GUMU™ integrations include Sage Enterprise Management (Sage X3) for Sage CRMSalesforce.com and Magento eCommerce along with Implementation and Technical Support worldwide for Sage Enterprise Management (Sage X3). Currently we are Sage Enterprise Management Implementation Partner in East Africa, Middles East, Australia, Asia. We also offer best-in-class Sage X3 customization and development services, integrated applications such as POS | WMS | Payment Gateway | Shipping System | Business Intelligence | eCommerce and have developed add-ons such as Catch – Weight  and Letter of Credit for Sage Enterprise Management to Sage business partners, end users and Sage PSG worldwide.

Greytrix is a recognized Sage Rockstar ISV Partner for GUMU™ Sage Enterprise Management – Sage CRM integration also listed on Sage Marketplace; GUMU™ integration for Sage Enterprise Management – Salesforce is a 5-star app listed on Salesforce AppExchange.

For more information on Sage X3 Integration and Services, please contact us at x3@greytrix.com. We will be glad to assist you.

Related Posts