Tag: Continuation
-
Design Continuation Server in Salesforce
How to implement Continuation Server in Salesforce with the help of Action Function and Continuation Object
-
Limitless Chaining of Continuation object in Salesforce
How to create a Continuation Server in Salesforce with the help of JavaScript remoting and Continuation Object
-
Continuation object in Apex – Asynchronous callouts for long running request – Live Demo
Check the below video first if you are planning to use Continuation We may run into scenario in Salesforce project, where we need call external web service but no need to wait for response. Response from external web service can be processed asynchronously and once processed it can be presented in Visualforce page. We can accomplish this by…