
답변 4개
Hi Nsutgio,You can use different approaches to solve for this problem:1) You can embed your web app and expose it using VF pages and ask user to directly input in your web app2) You can use APIs to send data to your web server and send back the result as a response3) If you already have ability to process an outbound message, you can use it.4) You can pass input parameter to your web application as a post and redirect user to your site page for response.Thanks,Fahad Akhtar