SF: receiving object for file upload in Salesforce

Source: Internet
Author: User
  1. Use attachment to upload files:

    1. The uploaded content is stored in the attachment object of SF.

  2. Use the <Apex: inputfile> component to upload files:

    1. The uploaded content is stored in the Document Object of SF.

  3. Use the library in the content app in SF to store the content file:

    1. The uploaded files will be stored in the contentworkspace object (Library) and contentversion object (content) for specific file content (including binary files, etc. However, it requires a contententid .).

    2. Contentdocument object, which cannot be created manually. Method 3: After the file is uploaded, the corresponding contentdoucumnetid is automatically generated.


Note: use of content app:

First, check the three check boxes: salesforce CRM content user, receive Salesforce CRM content email alerts, and receive Salesforce CRM content alerts as daily diges, set to true.

This article is from the "prodigal_k" blog and will not be reproduced!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.