Activity Forums Salesforce® Discussions How to add javascript remoting to a Visualforce page in Salesforce?

  • How to add javascript remoting to a Visualforce page in Salesforce?

    Posted by Kirandeep on April 9, 2020 at 4:30 pm

    How to add javascript remoting to a Visualforce page in Salesforce?

    krati replied 5 years ago 2 Members · 1 Reply
  • 1 Reply
  • krati

    Member
    April 9, 2020 at 5:09 pm

    To use JavaScript remoting in a Visualforce page, add the request as a JavaScript function call.
    [namespace.]controller.method(
    [parameters...,]
    callbackFunction,
    [configuration]
    );

    The remote method call executes synchronously, but it doesn’t wait for the response to return. When the response returns, the callback function handles it asynchronously.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos

How to Learn Salesforce Development | Salesforce learning steps for beginners | Trailhead demo

Video in

In this video, we shared the steps to learn salesforce lightning basics, salesforce apex development, CRM in online for free from scratch very quickly. Learn salesforce…