You need to sign in to do that
Don't have an account?
Arun B
Creating a web2lead from Flex using Apex toolkit
Hello there,
I have a requirement to create a salesforce lead from a flex application using the flex apex tool kit (i.e., lead enters the details on a flex form, and the same is created in SFDC at the background). Is there a way I can do this like any typical JSP or ASP web2lead where we post the form ? Any hints would be helpful !
Thanks,
Arun B
I have a requirement to create a salesforce lead from a flex application using the flex apex tool kit (i.e., lead enters the details on a flex form, and the same is created in SFDC at the background). Is there a way I can do this like any typical JSP or ASP web2lead where we post the form ? Any hints would be helpful !
Thanks,
Arun B
For an example of Flex submitting to an external form (in this case, a PHP form), see http://www.adobe.com/devnet/flex/articles/php_getstarted.html#section2.
Thanks again,
Arun B