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
pcroadkillpcroadkill 

Ajax Remote Calls and Object calls fail

I have a VisualForce page that is using the Ajax Toolkit to make a remote call. The remote call works fine but when I try to us it to do a query agains Saleseforce, it fails. The first time I attempted it the error indicated that it was trying to send the query to the remote URL, so I re-initialize the connection before I do the local query but it does not work.

Any sugestions?
Vivek PatelVivek Patel
It would be nice to have code posted here if possible and the exact error message so that we can have a look and see what's happening.
Gaurav NirwalGaurav Nirwal
please write the error message then we can solve out