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
  • Hi Peter,

    You will need to override the create.js controller for the contact and get the assigned to user ID from the parent model and assign it to the assigned to user field of the new contact you are creating. You will need to add a condition thought to check that the parent is "Accounts" module.

    Regards

Reply
  • Hi Peter,

    You will need to override the create.js controller for the contact and get the assigned to user ID from the parent model and assign it to the assigned to user field of the new contact you are creating. You will need to add a condition thought to check that the parent is "Accounts" module.

    Regards

Children
No Data