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

How to pass List<sobject > as parameter to Javascript function?
Hi,
I want to pass the List<sobject> as parameter to javascript function.
I want to perfom this on Onclick action,I tried passing the parameter's normally but the function is not getting invoked.
kindly help me on how to pass list<sobject> as param to js function?
Thanks,
Mahesh Patel
I want to pass the List<sobject> as parameter to javascript function.
I want to perfom this on Onclick action,I tried passing the parameter's normally but the function is not getting invoked.
kindly help me on how to pass list<sobject> as param to js function?
Thanks,
Mahesh Patel
Try below the untested code,
Please mark this as the best answer if this helps