drop down for multiple non persistent entity

0
Hi, I want to use drop down to show the list of multiple non persistent entity names inside the dropdown. so how can I achieve that?
asked
2 answers
1

Hi Pratiksha,

Take a look at MxModelReflection. It already has similar implementation.

See below screen shot: with that filter you can see the list of Non persistent entities in the list.

May be you can use the domain model and achieve what you want to. 

answered
1

Hi Pratiksha,

 

did you use the MxModelReflection module? 

if you do, you can use this retrieve to get all entities that are non_persistent.

 

answered