Copy Custom Fields Between Modules

Hi friends!

I have found a weird issue.

I have a custom field (cpf_c) at the modules (Account, Quotes and Invoice), when I insert data at cpf_c Account’s field there is not data copy to cpf_c Quotes’s field, but stock fields as Account Name, Shipping Address have normal data copy.

When I insert manually data at cpf_c Quotes’s field and converting Quotes to Invoice everything is correct and all fields are correctly copied to Invoice.

Have anyone noticed this behavior, I believe that I need change something inside code or configuration.

Could you help me, please!?

Best regards!

Hi, friend
Do you know the logical hooks?
When you insert into the Account, the value of that field
You must also, in an after/before (logical hooks) of the Account module, update that field in Quotes, using bean or sql