function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
BigpermBigperm 

Question regarding uploading a document from a contact page

I've been doing a lot searching on the boards and the help files for information regarding adding something to the contact page. I wanted to add the ability for users to upload and store documents to a contact page. I work for a staffing agency and documentation are a major part as it's hospital related. So, we need to have a more detailed document storage then the "attachment and notes" section that comes standard with contacts.

While I've found a lot of information I must say it's been a little hard for me to understand it all. I thought I would start here. Perhaps even some helpful link on where to start reading more of this kind information.

WesNolte__cWesNolte__c

Hey

 

You're going to probably need a Visualforce page, and you can then include that in the contacts standard page. Here's a blog post that will help: http://blog.jeffdouglas.com/2009/05/08/inline-visualforce-pages-with-standard-page-layouts/ 


Wes