Create a Task to Follow-up on a Call without losing the Call to Contact or Account connection

I'm stumped on how to do this and I could use some help.  There's NO Custom Code, so this needs to be done with Studio and BPM.

When a call is logged, I want to create a Task for follow-up without losing the relationship of the Call to the Contact or Account.  This is what I coded in Studio:

  1. A checkbox was added to the Calls layout that indicates Follow-Up is needed
  2. When the box is checked, two new fields appear:
    1. Task Due Date
    2. Task details
  3. When the Call record is saved, a BPM is triggered to create the task
    1. The Task start date is set as the Date Created
    2. The Assigned User is the user that created the record
    3. The Task Due Date is pulled from the Follow-up Due Date field in the call record
    4. The Task Detail is pulled from the new field in the Call Record: "{::Calls::follow_up_task_detail_c::}"
    5. The priority and status are set as the defaults
    6. That task name is set as "Call Follow-Up: {::Calls::name::}"
  4. I have a second process that sets the Team to match the Team of the Account or Contact Record associated with the Call

The issue I'm trying to resolve without any custom code is:

  • When the Task Record is created, the Task Flex Relationship is changed to the Call and the relationship with the Contact or Account is lost

I've played with several alternatives without success.

Does anyone have a suggestion of what I should try next?

Parents Reply Children
  • I agree that a logic hook would be a cleaner approach if I were to solve this use case today. For customers who don't have developers on-hand or dedicated to the project, there is often a tradeoff of having a solution admins can directly maintain versus a developed solution that is more efficient but requires specialized resources. SugarBPM does a great job at satisfying the former and, with creativity, can accomplish a lot of solutions that would typically default to custom code.

    The most important part of employing those 'creative' solutions is making sure the system is well-documented (e.g. using comment text on the fields in Studio, documenting changes at the process definition level and within the process canvas itself), so others (and sometimes the person who did it Sweat smile) know what purposes those pointless-at-first-glance fields serve. 

    Chris