Activity Forums Salesforce® Discussions What is Remote Action in Salesforce ?

  • Marziya

    Member
    May 11, 2020 at 1:06 pm

    Remote action function in salesforce allows user to access any method from any class through javasrcipt methods, and get the result as a javascript object for further manipulation. The RemoteAction annotation provides support for Apex methods used in Visualforce to be called via JavaScript.

  • Shweta

    Member
    May 11, 2020 at 2:19 pm

    Remote action allows you to call the method from javascript yourself and retrieve the result as a javascript object for manipulation. these methods are static and global, hence don’t have access to your current controller variables and methods.@RemoteAction offers more flexibility. and it helps in reducing View State size and also provides you real-time transactions.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos