Hi,
I want to copy field Invoice Note in Invoices to Sales Orders and whenever this field is updated in Invoices, the field in Sales Orders should be updated with same value.
What happen in my mind: create a custom field in Sales Orders, then implement Event Handler FieldUpdated of the field “Invoice Note” set value for custom field.
However, I don’t if it is possible and how to set value for custom field in Sales Order in Event Handler.
Any suggestions greatly appreciated.