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
Rob MillerRob Miller 

How can I create a Workflow Email Alert for a Person Account?

Our Org has Person Accounts enabled so what I am trying to do is create a Workflow Rule that fires off an Email Alert.  When creating the Workflow Rule, I have to use the Account object (Person Accounts are a type of Account, not a type of Contact) and when I do that and get to the New Email Alert screen, I then go to the Recipient Type field and select Email Field, but there are no Available Recipients.

That is not a surprise given the standard Business Account object (which the Workflow engine uses) does have an email field.  But, if my Org has Person Accounts enabled shouldn't the Account.PersonEmail field become an Available Receipients option?  Or, maybe there is a different way to approach this?  All ideas welcomed!!!
Krishna BandiKrishna Bandi
Hi Rob,

You need to create a workflow rule on Contact object as all the Person Account data is stored in Contact object.
Email is the field name used to store personEmail data.

If this help you out Please marks it as a best Answer to help others.
Rob MillerRob Miller
Hi Krishna,

I tried that already, but it did not work.  Instead I am trying this work around: https://success.salesforce.com/ideaview?id=08730000000BpvIAAS

Rob
Krishna BandiKrishna Bandi
Thanks for the update.............