I have an object that contains a set of UnitPrices…
I have an existing table that displays all the objects, but I want to also display the same object multiple times, depending on how many unit prices there are.
So if there are 4 unit prices, then I want 4 rows to be printed, containing completely identical information, except for the different unit price data.
Is this possible, by adding to the getMutableItems() list?
(I also don’t want to copy objects using the metatools copy functionality, where new primary keys will be created and saved etc. Ideally the main object ids will remain the same, but just with duplicate rows)