I have a drop down list with values from Entity 1 and I want to have those same value in an entity 2 and use the Entity 2 instead of 1
asked
Syrine Baraket
2 answers
0
If you have this list into an enumeration, it is easy to simply make an enumeration attribute on Entity 2 and select the same enumeration list used on Entity 1.
answered
Jon Higginbotham
0
Hi,
Please have a look at a Java action in comunity coms that is called copyAttributes.