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
NKrishnaNKrishna 

Making web service call using Java script

Hi,

 

I am using wrapper class to fetch the consumer object values and passed into Data table,

 

In that I am using consumer code and consumer name are the two text boxes.

 

Once I am enter the Consumer code,  I need to make a Webservice call via javascript(not in apex code) and fetch the customer name from external webservice.

 

How to do that?

 

Plese share the sample code also if possible.

 

Thanks,
Krishna.