How to set image from object in entity 1 to an object in entity two

0
Hi all,   As part of simplifying my data model, I’m merging the objects of two entities in to one.   For the entity’s attributes, I’m just looping through the objects of the to be deleted entity (right) and simultaneously creating objects in the remaining entity (left). However, both entities also have a generalization to System.Image for associated pictures. How do I associate the pictures of the objects in the old entity to the newly created objects in the remaining entity?         Thanks in advance for your support! Kind regards,   Paul
asked
1 answers
2

I suggest to use the action DuplicateImageDocument from CommunityCommons to duplicate the image from old entity to the new one.

answered