• anant Agarwal 5
  • NEWBIE
  • 0 Points
  • Member since 2015


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies
Hi,

I am creating a VF page for SF1 application using HTML and apex components. Currently whenever we need to call controller method, all form data get submitted to the backend which increases network latency. To avoid that I was trying to implement Java script remoting. With Java script remoting, I found that we can't use controllers variables which stores previous values. The only option we have to use those values, return the values to the JS callback function and pass it back to remoteAction method as a parameter, which is increasing load on my SF1 application. Do we have better way to do this? Because I need to store Map<string, WrapperClass> as well as List and sObject record and above solution is not looking perfect to me.

Thanks for your help.
Hi,

Please tell me the use of points we earn during challanges.