copyAttributes vs. Clone

0
Hi all,   What is the difference between “copyAttributes” and “Clone(DeepClone)”? CommunityCommons has three actions in ORM.   Marketplace guide only explains on Clone and DeepClone. Anybody has idea? https://docs.mendix.com/appstore/modules/community-commons-function-library#4-function-list   Thank you in advance,  Best regards, Yuki
asked
1 answers
1

See the documentation of the java actions within the modeller.
This is the one for the copyattributes. As it states it will copy the primitive attributes of an object to a tartget.

 

answered