• kumo
  • NEWBIE
  • 25 Points
  • Member since 2009

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 5
    Replies

I want to upload file through my flex client to force.com databasethrough my webservice class.

Flex treats files as FileReference object, while force platform treat files as Document object.

 

Can anybody guide me how to bridge this gap between my flex client and my force webservice class?

I want to upload file through my flex client to force.com databasethrough my webservice class.

Flex treats files as FileReference object, while force platform treat files as Document object.

 

Can anybody guide me how to bridge this gap between my flex client and my force webservice class?

Hi, every one...
I'm thinking about making automatic proccess to import Excel file attached in Email to Salesoforce:

1. Invoke some APEX class when email comes to specific mail address.
2. Upload the attached Excel file in the email to document folder in Salesforce.
3. Invoke APEX code to read the data in Excel file and import the data to Salesforce Custom Object.
4. Notify the salesmanager that new custom list imported to Salesforce.

I appreciate so much if some one help me to know how I can do it.

Regards,

Akira Fujiwara