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
ReidCReidC 

Person Accounts and Picture Uploader

A Reader Writes: Can you use Picture Upload with Person Accounts?

ReidCReidC

Out of the box, it works with Contacts, not with Accounts.  You would need update two visualforce pages in order to work.  Requires Visualforce and Apex skills.

GoldwinGoldwin

What are the visual force pages needs to be updated?

ReidCReidC

There are really only two pages, both currently have a standardController="contact" which means you can add them to the contact page but not the account.  You'll need to update these to account and update the controller code to attached the image to the account (might actually work without a change--you'll have to try it out).