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
Vinny12Vinny12 

Ajax request??

Am new to salesforce,

Someone please help me with these terms,

 

Whats an ajax request?

What does  calling asynchronously means??

 

Praful GadgePraful Gadge

Hi Vinny,

 

In a very simple words, Ajax Req/Call means performing DML and SOQL operations from a JavaScript at VisuaForce page by establishing a SF connection through sessionId. Below mentioned link will make it understanding easier.

 

AJAX Toolkit Developer's Guide


For your 2nd question regarding Async Ajax Callout please refer following link, It's simple and self explanatory,

 

Asynchronous Calls

 

Please let me know if you have any queries.

 

Regards,

Vinny12Vinny12

Thanks Praful

Praful GadgePraful Gadge
Hi Vinny,

If above answer is your solution, kindly mark this as the solution to the post so that others may benefit.

Regards,
Praful Gadge.