Insert field form account to quote

You should try to use a before save LogicHook. From there you can retrieve the account bean using the id and assign the values from account into your required fields from your current module.

Check this post for some ideas:

Documentation is best place to start:

Thanks,

AlxGr

1 Like