How much Maximum Data we can store in a File in salesforce
Posted
by
Ritesh Mehandiratta
on Stack Overflow
See other posts from Stack Overflow
or by Ritesh Mehandiratta
Published on 2013-06-30T11:04:44Z
Indexed on
2014/06/04
9:25 UTC
Read the original article
Hit count: 259
i searched a little for the size of file in salesforce . i found this link http://help.salesforce.com/HTViewHelpDoc?id=collab_files_size_limits.htm&language=en_US
its showing that file size can be upto 2 GB.i have to store IDs in a text file and want to make it scalable for for nearly about 1 Million record .file size will be equal to 15 MB .can any one please provide some good tutorial how to create such kind of files and using it in apex for retrieving and updating data
© Stack Overflow or respective owner