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
anup ramanup ram 

Post request from Flex to salesforce

HI all, I have a requirement to create records in salesforce from flex. But how do I connect to salesforce from flex?  flex is embedded on site page. How to do a post request in salesforce . I was planning to insert record into salesforce from Rest call
ShashForceShashForce
Hi Anup,

This should help: http://blog.jeffdouglas.com/2009/03/26/tutorial-salesforcecom-with-flex-and-blazeds/

If this answers your question, please mark this as the Best Answer for this post, so that others can benefit from this post.

Thanks,
Shashank
anup ramanup ram
I want flex to run from salesforce sites. My flex works fine internal to salesforce but fails to login to salesforce from sites. Security error accessing url is the error, how to resolve?