Batch properties

Hi to all,
some can suggest me how I can manage this case?

When I receive raw material with my purchase receipt, I define the batch number for all items received.

Each batch received have some attribute that can assume different value.
In the specific, I receive steel coils, I have to set for each batch received the ID of it’s cast steel that I have to save in my system in order to link the batch to a specific material certificate.

How can I implement this case?
is there the possibility to set some properties to the batch and not only to the Item?

Thanks

1 Like

custom field in both purchase receipt item and batch + python script on purchase receipt(copy from custom field value from purchase receipt item to batch).

Thanks for your support