store the content of an entity in another one

0
I have two entities in the database, one that has a content 'rows' and another one that is empty 'storedmonthly'. I want to put the content of the entity rows in the entity storedmonthly, I tried to create a list storedmonthly, retrieve rows and add to list storedmonthly the retrieved list rows but I get this error.
asked
1 answers
0

Hello,

For this scenario you have to use copyAttributescopyAttributes java action from CommunityCommons module https://marketplace.mendix.com/link/component/170 

So here your object is rows and target object is storedMonthly. In the java action choose Source object as rows & Traget object as storedMonthly. Hope it helps!

image.png

 

answered