Skip to main content
Ryan Repe 님이 #Visualforce에 질문했습니다
Hi, 

I'm new to salesforce and trying to develop a Visual Force page that will get inputs and send it somewhere, specifically to our web application where data sent will be going to process.

A simple illustration is;

If my application were to calculate a simple mathematical operation with inputs 11 + 5 these inputs will be send to my web app to where it will be processed and the result for it will be forwarded back to my salesforce app for display which is 16.

 What should be the best way to do it?

Thanks.
답변 4개
  1. 2015년 8월 11일 오전 5:06
    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 app

    2) You can use APIs to send data to your web server and send back the result as a response

    3) 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
0/9000