Hi Mmm,
Thanks for the reply. To clarify, I have two or more entries that represent the same entity, and I want to combine them into one while keeping their relations intact.
For example:
My goal is to have one final entry that contains the Embedded Objects from both (or the most recent one) and maintains the Links to other libraries without losing the connection during the deletion of the duplicate entry.
Is there a way to automate this via JavaScript, or is it better to manually re-link the fields before deleting the redundant entry?"
Thanks a lot for the detailed explanation! Your approach to merging entries using a custom constructor and virtual attributes is a very smart way to handle data integrity. This helps me a lot with my library structure.