Sugar BPM: Sendings email to leads with certain status

Hi there,

We want to implement the following simple BPM flow. When a lead has a certain status value (verified), an email should be sent to that specific lead.









Is it guaranteed that if "Lead" is selected in the settings for the Send Email action only this specific lead will receive the email? 

Thank you in advance for your help!

Steffen





Parents Reply Children
  •  ,

    I think there may be some confusion on how SugarBPM processes are initiated and evaluated. 

    SugarBPM process definitions can only be triggered for evaluation based on a save events in the target module. This means that once you enable the process definition, it only works on records saved after that point. With each record saved (even in the scenario of a mass update), a corresponding process will be triggered for each saved record meeting the start event criteria. The email action in your process definition would only be applicable to the specific record being evaluated within that process so there is no concern that it would somehow send an email to a larger set of records in your database.

    Chris