Skip to main content
what is the static resource? what is the use and what is the differance between static resource and Documents in salesforce. please let me know.
1 respuesta
  1. 9 may 2011, 06:32
    Static resources are items you can reference in a Visualforce page like images, stylesheets, JavaScript, flash and other files.You can reference it using the $RESOURCE global variable.

     

    Document are files that user has uploaded. You reference a document by hardcoding the ID.
0/9000