• JamesW
  • NEWBIE
  • 0 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 3
    Replies

Is it possible to have a Workflow Email Alert on a Person Account?

 

The Workflow Rule based on Account fields must be attached to an Email Alert based on Account fields. The standard Person Account "Email" field is not available as one of the recipients for Email Alerts, so it seems that you cannot trigger an email to the Person Account with Workflow Rules

 

I suspect that the solution may be an Account trigger that sends an email that queries the Contact:Email field.

 

Thanks,

Luke C

we have to add 200 users every month . But we want to reset the password using data loader at a later stage after adding the users.
Is this possible?
How can I set a password on a self service user using PHP?

I found an example in asp.net, so I know it can be done in PHP:

Thanks for any help in advanced!