You need to sign in to do that
Don't have an account?

How to return List<Sobject> in javascript remoting ?
Hi All,
I am using javascript remoting for my application . I wanna return List<Sobject > from APEX method to Javascript ? once its done, How to parse the list of records in Javascript ?
Thanks in Advance,
Hi vijay,
Here is the sample example for your requirement
Important :
Hit Kudos if this provides you with useful information and if this is what you where looking for then please mark it as a solution for other benefits.
Thanks,
Hitesh Patel
All Answers
Hi vijay,
Here is the sample example for your requirement
Important :
Hit Kudos if this provides you with useful information and if this is what you where looking for then please mark it as a solution for other benefits.
Thanks,
Hitesh Patel
Hi hitesh,
I got it .. Thank u for ur solution .... Also can u please let me know how to bind this results to pageblock table component ?
i wanna display more the one record in pageblock component . How ? I have parsing result in Javascript only rite ?
can u please help me on this case also ?
Thanks,
Hi vijay,
Refer this Link Javascript Remoting this is similar to your requirement.
Important:
Hit Kudos if this provides you with useful information and if this is what you where looking for then please mark it as a solution for other benefits.
Thanks,
Hitesh Patel