Posts

Showing posts from October, 2013
          Salesforce : Uploading Multiple Attachments *********************** Visualforce Code : *********************** <apex:page standardController="Account" extensions="MultipleAttchments">     <apex:form >         <apex:pageBlock title="Upload Multiple Attachments to Object">             <apex:pageBlockButtons >                 <apex:commandButton value="upload" action="{!saveAttachments}"/>             </apex:pageBlockButtons>                         <apex:pageMessages />                         <apex:pageBlocksection >                 <apex:pageBlockSectionItem >     ...