Activity Forums Salesforce® Discussions Is it possible to call apex method in javascript code? If yes, explain?

  • Neeta

    Member
    April 23, 2017 at 7:50 am

    Yes, we can call apex methods using javascript. We can achieve this using ActionFunction. ActionFunction allow you to tie an apex method to a javascript function name and invoke synchronously. ActionFunction must be a child of apex:form component.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos