Multiple Persons in an Opportunity

Hi,

I need to find a way to add multiple people to an opportunity. When I create an Opportunity I add the primary person (from the purchasing company) and when the automated emails inside my workflow are sent only that person receives them. I would like to add additional people ( from the purchasing company) to the opportunity and have them automatically receive the automated emails. Please can anyone help as this is become a problem for our customers.

Thanks in advance

  • 0

    Hi,

    Thanks for the response, is there anywhere where I can see this done Step by Step as I'm new to this?

    Thanks

  • 0

    there is a need to create a custom entity for the opportunity entity called Opportunity Persons ,that would store the values from the Person table with additional information such as role of the person in the opportunity. This custom entity needs to store PersonID, Role, Email (if needed to denormalize the data and have it in the Opportunity Person table), A few asp pages to create, update and delete opportunity persons.

    Your easiest & best bet would be to use something like Advanced Customization Wizard to do this where you would set this new entity called Opportunity Person, and select the Entity as Owned by Opportunities.

    Alternatively you can build this if you have some ASP skills to manage this requirement.