Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
remote Function Syntax and Parameters
AJAX proxy uses remoteFunction to proxy
calls.
The remoteFunction syntax and parameters:
1sforce.connection.remoteFunction({
2url : endpoint_url,
3onSuccess : callback_method
4onFailure : error_callback
5method : http_method
6mimeType : "text/plain" | "text/xml"
7async : true | false
8requestHeaders : http_headers
9requestData : http_post_data
10cache : true | false
11timeout : client_side_timeout_in_ms
12});