Can i ensure all Contacts under an Account automatically get assigned to the Account's Assigned To/User?

Hi Team,

When you create Contacts from an Account (record) by using the + button, the contacts are automatically assigned to whoever is adding it. I would like to know if you guys know of any way that we can ensure they are Assigned to the Assigned user of the Account?

Thanks,

Parents
  • I've addressed this with a simple process using a business rule.  Basically, the process looks at the Contact Record when it's saved (new records and all modifications to avoid creative reassignments :-) ).  The business rule assigns the Contact to the proper sales rep based on the assignment for the Account.

    I suppose you could also just code it with a "change field", but I use the same business rule in multiple processes and when there's a change I only have to change it in one place.

    Bud Hartley | Cape Foulwind, NZ (and Oregon, USA)

  • Hi Bud,

    Thanks for the response - I have been trying to figure out how to do this and read online documentation but am struggling to understand how we get this to going!

    When designing the Business Rule, is column 1 the Accounts 'Assigned To' field and then column 2 the Contacts 'Assigned to field' ?

    I have tried working it out multiple times but am scratching my head now hahah

    Thank you

  • Hi Peter,

    I have a field in the Account Record that identifies the Sales Territory - the condition in my business rule is "If the Sales Territory Code = 123", it returns the Assigned User...

    Bud Hartley | Cape Foulwind, NZ (and Oregon, USA)

  • Hi Bud Hartley @patrick,

    Thanks for your replies! I have tried following the above but still not getting the Contacts to save to the Account Assigned User.

    This is what I have setup:

     {SugarClub Administrator Edit: We're sorry, but this image is no longer available}  

    So in my case I am testing to see if a Contact created under David's Account saves under David's name as well.

    It looks like I have set this up properly but cant see any results? What do you guys think?

    Thank you,

Reply
  • Hi Bud Hartley @patrick,

    Thanks for your replies! I have tried following the above but still not getting the Contacts to save to the Account Assigned User.

    This is what I have setup:

     {SugarClub Administrator Edit: We're sorry, but this image is no longer available}  

    So in my case I am testing to see if a Contact created under David's Account saves under David's name as well.

    It looks like I have set this up properly but cant see any results? What do you guys think?

    Thank you,

Children