function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Nishad BashaNishad Basha 

Remote Action in Visual force page?

when iam enter the Account Name like a 'balu'  and click the get Account that time display the that account id not showing. please give some ideas .User-added image
NagaNaga (Salesforce Developers) 
Hi Nishad,

I guess the answer is the SF document itself. Have a look at this link http://www.salesforce.com/us/developer/docs/pages/Content/pages_js_remoting.htm

You can configure your remoting call using these three parameters "buffer","timeout" and "escape". Usually written at the end of a call.

You have to look for the parameter "buffer". As per the docs buffer decides

Whether to group requests executed close to each other in time into a single request. The default is true.


Best Regards
Naga Kiran