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
JaksonJakson 

How to fetch data from other instance with a generated wsdl class

In the products page next to the "shelf number" field we need to create a button with label as "Shelf Details". When the user clicks on this button a dialog box has to be shown with two tabs ( Shelf and Reservation tabs).

A xml document was parsed to wsdl and a wsdl class is generated.
How to map the respective details from the web service to the Shelf and reservations tabs.?
 Using that wsdl class how can we fetch data from other instance?

 

 

 

Satish_SFDCSatish_SFDC
Did not understand the exact questions but seems you would need Javascript to acheive this.

Regards,
Satish Kumar