Show info of the parties field on the invoice lines

Hi there
I have added a boolean field (LaceyForm_c) in the parts table, now I require this information to appear informatively on the invoice line I mean
If SKU/Part is checked on parts, the same checkbox should appear
I only mark this field in the parts and do not drag it into the invoice
Ex.

This should be a simple bpm either in widgets or code. Do a tracing and find the method that does probably get shipments and has the partnum field, so you can do a update table or set field by query post processing.

something like from this thread.

From what I see it is necessary to also create an additional field (LaceyForm_c) on the invoice lines to do this, right?

You could pull it every time, but if you want to be sure to have the value of the field when the invoice was created then you would need to add a field to the invoice detail.