Same content in 2 fields(one in account and one in quotes)

Hello,

I would like to ask you a question. I have created 2 custom fields with the same name,one in accounts and one in quotes. I would like these 2 fields to have the same content. I mean when i update the content in account, i would like automatically updated and the content in quotes. Is there any way to do it?

Thank you very much.

It can be achieved in two way

  1. Workflow
    Workflows :: SuiteCRM Documentation
  2. Write a logic hook after save to update.
    Logic Hooks :: SuiteCRM Documentation
1 Like

Thank you very much…