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
eduardofernandeseduardofernandes 

[INFO] Apex code send values to JAVA Servlet

Hello,

 

I'm training my skills about apex code, and to training this I resolved to develop a call, when the Opportunity is "Closed and Won" in other database (mysql).

 

My DB contains the ID and Name from Opportunity.

 

My question is: how to send the values from Salesforce to a java class, it access my database, with all values for Opp?

 

Thanks for replies.