Sugar BPM: mail to related accounts

Hi everyone,

I'm trying to create a BPM in order to send an email notification to all the related Accounts in a holding scenario.

My situation is: I have a holding showing in the "Accounts related" subpanel all the companies under it, and each of the "sons" showing the relation to the holding "father" in the "Member of" field.

When one of the sons creates a Meeting, i need the notification to go to all the companies in the Holding, father and other "sons". At the moment i managed to send it to the father, but i can't make it to do the double jump.

Do someone knows how to do it?
(My version is a SugarCRM Enterprise, Version 9.0.4)

Thanks a lot

Parents
  • I can imagine 2 SugarBPM processes:

    • 1 for new Meetings where you will evaluate if the Meeting has parent Account and then update a flag in its
    • 1 for existing Accounts having updated flag where you will accomplish a set of actions, like:
      • to send an email to Account and reset flag
      • to evaluate if account is the parent or a child, then update flag on either its childs or its parent

    I believe you will need to add some fields/constrains in order to avoid looping on sending emails.

    André Lopes
    Lampada Global
    Skype: andre.lampada
Reply
  • I can imagine 2 SugarBPM processes:

    • 1 for new Meetings where you will evaluate if the Meeting has parent Account and then update a flag in its
    • 1 for existing Accounts having updated flag where you will accomplish a set of actions, like:
      • to send an email to Account and reset flag
      • to evaluate if account is the parent or a child, then update flag on either its childs or its parent

    I believe you will need to add some fields/constrains in order to avoid looping on sending emails.

    André Lopes
    Lampada Global
    Skype: andre.lampada
Children
No Data